
	BODY {
		color: #222222;		
		background-color: #c0c4ca;														/* customizable */
		margin: 0px 0px 0px 0px;														/* customizable */
		font-family: Arial, Helvetica, Verdana, sans-serif;		/* customizable guided */
		font-size: 12px;																			/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		background-image: url(bg.gif); 

		/* textured background for cool filling/shading? */
	}

.invis {color: #c0c4ca; font-size:1px;cursor:default}			/* invisible text....used for search engines positioning */

P, OL, UL, LI {margin-top: 0px; margin-bottom: 0px;}			/* no stupid automatic margin */

a:link,a:visited {																				/* common links begin */
		color: #cc0000;																				/* customizable */
		text-decoration: none;														/* customizable guided */
		font-weight: normal;																	/* customizable guided */
		font-style: normal;																		/* customizable guided */
		}
a:hover {
		color: #ff0000;																				/* customizable */
		text-decoration: underline;														/* customizable guided*/
		font-weight: normal;																	/* customizable guided*/
		font-style: normal;																		/* customizable guided*/
}																													/* common links end */

H1 {																											/* headers definition begin */
		color: #cc0000;																				/* customizable */
		font-size: large;																	/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		font-weight: bold;																		/* customizable guided */
		font-style:italic;																		/* customizable guided */
		margin: 2px;

		}
H2 {
		color: #999999;																				/* customizable */
		font-size: large;																	/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		font-weight: bold;																		/* customizable guided */
		font-style:italic;																		/* customizable guided */
		margin: 2px;
		}
		
H3 {
		color: #cc0000;																				/* customizable */
		font-size: medium;																	/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		font-weight: bold;																		/* customizable guided */
		font-style:italic;																		/* customizable guided */
		margin: 2px;
		}
		
H4 {
		color: #999999;																				/* customizable */
		font-size: medium;																	/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		font-weight: bold;																		/* customizable guided */
		font-style:italic;																		/* customizable guided */
		margin: 2px;		}
		
H5 {
		color: #cc0000;																				/* customizable */
		font-size: small;																	/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		font-weight: bold;																		/* customizable guided */
		font-style:italic;																		/* customizable guided */
		margin: 2px;                                      
		}
		
H6 {
		color: #999999;																				/* customizable */
		font-size: small;																	/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		font-weight: bold;																		/* customizable guided */
		margin: 10px 0px 10px 0px;
		border-bottom:1px solid gray
		}																											/* headers definition end */
										
FORM { 																										/* form elements begin */
		padding: 3px;               								          /* customizable */ 
		margin: 3px;								                          /* customizable */
		border: 1px solid #999999;                            /* customizable + customizable guided*/
		}

INPUT.text ,SELECT,TEXTAREA {margin:1px; 									/* all form elements with margin; pseudo class .text to avoid background radio,check,img */
		color:#990000;																				/* customizable guided to bulid opt gradient table */
		background-color: #eeeeee; 														/* customizable guided to bulid opt gradient table */
		border: 1px solid #990000; 														/* customizable + customizable guided*/
		}	

SELECT {font-size:1em}																		/* automatic +0.1 to input em for a bug in IE 5+ (select text is smaller :( ) */

.opt1 {background: #CCCCCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt2 {background: #CCCCFF;color:black;}									/* automatic gained from guided selection of input background color */
.opt3 {background: #FFCCFF;color:black;}									/* automatic gained from guided selection of input background color */
.opt4 {background: #FFCCCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt5 {background: #FFFFCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt6 {background: #CCFFCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt7 {background: #CCFFFF;color:black;}									/* automatic gained from guided selection of input background color */
.opt8 {background: #FFCCFF;color:black;}									/* automatic gained from guided selection of input background color */


INPUT.button {cursor:pointer;cursor:hand;									/* pseudo class .button to replace button look...empty for browser default */
		background-color: #cc0000;														/* customizable */
		color: #FFFFFF;																				/* customizable */
		border:1px solid #990000;															/* customizable + customizable guided*/
	}																												/* end form elements */
	

/* TABLES ?!?!? */



.evidence	{																								/* common mix... create xml strings for FCK */	
		color: black;																					/* customizable */
		background-color:yellow;															/* customizable */
		font-style: italic;																		/* customizable */
}

	/* css layout...... who said CSS is better than tables design?!?!? *grin* */

#logo {																										/* logohead: company logo */
		text-align: center;																		/* customizable guided */
		}

#copy {																										/* copyright notes */
		padding:0px 0px 0px 0px;
		border: 0px solid black;															/* customizable + customizable guided*/
		color:	#000000;																			/* customizable */
		line-height:1.2em
		}
#copy	a:link {color:#cc0000;font-weight:bold}


#header {																									/* header container */
		font-size: 11px;																		/* customizable */
		background-image: url(header_bg.gif); background-repeat: repeat-x;
		}

#footer {																									/* footer container*/		
		font-size: 11px;																			/* customizable */
		padding:0px 0px 0px 0px;

		}


#middler, .middler {																			/* middle portion of page (navigation+contents */
		/* use a background image ? ! ? don-t know....*/
				background-image: url(content_bg.gif);
		 background-repeat: no-repeat;
		  	background-position: bottom right;  	
			}

#lefter {																									/* left column container */
padding:2px}

#righter {																									/* left column container */
		}

#content {																								/* main contents box */
		padding:10px ;
		background-color: #ffffff;
		border-left: 1px solid #909090;
		border-right: 1px solid #909090;
		min-height:400px;
		margin-bottom:12px;
		margin-left:2px;
		line-height:1.4em
		}


.navbarA {padding:0px;font-size:11px;color: #cc0000;margin:0px;text-transform:uppercase}
.navbarA ul {list-style-type: none;overflow:hidden;margin:0px;padding:1px}
.navbarA li {display:inline;margin-left:7px;}
.navbarA .division {display:inline;margin-left:7px;}
.navbarA a:link, .navbarA a:visited {color: #222222;text-decoration: none;}
.navbarA a:hover {text-decoration: underline;color: #cc5555;}

.navbarB {padding:0px;font-size:11px;color: #000000;margin:0px;text-transform:uppercase}
.navbarB ul {list-style-type: none;overflow:hidden;margin:0px;padding:1px}
.navbarB li {display:inline;margin-left:10px;}
.navbarB .division {display:inline;margin-left:10px;}
.navbarB a:link, .navbarB a:visited {color: #cc0000;text-decoration: none;}
.navbarB a:hover {text-decoration: underline;color: #ff0000;}


.eventA {padding:5px;border:1px dotted #ffd200}

.focusA {}

.focusA .focus_box {}
.focusA .focus_box .image {padding:5px}
.focusA .focus_box .title {font-weight:bold;font-size:1.2em}
.focusA .focus_box .title a:link, .focusA .focus_box .title a:visited {font-weight:bold}
.focusA .focus_box .where {font-weight:bold}
.focusA .focus_box .date {color:#994646}
.focusA .focus_box .source {color:gray}
.focusA .focus_box .abstract {line-height:1.2em}

.focusA .focus_small .focus_box {}
.focusA .focus_small .focus_box .image {padding:0px}
.focusA .focus_small .focus_box .title {}
.focusA .focus_small .focus_box .title a:link, .focusA .focus_small .focus_box .title a:visited {}
.focusA .focus_small .focus_box .title a:hover {}
.focusA .focus_small .focus_box .where {}
.focusA .focus_small .focus_box .date {}
.focusA .focus_small .focus_box .source {}
.focusA .focus_small .focus_box .abstract {}
.focusA .focus_small .focus_box .famcat {}

.focusA .focus_medium .focus_box {line-height:1.1em;padding:3px;margin-bottom:5px;border-left:1px dotted white}
.focusA .focus_medium .focus_box .image {padding:1px;border:1px solid #6688cc}
.focusA .focus_medium .focus_box .title {font-size:11px;margin-bottom:2px}
.focusA .focus_medium .focus_box .title a:link, .focusA .focus_medium .focus_box .title a:visited {color:#cc0000}
.focusA .focus_medium .focus_box .title a:hover {}
.focusA .focus_medium .focus_box .where {}
.focusA .focus_medium .focus_box .date {color:gray}
.focusA .focus_medium .focus_box .source {}
.focusA .focus_medium .focus_box .abstract {font-size:11px;text-align:justify}
.focusA .focus_medium .focus_box .famcat {}

.focusA .focus_list .focus_box {line-height:1.2em;margin:0px;margin-bottom:3px;padding-bottom:3px;border-bottom:1px solid #dddddd}
.focusA .focus_list .focus_box .image {padding:1px;border:1px solid #cccccc}
.focusA .focus_list .focus_box .title {margin:0px;}
.focusA .focus_list .focus_box .title a:link, .focusA .focus_list .focus_box .title a:visited {margin:0px;font-size:0.9em;line-height:1.2em;text-decoration:none;color:#aa3300}
.focusA .focus_list .focus_box .title a:hover {text-decoration:underline}
.focusA .focus_list .focus_box .where {}
.focusA .focus_list .focus_box .date {color:gray}
.focusA .focus_list .focus_box .source {}
.focusA .focus_list .focus_box .abstract {}
.focusA .focus_list .focus_box .famcat {}



div.sidenav {																		/* padding of navigation */
}

div.sidenav ul {																/* clear li of all UL in navigation */

  list-style-type: none; 												/* get rid of the bullets */
  padding:0;             												/* no padding */
  margin:0;              												/* no margin for IE either */
  	white-space: nowrap;
  	word-wrap: break-word;

}


div.sidenav ul li a{																		/* level0 padding & height */
		border-top:1px solid #e8e8e8;
		border-right:1px solid #7c7c7c;
		border-bottom:1px solid #7c7c7c;
		border-left:1px solid #e8e8e8;
  	display: block; 
  	overflow:hidden;
		padding:3px 0px 3px 25px;
		text-align:left;
		margin:2px 0px 0px 0px;
		background-color:#a9a9a9;
}

div.sidenav ul li a:link,div.sidenav ul li a:visited {	/* level0 links */
		font-family:Arial, Helvetica, Verdana, sans-serif;
		font-size:11px;
	  color: #ffffff;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:none;
		font-style: normal;
    background-image: url(lev0.gif);
  	background-repeat: no-repeat;
  	background-position: 4px 4px;  	
}

div.sidenav ul li.lev0sel a:link,div.sidenav ul li.lev0sel a:visited {										/* level0 select */
  background-color: #cc0000;
  background-image: url(lev0sel.gif);
  background-repeat: no-repeat;
 	background-position: 4px 4px;  
}

div.sidenav ul li a:hover,div.sidenav ul li.lev0sel a:hover {															/* level0 hover */
  background-color: #cc0000;
  background-image: url(lev0sel.gif);
  background-repeat: no-repeat;
  background-position: 4px 4px;  
  	}

		
div.sidenav ul ul li a{																	/* level1 padding & height */
		border-top:0px;
  	overflow:hidden;display: block;
  	padding:2px 0px 2px 18px;
		margin:0px;
}

div.sidenav ul ul li.lev1 a:link, div.sidenav ul ul li.lev1 a:visited {				/* level1 links */
		text-transform: none;
		font-weight:normal;
		background-color:#6d6d6d;
    background-image: url(lev1.gif);
  	background-repeat: no-repeat;
  	background-position: 9px ;											/* adjust to indent level1 */
}

div.sidenav ul li li.lev1sel a:link,div.sidenav ul li li.lev1sel a:visited {										/* level1 select */
		text-transform: none;
	font-weight:normal;
		background-color:#dddddd;
		color:#000000;
    background-image: url(lev1sel.gif);
  	background-repeat: no-repeat;
  	background-position: 9px ;	}

div.sidenav ul li li.lev1 a:hover,div.sidenav ul li li.lev1sel a:hover {															/* level1 hover */
  color: #000000;
  background-color: #ffffff; 
  background-image: none;
}

 
form.genform div.diciture,form div.inputdata,form div.inputlist {margin-top:2px;}

form.genform div.diciture {display:block;float:left;width:45%;text-align:right;padding-right:10px;padding-bottom:3px}
form.genform div.info {font-weight:normal;font-size:0.75em;line-height:1.1em;clear:both;width:100%;text-align:right;padding-top:0px}
form.genform div.info hr {display:none}

form.genform div.inputdata {display:block;float:left;width:52%;text-align:left}
form.genform div.inputdata input, form.genform div.inputdata select {font-size:1.1em;padding:0px;margin:0px;width:100%;}

form.genform div.inputdata textarea {font-size:1.1em;float:left;padding:2px;margin-bottom:2px;display:block;width:100%;overflow:auto}

form.genform div.inputlist {display:block;float:left;width:52%;margin-bottom:5px;text-align:left}
form.genform div.inputlist input {float:left;border:0px;padding:0px;display:block;margin-bottom:2px}
form.genform div.inputlist label {float:left;display:block;margin-bottom:2px;margin-left:2px;font-size:1.1em}
form.genform div.inputlist .text , form.genform div.inputlist .select {font-size:0.9em;padding:0px;margin:0px;}

form.genform div.diciture {display:block;float:left;width:35%;text-align:right;padding-right:10px;padding-bottom:3px;font-size:1.2em}
form.genform div.info {color:#990000}
form.genform div.info hr {display:none}

form.genform div.inputdata input, form.genform div.inputdata select {font-size:1.1em;padding:0px;margin:0px;width:100%;}

form.genform div.inputdata textarea {font-size:1.1em;font-family:Arial;float:left;padding:2px;margin-bottom:2px;display:block;width:100%;overflow:auto;border:1px solid #990000;color:#000000}

form.genform div.inputlist {display:block;float:left;width:52%;margin-bottom:5px;text-align:left}
form.genform div.inputlist input {float:left;border:0px;padding:0px;display:block;margin-bottom:2px}
form.genform div.inputlist label {float:left;display:block;margin-bottom:2px;margin-left:2px;font-size:1.1em}
form.genform div.inputlist .text ,form.genform div.inputlist .select {font-size:0.9em;padding:0px;margin:0px;border:1px solid #990000;color:#000000}
.required {font-weight:bold}

.privacy {font-family:arial;background-color:white;border:1px solid #f0f0f0;overflow:auto;height:80px;margin-bottom:1px;font-size:0.9em;line-height:1.1em;padding:1px;}

.go {width:60%;background-image:url(go_red.gif);background-color:#AA0000;border:0px;background-repeat:no-repeat;background-position:right;font-weight:bold;color:#ffffff}



.carquick {color:white;padding:1px;text-align:right}
div.carquick form {border:0px;margin:0px;padding:0px;}
div.carquick .quicktitle {font-weight:bold;margin:0px;padding-top:2px}
div.carquick .quicktitle a:link, div.carquick .quicktitle a:visited {font-weight:bold;color:white}

div.carquick label {width:39%}
div.carquick select {width:60%;color:black}

div.carquick .buttondiv {text-align:left;padding-right:3px}
div.carquick .go {width:18px;height:18px;background-image:url(go_red.gif);background-color:#AA0000;border:0px;background-repeat:no-repeat;background-position:center center}

.indexcarbox {background-color:#F0F0F0;margin:1px 0px 3px 3px;padding:1px 0px 1px 0px;width:19.4%;text-align:center}
.cardformtitle {color:#AA0000;font-weight:bold}

.caradvanced .evidencelist {margin-bottom:10px;border:1px solid #dddddd;background-color:#ffeeee;padding:2px;font-size:10px;color:#666666;display:block;display:inline-block;overflow:hidden;}
.caradvanced .evidencelist a:link,.caradvanced .evidencelist a:visited, {color:black;text-decoration:underline}
.caradvanced .evidencelist .caption {color:black;font-weight:bold;font-size:12px;font-weight:bold}
.caradvanced .evidencelist .caption {color:black;font-weight:bold;font-size:12px;font-weight:bold}
.caradvanced .evidencelist ul{list-style-image : url(lev1sel.gif);margin:0px;padding-left:17px}

.caradvanced form {padding:2px;margin:1px;display:block;display:inline-block;overflow:hidden;}
.caradvanced fieldset {margin-bottom:10px;background-color:#f9f9f9;font-size:11px;}
.caradvanced legend {font-weight:bold;font-size:12px;color:#990000}

.caradvanced form .inputlist ul {list-style-type: none;overflow:hidden;margin:0px;padding:0px;border-bottom:1px solid #e0e0e0}

.caradvanced form .inputlist li {float:left;display:inline;padding-right:4px;}

.caradvanced form .inputlist input {float:left;width:1.1em;padding-left:0;margin-left:0}
.caradvanced form .inputlist label {float:left;padding-left:2px;line-height:1.3em}

.caradvanced form .inputlist select {color:#000000;background-color: #ffffff;border: 1px solid #990000;}
.caradvanced form .inputlist option {font-size:13px;border-bottom: 1px dotted #e0e0e0;}
.caradvanced form .inputdata .text {font-size:13px;background-color: #ffffff;width:60%}

.caradvanced .go {width:40%;background-image:url(go_red.gif);background-color:#AA0000;border:0px;background-repeat:no-repeat;background-position:right;font-weight:bold;color:#ffffff}


.docline {clear:both;margin-bottom:5px;background-color:#f0f0f0}
.doctitle {font-weight:bold}
.doccomment {font-size:10px;line-height:11px}
.docinfo {font-size:10px;color:#666666}
.doclang {width:24px;height:43px;padding:1px;border-left:3px solid white;text-align:center}