/* CSS Document */
/*--------------- custom message board --------------------------------*/
table.mb_header {background-color:#000000 }
a.mb_thread_link_display {
	display:block;
	color:#FFFFFF;
	font-size:12px;
	font-family:Tahoma;
}
a.mb_thread_link_display:hover {
	background-color:#434343;
	text-decoration:none;
	font-weight:bold;
}
table.mb_thread_display {
	border:1px solid #000000;
	background-color:#000000;
}
tr.mb_thread_header {
	background-color:#666666;
}
tr.mb_thread_footer {
	font-size:12px;
	font-family:Tahoma;
	background-color:#999999;
}
td.mb_thread_header_cell {
	font-size:12px;
	font-family:Tahoma;
	border:0px;
}

/* These classes here change the look of the post's in a topic. 
mb_threada = first post
mb_threadb = second post 
and so forth, they repeat from threada to threadb
*/

table.mb_threada{
	width:100%;
	padding:0 0 0 0;
}
.mb_threada_header {
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma;
}
td.mb_threada_header {
	border:1px solid #000000;
	background-color:#3366FF;
	padding:0px 3px 0px 3px;
}
td.mb_threada_body {
	border: 1px solid #000000;
	margin: 0px;
	padding:0px 3px 0px 3px;
	background-color:#ECECEC;
}
.mb_threada_body { 
	font-size:12px;
	font-family:Tahoma;
}

table.mb_threadb{
	width:100%;
}
.mb_threadb_header {
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma;
}
td.mb_threadb_header {
	border:1px solid #000000;
	background-color:#A9D1E0;
	padding:0px 3px 0px 3px;
}
td.mb_threadb_body {
	border: 1px solid #000000;
	padding:0px 3px 0px 3px;
	background-color:#ECECEC;
}
.mb_threadb_body {
	font-size:12px;
	font-family:Tahoma;
}
table.quotebox{
	background-color:#999999;
	font-family:Tahoma;
	color:#FFFFFF;
	border: 1px dashed #FFFFFF;
	font-style:italic;
}
table.db_header{
	background-color:#83CACC;
	color:#FFFFFF;
}
table.db_cat_header{
	background-color:#BCDEDF;
	color:#FFFFFF;
	A {color:#FFFFFF;};
}
table.db_cat_topic{
	background-color:#000000;
}
tr.db_cat_topica{
	background-color:#A9D1E0;
	color:#000000;
}
tr.db_cat_topicb{
	background-color:#95CDE2;
	color:#000000;
}
table.vf_header{
	background-color:#83CACC;
	color:#ffffff;
}
table.vf_post_table_bg{
	border: 0px;
}
tr.vf_posta {
	background-color:#A9D1E0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Tahoma;
	font-style:normal;
}
.vf_posta:hover {
	background-color:#2396C3;
}	
tr.vf_postb {
	background-color:#95CDE2;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Tahoma;
	font-style:normal;
}
.vf_postb:hover {
	background-color:#2396C3;
}	

/*----------------------------------------------------------------*/



table.collectors
{
	text-align: left;
	border: 2px outset black;
	background-color: #FFFFFF;
	width: 625px;
}

tr.content_header 
{ 
	background-color: #6699CC;
	font-weight: bold;
	color: #000033;		
}

td.collectors {
	font: 11px Tahoma;
}

table.content 
{
	text-align: left;
	font: 	 11px tahoma;
	padding: 0;			
}

tr.content_header 
{ 
	background-color: #6699CC;
	font-weight: bold;
	color: #000033;		
}

.text
{
	border: 1px solid black;
	font-size: 12px;
	font-family: Tahoma;
	height: 17px;
}
.textbox
{
	border: 1px solid black;
	font-size: 11px;
	font-family: Tahoma;
	width:100%;
}

.field {
	font-style: normal;
	font-weight: bold;
	text-align: right;
	vertical-align:middle;
	font-size: 11px;
	font-family: Tahoma;
}

select {
	font-size: 11px;
	font-family: Tahoma;
	height: 17px;
}

input {
	font-size: 11px;
	font-family: Tahoma;
	height: 12px;
}

input.submit {
	height: 20px;
}
/* -- some basics ---------------------------------------------------- 
hr { 
	border: 0;
	width: 100%;
	color: #000066;
	background-color: #0066CC;
	height: 2px;
	padding-bottom: 1px;
}*/
a.blocklink { display: block; text-decoration: none; }
a:link      { color: #FF33FF; }
a:visited   { color: #FF33FF; }
a:hover     { color:#FF99FF }
a:active    { color: #FF33FF; }
.colored    { color: #CC99FF; }
.color_back { background-color: #000066; }

a.expandolink {
	font-size: xx-small;  
	text-decoration: none;
}
a.expandolink:link,
a.expandolink:visited { 
	color: #EEEEEE; 
	padding-right: 10px;
}
a.expandolink:hover,
a.expandolink:active { 
	font-size: xx-small;
	color: #FFFFFF;
	padding-right: 10px; 
	background-image: none;
}
/* ------------------------------------------------------------------- */
.normalbox{
	border: 1px solid #000066;
	margin: 0px;
	padding: 3px;
}

td.body{
	font-size: 9pt;
}
td.bodybox {         
	background-color: #66CCFF;
	color: #3300FF;
	padding: 5px;
	width: 45%;
	border: 2px solid #000066; 
}
.bodybox a:link    { 
	color: white;
	text-decoration: none; 
}
.bodybox a:visited { 
	color: gray;
	text-decoration: none; 
}
.bodybox a:hover   { 
	color: white;
	text-decoration: underline; 
}
.bodybox a:active  { 
	color: #FC0;
	text-decoration: none; 
}

td.side_body_small{
	margin: 0px;
	font-family: Arial, Tahoma, sans-serif;
	FONT-SIZE: 8pt;
	font-weight:bold;
}

td.side_body, label.side_body{
	font-size: 9pt;
}
.required {
	font-weight:bold;
}

.subheader_head{
	background-color: #000066;
	font: bold 14px Tahoma;
	color: white;
	line-height: 17px;
	font-weight:bold;
	padding: 0 2px;
}
.subheader{
	background-color: #000066;
	font: bold 11px Tahoma;
	color: white;
	font-weight: bold;
}
.subheader_sub{
	background-color: #000066;
	font: bold 10px Tahoma;
	color: white;
	line-height: 12px;
	font-weight:bold;
}

.confirm{
	color:#2db333;
	font-size: 8pt;
	font-weight: bold;
	font-family: tahoma,arial,sans-serif;
	letter-spacing: 0em;
	height: 17px;

}

a.help{color:#0000FF; text-decoration: none;}
a.help:hover { color:#CC6666; text-decoration: underline; }
a.help_selected { color: #0000FF; }

td.spec_body{
	margin: 0px;
	background-color: transparent;
	font-family: Tahoma;
	FONT-SIZE: 10pt;
	font-weight:bold;
}
table.search_options {
	display: block;
	border: 2px solid ##000066;
	margin: 2px 0 5px;
	padding: 5px;
	background-color: #00FFFF;
}
td.search_options {
	padding: 3px 7px;
	border-bottom: 1px solid ##000066;
}
td.first {
	border-left: 1px solid #663399;
}
td.bottom {
	border-bottom: none;
}

.ecom_form { vertical-align:middle }
.ecom_button 
{
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma,arial,sans-serif;
	height: 20px;
}
.button_small
{
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma,arial,sans-serif;
	height: 20px;
}
.button
{
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma,arial,sans-serif;
	height: 20px;
}
.large_button
{
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma,arial,sans-serif;
	height: 20px;
}
input.button
{
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma,arial,sans-serif;
	height: 20px;
}
.textarea_add
{
	font-size: 11px;
	font-family: tahoma,arial,sans-serif;
}

/* -- event classes --------------------------------------------------- */

a.upcoming_event:link      { color: #6464FF; font-size:14px; text-decoration: underline;}
a.upcoming_event:visited   { color: #333399; font-size:14px; }
a.upcoming_event:hover     { color: #6464FF; font-size:14px; }
a.upcoming_event:active    { color: #FFCC00; font-size:14px; }

.event_table          { border: 2px solid black;   }
.event_toprow         { background-color: #FFFFAA; }
.event_topcell        { 
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: black;
	padding: 2px 0;
	font-weight: bold;         
}
.event_content_cell   { 
	height: 60px;
	padding: 2px;
	margin: 0;
	vertical-align: top;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	text-align: left;          
}
.event_content_cell a { 
	font-size: xx-small;
	text-decoration: none;     
}
.event_head { 
	float: left;
	display: block;
	font-weight: bold;
	padding: 0 1px 1px 0;
	margin: 0 1px 1px 0;
	border-width: 0 1px 1px 0;
	border-color: #666;
	border-style: solid;       
}
.event_disabled       { 
	background-color: #999;
	border: 2px solid #999;    
}
/* ------------------------------------------------------------------- */

