/* 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;
	}

.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;
	width: 100%;
	border-collapse:collapse;
}

table.submenu TH {
	background-color: #EEE;
	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: #000;
	height: 18px;
}

table.submenu TD {
	background-color: #E6E6DD;
	background-image: url('http://www.puppycompanion.com/images/gradTan.gif');
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 3px;
	height: 18px;
	font-weight: bold;
	text-align: left;
	color: #000;
}
a:link {
	text-decoration: underline;
	color: #039;
}

a:visited {
	text-decoration: underline;
	color: #039;
}

a:active {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

.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;
}

.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;
	}
	
input
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 7pt;
	}

select
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 7pt;
	}
	
textarea
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 7pt;
	}

.button
	{
	background-color: #006699;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
	
.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: #C4CCDD;
	text-align: left;
	background-color: #006699;
	}

.dataTable TH a:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
.dataTable TH a:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
.dataTable TH a:hover
	{
	color: #C4CCDD;
	}
	
.dataTable TH a:active
	{
	color: #666666;
	}

.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;
	}