/* Stylesheet for 4wdsa.asn.au */
/* main.css */
/* By Mal Watt for 4wdsa.ASN.AU . */

ADDRESS, BLOCKQUOTE, BODY,  DD, DIV, DL , DT, FIELDSET, FORM, FRAME, FRAMESET, IFRAME,
NOFRAMES , OBJECT, OL, UL, APPLET, CENTER, DIR, HR, MENU  {
	DISPLAY : block;
}

/* tool tips  
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}
*/
.hotspot { border-bottom:1px dotted #900; cursor:pointer;}

#tt {
 position:absolute;
 display:block;
 background:url(images/tt_left4wd.gif) top left no-repeat;
 }
 #tttop {
 display:block;
 height:28px;
 margin-left:5px;
 background:url(images/tt_top4wd.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#FFCC66;
 color:#000;
 font-family:sans-serif; 
 font-size:smaller;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(images/tt_bottom4wd.gif) top right no-repeat;
overflow:hidden;
}

/* for the dropmenu
*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 6px 10px;
	width: 80px;
	/*background: #483D8B;   /* top menu normal - dark blue as per h1, h2 */
	/*color: #FFF; */
	text-align: center;
	text-decoration: none;
	font: 14px arial}

#sddm li a:hover
{	background: #009900}   /* top menu item hover - green */

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	/*background: #483D8B; */
        background-color: 	#483D8B;  /* no idea */
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		/*background: #EAEBD8; */
                background-color: #FFF4EA;  /* lower itsms, normal background */
		/*color: #2875DE; */
                color: #0000CE;
		font: 14px arial}

	#sddm div a:hover
	{	background: #009900;      /* lower items hover */
		color: #FFF}



div.content_item_edit {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left : 5px;
	padding-right : 5px;
	border: thin solid Red;
}

div.content_edit_links {    
   font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
   font-size : .8em; 
   border-width: thin; 
   border-style: solid; 
   border-color: green;
}

div.published {
   background-color: #99FF66;  
}

div.draft {
   background-color: #FFFF99;  
}

div.approved {
   background-color: #CCFFCC ;  
}


#top-menu {
	width: 890px;
	background-color: transparent;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	float: none;
        font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 80%;
	
	border : 1px solid #483D8B;
}

#lsidepanel {
	width: 170px;
	height: 900px;
	border: thin solid Gray;
	background-color: White;
	padding-left : 10px;
	padding-right : 10px;
	margin-left: 10px; 
	margin-right: auto; 
	margin-bottom: 5px;
	text-align: left; 
	float: left;
}

#main-content {
	width: 890px;
	border: thin solid Gray;
	background-color: White;
	padding-left : 10px;
	padding-right : 10px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	float: none;
}

.content_item, .bordered {
	padding : 5px;
}

.bordered{
	border-bottom: thin dotted Gray;
}


#content_image_right {
   float: right;
   	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
   }

#content_image_left {
   float: left;
   	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
   }   

P  {
	DISPLAY : block;
	MARGIN : 1.00em;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	line-height:135%;
        /*font-size: .8em; */
	font-size:13px;  
        text-align: left;
        margin-bottom: 10px;
	/*font : 80%; */
}

P.quicklink  {
	font-size : 70%;
}

PRE {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 20px; /*--Height of each line of code--*/
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}


BLOCKQUOTE , UL, FIELDSET, FORM, OL, DL,  DIR, MENU  {
	MARGIN : 1.33em 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* style info for search box  */

div.advsearch {
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color : White;
	width : 600px;
	text-align : center;
}
.thblue {
background-color: #483D8B; font-size: larger; font-style: normal; 
font-variant: normal; font-weight: bold; color: White; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.advsearch {
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color : White;
	background-image : url(carsdbg.jpg);
}

B  {
	FONT-WEIGHT : bold;
}

STRONG  {
	FONT-WEIGHT : bolder;
}

H1  {
	COLOR : #483D8B;
	DISPLAY : block;
	FONT-FAMILY : "Impress BT",Verdana,Geneva,Arial,Helvetica,sans-serif;
	FONT-SIZE : x-large;
	FONT-WEIGHT : bold;
	MARGIN : 0 0 0 0em;
}

H2  {
	COLOR : #483D8B;
	DISPLAY : block;
	FONT-FAMILY :  "Impress BT",Verdana,Geneva,Arial,Helvetica,sans-serif;
	FONT-SIZE : large;
	FONT-WEIGHT : bold;
	MARGIN : 0 0 0 0em;
}

H3  {
	COLOR : #483D8B;
	DISPLAY : block;
	FONT-FAMILY :  "Impress BT",Verdana,Geneva,Arial,Helvetica,sans-serif;
	FONT-SIZE : medium;
	FONT-WEIGHT : bold;
	MARGIN : 0.5em 0px -0.5em 0.5em;
}

H4  {
	COLOR : #483D8B;
	DISPLAY : block;
	FONT-FAMILY :  "Impress BT",Verdana,Geneva,Arial,Helvetica,sans-serif;
	MARGIN : 0.5em 0px -0.5em 0.5em;
}

H5  {
	DISPLAY : block;
	FONT-FAMILY : Verdana,Geneva,Arial,Helvetica,sans-serif;
	FONT-SIZE : 0.83em;
	FONT-WEIGHT : bold;
	LINE-HEIGHT : 1.17em;
	MARGIN : 0.5em 0px -0.5em 0.6em;
}

H6  {
	DISPLAY : block;
	FONT-SIZE : 0.67em;
	FONT-WEIGHT : bolder;
	MARGIN : 2.33em 0px;
}

DIV.linkbar  {
	FONT-FAMILY : Verdana,Geneva,Arial,Helvetica,sans-serif;
	FONT-SIZE : x-small;
}

div.footer  {
	FONT-SIZE : xx-small;
	TEXT-ALIGN : center;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #483D8B;
	text-decoration:none;
}

P.footer  {
	FONT-SIZE : xx-small;
	TEXT-ALIGN : center;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #483D8B;
	text-decoration:none;
}

SPAN.h4  {
	COLOR : #483D8B;
	FONT-FAMILY : "Impress BT";
	FONT-WEIGHT : bold;
}

DIV.passedevents  {
	COLOR : gray;
}

SPAN.logohome  {
	FONT-VARIANT : small-caps;
	LETTER-SPACING : 0.1em;
}

I  {
	FONT-STYLE : italic;
}

CITE  {
	FONT-STYLE : italic;
}

EM  {
	FONT-STYLE : italic;
}

VAR  {
	FONT-STYLE : italic;
}

ADDRESS  {
	FONT-STYLE : italic;
}

TT, CODE, KBD, SAMP  {
	FONT-FAMILY : monospace;
}

BIG  {
	FONT-SIZE : 1.17em;
}

SMALL  {
	FONT-SIZE : 0.83em;
}

SUB  {
	FONT-SIZE : 0.83em;
}

SUP  {
	FONT-SIZE : 0.83em;
}

SUB  {
	VERTICAL-ALIGN : sub;
}

SUP  {
	VERTICAL-ALIGN : super;
}

S  {
	TEXT-DECORATION : line-through;
}

STRIKE  {
	TEXT-DECORATION : line-through;
}

DEL  {
	TEXT-DECORATION : line-through;
}

HR  {height: 1px;}

OL  {
	LIST-STYLE : decimal;
}

OL, UL, DIR , MENU, DD, DL  {
	MARGIN-LEFT : 40px;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	FONT-SIZE : 13px;
}

 DT  {
	MARGIN-LEFT : 0px;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	FONT-SIZE : 13px;
	font-weight : bolder;
	padding-top : 10px;
}

OL UL  {
	MARGIN-BOTTOM : 5px;
	MARGIN-TOP : 5px;
}

UL OL  {
	MARGIN-BOTTOM : 0px;
	MARGIN-TOP : 0px;
}

UL UL  {
	MARGIN-BOTTOM : 0px;
	MARGIN-TOP : 0px;
}

UL LI  {
	MARGIN-BOTTOM : 0px;
	MARGIN-TOP : 0px;
/*	 font-size : larger; */
}


OL LI  {
	MARGIN-BOTTOM : 5px;
	MARGIN-TOP : 5px;
	font-size : 100%;
}


SPAN.U, U  {
	TEXT-DECORATION : underline;
}

INS  {
	TEXT-DECORATION : underline;
}

CENTER  {
	TEXT-ALIGN : center;
}

ABBR  {
	FONT-VARIANT : small-caps;
	LETTER-SPACING : 0.1em;
}

ACRONYM  {
	FONT-VARIANT : small-caps;
	LETTER-SPACING : 0.1em;
}

.navwhite {
color: #FFF;
font-size: 13px;
font-family: verdana,arial,sans-serif;
text-decoration: none;
line-height: 12px;
}


Ahref  {
	TEXT-DECORATION : underline;
}


TH.head  {
	color : White;
	background-color : #483D8B;
	font-family : Arial;
	font-weight : bold;
	font-size : x-small;
}

P.fireban  {
	color : White;
	background-color : Red;
	font-family : Arial;
	font-size : x-small;
	font-weight : bold;
}

P.caption {
	margin : 0 0 0 1em;
	background-color : White;
	font-family : "Arial Narrow", sans-serif;
	font-size : smaller;
}

TABLE.memlist {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	line-height:135%;
	font-size : 90%;
	border : 0;
}

TD.navbar  {
	padding : 5px;
	font-family : Arial;
	font-size : 10px;
	background-color : Silver;
}

p.saafwdc  {
	font-family : sans-serif;
	color : #483D8B;
	MARGIN : 0 0 0 0;
	display : block;
	font-size : 10px;
}

body.main {
	DISPLAY : block;
	background-image : url(carsdbg.jpg) ;
}

span.boxtext {
	font-size : smaller;
}

dl.links, span.fldnme {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	line-height:135%;
	font-size : 90%;
}


span.smaller {
	font-size : smaller
}
HR.footer {
	color: #483D8B;
}

span.currenturl {
	font-weight : lighter;
}

DIV.navbar  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 80%;
	background-color : White;
	background-image : url(carsdbg.jpg);
	border : 1px solid #483D8B;
	padding-bottom : 0.5em;
}
DIV.photor {
	background-color : White;
	font-family : "Arial Narrow", sans-serif;
	text-align : left;
	float : right;
	width : 300px;
	padding-left : 10px;
	padding-bottom : 10px;
}
DIV.photor110 {
	background-color : White;
	font-family : "Arial Narrow" ,sans-serif;
	text-align : left;
	float : right;
	width : 110px;
}
DIV.photol {
	background-color : White;
	font-family : "Arial Narrow",sans-serif;
	text-align : left;
	float : left;
	width : 300px;
}
p.news, DIV.newsl {
	font-family : "Times New Roman", serif; 
	text-align : left;
}

/* used on DAU page */
 DIV.newsl {
	background-color : White;
	background-image : url(images/divnewsbg.jpg);
	float : left;
	width : 200px;
	height : 200px;
	margin-right : 10px;
}
 
DIV.menu {
	margin : 0 0 0 0;
	background-color : White;
	background-image : url(carsdbg.jpg);
	font-family : "Arial Narrow", sans-serif;
	border : 1px solid #483D8B;
	width : 15em;
	font-size : smaller;
	text-align : left;
	float : left;
	margin-right : 20px;
	padding-right : 10px;
}

DIV.notice {
	background-color : White;
	background-image : url(carsdbg.jpg);
	font-family : "Arial Narrow", Verdana,Geneva,Arial,Helvetica,sans-serif;
	border : 1px solid #483D8B;
	font-size : smaller;
}

A:hover {
	COLOR: White;
	background-color : Navy;
}
