/*
#################### COLOR PALATE ####################
Dark Blue for Header, left Menu and Footer	= #000066;
Orange Bar at top and bottom				= #FFAA55;
Orange Text on left							= #FFCC99;
######################################################
*/

body{
	margin:0px;
	background-color:#FFFFFF;
}
.orangeBar{
	display:block;
	overflow:hidden;
	height:2px;
	width:auto;
	background-color:#FFAA55;
}
/* ##################################################### */
/* ################ START HEADER STYLES ################ */
/* ##################################################### */
#headerHolder{
	position:relative;
	width:100%;
	height:90px;
	background-color:#000066;
}
#logoHolder{
	position:relative;
	height:85px;
	width:240px;
	top:3px;
	background-image:url(../images/afelalogo.gif);
}
#topMenu{
	position:absolute;
	display:block;
	height:48px;
	left:250px;
	top:0px;
}
#courthouse  { position: absolute; bottom: 0; float: none }
#searchBar{
	position:absolute;
	display:block;
	color:white;
	margin:0px 10px;
	right:10px;
	top:35px;
	width:80px;
}
.search .inputbox { color: #ffffff; font-size: 12px; background-color: #6699ff; width: 80px }
/* ###################################################### */
/* ################ FINISH HEADER STYLES ################ */
/* ###################################################### */

/* ####################################################### */
/* ################ START MAINBODY STYLES ################ */
/* ####################################################### */
#mainBodyHolder{
	position:relative;
	width:auto;
}
	#mainBodyTable{
		width:100%;
	}
	.leftTD{
		width:140px;
		background-color:#000066;
		font-size:14px;
		font-weight:bolder;
		line-height:1.5;
	}
		#leftHolder   { color: #fefefe; width: 141px }
		*>#leftHolder {width:auto;}
		#leftHolder table.moduletable td     { color: #ffffff; padding: 3px 6px }
		#leftHolder table.moduletable td a:link { color: #ffffff; text-decoration: underline }
		/*#leftHolder table.moduletable td a:link { color: #ffffff; text-decoration: underline }
		#leftHolder table.moduletable td a:active { color: #ffffff; text-decoration: underline }
		#leftHolder table.moduletable td a:visited { color: #ffffff; text-decoration: underline }
		#leftHolder table.moduletable td a:visited:hover { color: #fa5; text-decoration: underline }
		#leftHolder table.moduletable td a:hover { color: #fa5; text-decoration: underline }*/

#leftHolder hr { color: #fa5; background-color: #ffaa55; display: block; width: auto; height: 2px; overflow: hidden }


.centerTD{
		width:100%;
	}
		#centerHolder{
			margin:5px 10px;
		}


	.rightTD{
		display:none;
		width:140px;
	}
		#rightHolder{
			width:100%;
		}
		*>#rightHolder{
			width:auto;
		}
		
#leftHolder table.moduletable th { color: #000000; font-weight: bolder; background-color: #ffcc66; text-align: center; display: block; width: 100% }
*>#leftHolder table.moduletable th{
	width:auto;
}		

#leftHolder .mainlevel{
	color:#FFFFFF;
	width:auto;
	background-color:#000066;
	font-size:14px;
	font-weight:bolder;
	line-height:1.5;
}		

#leftHolder #active_menu{
	color:#FFAA55;
}
#leftHolder a#active_menu:hover {
	color: #FFFFFF;
}

#leftHolder .mainlevel { color: #ffffff; font-size: 12px }
#leftHolder a.mainlevel:hover  { color: #ffaa55; text-decoration: underline }

#leftHolder a:hover  { color: #ffaa55; text-decoration: underline }
/*#leftHolder a:visited:hover  { color: #ffaa55; text-decoration: underline }
#leftHolder a:link  { color: #fafafa; text-decoration: underline }
#leftHolder a:visited  { color: #fafafa; text-decoration: underline }
#leftHolder a:active { color: #fafafa; text-decoration: underline }/*
/* ######################################################## */
/* ################ FINISH MAINBODY STYLES ################ */
/* ######################################################## */

#footerHolder{
	display:block;
	width:auto;
	background-color:#000066;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	padding:20px 0px 3px 0px;
}





/* ####################################################### */
/* ################ START ORIGINAL STYLES ################ */
/* ####################################################### */


tr, p, div  { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#pathway_outer {
	width: 635px;
  float: left;
  margin-bottom: 2px;
	margin-right: 2px;
}

#pathway_inner {
  float: none !important;
  float: left;
	border: 1px solid #cccccc;
	height: 21px;
}

#pathway_text {
  overflow: hidden;
	float: left;
	display: block;
	padding-top: 4px;
	height: 18px;
	padding-left: 5px;
}

a.pathway {
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	width: 100%;
	display: block;
	padding-left: 15px;

	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #ffcc00;
	background: #D84203;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner  { padding: 0; overflow: hidden; border: solid 1px #cccccc }

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox  { color: #ff6600; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding-right: 2px; padding-left: 2px; border: 0 }

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header  { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; margin-right: 2px; padding: 0; width: 635px; height: 150px; float: left }

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}
.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button     { font-size: 11px; font-weight: bold; line-height: 20px; text-decoration: none; background-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-align: center; margin: 1px; padding-top: 10px; padding-right: 10px; padding-left: 10px; width: auto; float: left }
a.back_button:link, a.back_button:visited     { color: #f96; font-size: 11px; font-weight: bold; line-height: 20px; text-decoration: none; background-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-align: center; margin: 1px; padding: 0 10px; width: auto; float: left }
a.back_button:hover     { color: #fc6; font-size: 11px; font-weight: bold; line-height: 20px; text-decoration: none; background-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-align: center; margin: 1px; padding: 0 10px; width: auto; float: left }

a:link, a:visited      { color: #f96; text-decoration: underline }
a:hover      { color: #fc6; text-decoration: underline }

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
}



/* mambo core stuff */

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 5px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading  { }



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

/*table.contentpane td.componentheading {
	padding-left: 4px;
}*/

.button  { color: #000; font-size: 11px; font-family: Arial, Hevlvetica, sans-serif; font-weight: bold; line-height: 18px !important; background-color: #d6d6d6; text-align: center; padding-right: 2px; padding-left: 2px; border: solid 1px #808080 }

.inputbox  { background-color: #ffffff; padding-right: 2px; padding-left: 2px; border: solid 1px #cccccc }

.componentheading      { color: #000; font-size: 16px; font-weight: bold; line-height: 16px; text-align: left; padding-top: 4px; height: 21px }

.contentcolumn {
	padding-right: 5px;
}

.contentheading    { color: #000; font-size: 16px; font-weight: bold; line-height: 16px; text-indent: 5px; white-space: nowrap; height: 30px }



.contentpagetitle    { color: #000; font-size: 16px; font-weight: bold; line-height: 16px; text-align: left }

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th  { color: #666666; font-size: 12px; font-weight: bold; text-align: center;  height: 16px }

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

a.mainlevel:link, a.mainlevel:visited      { color: #fafafa; font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; line-height: 16px; text-decoration: underline; background-repeat: no-repeat; display: block; margin-bottom: 1px; width: 95% }
a.mainlevel:hover     { color: #f96; text-decoration: underline }

a.mainmenu:link, a.mainmenu:visited    { color: #fafafa; font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; line-height: 16; text-decoration: underline }
a.mainmenu:hover    { color: #f96; text-decoration: underline }
.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate  { color: #999999; font-size: 10px; font-family: Arial; font-weight: bold; padding-bottom: 10px; height: 15px }

.modifydate  { color: #999999; font-size: 10px; font-family: Arial; font-weight: bold; padding-top: 10px; height: 15px }

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th  { color: #666666; font-size: 10px; font-weight: bold; background-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-align: left; text-transform: uppercase; padding-top: 2px; padding-left: 4px; height: 21px }



a.sublevel:link, a.sublevel:visited  { color: #fff; font-size: 11px; font-weight: bold; text-align: left; padding-left: 1px; vertical-align: middle }

a.sublevel:hover  { color: #fc0; text-decoration: none }
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}


hr   { color: #fa5; background-color: #ffaa55; display: block; height: 2px; overflow: hidden; border: solid 1px #fc6 }

/* ######################################################## */
/* ################ FINISH ORIGINAL STYLES ################ */
/* ######################################################## */