body
{
	margin: 0px;
	
	background-position: top center;
	background-color: #E6E6E6 !important;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 10pt;
}
img.png { 
	behavior: url('/styles/iepngfix.htc') 
}

.mpstyle
{
	color: #555555;
   	font-size: 10pt;
   	font-family: Segoe UI, Arial, sans-serif;
	font-weight: normal;
}

.mpnewstyle
{
	color: red;
	font-size: 12px;
    font-family: Segoe UI, Arial, sans-serif;
	font-weight: normal;
}

.style2 
{
    font-size: 10pt;
    font-family: Segoe UI, Arial, sans-serif;
}

.tdgreenbar 
{
	/*
	color: #000000; 
	font-weight: bold; 
	*/
	background-image: url( '/images/thth_bg.jpg' );
	height: 23px;
	
	color: white;
	padding-left: 5px;
	text-align: left;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;

	font-weight: normal;
	font-size: 11pt;
}

a
{
    color: #046F69;	
}

a.CBLink,
a.CBLink:hover
{
    color: #046F69;	
}

a.CBLink .fa,
a.CBLink:hover .fa
{
    color: #368540;
}

.style1 strong { font-weight: boldest;}
.style1 em { color:Green }
acronym {
	border-bottom: .1em dotted Green;
	cursor:help;
}

.demo
{
	color: Red;
	font-weight:bold;
}
table{
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 10pt;
}
table.gridlines{
	 border-style: solid;
    border-width: 2px;
	border-color: #000000;
    border-collapse: collapse;
}
table.gridlines th , table.gridlines td{
	 border-style: solid;
    border-width: 1px;
	border-color:#eeeeee;
}
.editorTable
{
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 10pt;	
}
/*a:hover
{
	color: Black;	
}
*/
.report
{
	background-color:white;
	font-family: Segoe UI, Arial, sans-serif;
	font-size:8pt;
}

div#wrapper
{
	width: 98%;
	min-width:1000px;
	max-width:1450px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-bottom: 35px;
}

div#menu
{
	width:100%;
	position: relative;
}

div#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;

}

div#menu ul *,
div#menu ul *:before,
div#menu ul *:after {

}

div#menu li

{
	margin: 0px;
	padding: 0px;
	padding-right: 1px;
	height: 27px;
	text-align: center;
	font-size: 11pt;
	float: left;
	text-decoration: none;

}

div#menu li a
{
	font-family: SegoeUI, Arial, sans-serif;
	text-decoration: none;
	color: white;
	display: block;
	background-color:#368540;
	background-repeat: no-repeat;
	background-position: top left;
	
	border-top-right-radius:7px;
	border-top-left-radius:7px;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	
	height: 20px;
	
}

div#menu li a:hover
{
	background-position: top right;
	
	
	background-color:#3E9749;
}

div#menu li a.on
{
	color: #6B6B6B;
	background-color:#CFEBD2;
	background-position: top left;
}

div#menu ul.submenu
{
	font-family: Segoe UI, Arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 27px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
/*	border-bottom: 2px solid #6A6B6D;
	border-left: 2px solid #E8F5E5;
	border-left: 2px solid #FFFFFF; 
	border-right: 2px solid #6A6B6D; */
	
	background-color: #CFEBD2;
	/*background-image: url('/images/menu/submenu_bg.jpg');*/
    	background-repeat: no-repeat;
    	background-position: top right;
	height:20px;
	padding-top: 3px;
	padding-bottom: 3px;

}

div#menu ul.submenu li
{
	/*border: 1px solid #559E41;*/
	color: black;
	float: left;
	font-size: 9pt;
	padding-left: 10px;
	padding-right: 9px;
	width: auto;
	height: 20px;
/*	background-image: url( '/images/menu/sub_item_bg.gif' );
	background-position: 0px 4px;
	background-repeat: no-repeat;*/
}

div#menu ul.submenu li.first
{
	background-image: none;
}

div#menu ul.submenu li.submenuitem
{
	background-image: url( '/images/menu/sub_item_bg.gif' );
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

div#menu ul li:hover ul.submenu, div#menu ul li.over ul.submenu
{
	display: block;
}

div#menu ul.submenu li a
{
	color:#6B6B6B;
	text-decoration: none;
	display: block;
	background-image: none;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	background-color:#CFEBD2;
	border-radius:0px;
}

div#menu ul.submenu li a:hover, div#menu ul.submenu li.on a
{
	color: black;
	background-image: none;
}

div#content
{
	background-image: url( '/images/content_bg.gif' );
	background-repeat: repeat-x;
	background-color: white;
	min-height:350px;
	_height: 350px;
	padding-left: 35px;
	padding-right: 35px;
	clear: left;
	padding-top: 20px;
	padding-bottom: 25px;
	

	
	
	
}

div#images
{
	padding-top: 10px;
	padding-left: 23px;
}



div#content h1, div#content h2, h3
{
	font-size: 14pt;
	font-weight:bolder;	
}

h3
{
	font-size: 10pt;
	font-weight:normal;
	background-color:#707070 !important;
	color: white;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 8px;

	/*border-top-left-radius:3px;
	border-top-right-radius:3px;*/
}
.lists
{
background-color:White;
	
		color: black !important;
		padding-left: 0px;
	font-weight: bolder;
	font-size:12pt;
	
	
}

div#content h2
{
	/*padding-left: 20px;*/
}

input, select
{
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 10pt;
	
}



.RadPanelBar_Default .rpGroup .rpLink ,
.RadPanelBar_Default .rpGroup .rpTemplate 
{
	font-size:10pt !important;
}


.RadPanelBar_Default .rpExpandable .rpText
{
    padding-top:3px !important;
	background-color: transparent; 
}

.footer .RadPanelBar_Default .rpSelected .rpOut  
{  
    background-color: transparent;  
    background-image: url("/images/leftMenuMainBg.jpg") !important; 
    height:100%; 
	/*width:219px; */
	width:100%;
	color:White !important;   
}  

.RadPanelBar_Default .rpGroup .rpLink:hover   
{   
    border-top: 0 !important;   
    color:  #C0C0C0 !important; 
}  

.RadPanelBar_Default  .rpLink:hover   
{   
	border: none !important; 
}

.RadMenu_Context 
{
	text-align: left !important;
}

.tvHeader{	
    /*background-image: url("/images/leftMenuHeader.jpg") !important; */
    background-image: url( '/images/thth_bg.jpg' );
    height: 23px;
	padding-top: 4px;
color: white;
text-align: left;
	/*background-repeat: no-repeat;*/
}


.RadTabStripTop_Default .rtsLevel .rtsLink , .RadTabStripTop_Default .rtsLevel  .rtsOut , .RadTabStripBottom_Default .rtsLevel .rtsLink, .RadTabStripBottom_Default .rtsLevel .rtsOut, .RadTabStripTop_Default_Baseline .rtsLevel, .RadTabStripTop_Default_Baseline
{ background-image:  url("/images/TabStrip/TabStripStates.png") !important; 
}

.RadTabStripTop_Default  .rtsLI.rtsLast 
{
background-position: 100% -99px;
}

.RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink 
{
	font-size:10pt !important;
}

.RadTabStripLeft_Default .rtsLast .rtsLink, 
.RadTabStripRight_RDefault .rtsLast .rtsLink 
{ 
    border-bottom: 1px solid; 
}

span.option a, span.option a:visited
{
	
	padding-left: 4px;
	padding-right: 4px;
	font-size:10pt;
	font-family: Segoe UI, Arial, sans-serif;
	color: #046F69 !important;
	text-decoration: underline;
	
}

span.option a:hover
{

	font-size: 10pt;
	text-decoration: none;
}

/*rad Tree List Styles*/
.RadTreeList_Default .rtlLines td.rtlL0
{
    background-image:url('/images/listnav.gif') !important;
}

.RadTreeList_Default .rtlLines td.rtlL1
{
	background-image:url('/images/listtopnav.gif') !important;
	/*background-image:url('WebResource.axd?d=V9wBBp2JwInxovkfjAz9ThaT8Etmw-Mh68QCqteYfw6RZIXf4yw6hTEOiV56P40GWS5lSAdlY0ujPNr8WELh4gD3Ves8b3pAFbUj7zlIwz01&t=634459978760000000');*/
}

.RadTreeList_Default .rtlLines td.rtlL2
{
	background-image:url('/images/listnav.gif') !important;
}

.RadTreeList_Default .rtlLines td.rtlL3
{
	background-image:url('/images/listbotnav.gif') !important;
}

.RadTreeList .rtlExpand,
.RadTreeList .rtlCollapse
{
	display:block !important;
	width:16px !important;
	height:16px !important;
	margin:50% auto !important;
}


div.RadTreeList_Default  .rtlA  td,
div.RadTreeList_Default  .rtlR  td,
div.RadTreeList_Default  .rtlRSel  td,
div.RadTreeList_Default  .rtlASel  td
{
	vertical-align:middle;
}

div.RadTreeList_Default  .rtlRL,
div.RadTreeList_Default  .rtlAL
{
	padding-bottom:4px !important;
}

.RadTreeList_Default .rtlR ,
.RadTreeList_Default .rtlA 
{
    color:Black !important;
	background-color:#f5f5f5 !important;
}
.RadTreeList_Default .rtlR.CBDisabled ,
.RadTreeList_Default .rtlA.CBDisabled
{
    color:Black !important;
    background-color: #ecbbbb !important;
}
.RadTreeList_Default .rtlRSel,
.RadTreeList_Default .rtlASel
{
    color:Black !important;
	background-color:#CFCFCF !important;
	background-image:none !important;
}

.RadTreeList_Default .rtlRSel.CBDisabled,
.RadTreeList_Default .rtlASel.CBDisabled
{
    color:Black !important;
	background-color:#ec9999 !important;
	background-image:none !important;
}

.RadTreeList_Default .rtlR .cbTreeOptionIcon ,
.RadTreeList_Default .rtlA .cbTreeOptionIcon,
.RadTreeList_Default .rtlRSel .cbTreeOptionIcon,
.RadTreeList_Default .rtlASel .cbTreeOptionIcon
{
    display:none !important;
}

.RadTreeList_Default .rtlR:hover .cbTreeOptionIcon ,
.RadTreeList_Default .rtlA:hover .cbTreeOptionIcon,
.RadTreeList_Default .rtlRSel:hover .cbTreeOptionIcon,
.RadTreeList_Default .rtlASel:hover .cbTreeOptionIcon
{
    display:inline-block !important;
}

.RadTreeList_Default .rtlR td,
.RadTreeList_Default .rtlA  td
{
	border-bottom: #9c9a9a 1px solid !important;
	border-left:none !important;
	border-right:none !important;
	height: 40px;
	/*min-height: 40px;*/
}

.RadTreeList_Default .rtlTable
{
	border:none !important;
	font-size:10pt !important;
}

.RadTreeList_Default
{
	border:none !important;
}


.RadTreeList_Default .rtlHeader th
{
	background-color:#707070 !important;
	color:White !important;
	/*text-align:center !important;*/
	border-left:none !important;
	border-right:none !important;
}

.RadTreeList_Default .rtlR:hover,
.RadTreeList_Default .rtlA:hover
{  
	background-color: #FDEEDF !important;  
	background-image: none !important;
	color:#000 !important;
} 

.RadTreeList_Default .rtlR:hover.CBDisabled ,
.RadTreeList_Default .rtlA:hover.CBDisabled
{
	background-color: #eccccc !important;  
	background-image: none !important;
	color:#000 !important;
}
.RadTreeList_Default .rtlR,
.RadTreeList_Default .rtlR a,
.RadTreeList_Default .rtlA,
.RadTreeList_Default .rtlA a
{  
	color:Black; 
} 
/*end tree list styles*/

.optionColumn
{  
	text-align:right !important; 
	overflow: visible !important; 
} 

/* --old green nav options
span.navoption a, .savebtn, span.navoption a:visited
{
	background-color: #56A042;
	padding-left: 4px;
	padding-right: 4px;
	font-size:10pt;
	text-decoration: none;
	font-family: Segoe UI, Arial, sans-serif;
	color: white !important;
	border-top: solid 2px #6ac751;
	border-left: solid 1px #6ac751;
	border-right: solid 1px #437b34;
	border-bottom: solid 2px #437b34;
	border-radius: 5px;
}

span.navoption a:hover, .savebtn_over
{
	color: #000000 !important;
	border-top: solid 2px #437b34;
	border-left: solid 1px #437b34;
	border-right: solid 1px #6ac751;
	border-bottom: solid 2px #6ac751;
}*/

/*new orange nav options*/
span.navoption a, span.navoption a:visited
{
	background-color: #E07E1B;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	font-size:10pt;
	text-decoration: none;
	font-family: Segoe UI, Arial, sans-serif;
	color: white !important;
	border-top: solid 2px #F2A352;
	border-left: solid 1px #F2A352;
	border-right: solid 1px #D16E0A;
	border-bottom: solid 2px #D16E0A;
	
	border-radius: 5px;
}

span.navoption a:hover
{
    color: #000000 !important;
	border-top: solid 2px #D16E0A;
	border-left: solid 1px #D16E0A;
	border-right: solid 1px #F2A352;
	border-bottom: solid 2px #F2A352;	
}

span.orangeOption a, span.orangeOption a:visited
{
	background-color: #E07E1B;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	font-size:10pt;
	text-decoration: none;
	font-family: Segoe UI, Arial, sans-serif;
	color: white !important;
	border-top: solid 2px #F2A352;
	border-left: solid 1px #F2A352;
	border-right: solid 1px #D16E0A;
	border-bottom: solid 2px #D16E0A;

	border-radius: 5px;

}

span.orangeOption a:hover
{
    color: #000000 !important;
	border-top: solid 2px #D16E0A;
	border-left: solid 1px #D16E0A;
	border-right: solid 1px #F2A352;
	border-bottom: solid 2px #F2A352;	
}

span.RedOption a, span.RedOption a:visited
{
	background-color: #E07E1B;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	font-size:10pt;
	text-decoration: none;
	font-family: Segoe UI, Arial, sans-serif;
	color: white !important;
	border-top: solid 2px #F2A352;
	border-left: solid 1px #F2A352;
	border-right: solid 1px #D16E0A;
	border-bottom: solid 2px #D16E0A;

	border-radius: 5px;

}

span.RedOption a:hover
{
    color: #000000 !important;
	border-top: solid 2px #D16E0A;
	border-left: solid 1px #D16E0A;
	border-right: solid 1px #F2A352;
	border-bottom: solid 2px #F2A352;	
}

span.GreenOption a, span.GreenOption a:visited
{
	background-color: #E07E1B;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	font-size:10pt;
	text-decoration: none;
	font-family: Segoe UI, Arial, sans-serif;
	color: black !important;
	border-top: solid 2px #F2A352;
	border-left: solid 1px #F2A352;
	border-right: solid 1px #D16E0A;
	border-bottom: solid 2px #D16E0A;

	border-radius: 5px;

}

span.GreenOption a:hover
{
    color: black !important;
	border-top: solid 2px #D16E0A;
	border-left: solid 1px #D16E0A;
	border-right: solid 1px #F2A352;
	border-bottom: solid 2px #F2A352;	
}

div#content div#leftMenu
{
	float: left;
	width: 220px;
}
div#header
{
	background-color: #fff;
	height:150px;
	margin-bottom:-40px;
	
border-radius: 10px;

}
div.PreHeader
{
	background-color: #E6E6E6;
	height:40px;
	text-align:right;
	line-height:40px;
	padding-right:10px;
	
}
div.PreHeader a
{

	color:black;
	text-decoration: none;
}


div#content div#fullMenu
{
	float: left;
	width: 500px;
}

div#content div#leftMenu ul
{
	width: 219px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url( '../images/leftMenuBottom.jpg' );
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
}

div#content div#leftMenu ul li
{
	background-image: url( '../images/leftMenuMainBg.jpg' );
	background-repeat: no-repeat;
	height: 100%;
	width:100%;
	color: white;
	padding-left: 12px;
	padding-top: 3px;
}

div#content div#leftMenu ul ul
{
	background-image: url( '../images/leftMenuSubBg.jpg' );
	background-repeat: no-repeat;
	background-color: #404040;
	width: 210px;
	margin-left: 6px;
	padding-left: 0px;
	padding-bottom: 15px;
	background-position: top center;
}

div#content div#leftMenu ul ul li
{
	background-image: none;
	margin-left: 13px;
	padding-left: 0px;
	font-size: 8pt;
	height: auto;
}

div#content div#leftMenu ul ul li a
{
	color: white;
	text-decoration: none;
}

div#content div#leftMenu ul ul li a:hover
{
	color: #969696;
}

div#content div#rightContent
{
	/*margin-left: 250px;*/
	margin-left: 425px;
	margin-right: 15px;
}

div#content div#rightContent2
{
	margin-left: 250px;
	margin-right: 15px;
}

div#content div#leftMenu2
{
	float: left;
	width: 330px;
}

div#content div#leftMenu2 ul
{
	width: 325px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url( '../images/leftMenuBottom2.jpg' );
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
}

div#content div#leftMenu2 ul li
{
	background-image: url( '../images/leftMenuMainBg2.jpg' );
	background-repeat: no-repeat;
	height: 24px;
	color: white;
	padding-left: 12px;
	padding-top: 3px;
}

div#content div#leftMenu2 ul ul
{
	background-image: url( '../images/leftMenuSubBg2.jpg' );
	background-repeat: no-repeat;
	background-color: #404040;
	margin-left: 6px;
	padding-left: 0px;
	padding-bottom: 15px;
	background-position: top center;
	width: 315px;
}

div#content div#leftMenu2 ul ul li
{
	background-image: none;
	margin-left: 13px;
	padding-left: 0px;
	font-size: 8pt;
	height: auto;
}

div#content div#leftMenu2 ul ul li a
{
	color: white;
	text-decoration: none;
}

div#content div#leftMenu2 ul ul li a:hover
{
	color: #969696;
}
/*
div#content .note4
{
	width: 413px;
	margin-top: 10px;
	float: right;
	background-color: #F5F5F5;
	background-image: url( '../images/noteBoxTop4.jpg' );
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
div#content .note4 p
{
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	
}

div#content .note4 p.noteFooter
{
	background-image: url( '../images/noteBoxBottom4.jpg' );
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 4px;
}

div#content .note4 ul
{
	padding-right: 15px;
	
}



div#content .note
{
	width: 533px;
	margin-top: 10px;
	float: right;
	background-color: #F5F5F5;
	background-image: url( '../images/noteBoxTop.jpg' );
	background-repeat: no-repeat;
	padding-bottom: 0px;
}



div#content .note5
{
    width: 870px;
    background-color: #F5F5F5;
    background-image: url( '../images/noteBox2Top.jpg' );
    background-repeat: no-repeat;
    padding-bottom: 0px;
}

div#content .note3
{
	width: 435px;
	float: right;
	background-color: #F5F5F5;
	background-image: url( '../images/noteBoxTop3.jpg' );
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

div#content .note p
{
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	
}


div#content .note5 p
{
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}




div#content .note ul
{
	padding-right: 15px;
	
}



div#content .note5 ul
{
	padding-right: 15px;
	
}


div#content .note p.noteFooter
{
	background-image: url( '../images/noteBoxBottom.jpg' );
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 4px;
}
div#content .note2
{
    width: 878px;
    background-color: #F5F5F5;
    background-image: url( '../images/noteBox2Top.jpg' );
    background-repeat: no-repeat;
    padding-bottom: 0px;
}
div#content .note2 p
{
	
	padding-left: 15px;
	padding-right: 15px;
	
}

div#content .note2
{
   
    background-color:#F5F5F5;
    border-top: solid 5px #E7E7E7;
    border-radius:10px;
    border-bottom: solid 5px #E7E7E7;

    width:100%;
}

div#content .note5 p.noteFooter5
{
    background-image: url( '../images/noteBox2Bottom.jpg' );
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    padding: 5px;
}


.note3
{
	background-color:#F5F5F5;
	    border-top: solid 5px #E7E7E7;
	    border-radius:10px;
	    border-bottom: solid 5px #E7E7E7;
	    padding-left: 15px;
    padding-right: 15px;
}
*/

div#content ul#disc li 
{
	list-style: disc;
}
div#content ol#num li 
{
	list-style: decimal;
}
div#content ol#let li 
{
	list-style: lower-roman;
}
div#footer
{
	background-image: url( '../images/footer_bg.jpg' );
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: white;
	font-size: 8pt;
	clear: left;

	border-left: solid 1px #8E8E8E;
	border-right: solid 1px #8E8E8E;
	border-bottom: solid 1px #8E8E8E;


	/*border-left: 2px solid #d9d8d8;
	border-right: 2px solid #6A6B6D;
	border-bottom: 2px solid #6A6B6D;*/
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.stupidcssbugfix
{
	clear: both;
	height: 1px;
}

div#content table.fancyTable2
{

	width: 800px;
	border-collapse: collapse;
}


div#content table.fancyTable2 thead th
{
	background-image: url( '/images/thth_bg.jpg' );
	height: 23px;
	padding-top: 4px;
	color: white;
	padding-left: 5px;
	text-align: left;

}

div#content table.fancyTable2 thead th img
{
	vertical-align: top;
}

div#content table.fancyTable2 tbody
{
	background-color:white;
}

div#content table.fancyTable2 tbody th
{
	background-color: #454545;
	height: 22px;
	line-height: 22px;
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	font-size: 9pt;
	/* text-align: left; */
}

div#content table.fancyTable2 tbody th.option
{
	width: 80px;
}

div#content table.fancyTable2 tbody td
{
	background-color: #9C9A9A;
	height: 22px;
	padding-bottom: 4px;
	padding-top: 4px;
	/* line-height: 22px; */
	color: white;
	font-size: 8pt;
	padding-left: 3px;
	padding-left: 3px;
	border-top: 1px solid #DDDDDD;
}
div#content table.fancyTable2 tbody td a 
{
	color: Black;
}

div#content table.fancyTable2 tbody td span.option a 
{
	color: White;
}


input, select
{
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 10pt;
	
}

div#content table.fancyTable2 tbody tr.odd td
{
	background-color: #F5F5F5;
	color:black;
	border-bottom: 4px solid #9C9A9A;
}

div#content table.fancyTable2 tbody tr.odd2 td
{
	background-color: #F5F5F5;
	color:black;
}

div#content table.fancyTable2 tbody tr.odd2 td
{
	background-color: #F5F5F5;
	color:black;
	border-bottom: none;
}

div#content table.fancyTable
{

	width: 100%;
	border-collapse: collapse;
}


div#content table.fancyTable thead th
{
	background-image: url( '/images/thth_bg.jpg' );
	height: 23px;
	
	color: white;
	padding-left: 5px;
	text-align: left;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: normal;
	font-size: 11pt;
}

div#content table.fancyTable thead th img
{
	vertical-align: top;
}

div#content table.fancyTable tbody
{
	background-color:white;
}

div#content table.fancyTable tbody th
{
	background-color: rgb(112, 112, 112);
	height: 22px;
	line-height: 22px;
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	font-size: 9pt;
	/* text-align: left; */
}

/*div#content table.fancyTable tbody th.option
{
	width: 80px;
}*/

div#content table.fancyTable tbody td
{
	background-color: #9C9A9A;
	height: 22px;
	padding-bottom: 4px;
	padding-top: 4px;
	/* line-height: 22px; */
	color: white;
	font-size: 10pt;
	padding-left: 3px;
	padding-left: 3px;
	border-top: 1px solid #DDDDDD;
}

div#content table.fancyTable tbody td a 
{
	color: Black;
}


div#content table.fancyTable tbody tr.odd td
{
	background-color: #F5F5F5;
	color:black;
	
}

div#content table.fancyTable tbody tr.blank td
{
	background-color: #F5F5F5;
	color:black;

}

div#content table.fancyTable tbody tr.odd2 td
{
	background-color: #F5F5F5;
	color:black;
}

div#content table.fancyTable tbody tr.odd2 td
{
	background-color: #F5F5F5;
	color:black;
	border-bottom: none;
}

div#content table.dripTable
{

	width: 100%;
	border-collapse: collapse;
}


div#content table.dripTable thead th
{
	background-image: url( '/images/thth_bg.jpg' );
	height: 23px;
	padding-top: 4px;
	color: white;
	padding-left: 5px;
	text-align: left;
}

div#content table.dripTable thead th img
{
	vertical-align: top;
}

div#content table.dripTable tbody
{
	background-color:white;
}

div#content table.dripTable tbody th
{
	background-color: #454545;
	height: 22px;
	line-height: 22px;
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	font-size: 9pt;
	text-align: left;
}

/*div#content table.dripTable tbody th.option
{
	width: 80px;
}*/

div#content table.dripTable tbody td
{
	background-color: #9C9A9A;
	height: 22px;
	/* line-height: 22px; */
	color: white;
	font-size: 8pt;
	padding-left: 3px;
}
div#content table.dripTable tbody td a 
{
	color: #555555;
}

div#content table.dripTable tbody td span.option a 
{
	color: White;
}

div#content table.dripTable tbody tr.odd td
{
	background-color: #F5F5F5;
	color:#555555;
}

div#content table.dripTable tbody tr.blank td
{
	background-color: #F5F5F5;
	color:#555555;

}

.RadPanelBar_Default .rpExpandable .rpOut  
{  
	background-color: transparent;  
    	/*background-image: url("/images/leftMenuMainBg2.jpg") !important; */
    	background-image: url( '/images/thth_bg.jpg' ) !important;
    	height:27px; 
	width:326px;
	color:White !important;
} 

.RadPanelBar_Default .rpExpandable .rpOut:hover 
{  
    	/*background-image: url("/images/leftMenuMainBg2.jpg") !important;      */
    	background-image: url( '/images/thth_bg.jpg' ) !important;
	height:28px;
	background-color: white;
} 

.RadPanelBar .rpRootGroup
{
	border: none !important; 
}
.RadPanelBar .rpSlide
{
	background-color:#404040 !important;
}
.RadPanelBar_Default .rpGroup .rpLink
{
    color:White !important;
}

/*rad grid styles*/

.GridRowMouseOut 
{ 
	background: #f7f7f7; 
}

.GridRowMouseOver td ,
.GridRowMouseOver td 
{
	color:#000 !important;
	background-color: #FDEEDF !important; 
} 

div.RadGrid .rgRow  td,
div.RadGrid .rgAltRow  td,
div.RadGrid .rgRow  td a,
div.RadGrid .rgAltRow  td a,
.RadGrid_Default .rgRow  td,
.RadGrid_Default.rgAltRow  td,
.RadGrid_Default .rgRow  td a,
.RadGrid_Default .rgAltRow  td a
{
    color:Black; 
}

div.RadGrid  .rgRow  td a:hover,
div.RadGrid  .rgAltRow  td a:hover
{
	text-decoration:none;
}

div.RadGrid thead th.rgHeader.rgSorted input.rgSortAsc,
div.RadGrid thead th.rgHeader.rgSorted input.rgSortDesc,
.RadGrid_Default thead th.rgHeader.rgSorted input.rgSortAsc,
.RadGrid_Default thead th.rgHeader.rgSorted input.rgSortDesc
{
	background-color:#404040 !important;
}

div.RadGrid .rgRow  td,
div.RadGrid .rgAltRow  td
{
    border-bottom: #9c9a9a 1px solid;
    color:Black;
	font-size:10pt !important;
	background-color:#f5f5f5;
	/*min-height:40px;*/
	font-size:10pt !important;
	text-align:center;
}

div.RadGrid .rgRow,
div.RadGrid .rgAltRow 
{
	height:40px;
	min-height:40px;
}



div.RadGrid .rgHeader,
.RadGrid_default .rgHeader
{
	background-image: none !important;
	background-color:#707070 !important;
	font-size:10pt;
	color:White;
	text-align:center;
}

div.RadGrid .rgHeader a,
.RadGrid_default .rgHeader a
{
	background-image: none !important;
	background-color:#707070 !important;
	font-size:10pt;
	font-weight:normal;
	color:White;
	text-align:center;
}

div.RadGrid .rgHeader .orangeOption a,
.RadGrid_default .rgHeader .orangeOption a,
div.RadGrid .rgHeader .orangeOption a:visited,
.RadGrid_default .rgHeader .orangeOption a:visited
{
	background-color: #E07E1B !important;
}

div.RadGrid  .rgRow  td span ,
div.RadGrid  .rgAltRow  td  span
{
    /*color:White;*/
	font-size:10pt;
}

.RadGrid .rgHoveredRow
 {
   background-color:Red !important;/*Try setting background to get the desired hover color*/
 
 }
 /*end rad grid styles*/


/*div#content table.fancyTable tbody td span.option a 
{
	color: White !important;
}*/





img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 990px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

#page-wrap { 
	position: relative; 
	width: 98%; 
	margin: 0px auto 0px auto; 
	/* The following code would put the "bevel" on the contents of page-wrap - currently not desired.
	background:-moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; */
}

/* AJAX TK */

.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2
{
        color: Blue;
        background-color:Blue;
        padding-bottom:1px;
}

.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}

.BarIndicator_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}

.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:150px;
    vertical-align:middle;
}

.TextIndicator_TextBox3
{
     background-color:Blue;
     color:Yellow;
     font-size:small;
     font-variant:small-caps;
     padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width:16px;
	height:14px;
	background-image:url(images/Question.png);
	overflow:hidden;
	cursor:help;
}

.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}

.reModule table [controlholder="href"] input, .reModule table [controlholder="id"] input{
	width:200px !important;
}

.reModule table [controlholder="target"] .reDropdown{
	width:86px !important;
}

.integrationLink{
	
	width:130px !important;
}
.radalert
{
	padding: 0px !important;
	font-family:Segoe UI, Arial, sans-serif !important;
    background:none !important;
	font-size:13px !important;
}
.radalert a{ 
	margin-left:40%  !important;
	margin-right:60%  !important;
}
.radalert .rwDialogText{
	text-align:center !important;	
}
.RadGrid [id*="InsertButton"]
{
	margin-top:15px;
	width:35px;
}
 .RadGrid [id*="CancelButton"]
 {

	width:40px;
 
 }
 .RadGrid [id*="UpdateButton"]
 {
 		margin-top:15px;
 	width:45px;
 }

 .RadGrid [id*="CancelButton"], .RadGrid [id*="PerformInsertButton"], .RadGrid [id*="UpdateButton"]
{
background-color: #E07E1B;
	padding-left: 4px;
	padding-right: 4px;
	display:inline-block;
	text-align:center;
	font-weight: normal;
	font-size:10pt;
	text-decoration: none;
	font-family: Segoe UI, Arial, sans-serif;
	color: white !important;
	border-top: solid 2px #F2A352;
	border-left: solid 1px #F2A352;
	border-right: solid 1px #D16E0A;
	border-bottom: solid 2px #D16E0A;

	border-radius: 5px;
}
 .RadGrid [id*="CancelButton"]:hover, .RadGrid [id*="PerformInsertButton"]:hover, .RadGrid [id*="UpdateButton"]:hover
{
color: #000000 !important;
border-top: solid 2px #D16E0A;
border-left: solid 1px #D16E0A;
border-right: solid 1px #F2A352;
border-bottom: solid 2px #F2A352;
}


 .AutoSaveMsg
{
    display:none;
    position: fixed;
    top: 0px;
    width: 100%;    
    height: 50px;
    right: 0px;
    text-align: center;
    z-index: 5000;
}

.AutoSaveMsg.Success {
    background-color: rgba(23,207,23,0.75);
}
.AutoSaveMsg.Failure {
    background-color: rgba(207,23,23,0.75);
}

.reSplitArrow {
    display: inline-block;
    position: relative;
    float: right;
    box-sizing: border-box;
    width: 1em;
    height: 1.5em;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: transparent;
    overflow: hidden;
}

.CBreadonly
{
	background-color: #f8f8f8;
	color: #999;
}

.NoteText
{
	font-size:20pt;
	font-weight:bold;
	color:#000000;
	font-size:22px;
	text-align:left;
}

.orangeBorder
{
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border: 2px solid #ff9100;
	text-align: center;
}
.orangeBorder p
{

}
.CenterAlign
{
    display: inline-block;
    vertical-align: middle;
}

.fixHeaderMargin
{
	margin-top:10px !IMPORTANT;
	margin-bottom: 0px !IMPORTANT;
}

.RadTreeList_Default .rtlREdit  td 
{
	border:none !important;
	height: 48px !IMPORTANT;
}

.lockReasons{
	text-align:left;
}

.lockedMsg td {
    background-color:  rgba(255, 0, 0, 0.24) !important;
}
.approvedMsg td {
    background-color:  rgba(0, 255, 0, 0.24) !important;
}

/***************FONT AWESOME STYLES***/

.cbTreeOptionIcon .fa
{
	opacity: 0.5;
}

.cbTreeOptionIcon:hover .fa
{
	opacity:1.0;
}

.RedOption .fa,
.GreenOption .fa
{
	opacity:1.0 !important;
}

.GreenOption .fa-power-off,
.RedOption .fa-power-off
{
	padding-top: 5px; 
	padding-right: 6px;
	font-size:10pt;
}

fa-folder-o ~ .fa-stack-1x.fa-pencil,  
.fa-folder-o ~ .fa-stack-1x.fa-sliders,  
.fa-folder-o ~ .fa-stack-1x.fa-hand-stop-o,  
.fa-folder-o ~ .fa-stack-1x.fa-sitemap,
.fa-folder-o ~ .fa-stack-1x.fa-tint,
.fa-folder-o ~ .fa-stack-1x.fa-trash,  
.fa-folder-o ~ .fa-stack-1x.fa-ban,
.fa-folder-o ~ .fa-stack-1x.fa-arrows-h,
.fa-folder-o ~ .fa-stack-1x.fa-flask {
	padding-top: 1px;
}
.fa-folder-o ~ .fa-stack-1x.fa-plus  
 {
	padding-top: 2px;
}
/* gettin fancy
.fa-tint {color: #4286f4;}		
.fa-ban, .fa-trash {color: red;}	
.fa-star {color: #f4c741;}
*/

ul.lockReasons {
    padding-right: 5px;
}

p.lockReasons {
    text-align: center;
    /* padding-left: 5px; */
}

/*RadScheduler Styles*/
.RadScheduler h2
{
	margin: 0px !important;
	padding: 0px !important;
}

.radalert
{
	padding: 0px !important;
	font-family:Segoe UI, Arial, sans-serif !important;
    background:none !important;
	font-size:13px !important;
}
.RadWindow .rwDialogPopup {
    padding-left:0px !important;
}  

.RadWindow .rwPopupButton {
    margin-left:45% !important;
    margin-right:55% !Important;
}
.RadWindow .radconfirm
{
    margin: 16px;
    color: black;
    padding: 1px 0 16px 50px !IMPORTANT;;
    font: normal 12px "Segoe UI",Arial,Verdana;
    cursor: default;
}


.radconfirm .rwPopupButton{
	margin-left: 0% !important;
    margin-right: 20% !Important;
}