/* CSS Document */

body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666666;
}
.mainMenu {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.mainMenu TD {
	font-size: 8pt;
	font-weight: bold;
	background-color: #006699;
	color: #CCCCCC;
	text-transform:capitalize;
	background:url('http://www.puppycompanion.com/images/btnBg_blue.gif');	
}
.mainMenu2 {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.mainMenu2 TD {
	font-size: 8pt;
	font-weight: bold;
	background-color: #006699;
	color: #CCCCCC;
	text-transform:capitalize;
}
.mainMenu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.mainMenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.mainMenu a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.mainMenu a:hover {
	text-decoration: none;
	color: #C4CCDD;
}
table.submenu {
	border:1px solid #CCC;
	background:#FFF;
	width: 100%;
	margin-bottom:2px;
}
table.submenu TH {
	border:1px solid #fff;
	padding-left:5px;
	padding-right:3px;
	background:url('http://www.puppycompanion.com/images/gradGrey2.gif');
	text-align: left;
	color: #FFF;
	height: 22px;
	text-transform:uppercase;
	font-size:7pt;
}
table.submenu TD {
	border:1px solid #fff;
	padding-left:5px;
	padding-right:3px;
	background:url('http://www.puppycompanion.com/images/btnBg_blue.gif');
	text-align: left;
	color: #FFF;
	height: 22px;
	text-transform:uppercase;
	font-size:7pt;
	font-weight:bold;
}
table.listing {
	border: 1px solid #CCC;
	width: 100%;
	border-collapse:collapse;
}
table.listing TH {
	background-color: #ababab;
	background-image: url('http://www.puppycompanion.com/images/gradGrey.gif');
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 3px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	color:#000000;
	height: 18px;
}
.listing a:link {
	text-decoration: none;
	color: #000;
}
.listing a:visited {
	text-decoration: underline;
	color: #000;
}
.listing a:active {
	text-decoration: none;
	color: #999;
}
.listing a:hover {
	text-decoration: underline;
	color: #999;
}
.linkWhite a:link {
	color: #FFF;
	text-decoration: none;
}
.linkWhite a:visited {
	color: #FFF;
	text-decoration: none;
}
.linkWhite a:active {
	color: #DDD;
	text-decoration: none;
}
.linkWhite a:hover {
	color: #CCC;
	text-decoration: none;
}
.linkGray a:link {
	color: #666;
	text-decoration: none;
}
.linkGray a:visited {
	color: #666;
	text-decoration: none;
}
.linkGray a:active {
	color: #666;
	text-decoration: none;
}
.linkGray a:hover {
	color: #AAA;
	text-decoration: none;
}
.linkWhiteBlue a:link {
	color: #FFF;
	text-decoration: none;
}
.linkWhiteBlue a:visited {
	color: #FFF;
	text-decoration: none;
}
.linkWhiteBlue a:active {
	color: #DDD;
	text-decoration: none;
}
.linkWhiteBlue a:hover {
	color: #9CF;
	text-decoration: none;
}
.linkWhiteGreen a:link {
	color: #FFF;
	text-decoration: none;
}
.linkWhiteGreen a:visited {
	color: #FFF;
	text-decoration: none;
}
.linkWhiteGreen a:active {
	color: #DDD;
	text-decoration: none;
}
.linkWhiteGreen a:hover {
	color: #9C9;
	text-decoration: none;
}
.linkBlack a:link {
	color: #000;
	text-decoration: none;
}
.linkBlack a:visited {
	color: #000;
	text-decoration: none;
}
.linkBlack a:active {
	color: #DDD;
	text-decoration: none;
}
.linkBlack a:hover {
	color: #C33;
	text-decoration: none;
}
.linkBlue a:link {
	color: #039;
	text-decoration: none;
}
.linkBlue a:visited {
	color: #039;
	text-decoration: none;
}
.linkBlue a:active {
	color: #999;
	text-decoration: none;
}
.linkBlue a:hover {
	color: #000;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	margin: 0px;
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 0px;
}
form {
	margin: 0px;
}
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background-color:#EEE;
	color: #000000;
	font-size: 11px;
	width:100%;
	height:20px;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background-color:#EEE;
	color: #000000;
	font-size: 11px;
}
input.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background-color:#EEE;
	color: #000000;
	font-size: 11px;
	width:100%;
	height:20px;
}
.formField {
	text-align:right;
	font-weight:bold;
	background-color:#EEE;
	color:#666;
	padding-right:5px;
	padding-left:10px;
}
.button {
	background-color: #006699;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	padding: 2px;
	border:1px solid #006699;
	background:url('http://www.puppycompanion.com/images/btnBg_blue.gif');
	height:23px;
}
.cmdRow {
	background:url('http://www.puppycompanion.com/images/gradGrey2.gif');
	border-top:1px solid #ccc;
	height:25px;
	text-align:center;
}
.titleRow {
	background:url('http://www.puppycompanion.com/images/gradGrey2.gif');
	border-bottom:1px solid #ccc;
	height:25px;
}
.radio {
	background-color: transparent;
	border: 0px;
}
.checkbox {
	background-color: transparent;
	border: 0px;
}
.readOnly {
	font-size: 8pt;
	font-weight: normal;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	width: 50px;
}
.formTable {
	border: 0px;
}
.formTable TH {
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	border: 0px;
}
.formTable TD {
	font-weight: normal;
	background-color: #EEEEEE;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}
.dataTable {
	border: 1px solid #CCCCCC;
}
.dataTable TH {
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
	background-color: #006699;
	height:18px;
	background-image: url('http://www.puppycompanion.com/images/gradGrey.gif');
}
.dataTable TH a:link {
	color: #666;
	text-decoration: none;
}
.dataTable TH a:visited {
	color: #666;
	text-decoration: none;
}
.dataTable TH a:hover {
	color: #999;
	text-decoration: underline;
}
.dataTable TH a:active {
	color: #666;
	text-decoration: none;
}
.dataTable TD {
	font-weight: normal;
	text-align: left;
	font-size: 8pt;
	border: 0px;
}
.required {
	color: #CC0033;
	font-weight: bold;
	font-size: 7pt;
}
.pageContainer {
	border: 1px solid #CCCCCC;
}
#pageContainer {
	border: 1px solid #CCCCCC;
}
#copyright {
	text-align: right;
	font-size: 7pt;
	font-weight: normal;
	color: #666666;
}
table.commTopics {
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
table.commTopics TH {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #069;
	color: #FFF;
	text-transform: none;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
table.commTopics TD {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 3px;
}
