@charset "UTF-8";
/* CSS Document */
body,p,div,tr,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	margin:0px;
}
a:link,a:visited {
	text-decoration:none;
	color:#d64700;
	font-weight:normal;
}
a:hover,a:active {
	text-decoration:underline;
	color:#000000;
	font-weight:normal;
	cursor:pointer;
}
img {
	border:0;
}
h1 {
	font-size:14pt;
	color:#d64700;
	text-align:center;
}
h2 {
	font-size:11pt;
	font-weight:bold;
	color:#11719B;
}

#kennelBlock {
	width:970px;
	font-size:14px;
	padding:15px;
}

.kennelContact {
	font-size:18px;
	text-align:right;
}
#kennelDescription {
	margin-top:20px; 
	width:100%; 
	font-size:16px; 
	line-height:1.5em;
}
.kennelPic {
	margin-top:30px;
	float:left;
	width:250px;
	margin-left:50px;
}

.entryRow {
	background-color:none;
}
.entryRow:hover {
	background-color:#D6E5FF;
	cursor:pointer;
}

#mainBlock {
	width:1000px; 
	height:auto;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	margin-top:40px;
}
#mastheadBlock {
	width:100%; 
	height:75px; 
	background:#002E51; 
	background:url(../images/backgroundTopper.jpg); 
	background-repeat:repeat-x;
}
#mastheadLogoArea {
	width:1000px; 
	margin:auto; 
	padding-left:20px;
}
#navBlock {
	width:100%;
	height:32px;
	background:#002E51; 
	background:url(../images/backgroundMenu.jpg); 
	background-repeat:repeat-x;
	margin-bottom:80px;
}
#navMenuArea {
	width:1000px; 
	margin:auto; 
	padding-top:10px; 
	padding-left:20px;
}
#navWelcomeArea {
	float:right;
	color:#ffffff;
	width:200px;
	height:16px;
	text-align:right;
	overflow:hidden;
}
#navNotYouArea {
	float:right; 
	margin-left:5px;
}
#navNotYouArea a:link, #navNotYouArea a:visited {
	text-decoration:none;
	color:#ffaf12;
	font-weight:normal;
}
#navNotYouArea a:hover, #navNotYouArea a:active {
	text-decoration:underline;
	color:#ffaf12;
	font-weight:normal;
	cursor:pointer;
}

.bottomNav {
	margin-top:100px;
	padding:0px;
	padding-top:20px;
	background-color:#fafafa;
	border-top:3px #e1e1e1 solid;
	width:100%;
	font-size:8pt;
	text-align:center;
	color:#333;
}
.bottomNav a:link,.bottomNav a:visited {
	text-decoration:none; 
	color:#333;
}
.bottomNav a:active,.bottomNav a:hover {
	text-decoration:underline;
	color:#d64700;
}


.fancyForm {
	border:1px solid #CAD4E1; 
	background:url(../images/formBG.png) repeat-x #CAD4E1; 
	padding:10px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}
.menuItem, .menuItem a:link, .menuItem a:visited  {
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#009;color:#d64700;
}
.menuItem a:hover, .menuItem a:active {
	font-weight:bold;
	color:#000;
}
.textBox {
	border:0px solid #000;
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:450px;
	margin-left:50px;
}
.grayBoxText {
	font-size:14pt;
	color:#006;
}


.bulletText {
	font-size:16px;
	color:#006;
}




#showPageCenter {
	float:left;
	width:620px;
}
#newBlurbBox {
	position:relative;
	width:320px;
	height:125px;
	background-color:#f2f2f2;
	text-align:center;
}
#newBlurb {
	margin-left:auto;
	margin-right:auto;
	width:270px;
	height:50px;
	text-align:center;
}
.blurbEntry {
	width:320px;
	border-bottom:1px #000066 dotted;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}
.blurbTime {
	font-size:10px;
	color:#000066;
}
.blurbText {
	font-size:12px;
}






.showSlogan {
	font-size:22px;
	color:#006;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
#showPageRight {
	float:right;
	width:340px;
}

.summaryBlock {
	float:left;
	width:600px;
}
.registrationCard {
	width:530px;
/*	background:url(../images/formBG.png) repeat-x; border:1px #A0C7CF solid;  background-color:#CAD4E1;*/
	padding:10px;
    background-color: #fafafa;
    border:#dddddd 1px solid;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}
#feeBox {
	width:325px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	border:1px solid #999;
	background:#d5ffc2;
	float:right;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}
#feeBox h2 {
	font-size:22px;
	text-align:left;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
}
#feeBox p, #feeBox td {
	font-size:14px;
}
#feeBox td {
	font-size:16px;
	line-height:1.5em;
	color:#333;
}
#feeBox h3 {
    font-size:14px;
    color:#333333;
    font-weight:bold;
    margin:0px;
    text-decoration:underline;
}
#grandTotalArea {
    font-size:22px;
    font-weight:bold;
    color:#333333;
    float:left;
}

.header {
	font-size:26px;
	color:#9C0;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
}
.nameStyle {
	font-size:16px;
	font-weight:bold;
	color:#009;
}
.showNameStyleLink {
	font-size:12px;
	color:#333333;
	padding-top:10px;
	padding-botom:10px;
}
.error {
	font-weight:bold;
	color:red;
}
.bigInstructions {
	font-size:30px;
	color:#21629e;
	font-weight:bold;
}
.formLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#21629E;
}
#webForm {
	margin-top:15px; 
	width:500px; 
	padding-left:10px;
	padding-right:10px;
	padding-top:20px; 
	padding-bottom:20px;
	border:1px solid #ccd4e1; 
	background:url(../images/formBG.png) repeat-x #ccd4e1; 
	float:left;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.bigCheckBox {
	width:20px; 
	height:20px; 
	border:2px #000000 solid; 
	float:left;
	margin-right:10px; 
	color:#009; 
	font-size:24px; 
	font-weight:bold; 
	text-align: center;
	padding-bottom:4px;
}
.bigCheckBox:hover {
	cursor: pointer;
}


#webForm h2 {
	font-size:20px;
	text-align:left;
	color:#d64700;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
}
#instructionBox {
	margin-top:15px;
	margin-left:25px;
	width:300px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	border:1px solid #999;
	background:#d5ffc2;
	float:left;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}
#instructionBox h2 {
	font-size:18px;
	text-align:left;
	color:#396;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
}
#instructionBox p, #instructionBox td {
	font-size:14px;
}
.fieldInputBIGGEST {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:500px;
	padding:3px;
	border:1px #96A6C5 solid;
	color:#333333;
	height:25px;
}
.fieldInputBG {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:325px;
	padding:3px;
	border:1px #96A6C5 solid;
	color:#333333;
	height:25px;
}

.fieldInputSELECT {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:250px;
	border:1px #96A6C5 solid;
	color:#333333;
	height:25px;
}
.fieldInputMed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:200px;
	padding:3px;
	border:1px #96A6C5 solid;
	color:#333333;
	height:25px;
}
.fieldInputRequired {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:250px;
	padding:3px;
	border:1px #96A6C5 solid;
	border-left:5px #F00 solid;
	color:#F00;
	height:25px;
}

.NEWfieldInputRequired {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:250px;
	padding:3px;
	border:1px #96A6C5 solid;
	border-left:5px #F00 solid;
	color:#333333;
	height:25px;
}


.NEWfieldInputRequired2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:250px;
	padding:3px;
	border:1px #96A6C5 solid;
	border-left:5px #58BA48 solid;
	color:#333333;
	height:25px;
}
.fieldInputSM {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:90px;
	padding:3px;
	border:1px #96A6C5 solid;
	color:#333333;
	height:25px;
}
.fieldInputSmaller {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:60px;
	padding:3px;
	border:1px #96A6C5 solid;
	color:#333333;
	height:25px;
}
.fieldInputTiny {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:30px;
	padding:3px;
	border:1px #96A6C5 solid;
	color:#333333;
	height:25px;
}
.textInputAny {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px;
	border:1px #96A6C5 solid;
	color:#333333;
}
.highlight {
	color:#21629E;
}
.highlightButton {
	background:#FF9D01;
	background:#21629e url(../images/highlightButtonBG.png);
	height:46px;
	color:#000000;
	width:280px;
	padding:0px;
	padding-top:16px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	text-shadow: #000 0px 1px 0px;
	border:1px #E8A91A solid;
	text-shadow:#ee6 0px 1px 0px;
}
.highlightButton:hover {
	text-decoration:underline;
	cursor:pointer;
}

.webButton {
	background:#21629e url(../images/buttonBG.gif);
	height:38px;
	color:white;
	width:235px;
	padding:0px;
	padding-top:12px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	text-shadow: #000 0px 1px 0px;
	border:1px #000 solid;
}
.webButton:hover {
	text-decoration:underline;
	cursor:pointer;
}
.anyButton{
	width:125px;
	height:26px;
	padding:3px 4px 3px 4px;
	color:white;
	background-color:#21629E;
	outline:2px #000000 solid;
	font-weight:normal;
	border:1px #ffffff solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.anyButton:active{
	padding:5px 2px 1px 6px;
}
.anyButton:hover {
	cursor: pointer;
	background-color: #004E7E;
}
.nameArea {
	width:300px;
	height:50px;
	float:left;
	border:0px #000	solid;
}
.longErrorFormat {
	padding:3px;
	background-color:#ffebe8;
	border:1px solid #dd3c10;
	color:#dd3c10;
	text-align:center;
	width:100%;
}
.errorFormat {
	padding:3px;
	background-color:#ffebe8;
	border:1px solid #dd3c10;
	color:#dd3c10;
	text-align:center;
	width:275px;
	float:left;
}
.messageOKFormat {
	padding:3px;
	background-color:#d5ffc2;
	border:1px solid #006600;
	color:#006600;
	text-align:center;
	width:275px;
	float:left;
}
.messageEmptyFormat {
	width:275px;
	padding:3px;
	background-color:#ffffff;
	border:0px solid #006600;
	color:#333333;
	text-align:center;
	float:left;
}
.actionArea {
	width:300px;
	height:50px;
	text-align:right;
	float:right;
	border:0px #000 solid;
}
.registrationNote {
	font-size:14px;
	color:#888888;
	font-weight:normal;
}
.descriptiveText {
	font-size:14px;
	line-height:1.5em;
	color:#333;
}
.homePageText {
	font-size:18px;
	line-height:1.5em;
	color:#666;
}

.webMenu {
	float:left;
	width:115px;
	font-size:15px;
	color:#ffffff;
	font-weight:normal;
	text-shadow:#000000 0px 1px 0px;
	text-align:left;
}
.webMenu:hover {
	text-decoration:underline;
	cursor:pointer;
}

.coOwner {
	color:#006600;
	font-weight:normal;
}
.messageText {
	font-size:16px;
	color:#333;
	padding-left:10px;
	padding-right:10px;
	width:250px;
	height:250px;
	text-align:center;
	vertical-align:middle;
	padding-top:25px;
}
#opProfile {
	width:400px;
	background-color:#ededed;
	border:1px #999 dotted;
	padding:10px;
	margin-top:30px;
}
#opDogs {
	width:400px;
	background-color:#ffffff;
	border:none;
	border:1px #999 dotted;
	padding:10px;
	margin-top:20px;
}
.opDogRecord {
	border:1px #999 dotted; 
	padding:5px; 
	margin-bottom:10px;
}
.opDogRecord:hover {
	background:#D6E5FF;
}
.opRegistrations {
	width:400px;
	background-color:#ffffff;
	border:1px #999 dotted;
	padding:10px;
	margin-top:30px;
}
.opRegRecord {
	width:385px;
	height:50px;
	overflow:hidden;
	margin-left:15px;
	margin-top:10px;
}
.opRegRecord:hover {
	background:#D6E5FF;
}
#opFriends {
	width:400px;
	background-color:#ffffff;
	border:1px #999 dotted;
	padding:10px;
	margin-top:20px;
}
.opFriendRecord {
	height:40px;
	overflow:hidden;
	position:relative;
	border-top:#009 1px dotted;
}
.opFriendRecord:hover {
	background:#D6E5FF;
}
#opLitters {
	width:400px;
	background-color:#ffffff;
	border:1px #999 dotted;
	padding:10px;
	margin-top:20px;
}
.opLitterRecord {
	height:40px;
	overflow:hidden;
	position:relative;
	border-top:#009 1px dotted;
}
.opLitterRecord:hover {
	background:#D6E5FF;
}
#opEvents {
	width:400px;
	background-color:#ffffff;
	border:1px #999 dotted;
	padding:10px;
	margin-top:20px;
}
.opEventRecord {
	height:60px;
	overflow:hidden;
	position:relative;
	border-top:#009 1px dotted;
}
.opEventRecord:hover {
	background:#D6E5FF;
}
.actionGroup {
	display:block;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:14px;
}
#spProfile {
	width:450px;
	background-color:#ffffff;
	border:1px #333 dotted;
	padding:10px;
	margin-left:10px;
	margin-top:30px;
}
#spNew {
	width:450px;
	background-color:#ffffff;
	border:1px #333 dotted;
	padding:10px;
	margin-left:10px;
	margin-top:20px;
}
#spReports {
	width:450px;
	background-color:#ffffff;
	border:1px #333 dotted;
	padding:10px;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:50px;
}
#spCatalog {
	width:450px;
	background-color:#ffffff;
	border:1px #333 dotted;
	padding:10px;
	margin-left:10px;
	margin-top:30px;
}
#spCritique {
	width:450px;
	background-color:#ffffff;
	border:1px #333 dotted;
	padding:10px;
	margin-left:10px;
	margin-top:20px;
}
#spAccepted {
	width:450px;
	background-color:#ffffff;
	border:1px #333 dotted;
	padding:10px;
	margin-left:10px;
	margin-top:20px;
	margin-right:10px;
}

.spEntry {
	width:420px;
	background-color:#ffffff;
	border:none;
	padding-left:10px;
	padding-right:10px;
	paddding-top:5px;
	padding-bottom:5px;
	margin-left:10px;
	margin-top:0px;
}
.spBlock {
	width:450px;
	text-align:center;
	margin-top:20px;
}
.showAgreement {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	padding:20px;
	line-height:1.2em;
	background-color:#FFFFCC;
	border:1px #333 solid;
}
.stepByStep {
	background-color:#CAD4E1; 
	background-image:url(../images/formBG.png); 
	background-repeat: repeat-x; 
	border:1px #A0C7CF solid;
	width:600px;
	border-spacing:5px 18px;
}
.stepByStep td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#21629E;
}
.cardName {
	font-size:20px;
	font-weight:bold;
	color:#d64700;
	margin-bottom:20px;
}








.labelDiv {
	margin-top:12px;
	float:left;
	width:100px;
	font-size:13px;
	padding-top:4px;
/*	color:#565656;*/
	color:#004E7E;
	text-align:left;
/*	height:27px;
	vertical-align: middle;*/
}
.labelDiv2 {
	margin-top:12px;
	font-size:13px;
	color:#004E7E;
	text-align:left;
}
.inputDiv {
	margin-top:12px;
	float:left;
	margin-left:0px;
	text-align:left;
/*	width:auto;*/
/*	height:27px;
	vertical-align: middle;*/
}
.alphaT {
	margin-top:0px;
}
.clear {
	clear:both;
}


.fieldInput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:250px;
	padding:3px;
	border:1px #96A6C5 solid;
	color:#333333;
	height:25px;
	padding-top:5px;
}
.classInput {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px;
	border:none;
	border:1px #96A6C5 solid;
	padding-bottom: 5px;
	color:#333333;
	height:12px;
	background:white;
	width:100%;
}
.missingRequired {
	border-left:5px #F00 solid;
}
.missingRequired2 {
	border-left:5px #58BA48 solid;
}
.inputError {
	border:2px #E42700 solid;
	background-color: #FFEBE8;
}

.divider {
	margin:40px 0 20px 0;
	text-align:center;
	background:url(../images/divpixel.gif) repeat-x bottom;
	height: 12px;
}
.divider span {
	background:#fafafa;
	padding:0 10px;
	font-size:12px;
	color:#21629E;
	font-style: italic;
	font-weight: bold;
}
.attachmentBlock {
	width:225px;
	height: 175px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	text-align:left;
	border:1px #333 solid;
	padding:10px;
}	

