/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

A:link      { color: #00732E; text-decoration:none; }
A:visited 	{ color: #00732E; text-decoration:none; }
A:active 	{ color: #00732E;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #CFC98B;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #00732E; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #00732E; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #00732E;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #CFC98B;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #00732E;
 }

hr {
	border: 0;
	border-top: 2px solid #00732E;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #0F9143
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #0F9143;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #0F9143;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
    margin-left: 0px;
}

table.header
{
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='~/Images/FrameMain/topRight.gif', sizingmethod='scale');
	width:100%;
}

table.headerbar
{
	background-color:#E6F4FE;
	moz-background-size: cover;
	background-size: cover;
    
	width:100%;
	text-align: left;
	height:15px
}

table.headerNavbar
{
	background-image: url(Images/Navbar.gif);
	moz-background-size: cover;
	background-size: cover;
    
	width:100%;
	text-align: left;
	height:25px
}

table.headerNav
{
	background-image: url('Images/NavBg.png');
	background-repeat:no-repeat;
	moz-background-size: cover;
	background-size: cover;
    
	width:100%;
	text-align: left;
	height:50px
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #00732E;
	}

td.header
{
	background-image:url(Images/topRight.gif);no-repeat center center fixed;
	moz-background-size: cover;
	background-size: cover;
	width:100%;
}

td.headerbar 
{
	background-image: url(Images/topRightBar.gif);
	moz-background-size: cover;
	background-size: cover;
    
	width:100%;
	text-align: left;
	height:15px
}

td.headerNav
{
	background-image: url(Images/NavBg.png);
	moz-background-size: cover;
	background-size: cover;
    
	width:100%;
	text-align: left;
	height:15px
}



td.menu 
{
	background-color:#00732E;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #00732E;
	text-align: right;
}

/*dexpress弹出框样式开始*/
.gld-dx-popupcontrol {
    box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    border-radius: 0px;
}

.gld-dx-popupcontrol-head {
    height: 35px;
    background-color: #228AD1;
}

.gld-dx-popupcontrol-bottom {
    border-top: 1px #ddd solid;
    background-color: #eeeeee;
    height: 44px;
    width: 100%;
    margin-top: 6px;
    background-image: url("");
}

.gld-dx-popupcontrol-bottom-table {
    width: 100%;
}

.gld-dx-popupcontrol-bottom-submitbtn-td {
    width: 75%;
}

.gld-dx-popupcontrol-bottom-cancelbtn-td {
    width: 25%;
    padding-left: 15px;
}

/*确定按钮*/
.gld-submit-btn {
    background-color: #228ad1;
    background-image: none;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #228ad1;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 30px;
    line-height: 20px;
    width: 50px;
    text-align: center;
}

/*确定按钮hover*/
.gld-submit-btn-hover {
    background-color: #006db3;
    border-color: #006db3;
    color: #fff;
}

/*取消按钮*/
.gld-cancel-btn {
    background-color: #d9534f;
    background-image: none;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #d43f3a;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 30px;
    line-height: 20px;
    width: 50px;
    text-align: center;
}

/*取消按钮hover*/
.gld-cancel-btn-hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}
/*dexpress弹出框样式结束*/

/*dexpress gridview样式开始*/
.gld-dx-gridview-head-noline {
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    background: #eeeeee;
    font-weight: bold;
    color: black;
    height: 20px !important;
}

.gld-dx-gridview-cell-height {
    height: 1.7em !important;
}

.gld-dx-gridview-head-hasline {
    border-left-width: 1px;
    border-left-color: #dddddd;
    border-left-style: dashed;
    border-right-color: #dddddd;
    border-right-style: dashed;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    background: #eeeeee;
    font-weight: bold;
    color: black;
}

.dxgvPagerBottomPanel_Office2010Blue {
    background: #eeeeee;
}

.dxbButton_Office2010Blue div.dxb {
    padding: 0px 0px!important;
}

.btn {
    font-size:18px!important;
}
/*dexpress gridview样式结束*/

/*dexpress treelist样式开始*/
.gld-dx-treelist-head {
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    background: #eeeeee;
    color: black;
    height: 20px !important;
}

.gld-dx-treelist-cell {
    height: 1.3em !important;
    border-bottom-style: dashed !important;
    border-bottom-color: #ddd !important;
    border-bottom-width: 1px !important;
}
/*dexpress treelist样式结束*/