/*
  Quad City Camaro Club CSS
*/


body {
	background-color: #6666FF;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}

/* class added for topic calendar MOD
*/
.dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
}

/* qccc special css definitions */

#rwb_header {width: 100%; background-color: #FFFFFF;}
#rwb_header td.main {background:#ffffff url(images/corners/EEE8AA/br.gif) bottom right no-repeat; }
#rwb_header td.right { background:#EEE8AA url(images/corners/transparent/tl.gif) top left no-repeat; }
#rwb_header td.menu { height: 30px; background:#EEE8AA url(images/corners/transparent/tl.gif) top left no-repeat; }

#rwb_body {width: 100%; background-color: #FFFFFF; }

#qccc_header {width: 100%; background-color: transparent; }

div.banner { border: 1px solid #CC0000; margin: 5px 0 5px 0; padding: 5px; font-family: lucida sans console; font-size: 10pt; color: #0000FF; text-align:justify; }
a.banner,a.banner:active,a.banner:visited { color: #0000FF; text-decoration: underline; }
a.banner:hover { text-decoration:none; color: #CC0000; }

.redltr { font-size: 14pt; color: #CC0000; font-weight: normal; }

.footer {font-size:10px; text-align:center; }



/*chromemenu dropdown css */

.chromestyle{
width: 90%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;

padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #006699;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background-color: #F0F0F0;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

