﻿body 
{

		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  color:#000000;
	font-size: 15px;
	
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #000000;
	text-indent: 10px;
}

.disabledLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #999999;
	text-indent: 10px;
}

/*左框架树背景色*/
.tree_bgcolor
{
	background-color:#e3eeff;	
}


/*分隔块色*/
.spliter_color
{
	background-color:#6B7DDE;	
}





/* title背景图片*/


/*最外层表格背景*/
.table_bgcolor
{
	background-color:#338AE1;
}




/*中层表格标题栏*/
.table_titlebgcolor
{
	background-color:#ECECEC;
}


/*表单中必填字段*颜色*/
.form_requestcolor
{
	color:#E78A29;

}

/* gridview 鼠标移动的颜色*/

.gridview_backcolor
{
	background-color:#6699FF;	
}
.imgButton1
{ font-size: 12px; background: url(../../images/button2.png); border: 0px; width: 66px; height: 24px}
.imgButton2
{ font-size: 12px; cursor:hand; background: url(../../images/button1.png); border: 0px; width: 66px; height: 24px}
.imgButton1_100
{ font-size: 12px; background: url(../../images/button22.png); border: 0px; width: 100px; height: 24px}
.imgButton2_100
{ font-size: 12px; cursor:hand; background: url(../../images/button11.png); border: 0px; width: 100px; height: 24px}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility :inherit;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 0px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 232px;
    text-align : left; 
    list-style-type : none;
    z-index: 20;
}
.autocomplete_completionListElement1 
{  
	visibility :inherit;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;

    text-align : left; 
    list-style-type : none;
    z-index: 20;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	z-index: 20;
}

/* AutoComplete item */




.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
    z-index: 20;
}

.OverRow
{
    background-color: #A1ADF1;
    text-align: center;
}
.SelectedRow
{
    background-color: #D1DDF1;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.Row
{
    background-color:#FEFFBD;
    text-align: center;
}
.AlternatingRow
{
    background-color: White;
    text-align: center;
}
.HeaderRow
{
    background-color: #507CD1;
    color: White;
    font-weight: bold;
    text-align: center;
}
.HeaderRow a
{
    color: #fff;
}
.PagerRow
{
    background-color: White; height: 26px;
}
.PagerRow a
{
	color:#000; text-decoration:none; background:#fff; border:solid 0px #fff; 
}
.PagerRow a:hover
{
	color:#fff; text-decoration:none;  border:solid 0px #66f; 
}
.PagerRow span
{
    color:#000; border:solid 0px #66f; 
}

.RightMenu
{
    border-right: 2px outset;
    border-top: 2px outset;
    border-left: 2px outset;
    border-bottom: 2px outset;
    background-color: buttonface;
}
.RightMenu hr
{
    width: 100px;
}
.RightMenu ul
{
    list-style: none; margin:0; padding:0;
}
.RightMenu ul li
{
    vertical-align: bottom;
}
.RightMenu A { color: MenuText; text-decoration: none; display: block; width: 100px; text-align:center; line-height:20px } 
.RightMenu A:link { color: MenuText; text-decoration: none; } 
.RightMenu A:active { color: MenuText; text-decoration: none; } 
.RightMenu A:visited { color: MenuText; text-decoration: none; } 
.RightMenu A:hover { color: HighlightText; background-color: Highlight; } 