BODY, TABLE, TR, TD, TH, TF, P, BR, UL, OL, LI, .regularText {
	font-family: Tahoma;
	font-size: 11px;
	color: #C8D7D6;
}

BODY  {
	margin: 0px;
	padding: 0px;
	background-color: #487A77;
}

A:Link, A:Active, A:Visited {
	color: #FFFFFF; 
	text-decoration: none;
}
A:Hover {
	color: #FFFFFF; 
	text-decoration: underline;
}

UL, OL {
	margin-top: 5px;
	margin-bottom: 5px;
}

FORM {
	margin-top: 0px;	
}

FORM.inline {
	display: inline;
}

INPUT, SELECT, TEXTAREA, FILE {
	background-color: #DFE6E2;
	border: 1px black solid;
	font-size: 11px;
	padding-left: 2px;
	text-align: left;
}

INPUT:focus, SELECT:focus, TEXTAREA:focus, FILE:focus {
	background-color: orange;
}


/* Hack for browser wierdness in the way it treats radio buttons and checkboxes */
INPUT.radio, INPUT.radio:focus, INPUT.checkbox, INPUT.checkbox:focus {
	background-color: #487A77;
	border: 0px;
	width: 15px;
}

INPUT.image {
	border: 0px;
}

INPUT {
	width: 120px;
}

INPUT.large {
	width: 200px;
}

INPUT.medium {
	width: 100px;
}

INPUT.mediumSmall {
	width: 65px;
}

INPUT.small {
	width: 50px;
}

INPUT.tiny {
	width: 25px;
}

H1 {
	color: #DFE6E2;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('/images/sym.jpg');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	text-align: left;	
}

H1.bpoHeader {
	background-image: url();
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

TD.bpoGroup {
	border: 1px solid white;
	padding: 5px;
}

#bpoListings {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 0px solid white;
	border-bottom: 0px solid white;
}

#bpoListings TD {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-top: 0px solid white;
	border-right: 0px solid white;
}

#bpoSold {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 0px solid white;
	border-bottom: 0px solid white;
}

#bpoSold TD {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-top: 0px solid white;
	border-right: 0px solid white;

}

DIV.bpoPhoto {
	display: inline;
	float: left;
}

TD.bpoGroupNoBorder {
	border: 0px solid white;
	padding: 0px;
}

TD.bpoHeader {
	border: 1px solid white;
	padding: 5px;

	font-size: 16px;
	font-weight: bold;
}

TD.bpoSpacer {
	height: 3px;
	padding: 0px;
}

TD.bpoDivider {
	height: 15px;
	padding: 0px;
}

TD.bpoNoPadding {
	padding: 0px;
}

.icon {
	background-image: url('/images/sym.jpg');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;	
}

BR.padded { margin-bottom: 5px; }


A.homeLinks:Link, A.homeLinks:Active, A.homeLinks:Visited, A.homeLinks:Hover {
	font-weight: bold;
}

A.headerLinks:Link, A.headerLinks:Active, A.headerLinks:Visited, A.headerLinks:Hover {
	font-weight: bold;
}

A.topNavLinks:Link, A.topNavLinks:Active, A.topNavLinks:Visited, A.topNavLinks:Hover {
	color: #666666; 
}

A.footerLinks:Link, A.footerLinks:Active, A.footerLinks:Visited, A.footerLinks:Hover {
	font-size: 10px;
}

.copyrightText {
	font-size: 10px;
	color: #C8D7D6; 
}

A.copyrightLink:Link, A.copyrightLink:Active, A.copyrightLink:Visited, A.copyrightLink:Hover {
	color: #C8D7D6; 
}



.styledButtonTiny {
	width: 60px;
	height: 19px;
	color: #F4F7F7;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 13px;
	background-image: url(/images/blankButtonTiny.jpg);
	border: 0px;
	background-repeat: no-repeat;
}

.styledButtonSmall {
	width: 88px;
	height: 19px;
	color: #F4F7F7;
	font-size: 11px;
	font-weight: bold;
	text-align: left !important;  
	padding-left: 13px;
	background-image: url(/images/blankButtonSm.jpg);
	border: 0px;
	background-repeat: no-repeat;
}

/*
Try and fix !left-align buttons in FireFox
.styledButtonSmall {
	-moz-box-align: start;
	-moz-box-pack: start;
}

.styledButtonSmall > .button-box > .button-text {
  text-align:left !important;
}
*/

.styledButtonSmallMedium {
	width: 110px;
	height: 19px;
	color: #F4F7F7;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 13px;	
	background-image: url(/images/blankButtonSmMed.jpg);
	border: 0px;
	background-repeat: no-repeat;
}


.styledButtonMedium {
	width: 150px;
	height: 19px;
	color: #F4F7F7;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 13px;	
	background-image: url(/images/blankButtonMed.jpg);
	border: 0px;
	background-repeat: no-repeat;
}

.styledButtonLarge {
	width: 190px;
	height: 19px;
	color: #F4F7F7;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 13px;	
	background-image: url(/images/blankButtonLg.jpg);
	border: 0px;
	background-repeat: no-repeat;
}


.styledButtonExtraLarge {
	width: 240px;
	height: 19px;
	color: #F4F7F7;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 13px;	
	background-image: url(/images/blankButtonXL.jpg);
	border: 0px;
	background-repeat: no-repeat;
}

P.bpoOutline {
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}

A.bpoOutline {

}

A.bpoOutlineSelected:Link, A.bpoOutlineSelected:Active, A.bpoOutlineSelected:Visited, A.bpoOutlineSelected:Hover {
	color: orange;
	text-decoration: none;
}

A.bpoOutlineSelected:Link, A.bpoOutlineSelected:Active, A.bpoOutlineSelected:Visited, A.bpoOutlineSelected:Hover {
	color: orange;
}

.responseRequired { 
	color: #FFFF00;
	font-weight: bold;
}

.awaitingBrokerClaim { 
	color: #00FF66; 
	font-weight: bold;
}

.compareTableReg {
	background-color: #599794;	
}

.compareTableRegCaption {
	background-color: #599794;
	font-weight: bold;
}


.compareTableAlt {
	background-color: #64A4A0;
}

.compareTableAltCaption {
	background-color: #64A4A0;
	font-weight: bold;
}

IMG.assignmentDivider {
	width: 95%;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}