/*****************************************************************
 * DEFINITIONS:		Blue										 *
 * 					Dark:	#193985;							 *
 * 					Light:	#B9D2EC;							 *
 *****************************************************************/

/*****************************************************************
 * 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;
}

hr 
{
	background-color					: 	#193985;
	color								:	#193985;
	height								:	1px;
	border								:	0px;
}
/*****************************************************************
 * 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; 
}