html,body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	height:100%;
	background:#fff;
	
	}
#Body{}
th,td,div{font-size:12px; font-weight: normal; color:#5B591F; font-family: Verdana, Geneva, sans-serif}
p{ margin:0px 0px 10px 0px;}
#Form{ margin:0px; padding:0px; height:100%}
/*--------------------------------------------------------------------------------------------------------------------------*/
.lt{ text-align:left; vertical-align:top}
.lm{ text-align:left; vertical-align:middle}
.lb{ text-align:left; vertical-align:bottom}
.rt{ text-align:right; vertical-align:top}
.rm{ text-align:right; vertical-align:middle}
.rb{ text-align:right; vertical-align:bottom}
.ct{ text-align:center; vertical-align:top}
.cm{ text-align:center; vertical-align:middle}
.cb{ text-align:center; vertical-align:bottom}
.n{ white-space:nowrap}
.h{ height:100%}
.clear{ clear:both; font-size:0px; padding:0px; margin:0px;}

.bg_all{ background:#fff url(images/top.jpg) left top repeat-x; min-height:100%;}
* html .bg_all{ height:100%;}
.skinwidth{ width:960px;}
.top{ margin:0 auto; position:relative;}
.top_l{ width:197px; background:url(images/top_l.jpg) right top no-repeat; min-height:86px; float:left;}
.top_r{ width:758px; float:left;}
.p_menu{ padding:31px 0px 0px 11px;}
.p_search{ position:absolute; right:142px; top:44px;background:url(images/search.jpg) right top no-repeat;}
.search{ position:relative; width:224px; height:17px;}

.middle{ margin:0 auto; min-height:300px;}
.middle_l{ float:left; width:182px; margin-left:5px; margin-right:10px; margin-top:10px; margin-bottom:10px;}
.middle_r{ float:left; width:758px; margin-top:10px; margin-bottom:10px;}

.topleft{ width:374px; float:left;}
.topright{ width:374px; float:right;}

#LeftMenu{}
#BottomMenu{ background:url(images/bottom_menu.jpg) left top repeat; padding:0px 20px; min-height:52px;}

.p_left{ width:182px; float:left; margin-right:10px;}
.p_right{ width:182px; float:right;}
.middleleft{ width:502px; float: left;}
.middleright{ width:246px; float:right;}
.bottomleft{ width:182px; float: left;}
.bottomright{ width:566px; float:right;}
.p_bottom{ padding:0px 5px; background:#F0F0E4; margin:0px 0px 0px;}
.p_login{ line-height:20px; padding:0px 10px; text-align:right;}
/*--------------------------------------------------------------------------------------------------------------------------*/

/* Title, Module Title */
.Head					{font-size:12px; color:#000; font-weight:bold}
.SubHead				{font-size:12px; color:#000}
.SubSubHead				{font-size:12px; color:#000}
.Normal 				{font-size:12px; font-weight: normal; color:#5B591F; font-family: Verdana, Geneva, sans-serif}

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{color:#000; text-decoration:underline}
A.CommandButton:hover		{color:#396D8E; text-decoration:none}

.link,
A:link,
A:visited,
A:active					{color:#396D8E; text-decoration: none}
A:hover						{color:#4B490A; text-decoration: underline}

.topcss a,
.topcss A:link,
.topcss A:active,
.topcss A:visited,
.topcss A:hover				{font-weight:normal; font-size:30px; color:#000; text-decoration:none; font-family:Impact,Arial, Helvetica, sans-serif}

.usercss,
A.usercss:link,
A.usercss:active,
A.usercss:visited			{font-weight: normal; font-size:11px; color:#fff; text-decoration: none;}
A.usercss:hover				{font-weight:normal; font-size:11px; color:#4B490A; text-decoration: none;}

input#dnn_dnnSEARCH_txtSearch{ background:none; border:none; padding:0px; position:absolute; left:55px; top:2px; width:155px;}
.searchcss,
A.searchcss:link,
A.searchcss:active,
A.searchcss:visited,
A.searchcss:hover			{ font-size:0px; text-indent:10000px; overflow:hidden; position:absolute; right:0px; top:0px; display:block; width:8px; height:17px;}

.links,
A.links:link,
A.links:active,
A.links:visited			{font-weight: normal; font-size:12px; color:#fff; text-decoration:none;}
A.links:hover			{font-weight: normal; font-size:12px; color:#FFD13C; text-decoration: none;}

.bottomcss,
A.bottomcss:link,
A.bottomcss:active,
A.bottomcss:visited			{font-weight:normal; font-size:11px; color:#fff; text-decoration: none}
A.bottomcss:hover			{font-weight:normal; font-size:11px; color:#FFD13C; text-decoration: none}
/*--------------------------------------------------------------------------------------------------------------------------*/
/* Pane Structure */
.logopane{ padding:5px 10px 24px 5px;}

.leftshowpane{}

.topleftpane,
.toprightpane,
.leftpane1,
.leftpane2,
.rightpane2,
.rightpane1,
.middleleftpane,
.middlerightpane,
.bottomleftpane,
.bottomrightpane{ padding:0px 0px 10px;}

.contentpane{ padding:0px;}

.bottomshowpane{ padding:0px;}
/* ==========================
    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;
}
ul.jd_menu:after{
	content:"\0020";
	display:block;
	clear:both;

}
/* -- 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;
}

/* Main Menu Background */
ul.jd_menu {
	min-height:40px;
	clear: both;
}

/* Main Menu Verticle Brackground*/
ul.jd_menu_vertical {
	width: 200px;
	height: auto;
	clear: both;
}


/* Main Memu LEFT */
ul.jd_menu li {
	cursor: pointer;
	list-style-type:none;
	padding:0px 0px 0px 10px;
	margin:0px;
	background:url(images/menu.png) left no-repeat;
}

.jd_menu > li {
		
}

/*Main Menu RIGHT*/
ul.jd_menu a 
{
	display:block;
	font-size:12px;
	font-weight: bold;
	padding:10px 15px 15px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a {
	color:#fff;
	text-decoration: none;
	white-space:nowrap;
}

/* Main Actice Menu*/
ul.jd_menu li.jdm_hover,
ul.jd_menu li.activetab,
ul.jd_menu li.activetab:active
 {
	 background:url(images/menu_hover_l.jpg) left top no-repeat;
}

#nav li.jdm_hover > a,#nav li.activetab > a {
	color:#928E6B;
	background:url(images/menu_hover_r.jpg) right top no-repeat;
}

/*Main Hover Menu */

ul.jd_menu li.menu_first

{
	background: none;
}


/*Sub Menu*/


/*Sub menu Dropdown Background*/
ul.jd_menu ul {
    background: #F0F0E4;
}

ul.jd_menu ul ul{
    background: #C4D0CE;
	left:0px!important;
	top:15px!important;
	width:150px;
}
ul.jd_menu ul ul ul{ left:150px!important; top:2px!important;}
ul.jd_menu ul ul li{ float:none; padding:3px 10px 3px 15px;}
ul.jd_menu ul ul li.jdm_hover {
	background: #DFDFC6;
}

ul.jd_menu ul > li {
	padding: 0px 12px 0px 3px;
	background:transparent;
	border: none;
	float:left;
	text-align:left;
	background:#F0F0E4;
	position: relative;
}

ul.jd_menu ul a {
	font-size:11px;
	font-weight:normal;
	background:transparent;
}

#nav ul.jd_menu ul a {
	padding: 0px;
	color:#605E26;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:15px;
}

/* Sub Menu Hover */
ul.jd_menu ul li.jdm_hover {
	background: #F0F0E4;
}

#nav ul.jd_menu ul li.jdm_hover a {
	color:#605E26;
	font-weight:bold;
	background:none;
}

#nav ul.jd_menu ul li.jdm_hover ul a {font-weight: normal;}
#nav ul.jd_menu ul ul li.jdm_hover a {font-weight:normal;}

#nav ul.jd_menu ul ul li.jdm_hover ul a { font-weight: normal;}
#nav ul.jd_menu ul ul ul li.jdm_hover a { font-weight:normal;}

#nav ul.jd_menu ul ul ul li.jdm_hover ul a {font-weight: normal;}
#nav ul.jd_menu ul ul ul ul li.jdm_hover a { font-weight:normal;}

#nav ul.jd_menu ul ul ul ul li.jdm_hover ul a { font-weight: normal;}
#nav ul.jd_menu ul ul ul ul ul li.jdm_hover a { font-weight:normal;}

#nav ul.jd_menu ul ul ul ul ul li.jdm_hover ul a {font-weight: normal;}
#nav ul.jd_menu ul ul ul ul ul ul li.jdm_hover a {font-weight:normal;}

#nav ul.jd_menu ul ul ul ul ul ul li.jdm_hover ul a { font-weight: normal;}
#nav ul.jd_menu ul ul ul ul ul ul ul li.jdm_hover a {font-weight:normal;}


#nav ul.jd_menu ul ul ul ul ul ul ul li.jdm_hover ul a {font-weight: normal;}
#nav ul.jd_menu ul ul ul ul ul ul ul ul li.jdm_hover a {font-weight:normal;}

/* ==========================
    CSS STYLES FOR JDMenu
   ==========================
*/



ul.leftmenu, 
ul.leftmenu_vertical {
	margin: 0px 10px 0px 47px;
	width:88px;
	padding: 0px 0px 20px 0px;
	list-style-type: none;

}
ul.leftmenu ul,
ul.leftmenu_vertical ul {
	display: none;
}
ul.leftmenu li {
}
ul.leftmenu:after{
	content:"\0020";
	display:block;
	clear:both;

}
/* -- Sub-Menus -- */
ul.leftmenu ul,
ul.leftmenu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding:0px;
	z-index: 10000;
}
ul.leftmenu ul li,
ul.leftmenu_vertical ul li {
	float: none;
	margin: 0px;
}

/* Main Menu Background */
ul.leftmenu {
	min-height:40px;
	clear: both;
}

/* Main Menu Verticle Brackground*/
ul.leftmenu_vertical {
	height: auto;
	clear: both;
}


/* Main Memu LEFT */
ul.leftmenu li {
	cursor: pointer;
	list-style-type:none;
	padding:3px 0px 3px 0px;
	margin:0px;
}

/*Main Menu RIGHT*/
ul.leftmenu a 
{
	display:block;
	font-size:11px;
	font-weight: normal;
	padding:0px 0px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	color:#205A7F;
	text-decoration: none;
	white-space:nowrap;
}


/* Main Actice Menu*/
ul.leftmenu li.jdm_hover,
ul.leftmenu li.activetab,
ul.leftmenu li.activetab:active
 {
}

ul.leftmenu li.jdm_hover > a,
ul.leftmenu li.activetab > a {
	font-weight:bold;
	background:url(images/leftmenu_hover.jpg) right top no-repeat;
}

/*Main Hover Menu */

ul.leftmenu li.menu_first

{
	background: none;
}


/*Sub Menu*/


/*Sub menu Dropdown Background*/
ul.leftmenu ul {
    background:#fff;
}

ul.leftmenu ul li {
	padding: 0px 0px 0px 5px;
	background:transparent;
	border: none;
	text-align:left;
}

ul.leftmenu ul a {
	font-size:11px;
	font-weight:normal;
	background:transparent;
}

ul.leftmenu ul a {
	padding: 0px;
	color:#205A7F;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Sub Menu Hover */
ul.leftmenu li > ul a:hover {
	background: #fff;
}

ul.leftmenu ul li:hover a {
	color:#5B581E;
	font-weight:bold;
	background:none;
}

/* ==========================
    CSS STYLES FOR JDMenu
   ==========================
*/



ul.bottommenu, 
ul.bottommenu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
ul.bottommenu ul,
ul.bottommenu_vertical ul {
	display: none;
}
ul.bottommenu li {
	float: left;
}
ul.bottommenu:after{
	content:"\0020";
	display:block;
	clear:both;

}
/* -- Sub-Menus -- */
ul.bottommenu ul,
ul.bottommenu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding:0px;
	z-index: 10000;
}
ul.bottommenu ul li,
ul.bottommenu_vertical ul li {
	float: none;
	margin: 0px;
}

/* Main Menu Background */
ul.bottommenu {
	min-height:30px;
	clear: both;
}

/* Main Menu Verticle Brackground*/
ul.bottommenu_vertical {
	width: 200px;
	height: auto;
	clear: both;
}


/* Main Memu LEFT */
ul.bottommenu li {
	cursor: pointer;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.bottommenu > li {
		
}

/*Main Menu RIGHT*/
ul.bottommenu a 
{
	display:block;
	font-size:12px;
	font-weight: bold;
	padding:7px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#BottomMenu a {
	color:#928D6D;
	text-decoration: none;
	white-space:nowrap;
}

/* Main Actice Menu*/
ul.bottommenu li.jdm_hover,
ul.bottommenu li.activetab,
ul.bottommenu li.activetab:active
 {
}

#BottomMenu li.jdm_hover > a,#BottomMenu li.activetab > a {
	color:#F0F2E4;
	background:#928D6D;
}

/*Main Hover Menu */

ul.bottommenu li.menu_first

{
	background: none;
}


/*Sub Menu*/


/*Sub menu Dropdown Background*/
ul.bottommenu ul {
    background: #928E6B;
}

ul.bottommenu ul ul{
    background: #C4D0CE;
	left:0px!important;
	top:22px!important;
	width:150px;
}
ul.bottommenu ul ul ul{ left:150px!important; top:2px!important;}
ul.bottommenu ul ul li{ float:none; padding:3px 10px 3px 15px;}
ul.bottommenu ul ul li.jdm_hover {
	background: #626048;
}

ul.bottommenu ul > li {
	padding: 3px 12px 3px 3px;
	background:transparent;
	border: none;
	float:left;
	text-align:left;
	background:#928E6B;
	position: relative;
}

ul.bottommenu ul a {
	font-size:11px;
	font-weight:normal;
	background:transparent;
}

#BottomMenu ul.bottommenu ul a {
	padding: 0px;
	color:#EFF1E4;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:16px;
}

/* Sub Menu Hover */
ul.bottommenu ul li.jdm_hover {
	background: #928E6B;
}

#BottomMenu ul.bottommenu ul li.jdm_hover a {
	color:#EFF1E4;
	font-weight:bold;
	background:none;
}

#BottomMenu ul.bottommenu ul li.jdm_hover ul a {font-weight: normal;}
#BottomMenu ul.bottommenu ul ul li.jdm_hover a {font-weight:normal;}

#BottomMenu ul.bottommenu ul ul li.jdm_hover ul a { font-weight: normal;}
#BottomMenu ul.bottommenu ul ul ul li.jdm_hover a { font-weight:normal;}

#BottomMenu ul.bottommenu ul ul ul li.jdm_hover ul a {font-weight: normal;}
#BottomMenu ul.bottommenu ul ul ul ul li.jdm_hover a { font-weight:normal;}

#BottomMenu ul.bottommenu ul ul ul ul li.jdm_hover ul a { font-weight: normal;}
#BottomMenu ul.bottommenu ul ul ul ul ul li.jdm_hover a { font-weight:normal;}

#BottomMenu ul.bottommenu ul ul ul ul ul li.jdm_hover ul a {font-weight: normal;}
#BottomMenu ul.bottommenu ul ul ul ul ul ul li.jdm_hover a {font-weight:normal;}

#BottomMenu ul.bottommenu ul ul ul ul ul ul li.jdm_hover ul a { font-weight: normal;}
#BottomMenu ul.bottommenu ul ul ul ul ul ul ul li.jdm_hover a {font-weight:normal;}

#BottomMenu ul.bottommenu ul ul ul ul ul ul ul li.jdm_hover ul a {font-weight: normal;}
#BottomMenu ul.bottommenu ul ul ul ul ul ul ul ul li.jdm_hover a {font-weight:normal;}



h1 {
	margin: 0 0 0.5em;
	color: #206CC7;
	font: 24px "Trebuchet MS",Arial,sans-serif;
}

h2 {
	margin: 0 0 0.5em;
	color: #8B6536;
	font: 18px "Trebuchet MS",Arial,sans-serif;
}

h3 {
	margin: 0 0 0.5em;
	color: #CF7634;
	font: bold 11px Tahoma,Arial,sans-serif;
}

.ModuleTitle_SubMenu{ z-index:1000!important}
table[id*="LogViewer"] td {
	white-space: normal;
}







