/* STANDARD TAG CLASSES */
body {
	margin: 0px;
	background-color: #E0E0F0;
	padding: 2px;
	color: #000000;
}

a:link, a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover {
	color: #9900CC;
	font-weight: bold; 
	text-decoration: underline; 
}

hr {
	clear: both;
	height: 1px;
	text-align: center;
	color: #003399;
	background-color: #003399;
}

dt {
	margin-bottom: 2px;
	margin-left: 5px;
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 90%;
}

label {
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

input, select, option, textarea {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}




/* HEADING CLASSES */
h1 {
	margin: 0px;
	border: 2px solid #B0B0B0;
	background-color: #F0F0F0;
	padding: 3px;
	text-align: center;
	font-size: 24px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*font-variant: small-caps;*/
}

h2 {
	text-align: left;
	font-size: 18px;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	text-align: left;
	margin-bottom: 0.8em;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
h4 {
	text-align: left;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}



/* FONT SIZE CLASSES */
.size1 {
	/*font-size: 10px;*/ /* 7.5pt */
	font-size: 11px;
}
.size2 {
	font-size: 13px; /* 10pt */
}
.size3 {
	font-size: 16px; /* 12pt */
}
.size4 {
	font-size: 18px; /* 13.5pt */
}
.size5 {
	font-size: 24px; /* 18pt */
}
.size6 {
	font-size: 32px; /* 24pt */
}
.size7 {
	font-size: 48px; /* 36pt */
}

.smaller {
	font-size: 90%;
}
.bigger {
	font-size: 110%;
}



/* MAIN CONTAINER CLASSES */
td.maincontainer {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}



/* HEADER CLASSES */
td.bodyheader {
	background-color: #DBE5EC;
	font-size: 13px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}



/* LOGIN CELL CLASSES */
td.logincell {
	height: 24px;
	border-bottom: 1px dashed #000000;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

td.logincell a:link, td.logincell a:visited, td.logincell a:active, td.logincell a:hover {
	font-weight: normal;
}

td.logincell form {
	margin: 0px;
	padding: 0px;
}

td.logincell input {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}



/* LEFT & RIGHT COLUMN CLASSES */
td.leftsidecol {
	border-right: 1px solid #666666;
	background-color: #336699;
}
td.rightsidecol {
	border-left: 1px solid #666666;
	background-color: #3399CC;
}

td.leftsidefooter {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #336699;
}
td.rightsidefooter {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #3399CC;
}



/* MAIN BODY CLASSES */
td.bodymain {
	background-color: #FFFFFF;
}

td.bodycontent {
	background-color: #FFFFFF;
	font-size: 13px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/* MENU CLASSES */
td.menuheader {
	background-color: #3399CC;
	background-image: url(images/menuheadbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
td.menubody {
	background-color: #F0F0F0;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
div.menubody {
	padding: 0px;
	margin: 3px 3px 3px 6px;
}
td.menubody a:link, td.menubody a:visited, td.menubody a:active, td.menubody a:hover {
	font-weight: bold;
}
td.menufooter {
	background-image: url(images/menufootbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}



/* RANDOM QUOTE CLASSES */
div.rquote {
	margin-top: 22px;
	margin-right: 4px;
	margin-bottom: 26px;
	margin-left: 4px;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
div.rquote_heading {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}



/* BODY FOOTER CLASSES */
td.bodyfooter {
	background-color: #FFFFFF;
	background-image: url(images/bodyfoot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* VARIOUS BOX CLASSES */
div.latestupdates {
	border: 1px solid #003399;
	padding: 5px;
	font-size: 12px;
}

p.listingexpired, div.listingexpired {
	border: 1px solid #CC0000;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #CC0000;
}

p.listinginprogress, div.listinginprogress {
	border: 1px solid #808000;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #808000;
}

div.tip {
	border: 1px dashed #CCCCCC;
	background-color: #F8F8F8;
	padding: 2px 4px 2px 4px;
	font-size: 11px;
}



/* PRODUCTION HISTORY CLASSES */
table.UserProdHist {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
}

table.UserProdHist th {
	text-align: center;
	vertical-align: middle;
	background-color: #E0E0E0;
	font-size: 12px;
	font-weight: bold;
}

table.UserProdHist td {
	text-align: left;
	vertical-align: middle;
	background-color: #F0F0F0;
	font-size: 11px;
	font-weight: normal;
}

span.UPH_ShowTitle {
	font-size: 13px;
	color: #003399;
	font-style: italic;
}