/*****************************************************************
 * DEFINITIONS:		Blue										 *
 * 					Dark:	#193985;							 *
 * 					Light:	#B9D2EC;							 *
 *****************************************************************/

/*****************************************************************
 * Help                                                          *
 *****************************************************************/

#loading_div{
	position: fixed;
	text-align: center;
	background: white;
	border: 1px solid #CCC;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	left: 50%;
	top: 50%;
	width: 220px;
	height: 40px;
	margin-left: -110px;
	margin-top: -20px;
	display: none;
}

 .lastClickedCategoryLink{
	color: red;
 }
 
 .topicHeaderFontTag{
	font-size: 24px;
 }
 
 .topicCatParentListItem:hover{
	cursor: pointer;
	text-decoration: underline;
 }
 
li{
	/*list-style-type: none;*/
}

.nolaWatermark{
	position: absolute;
	z-index: -100;
	right: 10px;
	bottom: 10px;
}

#tableContentsContainer{
	background: white;
}

.helpImagePlaceHolder{
	display: inline-block;
	width: 11px;
	height: 11px;
}

.helpInitSetupTable{
	width: 750px;
}

.menuBar{
	position: relative;
	top: -13px;
	background: url("../images/helpNavButtons.png") repeat scroll 0 0 transparent;
	border-radius: 0 0 8px 8px; 
	border-right: 1px solid black !important;
	border-bottom: 1px solid black !important;
	border-left: 1px solid #444444 !important;
}

.menuButton:hover {
	text-decoration: underline !important;
	color: #001 !important;
}

.menuBar .menuButton{
	border: none !important;
	cursor: pointer;
}

.initSetupMod tbody td{
	background: #F8F8F8;
}

.initSetupModHeader{
	background-color: #FFFFFF !important;
    background-image: url("../images/title_wrapper_light_middle.png") !important;
    border: medium none;
    border-radius: 9px 9px 0 0;
    color: #0B3A6E;
    font-size: 11pt !important;
    line-height: 24px;
    text-shadow: 0.1em 0.1em 0.2em #FFFFFF;
}

.tableShadow {
    border: medium none !important;
    overflow: hidden;
    padding: 0 !important;
}

.helpNavSearchContainer{
	padding-top: 4px;
	width: 250px;
}

.helpNavSearchContainer input{
	background: white;
}

.helpTreeImage{
	position: relative;
	top: -3px;
}

.helpTreeTable td{
	font-size: 12px !important;
	padding: 0px !important;
	text-align: left;
	white-space: normal;
}

.helpTreeNodeDepth{
	width: 19px;
	height: 14px;
	border-right: 1px solid #CCC;
	display: inline-block;
}

.helpTreeImageOffset{
	position: relative;
	left: -6px;
}

.helpTreeNodeDepthOpen{
	border: none !important;
}

.helpTreeNodeLabel{
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
}

.topicRelatedContainer{
	background: white;
	border-radius: 16px 16px 0 0; 
	-moz-border-radius: 16px 16px 0 0; 
	-webkit-border-radius: 16px 16px 0 0;
	background: url('../images/topicFooterBG.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: white;
	padding-left: 20px;
}

.relatedTopicsLabel{
	font-size: 14px;
	font-weight: bold;
    padding-bottom: 8px;
}

.relatedTopicsList{
	line-height: 16px;
}

.topicHeader { 
	background: url('../images/topicHeaderBG.png'); 
	border-radius: 0 0 16px 16px; 
	-moz-border-radius: 0 0 16px 16px; 
	-webkit-border-radius: 0 0 16px 16px;
	font-size: 24px;
    /*text-shadow: 4px 4px 3px #666666;*/
    text-align: left;
	padding-top: 20px;
}

.topicContents {
	border-radius: 16px; 
	-moz-border-radius: 16px; 
	-webkit-border-radius: 16px; 
}
.helpNav {
	background: transparent;
	position: absolute;
	left: 50%;
	margin-left: -120px;
	top: 0px;
}

.helpNav input, .navHelpHomeTD {
	background: url('../images/helpNavButtons.png');
	border: none;
	cursor: pointer;
	margin: 0px !important;
}
.helpNav input:hover, .navHelpHomeTD:hover {
	background: url('../images/helpNavButtonsHover.png');
}


.navHelpBack { 
	border-radius: 0 0 0 8px;
	border-left: 1px solid black !important;
	border-bottom: 1px solid black !important;
	border-right: 1px solid #444444 !important;
}
.navHelpForward {
	border-radius: 0 0 8px 0; 
	border-right: 1px solid black !important;
	border-bottom: 1px solid black !important;
	border-left: 1px solid #444444 !important;
}

.navHelpContentsBtn, .navHelpHomeTD{
	border-bottom: 1px solid black !important;
}

.navHelpHomeTD{
	border-left: border-right: 1px solid #444444 !important;
}



/*****************************************************************
 * GENERAL														 *
 *****************************************************************/
 
.emergency
{
	background-color		:	#cc3333;
	color					:	#ffffff;
}


/*****************************************************************
 * BODY															 *
 *****************************************************************/ 

 body 
{
	background-color		: 	#FFFFFF;
	color					: 	#000000;
}


/*****************************************************************
 * MENU		 													 *
 *****************************************************************/
 
div.menuBar,div.menuBar a.menuButton,div.menu,div.menu a.menuItem 
{  
	color					: 	#000000;
}

div.menuBar 
{  
	background-color		: 	#B9D2EC;   
	border					:	1px solid #193985;
}

div.menuBar a.menuButton 
{  
	background-color		: 	transparent;  
	border					: 	1px solid #B9D2EC;  
	color					: 	#000000;
}

div.menuBar a.menuButton:hover 
{  
	background-color		: 	transparent;  
	border-color			: 	#f0f0f0 #909090 #909090 #f0f0f0;  
	color					: 	#000000; 
}

div.menuBar a.menuButtonActive,div.menuBar a.menuButtonActive:hover 
{  
	background-color		: 	#193985;  
	border-color			: 	#909090 #f0f0f0 #f0f0f0 #909090;  
	color					: 	#ffffff; 
}

div.menu 
{  
	background-color		: 	#B9D2EC;  
	border-top				: 	1px solid #193985;
	border-bottom			: 	1px solid #193985;
	border-left				: 	1px solid #193985;
	border-right			: 	1px solid #193985;
}

div.menu a.menuItem 
{  
	color					: 	#000000; 
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight 
{  
	background-color		: 	#193985;  
	color					: 	#ffffff; 
}

div.menu div.menuItemSep 
{  
	border-top				: 	1px solid #909090; 
	border-bottom			: 	1px solid #f0f0f0;
}

th.login 
{
	background-color		: 	#94AFD4; 
}


/*****************************************************************
 * HOME - TABS 													 *
 *****************************************************************/
 
#tabs ul#primary a,#tabs ul#primary span,#tabs ul#primary a.current 
{
	padding					: 	4px 0;
	margin-top				: 	1px;
	margin-right			: 	2px;
	color					: 	#193985;
}

#tabs ul#primary span,#tabs ul#primary a.current,#tabs ul#primary a.current:hover 
{
	border					: 	1px solid #666;
	background				: 	#FFFFFF;
}

#tabs ul#primary a 
{
	background				: 	#EFEFEF;
	border					: 	1px solid #AAA;
}

#tabs ul#primary a:hover 
{
	border-color			:	#666;
	background				: 	#FFFFFF;
}


/*****************************************************************
 * HOME - WINDOWS 											 	 *
 *****************************************************************/
 
.window_third
{
	border					:	1px solid #193985;
}

.window_twothirds table.report
{
	background-color		:	#FFFFFF;
}

.window_twothirds table.report th.header
{
	border					:	1px solid #193985;
	color					:	#FFFFFF;
	background-color		:	#193985;
}

.window_twothirds table.report th
{
	border					:	1px solid #193985;
	color					:	#193985;
	background-color		:	#B9D2EC;
}

.window_half table.report
{
	background-color		:	#FFFFFF;
}

.window_half table.report th.header
{
	border					:	1px solid #193985;
	color					:	#FFFFFF;
	background-color		:	#193985;
}

.window_half table.report th
{
	border					:	1px solid #193985;
	color					:	#193985;
	background-color		:	#B9D2EC;
}

.window_whole table.report
{
	background-color		:	#FFFFFF;
}

.window_whole table.report th.header
{
	border					:	1px solid #193985;
	color					:	#FFFFFF;
	background-color		:	#193985;
}

.window_whole table.report th
{
	border					:	1px solid #193985;
	color					:	#193985;
	background-color		:	#B9D2EC;
}

.window_whole table table
{
	background-color		:	#FFFFFF;
}


/*****************************************************************
 * HOME - CUSTOMIZE											 	 *
 *****************************************************************/

.customize_menu input
{
	background-color		:	#B9D2EC;
	color					:	#193985;
}


/*****************************************************************
 * TABLE - REPORT 											 	 *
 *****************************************************************/

table.report th.report_title
{
	color					:	#193985;
}

table.report th.header
{
	border					:	1px solid #193985;
	color					:	#FFFFFF;
	background-color		:	#193985;
}

table.report th.header a
{
	color					:	#FFFFFF;
}

table.report th.sub_header
{
	border					:	1px solid #193985;
	color					:	#000000;
	background-color		:	#EFEFEF;
}

table.report th
{
	border					:	1px solid #193985;
	color					:	#193985;
	background-color		:	#B9D2EC;
}

table.report th a
{
	color					:	#193985;
}

table.report th.footer a
{
	color					:	#193985;
}

table.report th.footer a:hover
{
	color					:	#193985;
}

table.report th.footer
{
	color					:	#000000;
	background-color		:	#FFFFFF;
	border					:	0px;
}

table.report td
{
	border					:	1px solid #193985;
}

table.report td.separator
{
	border-top				:	2px solid #193985;
}

table.report td a
{
	color					:	#193985;
}

table.report td a:hover
{
	color					:	#193985;
}

table.report td.window_third_help ul
{
	color					:	#193985;
}

table.report input.text, table.report input.password
{
	border					:	1px solid #7F9DB9;
}

table.report input.file
{
	border					:	1px solid #7F9DB9;
}

table.report textarea
{
	border					:	1px solid #7F9DB9;
}

/*****************************************************************
 * TABLE - FORM 											 	 *
 *****************************************************************/

table.form th.header
{
	color					:	#193985;
	background-color		:	transparent;
}

table.form th
{
	background-color		:	transparent;
	color					:	#000000;
}

table.form a:hover
{
	text-decoration			:	underline;
	color					:	#193985;
}

table.form input.text, table.form input.password
{
	border					:	1px solid #7F9DB9;
}

table.form input.file
{
	border					:	1px solid #7F9DB9;
}

table.form textarea
{
	border					:	1px solid #7F9DB9;
}

/*****************************************************************
 * MISC - DIVS	 											 	 *
 *****************************************************************/

div.texttitle 
{
	background-color		: 	#FFFFFF;
	color					: 	#193985;
	font-weight				: 	bold;
	border-bottom			: 	1px solid #193985;
}

/*****************************************************************
 * MISC - CALENDAR 											 	 *
 *****************************************************************/

.popcalendar_title
{
	background-color		:	#193985;
}

.popcalendar_box
{
	border-color			:	#B9D2EC;
}

.popcalendar_dropdown
{
	border-color			:	#A0A0A0;
	background-color		:	#EFEFEF;
}

.popcalendar_dropdown_over
{
	background-color		:	#B9D2EC;
	color					:	#000000;
}

.popcalendar_dropdown_out
{
	background-color		:	#EFEFEF;
	color					:	#000000;
}

.mouseover
{
	border-color			:	#FFFFFF;
}

.mouseout
{
	border-color			:	#B9D2EC;
}


/*****************************************************************
 * MISC - TOOLTIP 											 	 *
 *****************************************************************/

.tooltip
{
	background-color		:	#B9D2EC;
	border					:	1px solid #193985;
	color					:	#193985;
}

/*****************************************************************
 * MISC - AUTO-COMPLETE 									 	 *
 *****************************************************************/

.autohighlight
{
	background-color		:	#B9D2EC;
}

.autohighlightoff
{
	background-color		:	#efefef;
}

.lighthighlight
{
	background-color		:	#B9D2EC;
}

/*****************************************************************
 * ITREM OPTIONS 									 	 		 *
 *****************************************************************/
table.itemoption th.header
{
	color					:	#193985;
	background-color		:	#eeeeee; 
    border					: 	1px solid #dddddd;
}

table.itemoption th
{
	background-color		:	transparent;
	color					:	#000000;
}

table.itemoption a:hover
{
	text-decoration			:	underline;
	color					:	#193985;
}

table.itemoption input.text, table.form input.password
{
	border					:	1px solid #7F9DB9;
}

table.itemoption input.file
{
	border					:	1px solid #7F9DB9;
}

table.itemoption textarea
{
	border					:	1px solid #7F9DB9;
}

table.itemoption td.outlinebox
{
	border					:	1px solid #dddddd;
	
}

table.itemoption div.itemdesc
{
	color					:	#000000; 
}

#tdMainHelpView_search{
    font-size: 16px;
    padding-left: 24px;
}
#tdMainHelpView_search > div{
    margin-bottom: 4px;   
}