@charset "utf-8";
/* CSS Document */

.SkinObject {font: 11px Verdana,sans-serif;}

.Normal {	FONT-SIZE: 11px; font-family:Arial, Helvetica, sans-serif;}
TH,TD,DIV {	font-size:11px; FONT-FAMILY:Tahoma,Arial,Helvetica; }
.lt { text-align:left;vertical-align:top; }
.h { height:100%}
.w{ width:100%;}
.wh{ width:100%; height:100%;}
p { margin:0px;}

#logo {z-index:3; }
#user {z-index:3;}
#header {z-index:2;}
#menu {z-index:1000;}

.FCKImageGalleryItemContainer td{color:#000000;}
.TB_ToolbarSet td { color:#000000;}
.SC_FieldLabel { color:#000000;}
.SC_Item,
.SC_ItemSelected,
.SC_Item div,
.SC_ItemSelected div{ color:#000000; background:#CCCCCC;}
.SC_Panel td,
.SC_Panel div{ color:#000000; background:#CCCCCC;}


.TopPane{padding:0px 0px 3px 0px;}
.BottomPane{padding:3px 0px 0px 0px;} 
.LeftPane{padding:0px 10px 0px 0px;}
.RightPane{padding:0px 0px 0px 10px;}
.ContentPane{padding:0px;}
.clear { clear:both;}

.Head					{font-size:11px; color:#000; font-weight:bold}
.SubHead				{font-size:11px; color:#000}
.SubSubHead				{font-size:11px; color:#000}

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{color:#000;TEXT-DECORATION:none}
A.CommandButton:hover		{color:#042EAA;TEXT-DECORATION:underline}

A,
A:link,
A:visited,
A:active					{
	color:#000;
	TEXT-DECORATION:none;
}
A:hover						{color:#000;TEXT-DECORATION:underline;}

.searchcss,
A.searchcss:link,
A.searchcss:active,
A.searchcss:visited			{font-weight:normal; font-size:11px; color:#2072F9; TEXT-DECORATION:none}
A.searchcss:hover			{font-weight:normal;font-size:11px;color:#F5A42F;TEXT-DECORATION:underline}

.links,
A.links:link,
A.links:active,
A.links:visited	{font-weight:normal; font-size:11px; color:#919294; TEXT-DECORATION:none; background:url(images/links_bg.png) no-repeat left center; padding-left:15px; margin:0px 10px;}
A.links:hover{font-weight:normal;font-size:11px;color:#fff;TEXT-DECORATION:underline; background:url(images/links_bg.png) no-repeat left center; padding-left:15px; margin:0px 10px;}


body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.png) repeat-x left top #6F9DDB; 
	font-size:11px;
	color:#8E8E8C;
	margin:0;
}

#mainBody { width:1000px; margin:0 auto; background:#fff;}
#top { width:1000px; background:url(images/top_bg.png) repeat-x left top; height:250px; margin:0px;}
#top .top_l { width:900px; background:url(images/top_l.png) no-repeat left top; height:150px;}
#top .top_l .menu { width:1000px; height:41px; }
#top .top_l .logos { float:right; margin-right:50px; margin-top:20px; width:400px; height:100px;}
#users { width:950px; height:25px; margin:0 25px; color:#2358b5; }
#users a:link,#users a:visited {color:#2358b5;text-decoration:none;}
#users a:hover,#users a:active {color:#FF0000;text-decoration:none;}
#users .users_l { float:left; background:url(images/users_l.png) no-repeat left top; height:25px; padding-left:25px; line-height:25px;}
#users .users_r { float:right; height:25px; line-height:25px; right:0px;}
#main_content { width:980px; padding:10px; min-height:400px; height:auto!important; height:800px; overflow:visible;}
#foot { width:1000px; height:50px; background:#fff; color:#18588f;}
#foot a:link,#foot a:visited {color:#18588f;text-decoration:none;}
#foot a:hover,#foot a:active {color:#FF0000;text-decoration:none;}
#foot .foot_up { height:25px; line-height:25px;}
#foot .foot_bot { height:25px; line-height:25px;}


/* ==========================
    CSS STYLES FOR JDMenu
   ==========================
*/

ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
	
}
ul.jd_menu li {
	float: left;
	padding: 0px;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	
	
}

/* Main Menu Background */
ul.jd_menu {
	height:auto;
	clear: both;
	display:block;
	margin: 0px;
	padding: 0px;
	
	
}

/* Main Menu Verticle Brackground*/
ul.jd_menu_vertical {
	width: 200px;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	
}


/* Main Memu LEFT */
ul.jd_menu li {
	font-size: 12px;
	cursor: pointer;	
	white-space: nowrap;
	list-style-type:none;
	padding:0px 0px 0px 5px ;
	margin:0px 8px 0 0;
	text-align:center;
	background: url(images/menu_l.png) left top no-repeat;
}

/*Main Menu RIGHT*/
ul.jd_menu a
{
	text-decoration: none;
	text-align:center;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;	
	padding:10px 20px 11px 15px;
	background: url(images/menu_r.png) right top no-repeat;
	display:block;

}

/* Main Actice Menu*/
ul.jd_menu li.activetab
 {
	padding:0px 0px 0px 5px ;
	text-align:center;
	background: url(images/menu_l.png) left top no-repeat;
	
}
ul.jd_menu li.activetab a
{
	padding:10px 20px 11px 15px;
	color:#a8ff5e;
    text-align:center;
	vertical-align:top;
	text-decoration:none;
	background: url(images/menu_r.png) right top no-repeat;
}

/*Main Hover Menu */
ul.jd_menu li.jdm_hover{
	padding:0px 0px 0px 5px ;
	text-align:center;	
	background: url(images/menu_l.png) left top no-repeat;
}

ul.jd_menu li.jdm_hover a
 {
    padding:10px 20px 11px 15px;
	color:#a8ff5e;
	vertical-align:top;
	text-align:center;
	text-decoration:none;
	background: url(images/menu_r.png) right top no-repeat;
}

/*Main Menu Hover for Verticle*/
ul.jd_menu_vertical li.jdm_active,
ul.jd_menu_vertical li.jdm_hover {
	padding-top: 1px;
	border-top: 1px solid #70777D;
	border-left: 0px;
	border-right: 0px;
}


/*Sub Menu*/
ul.jd_menu ul li a{
	font-size:11px;
	font-weight:normal;
	background:transparent;
	display:block;
	
}


/*Sub menu Dropdown Background*/
ul.jd_menu ul {
	background-color: #acc5e8;
 	border: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;

}

/* Sub Menu Left */
ul.jd_menu ul li {
	padding: 4px 5px 4px 5px;
	background:transparent;
	border: none;
	text-align:left;
	margin:0;
}

/* Sub Menu Right */
ul.jd_menu li.jdm_active ul li a
{
	background:none;
	padding:0px;
	text-align:left;
	color:#000;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

/* Sub Menu Hover */
ul.jd_menu ul li.jdm_active,
ul.jd_menu ul li.jdm_hover {
    background-image:none;
	text-align:left;
	padding:4px 5px 4px 5px;
	background-color: #85b2fa;
	margin:0;
	
}

/*Sub Menu High Light*/
ul.jd_menu li.jdm_hover ul li.jdm_hover a,
ul.jd_menu li.jdm_hover ul li.jdm_active a
{
	background:transparent;
	padding-left:0px;
	margin-left:0px;
	text-align:left;
	color:#000;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	
}













