/* Common tags                 */
/*-----------------------------*/
* { margin: 0px; }
html, body, form
{
    font-family: 宋体,verdana,arial,helvetica,sans-serif;
    font-size: small;
    color: #000000;
    margin: 0;
    padding: 0;
    /*background: #323C45 url(images/bg.gif) repeat-x;*/
}
body
{
    width:100%;
    background-color:#323e47;
}
.bg
{
    font-family: 宋体,verdana,arial,helvetica,sans-serif;
    font-size: small;
    margin: 0;
    padding: 0;
    background: #323C45 url(images/bg.gif) repeat-x;
}
ul
{
     list-style-type:none;
}
A:link
{
    color:Black;
    text-decoration:underline;
}
A:visited
{
    color:Black;
    text-decoration: underline;
}
A:active
{
    color:Black;
    text-decoration: underline;
}
A:hover
{
    text-decoration:none;
}

A.bodyLink:link
{
    color: #41519A;
    text-decoration: none;
    font-weight: bold;
}
A.bodyLink:visited
{
    color: #41519A;
    text-decoration: none;
    font-weight: bold;
}
A.bodyLink:active
{
    color: #41519A;
    cursor: hand;
    text-decoration: none;
    font-weight: bold;
}
A.bodyLink:hover
{
    color: #B2C3E1;
    cursor: hand;
    text-decoration: "underline";
    font-weight: bold;
}

.textinput
{
    border:solid 1px #BFDBFF;
}

.button
{
    background-color:Transparent;
	background-repeat:no-repeat;
	background-image: url(images/button_bg.jpg);
	border-width:0px;
	width: 95px;
	height: 21px;
	cursor:pointer;
	text-align:center;
}

.buttonAdd
{
    background-color:Transparent;
	background-repeat:no-repeat;
	background-image: url(images/button_add.png);
	border-width:0px;
	width: 95px;
	height: 21px;
	cursor:pointer;
	text-align:center;
}
.p
{
    line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #41519A;
}

hr
{
   background-color:Black;
}

img
{
    border-width: 0;
}
img { border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; }

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
    font-size: large;
}

h2
{
    font-size: medium;
    margin-top: 30;
    margin-bottom: -15;
}

h3
{
    font-size: small;
    margin-bottom: -15;
    padding-left: 15;
}
h1,h2,h3
{
    padding:5px;
}
h3 { background-color: #AEBBC9; line-height: 25px; margin:0px; font-weight: bold; padding:5px 5px 5px 10px; font-size:12px; color:Black }
h4 { margin: 0px; padding-top: 5px; padding-bottom: 10px; font-size: 12px; font-weight: bold; }

.hidden
{
    display:none;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.center
{
    text-align:center;
}
.textright
{
     text-align:right;
}
.clear
{
    clear:both;
}
/* Master page */
.mainnav
{
    background-image:url(images/menubg.gif);
    background-repeat:repeat-x;
    height:43px;
}
.mainnav td
{
    text-align:center;
    padding-top:15px;
}
.mainnav a
{
    color:White;
    text-decoration:none;
}
.mainnav a:visited
{
    color:White;
    text-decoration: none;
}
.mainnav a:active
{
    color:White;
    text-decoration: none;
}
.mainnav a:hover
{
    cursor: hand;
    text-decoration:underline;
}
.mainnav .active
{
    background-image:url(images/menuactive.gif);
    text-decoration:none;
}
.submenu
{
    color:White;
    padding-left:20px;
}
.submenu a 
{
    color:White;
     text-decoration:none;
}
.leftHeader
{
    background-image:url(images/leftheader.gif);
    background-position:left;
    background-repeat:no-repeat;
    height:43px;
    padding-left:40px;
    color:White;
    font-weight:bold;
}
.leftMenu
{
    background-image:url(images/leftmenu.gif);
    background-position:left;
    background-repeat:no-repeat;
    height:38px;
    padding-left:20px;
}
.leftMenu a
{
    color:White;
    text-decoration:none;
}
.leftMenu a:visited
{
    color:White;
    text-decoration:none;
}
.leftMenu a:hover
{
    color:White;
    text-decoration:none;
}
.leftMenu a:active
{
    color:White;
    text-decoration:none;
}
.leftMenuActive
{
    background-image:url(images/leftmenuactive.gif);
    background-position:left;
    background-repeat:no-repeat;
    height:44px;
    padding-left:20px;
    vertical-align:middle;
}
.leftMenuActive a, .leftMenuActive a:visited
{
    text-decoration:none;
}
.leftMenuBottom
{
    background-image:url(images/leftbottom.gif);
    background-position:left;
    background-repeat:no-repeat;
    height:20px;
}
.tabHeader
{
    /*background-color:#3b4c5f;*/
    background: #AEBBC9 url(images/tabHeader.gif) repeat-y;
    height:30px;
    text-align:left;
    color:White;
    font-weight:bold;
    padding-left:10px;
}
.tabHeader2
{
    background-color:#394956;
    height:30px;
    text-align:left;
    color:White;
    font-weight:bold;
    padding-left:10px;
}
.tabHeader3
{
    background-color:#95ABB9;
    height:25px;
    text-align:center;
    color:White;
    font-weight:bold;
    padding-left:10px;
}
.autoHeight
{
	min-height: 400px;
	_height: auto !important;
	height: 400px;
    /*height:auto!important;
    height:100%;
    height:500px;
    min-height:500px;*/
}
#content { width: 100%;  height: 500px; clear:both; border-bottom:solid 1px Gray; }
.footer { height: 24px; padding-right: 17px; padding-left: 37px;  font-size: 10px; padding-top: 22px; color: #FFFFFF;  }
.a2 { background-image: url(images/b_01.jpg); height: 36px; width: 173px; display: block; line-height: 36px; text-indent: 20px; }
.a3 { background-image: url(images/b_02.jpg); height: 11px; overflow: hidden; line-height: 11px; width: 173px; display: block; margin: 0px; padding: 0px; background-repeat: no-repeat; background-position: left top; background-color: #FFFFFF; }
.logo { height: 65px; float: left; width: 187px; }
.nav { height: 34px; width: 100%; float: left; overflow: hidden; }
.search { height: 31px;  width:50%; text-align: right; padding-right: 10px;float:right;padding-top:20px; }
.search input { margin: 0px; padding: 0px; vertical-align: middle; }
.red_a { background-color: #BE0000; width: 100%; height: 27px; margin-right: auto; margin-left: auto; clear: both; color:White; padding-top:5px; }
.red_a a {color:White;}
.leftsidebar { width: 173px;  padding-top: 21px; padding-left: 10px; padding-right: 10px; vertical-align:top; }
.leftsidebar p { color: #FFFFFF; font-weight: bold; }
.leftsidebar a { text-decoration: none; color: #FFFFFF; background-color: #B9B9B9; display: block; padding-left: 20px; line-height: 31px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFFFFF; }
.leftsidebar a:hover{ background-color: #CCCCCC; color: #FFFFFF; font-weight: bold; }
.box { width:auto; padding-left:10px;padding-right:10px;padding-top:5px; vertical-align:top;  }
.middle{ background-image: url(images/b_03.jpg); background-repeat: repeat-y; height: 100%; width:10px; }
.subnav { height: 36px; width: 100%; clear: both; background-image: url(images/a_09.jpg); }
#textfield2 { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #666666; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #666666; height: 17px; }
.tab { background-image: url(images/a_09.jpg); height: 36px; overflow: hidden; }
.tab h5 { clear: left; float: left; display: block; height: 16px; padding-top: 20px; padding-bottom: 0px; font-size: 12px; padding-left: 30px; width: 200px; }
.tab a { height: 18px; display: block; float: left; background-image: url(images/b_06.jpg); top: 20px; width: 82px; text-align: center; font-size: 10px; background-position: left bottom; padding-top: 18px; background-repeat: no-repeat; text-decoration: none; color: #666666; }
.tab a:hover { color: #BE0000; text-decoration: none; }
.next { clear: both; text-align: right; padding-right: 60px; margin-bottom: 30px; }
.footer a,.footer a:visited,.footer a:hover { color: #FFFFFF; padding-right: 5px; padding-left: 5px; text-decoration: none; }
/* Tables                      */
/*-----------------------------*/
table
{
    /*border: 0;*/
    /*width: 100%;*/
}

table td
{
    /*padding: 0px;*/
}

table.header
{
    background-color: #5B6DB5;
    padding:10px;
}

td.title
{
    text-align: center;
    font-family: 宋体;
    font-size: x-large;
    font-weight: bolder;
    color: #FFFFFF;
}
td.header
{
    text-align: center;
    font-family: 宋体;
    font-size: small;
    font-weight: bolder;
    padding:10px;
}
.centertable td
{
    text-align:center;
}
.infotable
{
    width:100%;
    border-collapse:collapse;
}
.infotable .content
{
    padding:5px;
    empty-cells:show; 
     vertical-align:baseline;
     text-align:left;
    /*background-image:url(images/gridBG.gif);*/
    /*border-bottom:solid 1px #999999;*/
}
.infotable .label
{
    text-align: right;
    font-size: 12px;
    padding:5px;
    empty-cells:show;
     vertical-align:baseline;
   /* background-image:url(images/gridBG.gif);*/
   /* border-bottom:solid 1px #999999;
    border-right:solid 1px #999999;*/
    
}
.row
{
    background-color: #EFF3FB;
    text-align: left;
    height: 15px;
}
.alternatingrow
{
    background-color: White;
    text-align: left;
    height: 15px;
}

.FilterList
{
    padding-right: 3px;
    padding-left: 3px;
    font-size: 9pt;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    background-image: url(options.png);
    padding-bottom: 10px;
    overflow: auto;
    width: 160px;
    color: black;
    padding-top: 10px;
    font-family: verdana;

    background-color: #f1f1f1;
    opacity: .95;
}
.FilterList TABLE
{
    width: 150px;
    height:10px;
}
.FilterList TD
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
}
.FilterHighlight
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-weight: bold;
    border-left: black 1px solid;
    cursor: default;
    color: white;
    border-bottom: black 1px solid;
    background-color: #3c7fb1;
  }
  
  
#clientEditPopup 
{
	width: 575px;
	height: 275px;
	border: 1px solid #000000;
	z-index: 100;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;	
}

.userRowTemplate 
{	
	margin-left:auto;
	margin-right:auto;
	background-color: #FF0000;
}

.popupHdr 
{
	background-image: url(images/popup/bg.jpg);
	background-repeat: repeat-x;
	height: 28px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#clientEditPopup .popupBody {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

.popupHdr .title 
{
	color: #464646;
	font-weight: bold;
	font-family: 宋体;
	font-size: 11px;	
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
}

.popupHdr .btnClose 
{
    width: 23px;
	height: 27px;
	float: right;
	background-image: url(images/popup/btnClose.jpg);
	background-repeat: no-repeat;
	cursor: hand;
}


li.buttons { float: left;} /* lists aligned to the left */

ul.menu {
   list-style-type: none; /* suppression of useless elements */
   /*padding: 5px;*/
   font-size: 12px;
   margin: 0px;
   padding-left:0px;
}

.menu a {
     margin: 0px;
     height: 20px;
     padding: 0px 0px 0px 0px;
     float: left;
     display: block;
     text-align: center;
     text-decoration: none;
     color: #000;
     background: #ece6ce;
     text-decoration:none;
     }

.menu a:hover 
{
    background: #dddddd;
    text-decoration:none;
}
.menu a:visited, .menu a:active
{
    text-decoration:none;
}
.stepArrow {
		position:inherit;
		margin-top: 0px; 
		margin-bottom: 0px; 
		display:inline;
}

.setupOn {
     background: #F5B635 !important;
	 color: #ffffff !important;
     }
 