﻿@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:1; }
#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;}
.RightShowPane{padding:0px 0px 0px 10px;}
.clear { clear:both;}

.Head					{font-size:11px; color:#000; font-weight:bold}
.SubHead				{font-size:11px; color:#626262}
.SubSubHead				{font-size:11px; color:#000}
.NormalBold             { color:#626262;}
.ControlPanel .PagingTable{ z-index:1000;}

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{color:#626262;TEXT-DECORATION:none}
A.CommandButton:hover		{color:#a0550a;TEXT-DECORATION:underline}

A,
A:link,
A:visited,
A:active					{
	color:#a0550a;
	TEXT-DECORATION:underline;
}
A:hover						{color:#f39d47;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;  TEXT-DECORATION:none;}
A.links:hover{font-weight:normal;font-size:11px;TEXT-DECORATION:underline;}

html { min-height:100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;	
}

#mainBody {margin:0;min-height:100%;background: url(images/bg.png) no-repeat left bottom #fff fixed;}
#mainLeft { width:350px; position:fixed;  z-index:1;}
#mainLeft .logos { width:300px;margin-left:50px; }
#mainLeft .LeftShowPane { width:300px; margin-top:80px; margin-left:50px;}
#mainRight { position:relative;left:350px; top:0px;  width:800px; background:url(images/main_r_bg.png) repeat;}
#menu { width:800px; height:40px; background:url(images/menu_bg.png) repeat-x left top; }
#users { float:right; margin-right:20px; position:relative; height:30px; line-height:30px; color:#000;}
#users a:link,#users a:visited {color:#000;text-decoration:none;}
#users a:hover,#users a:active {color:#fff;text-decoration:none;}
#banners { }
#banners .BannerPane { width:760px;margin:0 20px; height:auto!important; overflow:visible;}
#main_content { width:760px; margin:0 20px; height:500px; min-height:500px; height:auto!important; overflow:visible;}
#foot { width:800px; height:45px; line-height:45px; color:#000;}
#foot a:link,#foot a:visited {color:#000;text-decoration:underline;}
#foot a:hover,#foot a:active {color:#fff;text-decoration:underline;}



/* ==========================
    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;
}

/* -- 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:0;
	margin:0px;
	text-align:center;
}

/*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:12px 25px 12px 25px;
	display:block;

}

/* Main Actice Menu*/
ul.jd_menu li.activetab
 {
	padding:0;
	text-align:center;
	
}
ul.jd_menu li.activetab a
{
	padding:12px 25px 12px 25px;
	color:#000;
    text-align:center;
	vertical-align:top;
	text-decoration:underline;
	background: url(images/menu01.png) right top no-repeat;
}

/*Main Hover Menu */
ul.jd_menu li.jdm_hover{
	padding:0;
	text-align:center;	

}

ul.jd_menu li.jdm_hover a
 {
    padding:12px 25px 12px 25px;
	color:#000;
	vertical-align:top;
	text-align:center;
	text-decoration:underline;
	background: url(images/menu01.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: #bfbfbf;
 	border: 1px solid #9febd3;
	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: #626262;
	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;
	
}




















