/*------------------------------------------------------------------------------------------------
  low-level elements  ::  main.css
------------------------------------------------------------------------------------------------*/

body
{
	margin: 0 0 0 5;
	padding: 0 0 0 0;
}

img	{
	border: 0px none;
	}

ul	{
	list-style-image: url(images/icons/li1.gif);
	}
	

.button 
{
	color: white;
	font-weight: 500;
	font-size: 11px;	
	height: 20px;
	background-color: #185783;	
}



/*------------------------------------------------------------------------------------------------
  base template layout elements
------------------------------------------------------------------------------------------------*/

#maintable	{
	height:100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	}

#title_div	{
	height:62px;
	width: 100%;
	background-image: url(images/topbar_bg.gif);
	}

#topnav_table	{
	height:26px;
	width:100%;
	/***border: solid 2px #e9e0c4;
	border-width:  2 0 0 0;
	border-bottom: solid 1px black;***/
	border-width:  0 0 0 0;
	background-color: #185783;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6D9DB4', EndColorStr='#185783')
	}

#header_table	
 {
	height:26px;
	width:100%;
	background-color: #185783;  /*#174260; */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6D9DB4', EndColorStr='#185783')
	}


#topnav_table_app	{
	height:26px;
	width:100%;
	background-color: #185783;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6D9DB4', EndColorStr='#185783')
	}
	
	/*------------------------------------------------------------------------------------------------
  tier1 navigation styles
------------------------------------------------------------------------------------------------*/
.sidenav_header	
{
	height: 16px;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='DarkGray', EndColorStr='LightGrey');
	font-family: Verdana, Arial, helvetica;
	font-size: 12px;
	font-weight: 900;
	padding: 4px 4px 4px 4px;
	color: Black;
}	

.topnav, a.topnav:link, a.topnav:visited	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration : none;
	padding: 8px 1px 8px 1px;
	border-bottom: solid 1px black;
	height: 25px;
	}

a.topnav:hover	{
	text-decoration : underline;
	color: #ffffff;
	}

.topnav_current, a.topnav_current:link, a.topnav_current:visited, a.topnav_current:hover 	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration : none;
	color: #000000;
	background-color: #ebebeb;           /* #e9e0c4; */
	height: 25px; 
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: #EBEBEB 2px solid;
	padding: 7px 1px 7px 3px;
	}

.appnav, a.appnav:link, a.appnav:visited	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration : none;
	padding: 8px 1px 8px 1px;
	border-bottom: solid 1px black;
	height: 25px;
	}

a.appnav:hover	{
	text-decoration : underline;
	color: #ffffff;
	}

.appnav_current, a.appnav_current:link, a.appnav_current:visited, a.appnav_current:hover 	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration : none;
	border-width: 1 0 0 1;
	color: #000000;
	background-color: #e9e0c4;
	height: 27px;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: #e9e0c4 2px solid;
	padding: 7px 1px 7px 1px;
	}


/*------------------------------------------------------------------------------------------------
  sidebar layout elements
------------------------------------------------------------------------------------------------*/

#contentheader	{
	background-color: #e9e0c4;
	height: 100px;
	}
	
.siteheader
{
	background-color: #e9e0c4;
	/***background-image: url(../images/bkgndtop.jpg);**/
	height: 50px;
	/***width: 1170px;****/ 
	width: 100%;

}
	
	
.contentheader	{
	background-color: #e9e0c4;
	height: 40px;
	font-size: 12px;
	}
	
.contentheader1	{
	background-color: #e9e0c4;
	width: 100%;
	height: 70px;
	font-size: 12px;
	}

.contentheader80	{
	background-color: #e9e0c4;
	width: 100%;
	height: 80px;
	font-size: 12px;
	}	

.contentheader150	{
	background-color: #e9e0c4;
	height: 150px;
	font-size: 12px;
	}
	
.contentheader175	{
	background-color: #e9e0c4;
	height: 175px;
	font-size: 12px;
	}

.contentheader250	{
	background-color: #e9e0c4;
	height: 250px;
	font-size: 12px;
	}
	
	
.contentheader350	{
	background-color: #e9e0c4;
	height: 350px;
	font-size: 12px;
	}
	
.contentheader400	{
	background-color: #e9e0c4;
	height: 400px;
	font-size: 12px;
	}
	
.contentheader500	{
	background-color: #e9e0c4;
	height: 500px;
	font-size: 12px;
	}
	
.contentheader2000	{
	background-color: #e9e0c4;
	height: 2000px;
	font-size: 12px;
	}	
	
	
.outsideform
{
	background-color: white;
	width: 666px;
	height: 100%;
	border: solid 1px #e9e0c4;

}


.sidebar	{

	width: 160px;
	height: 100%;
	background-color: #EBEBEB;
	}
	
#searchbox	{
	font-size: 11px;
	font-weight:bold;
	color: #E5E5CD;
	height:22px;
	width: 180px;
	padding:10 5 10 10;
	background-color: #404F93;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	}

.sidetitle	{
	font-size: 11px;
	font-weight:bold;
	color: BLACK;
	height:20px;
	width: 100%;
	padding: 2 0 2 2;
	background-color: #D2D2D2;
	}
	
.sidebox
{
	width: 160px;
	background-color: #EBEBEB;
	vertical-align: top;

}



/*------------------------------------------------------------------------------------------------
  sidebar styles
------------------------------------------------------------------------------------------------*/

.searcharea	{
	width:140px;
	font-size: 11px;
	border: 1px solid #5F8FB1;
	background-color: #ffffff;
	}

.sidenav	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #185783; /***#185783;***/
	height:18px;
	width: 100%;
	padding: 2 0 2 2;
	text-decoration:none;
	}

.sidenav_current {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
	height:16px;
	width: 100%;
	padding: 2 0 2 2;
	background-color: #e9e0c4;
	/**border-top: 2px solid #A7B5BE;
	border-bottom: 2px solid #A7B5BE;*/
	text-decoration:none;
	}

a.sn_current:link, a.sn_current:visited, a.sn_current:hover		
{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
	height:16px;
	width: 100%;
	padding: 3 0 3 2;
	background-color: #e9e0c4;
	/**border-top: 2px solid #A7B5BE;
	border-bottom: 2px solid #A7B5BE;*/
	text-decoration:none;
	}

a.tier2:link, a.tier2:visited	{
	color: #185783; /***#143D82;***/  
	padding: 3 0 3 2;
	height:16px;
	text-decoration:none;
	}

a.tier2:hover	{
	color: #000033;
	padding: 3 0 3 2;
	height:16px;
	text-decoration:none;
	}



/*------------------------------------------------------------------------------------------------
  content area layout elements
------------------------------------------------------------------------------------------------*/

#content	{
	padding: 10px;
	padding-bottom: 20px;
	line-height:15px;
	}

#right_column	{
	padding-right: 10px;
	}

#breadcrumbs	{
	width: 100%;
	height:10px;
	background-color: #143D82;
	border-bottom: 1px solid #003366;
	}

#breadcrumbs #target	{
	width: 17px;
	padding:2px;
	background-color: #404F94;
	border-right: 1px solid #003366;
	}

#breadcrumbs #links	{
	font-size: 11px;
	color: #333399;
	padding:0 5 0 5;
	}

#footer	{
	font-family: verdana, arial, helvetica;
	font-size:10px;
	line-height:16px;
	height:37px;
	color: #cccccc;
	padding-left: 13px;
	background-color: #185783;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6D9DB4', EndColorStr='#185783')
	}



/*------------------------------------------------------------------------------------------------
  content area layout styles
------------------------------------------------------------------------------------------------*/


.base
{
	font-family: arial, tahoma, verdana, helvetica;
	font-size: 13px;
	width:100%;
}

.wrapper
{
	margin: 0 10 0 0;
	height: 99%;
	font-family: arial, tahoma, verdana, helvetica;
	font-size: 13px;
}

.appwrapper
{
	width: auto;
	height: 98%;
	font-family: arial, tahoma, verdana, helvetica;
	font-size: 13px;
}
	
.content
{
	font-family: arial, tahoma, verdana, helvetica;
	font-size: 13px;
	width: 100%;
}
	
/***	
.outsideform	{
	background-color: white;
	width: 600px;
	}
****/

.formlabel	{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
	
.formlabelfull  {
	font-size: 11px;
	width: 666px;
	font-weight: bold;
	text-align: left;
	}
	
.pagelabel {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #143D82;  
	}
	
.labelheader	{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #143D82;
	}
	
.apexcaption	{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #143D82;
	}
	
a.apexcaption:link, a.apexcaption:visited	{
	color: #143D82;
	text-decoration:underline;
	}
a.apexcaption:hover {
	color: darkred;
	text-decoration: italics;
	}

.smapexcaption	{
	font-size: 15px;
	font-weight: 900;
	text-align: center;
	color: #143D82;
	}
	
a.smapexcaption:link, a.smapexcaption:visited	{
	color: #143D82;
	text-decoration:underline;
	}
	
a.smapexcaption:hover {
	color: darkred;
	text-decoration: italics;
	}


.centertext	{
	font-size: 18px;
	font-weight: bold;
	color: darkred;
	text-align: center;
	}
	
.sidetext	{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
.sectionlabel	{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
	
.sectionlabel220	{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	width: 230px;
	}
	
	
.info {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	}
	
.info_right {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	text-align: right;
	}
	
	
.sminfo {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	/*background-color: white; 
	border: 1px solid #6A9CBF;*/
	/*padding:5px;*/
	}
	
.sminfoREQ {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: BLUE; 
	border-top: 1px solid BLUE;
	border-bottom: 1px solid BLUE;
	/*padding:5px;*/
	}

.caption {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	}

.table {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

.header	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
	height: 17px;
	width: 100%;
	padding: 1 5 0 5;
	background-color: #6D9DB4; 
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6D9DB4', EndColorStr='#185783');
	clear: both;
	}

.header a:link, .header a:visited	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}

.header a:hover	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

.headerSelectedLink {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
}

.header_dark	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	height:16px;
	width:100%;
	padding: 1 0 0 5;
	border-top: 1px solid #000033;
	background-color: #D0D0DA;
	clear: both;
	}

.header2
{
	height: 5px;
	float: right;
	width: 100%;
	background-color: #ebebeb; /**#e9e0c4;**/
	padding: 0 5 0 5;
}


.right_col_header	{
	color: #ffffff;
	text-align: right;
	}

.right_col_footer	{
	padding-top: 5px;
	border-bottom: 1px solid #C5CADE;
	}
.percent_bar 
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: White;
}
.percent_bar_title {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	padding-top: 6px;
	}



/*------------------------------------------------------------------------------------------------
  content area text styles
------------------------------------------------------------------------------------------------*/

.h1	{	/* main page title */
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: black;
	}

.h2	{	/* main page subtitle */
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}

.h3	{	/* light blue header subtitle */
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}

.h4	{	/* light blue ancillary subtitle*/
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: BOLD;
	background-color: white; /**#e9e0c4;**/
	color: BLACK;
	padding-top: 4px;
	padding-bottom: 4px;
	}

a:link, a:visited	{
	text-decoration : none;
	color: #336699;
	}

a:hover {
	text-decoration : underline;
	}

a.purple	{
	color: #666699;
	}

a.number	{
	text-decoration : none;
	color: #1da802;
	}

a.green	{
	font-weight:bold;
	text-decoration : none;
	color: #1da802;
	}

a.green:link, a.green:visited	{
	font-weight:bold;
	text-decoration : none;
	color: #1da802;
	}

a.green:hover {
	font-weight:bold;
	text-decoration : underline;
	color: #FF6633;
	}

a.blue	{
	font-weight:bold;
	font-family: verdana;
	text-decoration : none;
	color: #336699;
	}

a.blue:link, a.blue:visited	{
	font-weight:bold;
	font-size: 11px;
	text-decoration : none;
	color: #336699;
	}

a.blue:hover {
	font-weight:bold;
	text-decoration : underline;
	color: black;
	}

	/* for microsoft toolbar  */

a:link.whiteOnBlack, a:active.whiteOnBlack, a:visited.whiteOnBlack, .whiteOnBlack	{
	font-family: verdana;
	color: white;
	font-size: 11px;
	text-decoration: none;
	}

a.breadcrumb:link, a.breadcrumb:visited	{
	text-decoration : none;
	color: #333399;
	}

a.breadcrumb:hover	{
	text-decoration : underline;
	color: #333399;
	}

a.ancillary:link, a.ancillary:visited	{
	text-decoration : none;
	color: #000000;
	}

a.ancillary:hover	{
	text-decoration : underline;
	color: #336699;
	}


a.footer:link, a.footer:visited	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	text-decoration : none;
	color: black;
	}

a.footer:hover	{
	font-family: verdana, arial, helvetica;
	text-decoration : underline;
	background-color: black;
	color: white;
	}

a.legal:link, a.legal:visited	{
	text-decoration : none;
	color: #CCCCCC;
	}

a.legal:hover	{
	text-decoration : underline;
	color: #CCCC66;
	}

.select	{
	font-family: verdana, arial, helvetica;
	width:120px;
	font-size: 11px;
	border: 1px solid #000033;
	background-color: #ffffff;
	}

.textbox
	{
	font-size: 11px;
	width: 100px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.textbox25
	{
	font-size: 11px;
	width: 25px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}

.textbox50
	{
	font-size: 11px;
	width: 50px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}	
	
.textbox75
	{
	font-size: 11px;
	width: 80px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}	

.textbox100
	{
	font-size: 11px;
	width: 100px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.textbox150
	{
	font-size: 11px;
	width: 150px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.textbox200
	{
	font-size: 11px;
	width: 200px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.textbox250
	{
	font-size: 11px;
	width: 250px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.textbox350
	{
	font-size: 11px;
	width: 350px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.textbox500
	{
	font-size: 11px;
	width: 500px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.textbox600
	{
	font-size: 11px;
	width: 640px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.rtextbox
	{
	font-size: 11px;
	text-align: right;
	width: 100px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}


.grdtextbox
	{
	font-size: 9px;
	width: 20px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.grdtextbox75
	{
	font-size: 9px;
	width: 75px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.grdtextbox175
	{
	font-size: 9px;
	width: 175px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.grdtextbox275
	{
	font-size: 9px;
	width: 275px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.grdtextbox375
	{
	font-size: 9px;
	width: 375px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.grdtextbox50
	{
	font-size: 9px;
	width: 50px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.grdtextbox15
	{
	font-size: 9px;
	width: 13px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	}
	
.grdtextboxright
	{
	font-size: 9px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	text-align: right;
	width: 25px;
	}

.grdtextboxright65
	{
	font-size: 9px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	text-align: right;
	width: 65px;
	}

.grdtextboxright35
	{
	font-size: 9px;
	width: 35px;
	font-family: verdana;
	border-style:ridge;
	overflow:hidden;
	border-width: 1px;
	background: #ffffff;
	border-color: #B9B9B9;
	text-align: right;
	}

.flatbutton
	{
	font-size: 11px;
	font-family: verdana;
	border-style: solid;
	overflow:hidden;
	border-width: 1px;
	background: #D5D0D0;
	/*background: #CDC7C7;*/
	border-color: #B9B9B9;
	}

/*------------------------------------------------------------------------------------------------
  content area table styles
------------------------------------------------------------------------------------------------*/
.th_inner	{
	border-right: solid 1px #A1A1D3;
	font-size: 9px;
	text-align: center;
	}
	
.th_inner_left	{
	font-size: 9px;
	}
	
.th_inner_right	{
	font-size: 9px;
	text-align: center;
	}
	
.th_left	{
	padding-left:5px;
	padding-right:5px;
	border-right: 1px solid #A1A1D3;
	border-left: 1px solid #A1A1D3;
	border-bottom: 1px solid #6A9CBF;
	background-color:#EBEBEB;
	text-align: left;
	}
	
	
.grdth_left	{
	padding-left:5px;
	padding-right:5px;
	font-size: 9px;
	border-right: 1px solid #A1A1D3;
	border-left: 1px solid #A1A1D3;
	border-bottom: 1px solid #6A9CBF;
	background-color:#EBEBEB;
	}

.th_middle	{
	padding-left:5px;
	padding-right:5px;
	border-right: 1px solid #6A9CBF;
	border-bottom: 1px solid #6A9CBF;
	background-color:#EBEBEB;
	}

.th_middle_special	{
	border-right: 1px solid #6A9CBF;
	background-color:#EBEBEB;
	}

.th_right	{
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px solid #6A9CBF;
	background-color:#EBEBEB;
	}

.td_inner	{
	border-right: solid 1px #A1A1D3;
	color: #336699;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	}
	
.td_inner_right	{
	color: #336699;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	}
	
.td_left	{
	padding-left:5px;
	padding-right:5px;
	border-right: 1px solid #6A9CBF;
	border-left: 1px solid #6A9CBF;
	border-bottom: 1px solid #D0D0DA;
	}

.td_middle	{
	padding-left:5px;
	text-align:center;
	padding-right:5px;
	border-right: 1px solid #6A9CBF;
	border-bottom: 1px solid #D0D0DA;
	}

.td_middle_special	{
	text-align:center;
	border-right: 1px solid #6A9CBF;
	}

.td_right	{
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px solid #D0D0DA;
	text-align: right
	}

.rpt_th_left_sm
{
	font-size: 9px;
	border-bottom: 1px solid #6A9CBF;
	background-color: #EBEBEB;
	text-align: left;
	width: 70px;
}

.rpt_th_right_sm
{
	font-size: 9px;
	border-bottom: 1px solid #6A9CBF;
	background-color: #EBEBEB;
	text-align: right;
	width: 70px;
}

.rpt_th_left_med
{
	font-size: 9px;
	border-bottom: 1px solid #6A9CBF;
	background-color: #EBEBEB;
	width: 100px;
}

.rpt_th_right_med
{
	font-size: 9px;
	border-bottom: 1px solid #6A9CBF;
	background-color: #EBEBEB;
	text-align: right;
	width: 100px;
}

.rpt_th_left_lg
{
	font-size: 9px;
	border-bottom: 1px solid #6A9CBF;
	background-color: #EBEBEB;
	width: 200px;
}

.rpt_th_right_lg
{
	font-size: 9px;
	border-bottom: 1px solid #6A9CBF;
	background-color: #EBEBEB;
	text-align: right;
	width: 200px;
}

.rpt_td_left_sm
{
	font-size: 9px;
	text-align: left;
	width: 70px;
}

.rpt_td_right_sm
{
	font-size: 9px;
	text-align: right;
	width: 70px;
}

.rpt_td_right_sm_thin
{
	font-size: 9px;
	text-align: right;
	width: 40px;
}

.rpt_td_left_med
{
	font-size: 9px;
	text-align: left;
	width: 100px;
}

.rpt_td_right_med
{
	font-size: 9px;
	text-align: right;
	width: 100px;
}

.rpt_td_left_lg
{
	font-size: 9px;
	text-align: left;
	width: 200px;
}

.rpt_td_right_lg
{
	font-size: 9px;
	text-align: right;
	width: 200px;
}

.barTable 	{
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	border: 0;
	height:17px;
	width: 100%;
	padding: 1 1 1 1;
	}
	
.sidebarTable 	{
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	border: 0;
	height:17px;
	width:100%;
	padding: 1 5 0 5;
	}



/*------------------------------------------------------------------------------------------------
  Option select styles
------------------------------------------------------------------------------------------------*/
.selectTitle
{
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	border-left: #7F9DB9 1px solid;
	cursor: hand;
	border-bottom: #7F9DB9 1px solid;
	background-color: #ffffff;
}

.selectTitleText 
{
	font-size: 11px;
	font-family: verdana, arial, helvetica;
}


.selectApplyDiv
{
	padding-right: 4px;
	border-top: #d2d2d2 1px solid;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: right;
	margin-top: 3px;
}

.selectSelectPullDownDiv
{
	border-right: #d2d2d2 1px solid;
	padding-left: 3px;
	border-left: #d2d2d2 1px solid;
	margin-right: -2px;
	border-bottom: #d2d2d2 1px solid;
	background-color: #ffffff;
}

.selectWrapperDiv
{
/*	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
*/
}

.selectOptionItems
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	overflow: auto;
	padding-top: 3px;
	height: 150px;
}

.selectOptionItemLeftColumn
{
	display: inline;
	width: 15px;
	overflow: hidden;
	float: left;
}

.selectOptionItemRightColumn
{
	padding-left: 2px;
	padding-right: 3px;
	margin-left: 17px;
	overflow: hidden;

}

.selectOptionItem
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	cursor: hand;
	padding-top: 1px;
}

.selectOptionItem_over
{
	background-color: #d2d2d2;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	cursor: hand;
	padding-top: 1px;
}
.errors
{
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	color: Red;
}

.vheader1	{
	padding-left:2px;
	font-size: 9px;
	border-right: 1px solid #6A9CBF;
	border-bottom: 1px solid #6A9CBF;
	background-color:#EBEBEB;
	width:55px;
	}
	
.vheader2	{
	padding-left:5px;
	padding-right:5px;
	font-size: 9px;
	border-right: 1px solid #6A9CBF;
	border-bottom: 1px solid #6A9CBF;
	background-color:#EBEBEB;
	width:70px;
	}
