﻿/* sWM */
@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #91bc5b;
	margin: 0;
	padding: 0;
	color: #000;
	font: 13px/1.6em "Times New Roman", Times;/*, serif;ie9 problem*/
	letter-spacing: 1px;
	line-height: 170%;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 984px;
	background: #e9f2de;
	margin: 0 auto; 
}

iframe {
	width: 306px;
	height: 1280px;
	float: right;
}

.header {
	background: #91bc5b;
	height:87px;
}

.content {
	padding: 0px 10px 0px 25px;
}

.content div.rightbar
{
	background: #e9f2de; 
	margin: 0; 
	float: right;
}
/* ~~ Element/tag selectors ~~ */
a img { 
	border: none;
}
a:link {
	color: #336600;
	text-decoration: none;  
}
a:visited {
	color: #658546;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #e36b00;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #b94e1a;
	padding-top:25px;
}
h2 {
	font-size: 15px;
	font-weight: normal;	
	color: #b94e1a;
}
h3 {
	font-size: 13px;
	font-weight: bold;	
	color: #b94e1a;
}
.txtem {
	font-weight:bold;
}

.BT {
	display: inline-block;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #95c25a;
	cursor: pointer;
	background-image: url(../images/BT-HelpBg.gif);
	height:20px;
	margin:5px 3px;
	font: 13px/1.6em Verdana, Lucida, Arial, Helvetica, KBC,sans-serif;
}

.BT a {
	color: #fff;
}

.top {
	font: 12px/1.6em Arial, Helvetica, sans-serif;
	border-bottom: dashed 1px #91bc5b;
	width: 100% auto;
	text-align: right;
}
.top a {
	background-color: #91bc5b;
	color: #FFF;
	*display:inline-block;
	*padding-left:2px;
	*padding-right:2px;
}
.top a:first-child
{
	*position:relative;
	*top: -1px;
}
.top a:hover {
	background-color: #e36b00;
	color: #FFF;
}
/* menu */
div.menu
{
    width: 300px;
    font-size: 13px;
    background-image:url(../images/Help-Menu-BG_02.gif);
    background-repeat:repeat-y;
}
div.menu div.menuHead
{
}
div.menu div.menuBody ul
{
    margin-left: -7px;
    line-height: 160%;
    list-style: square;
    *margin-left: 0px;
}
div.menu div.menuBody li
{
	*list-style-position:inside;
	*padding-left: 15px;
}
div.menu div.menuBody ul ul
{
    list-style: disc;
}
div.menu div.menuBody li li
{
	*padding-left: 35px;
}
div.menu div.menuBody ul ul ul
{
    list-style: circle;
}
div.menu div.menuBody li li li
{
	*padding-left: 45px;
}
div.menu div.menuFoot
{
	background: url(../images/Help-Menu-BG_03.gif) no-repeat;
	background-color:#e9f2de;
	
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.center { 
	text-align: center;
}

.XQ .disabled-in-xq,
.HINET .disabled-in-xq
{
	display:none;	
}

div#footer
{
	padding-top:10px;	
}

div#footer > table
{ 
 width:100%; 
}

div#footer .aboutMDJ
{
 margin-top:15px;  
}

div#footer .aboutMDJ > ul
{
 padding-right:0px;
}

div.HelpHead
{
  height:30px;  
  margin-top:5px;
}

#optitle
{ 	
 float:left; 
 *padding-right:30px;
}

.txt15
{
 font-size:15px;	
}