/* CSS Document */


/* GENERAL */
body {
	text-align: center;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	scrollbar-base-color: #666;
	scrollbar-face-color: #069; 
	scrollbar-arrow-color: #FFF; 
	scrollbar-shadow-color: #069; 
	scrollbar-track-color: #EEE; 
	scrollbar-highlight-color: #69C; 
	scrollbar-darkshadow-Color: #666;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
}

sup {
	font-size: 8px;
	color: #333;
}

ul {
	margin-left: 15px;
	margin-bottom: 0px;
}

table {
	font-size: 11px;
	/*width: 100%;*/
	border-collapse: collapse;
}

table td {
	padding: 0px;
	margin: 0px;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

/* LINKS */

a:link {
	text-decoration: underline;
	color: #;
}

a:visited {
	text-decoration: underline;
	color: #;
}

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;
}
.linkWhiteRed a:link {
	color: #FFF;
	text-decoration: none;
}

.linkWhiteRed a:visited {
	color: #FFF;
	text-decoration: none;
}

.linkWhiteRed a:active {
	color: #DDD;
	text-decoration: none;
}

.linkWhiteRed a:hover {
	color: #FF8282;
	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: #;
	text-decoration: none;
}

.linkBlue a:visited {
	color: #;
	text-decoration: none;
}

.linkBlue a:active {
	color: #999;
	text-decoration: none;
}

.linkBlue a:hover {
	color: #000;
	text-decoration: none;
}

/* FORMS 

input {
	background-color: #EEE;
	font-size: 11px !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #DDD;
	width: 20px;
}
*/
textarea {
	background-color: #EEE;
	font-size: 11px !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #DDD;
	width: 100%;
	height: 75px;
}

select {
	background-color: #EEE;
	font-size: 11px !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: auto;
}



input.button {
	background-color: #093;
	font-size: 11px !important;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: auto;
}
input.redButton {
	background-color: #CC3366;
	font-size: 11px !important;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: auto;
}

.inputFocus {
	border: 1px solid #069; !important;
	background-color: #69C !important;
	color: #FFF !important;
}

.inputReadOnly {
	background-color: transparent !important;
	border-width: 0px !important;
}

input.inputPedigree {
	font-size: 10px !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	background-color: #069 !important;
	color: #FFF !important;
	padding: 2px !important;
	text-transform: uppercase !important;
	border: 0px !important;
}

span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold;
	color: #C00;
}

span.optional {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold;
	color: #FFF;
}

/* CUSTOM */

div#pageContainer {
	width: 995 px;
	height: auto;
	padding: 0px;
}

table.boxTan TD {
	background-color: #E6E6DD;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

table.boxTan TH {
	/*background-color: #E6E6DD;*/
	padding: 0px;
}

table#pageTitle {
	border: 1px solid #CCC;
}

table#pageTitle TH {
	background-color: #EEE;
	background-image: url('../images/gradGrey.gif');
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 3px;
	color:#000000;
	width: 1%;
}

table#pageTitle TD {
	background-color: #E6E6DD;
	background-image: url('../images/gradTan.gif');
	background-repeat: repeat-x;
}

table.classContainer TD {
	width: 7px;
	padding: 0px;
}

table.classContainer TH {
	width: 100%;
	padding: 0px;
	border-right: 1px solid #CCC;
	background-color: #069;
	background-image: url('../classifieds/images/headBG.gif');
	background-repeat: repeat-x;
	text-align: left;
	color: #FFF;
	border-bottom: 1px solid #CCC;
}

span.classHead {
	background-color: #069;
}

table.classSubContainer TH {
	background-color: #E6E6DD;
	width: 110px;
	height: 110px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	padding: 0px;
	border-bottom: 1px solid #CCC;
}

td.classTextContainer {
	height: auto;
	padding: 4px !important;
	vertical-align: top;
	width: 364px !important;
	background-color: #E6E6DD;
	background-image: url('../classifieds/images/contentBG.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCC;
}

td.classButtonContainer {
	padding: 0px;
	height: 23px;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align: right;
	vertical-align: bottom !important;
}

td.classIconContainer {
	height: 75px;
	background-color: #E6E6DD;
	border-right: 1px solid #CCC;
}

table.icons TD {
	height: auto !important;
	border-width: 0px;
	background-color: transparent;
}

td.classDesc {
	height: 10px;
	background-color: #E6E6DD;
	border-right: 1px solid #CCC;
}

table.classText {
	margin-top: 5px;
}
table.classText TH {
	padding: 2px 4px 2px 0px;
	text-align: left;
	font-weight: normal;
	color: #666;
	width: 1%;
	vertical-align: top;
	background-image: none;
	background-color: transparent;
	height: auto;
	border-width: 0px;
}

table.classText TD {
	padding: 2px 4px 2px 0px;
	text-align: left;
	font-weight: normal;
	color: #000;
	width: 49%;
	vertical-align: top;
	height: auto;
	border-width: 0px;
}

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;
}

table.commForm {
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
}

table.commForm TH {
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background-color: #069;
	color: #FFF;
	text-transform: none;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

table.commForm TD {
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 3px;
}

table#pollResults TD {
	border: 0px !important;
}

table.submenu {
	border: 1px solid #CCC;
}

table.submenu TH {
	background-color: #EEE;
	background-image: url('../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('../images/gradTan.gif');
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 3px;
	height: 18px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

table.innerForm TD {
	text-align: left;
	padding: 2px;
	border: 0px;
}

div.detailsLayer {
	position: absolute;
	visibility: hidden;
	background-color: #69C;
	color: #FFF;
	padding: 3px;
	border: 1px solid #069;
}

table.noBorder TD {
	padding: 0px;
	border: 0px;
}

div.pedChart {
	background-color: #E6E6DD;
	color: #666660;
	border: 1px solid #CCCCC1;
	padding: 0px 1px 0px 1px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	height: 15px;
	text-align: left;
}

div.lyrPedigree {
	visibility: hidden;
	position: absolute;
	background-color: #FFF;
}

div#captionContainer {
	position: absolute;
	z-index: 3;
	width: 275px;
	height: 18px;
	background-color: #000;
	color: #FFF;
	padding: 0px;
	border: 1px solid #CCC;
	filter:alpha(style=0,opacity=50);
}

div#captionText {
	position: absolute;
	width: 275;
	height: 18px;
	padding: 2px;
	z-index: 4;
	color: #FFF;
	vertical-align: middle;
	font-weight: bold;
	filter:alpha(style=0,opacity=100) !important;
}

table.classDetails TH {
	font-weight: bold;
	text-align: left;
	padding: 2px;
	width: 30%;
	vertical-align: top;
}

table.classDetails TD {
	font-weight: normal;
	text-align: left;	
	padding: 2px;
	width: 70%;
	vertical-align: top;
}

div.tab {
	background-image: url('../images/tabs/tabBG.gif');
	background-repeat: repeat-x;
	height: 35px;
	padding: 0px;
}

table.photoContainers TH {
	background-image: none;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	font-weight: normal;
}

table.photoContainers TD {
	width: 110px;
	height: 110px;
	background-color: #EEE;
	border: 1px solid #CCC;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

td.mainPhotoContainer {
	width: 455px;
	height: 455px;
	vertical-align: top;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 0px;
}

table#classChoose {
	border: 1px solid #CCC;
	margin: 0px;
}

table#classChoose TD {
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	font-weight: bold;
}

table#classChoose TH {
	border-bottom: 1px solid #FFF;
	background-color: #E6E6DD;
	color: #666661;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

table.classDetailsBtns {
	border-collapse: separate;
}

table.classDetailsBtns TD {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 3px;
	text-align: center;
	width: 14%;
}