/* styles for the "bathrooms." This was my first style sheet, so have mercy!*/


body {
	background-color: #c0c0c0;
	margin-top: 3.0px;
	margin-bottom: 0.5px;
	margin-right: 0.0px;
	margin-left: 0.0px;
}

h1 {
	color: #000000;
	font-family: arial, helvetica;
}

h3 {
	color: #000000;
	font-family: arial, helvetica;
}

h4 {
	color: #000000;
	font-family: arial, helvetica;
}

h5 {
	color: #ff0000;
	font-family: arial, helvetica;
}

.headerSubTxt		{	color: #000000;
						font-family: arial, helvetica;
						font-size:10pt;
						font-weight: normal;
						padding-left:7px;
						padding-right:7px;

}

#hdrTbl		{ 		background-color: #ffff33;
					border-top: 1px #ff0000 solid;
					border-left: 1px #ff0000 solid;
					border-right: 1px #ff0000 solid;
					border-bottom: 0;
					width:580px;
					margin-top:10px;
					margin-left:8px;
					margin-right:8px;
					}

.pagenavTR			{ 	background-color:#000000;}

.pagenavTD			{		color: #FFFFFF;
							font-family: arial, helvetica;
							font-weight: bold;
							font-size: 9.5pt;
							line-height: 10.5pt;
							padding-left:4px;
							padding-top:1px;
							padding-bottom:2px;
							border-bottom:1px #000000 solid;

}

.pgnavlink		{	color: #FFFFFF;
					font-family: arial, helvetica;
					font-weight: bold;
					font-size: 9.5pt;
					line-height: 13.0pt;
}

a.pgnavlink:hover	{font-size: 12.5pt;}

.pgnavcurPg		{	color: #FFFFFF;
					font-family: arial, helvetica;
					font-weight: bold;
					font-size: 12.5pt;
					line-height: 13.0pt;
}

.recentTR				{ 	background-color:#000000;}

.recentTD {		color: #FFFFFF;
							font-family: arial, helvetica;
							font-weight: bold;
							font-size: 9.5pt;
							line-height: 10.5pt;
							padding-left:4px;
							padding-top:1px;
							padding-bottom:2px;
							border-top:1px #c0c0c0 solid;
							border-bottom:2px #c0c0c0 solid;

}
		
.errorform {
	color: #000000;
	font-family: arial, helvetica;
	font-weight: bold;
}

.errortxt {
	color: #ff0000;
	font-family: arial, helvetica;
	font-size: 12.5pt;
	font-weight: bold;
}

#guesttbl	{	border-left:1px solid #ff0000;
				border-top:1px solid #000000;
				border-right:1px solid #ff0000;
				border-bottom:1px solid #000000;
				width:580;
				background-color: #ffffff;
			}

.wallentry {
	background-color: #ffffff;
}

.wallentryTD {
	background-color: #ffffff;
	border-top:0px #000000 solid;
	border-bottom:1px #c0c0c0 dashed;
}

.wallentryTD_top	{	background-color: #ffffff;
						border-top:0px #000000 solid;
						
}

.wallentrytxt {
	font-family: arial, helvetica;
	font-size: 10.0pt;
	padding:8px;
}

#innerAddGuestTable	{	margin-top:0px;
						margin-left:0px;
						margin-right:0px;
						margin-bottom:0px;
					}


/*For the Add Guest form to add entries to the bathroom wall  */
.formTxt	{	color: #000000;
				font-family: arial, helvetica;
				font-size: 10.0pt;
				font-weight: normal;
				text-align: left;
				font-weight: bold;
				
	}
	
#return2BW	{	color: #0000cc;
				font-family: veranda;
				font-size: 13.0pt;
				font-weight: normal;
				text-align: left;
				font-weight: bold;
}

/*Form button formatting */
.BtnWrite {
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	border-top:2px solid #676767;
	border-left:2px solid #676767;
	font-size:14px;
	font-family:veranda;
	font-weight:bold;
	background-color:#009900;
	color:#FFFFFF;
	line-height:.85;
	padding-top:3px;
	text-transform: capitalize;
	cursor: hand;
	width:150px;
	margin-left:8px;
	
}

.BtnReset {
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	border-top:2px solid #676767;
	border-left:2px solid #676767;
	font-size:14px;
	font-family:veranda;
	font-weight:bold;
	background-color:#009900;
	color:#FFFFFF;
	line-height:.85;
	padding-top:3px;
	text-transform: capitalize;
	cursor: hand;
	width:60px;
	
}

/* text formatting for the site navigation on the bottom of the page */
.btmnav {
	color: black;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 8pt;
	line-height: 12pt;
}

/* formatting for table used in the navigation at the bottom of the page */
.btmnavtab {
	background-color: #D9E5E5;
	border-top: 3px #808080 solid;
	border-left: 3px #808080 solid;
	border-right: 3px #000000 solid;
	border-bottom: 3px #000000 solid;
	padding:2px;
	}
	
/* formatting for the nav bar's inner table (the one with the links)*/
.inrbtmnavtab {
	border-width: 0;
	width: 585;
}

/* Setting a height for the all line breaks.  */
br {line-height: 14pt;}

U {text-decoration: underline;}

/* A solid color horizontal rule that works in both IE and Netscape.  Who knew? */
hr {
	border-color: #ff0000;
	height: 3px;
	width: 98%;
	border-style: solid;
	background-color: #ff0000;
	line-height: 4px;
	padding:0px;
}


#flush {color: #ffff00;}

/* text formatting for "Return to....Main Lobby" link near top of page */
#return {
	color: #ffffff;
	font-family: arial, helvetica;
	font-size: 13.5pt;
	text-align: center;
}



/* text formatting for the "back to top" link near bottom of the page */
.backtotop {
	color: #000099;
	text-align: center;
	font-family: arial,helvetica;
	font-size: 14pt;
	font-weight: bold;
	line-height: 40px;
	background-color: #ffffff;
	border-width: 2;
	border-color: #000000;
	border-style: solid;
	text-decoration: none;
	padding: 3px;
}

/* text formatting for the copywrite on the bottom of the page */
.copywrite {
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	font-family: ariel,helvetica;
	font-size: 10px;
	font-weight: normal;
}

.borderOn	{border-bottom:2px #000000 solid;}

.borderOff	{border-bottom:2px #C00000 solid;}
