﻿BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    margin: 0px;
    background: url('images/idea-bkgd.gif') no-repeat;
}

.BodyTD
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #999999;
	vertical-align: top;
	background-color: White;
}

.MainContent
{
	position: absolute;	
	top: 65px;
	left: 10px;
	z-index: 1;
}

.TopNavBanner
{
	position: absolute;	
	top: 0px;
	left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #833C11;
	border-collapse: collapse;
	padding: 0px 5px 5px 5px;
	z-index: 2;
}

/* Top Navigation Start ---------------------- */
.CssTopNavDisplay
{
	margin: 0px 0px 0px 15px;
}

.level1
{
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.level1 li {
	float: left;
	display: block;
	width: 100px;
	border-left: solid 1px #F16422;
}

.level1 li .level2 li{
	border-left: none 0px;
}

.level1 li:hover .level2 
{
	display: block;
}

.level1 li:hover .level2 
{
	background-color: White;
}

.level2 {
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100px;
	border-right: solid 1px #F16422;
	border-bottom: solid 1px #F16422;
}

.level2 li {
	float: none;
	position: relative;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	width: 95px;
}

.level2 li:hover
{
	background-color: #DDDDDD;	
}

.level2 li:hover .level3 
{
	display: block;
}

.level2 li:hover .level3 
{
	background-color: White;
	border: solid 1px #999999;
}

.level2 li a
{
	color: #58585A;
	text-decoration: none;
}

.level3
{
	display: none;	
	position: absolute;
	top :0px;
	left: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Top Navigation End ------------------------ */

A:link	{	
	FONT-SIZE: 10pt;
	text-decoration:	none;
	color:	#F16422;
	text-decoration: underline;
	}	
		
A:visited	{	
	FONT-SIZE: 10pt;
	text-decoration:	none;
	color:	#F16422;
	text-decoration: underline;
	}	
		
A:active	{	
	FONT-SIZE: 10pt;
	text-decoration:	none;
	color:	#F16422;
	text-decoration: underline;
	}	
		
A:hover
{
	font-size: 10pt;
	color: #833C11;
	text-decoration: underline;
}

.cssTblGridHeader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: White;
	background-color: #F16422;
	border-collapse: collapse;
	text-align: left;
}

.CssMsgBoardRow
{
	border: none 0px;
	border-bottom: solid 1px #999999;
	vertical-align: top;
	padding: 5px;
}

.CssMsgBoardRow a
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.CssMsgBoardRow a:hover
{
	text-decoration: underline;
}

.cssTblGridHeader a
{
	color: White;
}
.cssTblGridText
{
	background-color: white;
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	color: #333333;	
}

.cssTblGridAltText
{
	background-color: beige;
	border-width: 0px;
	border-style: none;
	border-color: #FFFFFF;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}

.cssTblGridHeaderText
{
	border-top-width: 0px;
	border-top-style: none;
	border-left-width: 0px;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-collapse: collapse;
	border-color: White;
	background-color: #3E3E3E;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: White;
	text-align: left;
}

.cssTblGridPager
{
	background-color: white;
	border-width: 0px;
	border-style: none;
	border-color: #FFFFFF;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	text-align: right;
	color: #000000;
}

.CssMsgBoardPager
{
	text-align: right;
}

.cssButton
{
	border-top-style: outset;
	background-color: #F16422;
	border-bottom-color: #9D4116;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-color: #F58E5E;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-color: #9D4116;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: #F58E5E;
	border-top-width: 2px;
	border-top-style: solid;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: White;
	text-align: center;
}

.cssTblHeader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #F16422;
	text-align: left;
	border-collapse: collapse;
}

.cssTblTextLabel
{
	border: none 0px;
	border-bottom: solid 1px #999999;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	color: #833C11;
	background-color: white;
	vertical-align: top;
}

.cssTblTextData
{
	border: none 0px;
	border-bottom: solid 1px #999999;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	background-color: white;
	vertical-align: top;
}

.cssTblTextData2
{
	border-top-width: 0px;
	border-top-style: none;
	border-left-width: 0px;
	border-left-style: none;
	border-right-width: 0px;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
}

.cssFooterText
{
	font-family: Arial;
	font-size: 8pt;
	color: Gray;	
	padding: 5px 0px 5px 0px;
}

.cssFooterText a
{
	text-decoration: none;	
}

.content-header 
{
	width: 880px;
	height: 58px;
	float: left;
	padding: 15px 25px 20px 28px;
	background: #ffffff url('images/content-header-wide.jpg') no-repeat 10px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	font-family: TradeGothic LT CondEighteen, Arial Narrow;
	color: White;
	padding: 10px 15px 5px 15px;
	z-index: 1;
	background: url('images/content-header-wide.jpg') no-repeat;
	height: 50px;
	width: 881px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: TradeGothic LT CondEighteen, Arial Narrow;
	padding: 0;
	margin: 0;
	background: url('images/h1-bkgd.gif') repeat-x bottom;
	color: #58595b;
}

.section_heading {
	font-size: 18px;
	font-weight: bold;
	font-family: TradeGothic LT CondEighteen, Arial Narrow;
	padding: 0;
	margin: 0;
	color: #58595b;
	text-decoration: none;
}

#background {
	background: url('images/idea-bkgd.gif') repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 911px;
	text-align:left;
}

#content-wrapper {
	float: left;
	width: 911px;
	position: relative;
	background: url('images/content-wrapper-bkgd.gif') no-repeat bottom;
}

.right-bkgd {
	position: absolute;
	top: 0px;
	right: -35px;
}

.left-bkgd {
	position: absolute;
	top: 0px;
	left: -45px;
}

.main_header_sides
{
	background: url('images/idea-bkgd.gif') repeat-x;
}

.main_header
{
	background: url('images/content-header-wide.jpg') no-repeat;
}

#main-content {
	width: 911px;
	padding: 10px 52px 15px 28px;  
	float: left;
}

.CssHide
{
	visibility: hidden;
}

.cssBold
{
	font-weight: bold;
}

.CssError 
{
	color: #C4112F;
	padding: 5px 0px 5px 0px;
}

.home_side_panel_top
{
	background: url('images/feature-top.jpg') no-repeat top left;
}

.home_side_panel_top h1
{
	padding: 5px 15px 5px 15px;
	background: none;	
	color: White;
}

.home_side_panel_top img {
	float: right;
	margin-left: 10px;
	display: inline;
}

.home_side_panel_top p 
{
	margin: 5px 15px 5px 15px;
	color: White;
}

.home_side_panel_top div
{
	color: White;
}

.home_side_panel_top a
{
	color: White;
}

.home_side_panel_bottom
{
	background: url('images/feature-bottom.jpg') no-repeat bottom left;
	height: 5px;
}

/* Accordion */
.accordion
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #999999;
}

.accordionHeader
{
    background:url(images/gen_expand.gif) no-repeat top left;
    padding: 0px 5px 5px 5px;
}

.accordionHeaderSelected
{
    background:url(images/gen_collapse.gif) no-repeat top left;
    padding: 0px 5px 5px 5px;
}

.accordionContent
{	
	padding: 5px;
}
.accordionContent a {color: Black; text-decoration: none;}
.accordionContent a:hover {text-decoration: underline;}

.ListSearch {padding: 5px;}
.ListSearch .ajax__tab_header {font-family:TradeGothic LT CondEighteen, Arial Narrow;font-size:12px;color:#AAAAAA;font-weight:bold;background:url(images/h1-bkgd.gif) repeat-x bottom; vertical-align: top;}
.ListSearch .ajax__tab_header .ajax__tab_active {font-size:18px; vertical-align: bottom; color: #58595b;}
.ListSearch .ajax__tab_tab {padding: 0px 0px 0px 0px;margin:0px;}
.ListSearch .ajax__tab_outer {padding:5px;background:url(images/tab-right.gif) no-repeat right;}
.ListSearch .ajax__tab_hover .ajax__tab_tab {color: Black;}
.ListSearch .ajax__tab_body {border:0px;padding:0px;}

.pq_all {color: Black;}
.pq_all a {color: Black;}