/* CSS Document */
/*THEME DARK BLUE*/
/*************************************************************/
/*This set font for whole site
/*************************************************************/
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.major_color
{
	background-color:#ebeef8;
	color:#003366;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
a
{
	color:#0033CC;
	text-decoration:none;
}
a:hover
{
	color:#0033CC;
	text-decoration:underline;
}
/*************************************************************/
/*This set the look and feel of login area/dialog
/*************************************************************/
.loginArea
{
	border:none;
	border-left-style:solid;
	border-right-style:solid;
	border-left-color:#aab2c9;
	border-left-width:1px;
	border-right-color:#aab2c9;
	border-right-width:1px;
	background-color:#ebeef8;
}
.loginDialogTitle
{
	background-image:url(images/new_admin_panel_login_20.gif);
	height:21px;
	
}
.loginDialogTitleText
{
	 margin-left:5px; 
	 position:absolute;
	 font-weight:bold;
	color:#333333;
}
/*************************************************************/
/*This set the look and feel of top back ground of the page
/*************************************************************/
.topBackground
{
	background-color:#35689D;
	height:50px;
}
.topBackground_small
{
	background-color:#4871B0;
	height:30px;
}
.topBackground2
{
	background-color:#4871B0;
	height:5px;
}
.headerMenu
{
	background-image:url(menu/img/lev0_bg1.gif);
	height:40px;
}
.header
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	padding-left:10px;
	text-transform:uppercase;
}
.sub_header
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5b7ec8;
	font-size:12px;
	padding-left:10px;
}
.header_develop
{
	color:#FFFFFF;
	padding-left:10px;
}
.header_develop a
{
	color:#FFFFFF;
	text-decoration:none;
}
.header_develop a:hover
{
	color:#3B65BD;
	text-decoration:underline;
}
.header_navigation
{
	font-weight:bold;
	text-decoration:none;
	color:#000066;
}
.header_navigation:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#000066;
}
.header_navigation_nolink
{
	font-weight:bold;
	text-decoration:none;
	color:#000066;
}
/*new*/
.h_left1
{
	background-image:url(images/admin_panel_01.gif);
}
.h_left2
{
	background-image:url(images/admin_panel_08.gif);
}

/*************************************************************/
/*This set the look and feel of control
/*************************************************************/
.button1
{
	background-color:#E4E4E0;
	color:#FFFFFF;
	border-style:none;
	cursor:pointer;
	background-image:url(images/button.gif);
	height:23px;
}
.button1:hover
{
	background-color:#E4E4E0;
	color:#FFFFFF;
	border-style:none;
	cursor:pointer;
	background-image:url(images/button_up.gif);
	height:23px;
}
.textBox
{
	border-style:solid;
	border-color:#999999;
	border-width:1px;
}
/*************************************************************/
/*This set the look and feel button menu
/*************************************************************/
.buttonMenu
{
	border-width:0px;
	padding-right:3px;
	padding-bottom:7px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.buttonMenu:hover
{
	border-width:0px;
	padding-right:3px;
	padding-bottom:7px;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
/*************************************************************/
/* This is for action form */
/*************************************************************/
.actionForm
{
	background-color:#ebeef8;
	border-left: solid 1px #aab2c9;
	border-right: solid 1px #aab2c9;
	border-bottom: solid 1px #aab2c9;	
}
.actionForm .detailForm
{
	background-color:#FFFFFF;
	border: solid 1px #aab2c9;
}
/*************************************************************/
/*This set the look and feel of error/alert/message
/*************************************************************/
.error
{
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
.form_error
{
	border-style:solid;
	border-width:1px;
	border-color:#ff0000;
	background-color:#f7fad8;
	margin-top:30px;
	width:80%;
	text-align:left;
	padding:8px;
}
.form_error li
{
	color:#FF0000;
	list-style-type:square;
	list-style-position:outside;
	margin-left:20px;
}
.form_error .error_caption
{
	font-weight:bold;
	color:#FF0000;
	text-align:left;
}
.message
{
	font-style:italic;
}
.notnull
{
	color:#FF0000;
}
.inputCaption
{
	text-align:right;
	padding-right:5px;
}
.a1
{
	color:#FFFFFF;
}


/*************************************************************/
/*This set the look and feel of table list in the index file
/*************************************************************/
.listHeader_Admin
{
	height:26px;
	font-weight:bold;
	color:#333333;
	font-size:13px;
	text-align:center;
	padding:0px;
	border-left-style:solid;
	border-left-color:#a0adcc;
	border-left-width:1px;
	background-image:url(images/new_admin_panel_list_13.gif);
	background-repeat:repeat-x;
}
.listHeader_Admin_Near_Left
{
	height:26px;
	font-weight:bold;
	color:#333333;
	font-size:13px;
	text-align:center;
	padding:0px;
	background-image:url(images/new_admin_panel_list_13.gif);
	background-repeat:repeat-x;
}
.listHeader_Admin a
{
	color:#333333;
	text-decoration:none;
}
.listHeader_Admin a:hover
{
	color:#666666;
	text-decoration:none;
}
.listHeader_Admin_Hover a
{
	color:#333333;
	text-decoration:none;
}
.listBody_Admin
{
	height:25px;
	font-size:12px;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
}
.listBody_Admin_Near_Left
{
	height:25px;
	font-size:12px;
	padding:0px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}
.listBody_Admin_Right
{
	height:25px;
	font-size:12px;
	padding:0px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-right-width:1px;
}
.listBody_Admin_Hover
{
	height:25px;
	font-size:12px;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	background-color:#f5f6fb;
}
.listHeader_gen
{
	background-color:#35689D;
	height:25px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	padding:0px;
	border-left-style:solid;
	border-left-color:#3399CC;
	border-left-width:1px;
}
.listHeader_gen1
{
	background-color:#35689D;
	height:25px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:13px;
	text-align:left;
	padding-left:5px;
	border-right-style:solid;
	border-right-color:#3399CC;
	border-right-width:1px;
}
.listBody_gen
{
	height:25px;
	font-size:12px;
	text-align:center;
	padding:0px;
	border-bottom-style:solid;
	border-bottom-color:#3399CC;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-color:#3399CC;
	border-right-width:1px;
}
.listBody_gen1
{
	height:25px;
	font-size:12px;
	text-align:left;
	padding-left:5px;
	border-bottom-style:solid;
	border-bottom-color:#3399CC;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-color:#3399CC;
	border-right-width:1px;
}
.template_background
{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:2px;
	border-color:#CCCCCC;
}
.detail_row
{
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}
.MenuBuilderButton
{
	background-color:#E4E4E0;
	color:#FFFFFF;
	border-style:none;
	cursor:pointer;
	border-width:2px;
	width:100px;
	margin-top:1px;
	background-image:url(images/button.gif);
	height:24px;
}
.MenuBuilderButton:hover
{
	
	background-color:#F4F4F0;
	color:#FFFFFF;
	border-style:none;
	cursor:pointer;
	border-width:2px;
	width:100px;
	margin-top:1px;
	background-image:url(images/button_up.gif);
	height:24px;
}
.Note
{
	background-color:#CAD5ED;
	color:#000066;
	border-style:solid;
	border-color:#456FAD;
	border-width:1px;
	padding:5px;
}
/* Left menu in admin */
.leftMenu
{
	width:200px;
	float:left;
}
.leftMenu .leftMenuHeaderLayer
{
	float:left;
	display:inline;
	width:199px;
	height:27px;
}
.leftMenu .leftMenuBodyLayer
{
	float:left;
	display:inline;
	width:197px;
	height:100px;
	border-bottom: solid 1px #dbe2f4;
	border-left: solid 1px #dbe2f4;
	border-right: solid 1px #dbe2f4;
	background-color:#f5f6fb;
}
.leftMenu .leftMenuBodyLayer .leftMenuItem
{
	display:block;
	width:192px;
	padding-top:2px;
	height:18px;
	padding-left:5px;
	font-weight:bold;
	color:#5b82d0;
	text-decoration:none;
}
.leftMenu .leftMenuBodyLayer .leftMenuItem:hover
{
	background-color:#AFBEDF;
	color:#FFFFFF;	
}
.leftMenu .leftMenuHeaderLayer .leftMenuHeaderLeft
{
	float:left;
	width:9px;
	background-image:url(images/new_admin_panel_list_03.gif);
	background-repeat:no-repeat;
	height:27px;
}
.leftMenu .leftMenuHeaderLayer .leftMenuHeaderText
{
	float:left;
	width:161px;
	background-image:url(images/new_admin_panel_list_04.gif);
	background-repeat:repeat-x;
	height:27px;
	overflow:hidden;
}
.leftMenu .leftMenuHeaderLayer .leftMenuHeaderRight
{
	float:left;
	width:29px;
	background-image:url(images/new_admin_panel_list_06.gif);
	background-repeat:no-repeat;
	height:27px;
}
/* End left menu in admin */