﻿Page
{
}
html
{
	height: 100%;
	width: 100%;
}
body
{
	margin: 0px;
	padding: 0;
	height: 100%; /* */
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
}
SELECT
{
	background-color: lightcyan;
	color: dimgray;
}
SELECT[disabled]
{
	background-color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

OPTION
{
}
iframe
{
	margin: 0px;
	width: 100%;
	height: 800px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	overflow: hidden;
}
Div
{
}

.TabIframe
{
	margin: 0px;
	width: 100%;
	height: 600px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	overflow: hidden;
	border-bottom: gainsboro 1px inset;
}

.TextBoxReadOnly
{
	background-color: #dcdcdc;
	color: maroon;
}

.TextBox
{
	background-color: #f0ffff;
}
.DropDownList
{
	background-color: #ccffff;
	color: blue;
}
.DropDownListDisabled[disabled]
{
	background-color: transparent;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: blue;
}
.Button
{
	color: #4169e1;
	background-color: #dcdcdc;
	font-size: 11px;
}

/*-------------Logon*/


.Logon
{
	background-color: #ffffff;
	border-right: white 1px ridge;
	border-top: white 1px ridge;
	border-left: white 1px ridge;
	border-bottom: white 1px ridge;
}

.Logon_Header
{
	background-color: steelblue;
	height: 25px;
	color: white;
	font-size: 12px;
}
.Logon_Page
{
	background-color: lavender;
	text-align: center;
}

.Message
{
	font-weight: bold;
	font-size: 12px;
	color: red;
}
.DivWindow
{
	background-color: #ccccff;
}

/*---------------------------------------------  MasterPage CSS ---------------------*/

.Master_Header
{
    font-size: 18px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    color: #ffffff;
    padding-top: 0px;
    vertical-align: middle;
}

.Master_Header_Logo
{
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana;
	color: #66ffff;
	text-align: left;
	margin: 0px;
}
.Master_Header_Image
{
	background-position: 0% 0%;
	background-attachment: scroll; /*background-image: url(Images/logo.gif);*/
	height: 39px;
	width: 10px;
}
.Master_Header_LoginMessage
{
	color: white;
	font-size: 12px;
}

.Master_Content
{
	background-color: lemonchiffon;
	border-right: white thin outset;
	border-left: white 2px outset;
	width: 100%;
	height: 100%;
}

.Master_Content_Left
{
	background-color: white;
	width: 5%;
	vertical-align: top;
}

.Master_Content_Right
{
	background-color: white;
	width: 5%;
	vertical-align: top;
}


.Master_Content_Main_Block
{
	width: 100%;
	height: 20px;
	position: static;
	font-size: 11px;
	text-align: center;
	font-weight: bolder;
	padding-top: 5px;
	padding-left: 5px;
	color: #000080;
}

.Master_Content_Sub_Block
{
	border-right: gainsboro 1px solid;
	border-top: white 2px outset;
	border-left: white 1px outset;
	border-bottom: lightgrey 1px solid;
	background-color: #dedede;
	width: 100%;
	height: 20px;
	font-size: 13px;
	color: #000099;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
}
.Content_SearchBar
{
	padding-left: 1px;
	width: 100%;
}
.Content_Title
{
	border-right: gainsboro 1px solid;
	border-top: white 2px outset;
	border-left: white 1px outset;
	border-bottom: lightgrey 1px solid;
	background-color: #dedede;
	width: 100%;
	height: 20px;
	font-size: 13px;
	color: #000099;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
}
.Content_FunctionBar
{
	width: 100%;
	background-color: lemonchiffon;
	height: 20px;
	vertical-align: bottom;
}
/*---------------------------------------------  ContentPage CSS ------------------*/


/*---------------------------------------------  GridView CSS------------------------ */

.GridView
{
	width: 100%;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border: solid 1px #c6dddf;
}

.GridView_HeaderStyle
{
	background: #5898C5;
	color: white;
	text-align: left;
	height: 16px;
	letter-spacing: 1px;
}

.GridView_HeaderStyle a, .HeaderStyle a:visited
{
	color: #ffffff;
}

.GridView_FooterStyle
{
	background-color: #708090;
	text-align: left;
	height: 1px;
}

.GridView_AlternatingRowStyle TD
{
	background-color: white;
	height: 16px;
	border-bottom: solid 1px #c6dddf;
}


.GridView_RowStyle TD
{
	height: 16px;
	background-color: #F2F9FF;
	border-bottom: solid 1px #c6dddf;
}
.GridView_EditRowStyle
{
	background-color: #EEAD15;
}

.GridView_SelectedRowStyle TD
{
	background-color: #ffffe1;
	height: 16px;
	border-bottom: 1px solid #c6dddf;
}

.GridView_PagerRowStyle
{
	text-align: center;
	background: #deeffe;
	height: 17px;
	font-family: Verdana;
	border-top: 1px solid #c6dddf;
	padding-left: 11px;
}

.GridView_SortHeaderRowStyle
{
}

/*--------------------------------------------- 前台 GridView CSS ------------------*/

.WebSite_GridView
{
	width: 100%;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border: solid 1px #FFFFFF;
}

.WebSite_GridView_HeaderStyle
{
	background: #98B968;
	color: white;
	text-align: left;
	height: 16px;
	letter-spacing: 1px;
}

.WebSite_GridView_HeaderStyle a, .HeaderStyle a:visited
{
	color: #ffffff;
}

.WebSite_GridView_FooterStyle
{
	background-color: #708090;
	text-align: left;
	height: 1px;
}

.WebSite_GridView_AlternatingRowStyle TD
{
	height: 16px;
	background-color: #EDF3E4;
	border-top-color: #EDF3E4;
	border-right-color: #B0B7A8;
	border-bottom-color: #B0B7A8;
	border-left-color: #EDF3E4;
}


.WebSite_GridView_RowStyle TD
{
	background-color: white;
	height: 16px;
	border-top-color: #F3F3F3;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #F3F3F3;
}
.WebSite_GridView_EditRowStyle
{
	background-color: #EEAD15;
}

.WebSite_GridView_SelectedRowStyle TD
{
	background-color: #ffffe1;
	height: 16px;
	border-bottom: 1px solid #c6dddf;
}

.WebSite_GridView_PagerRowStyle
{
	text-align: center;
	background: white;
	height: 17px;
	font-family: Verdana;
	border-top: 1px solid #c6dddf;
	padding-left: 11px;
}

.WebSite_GridView_SortHeaderRowStyle
{
}

/*--------------------------------------------- FormView CSS--------------------*/

.FormView
{
	width: 100%;
	border-right: #ffffff 0px outset;
	border-top: #ffffff 0px outset;
	border-left: #ffffff 0px outset;
	border-bottom: #ffffff 0px outset;
	background-color: gainsboro;
}
.FormView_EditRowStyle
{
}
.FormView_RowStyle
{
}
.FormView_PagerStyle
{
	text-align: right;
}

.FormView_HeaderStyle
{
	background-color: #d4d0c8;
	font-weight: bold;
	color: #000099;
	font-size: 14px;
	padding-top: 5px;
	height: 18px;
}
.FormView_FooterStyle
{
	background-color: #dcdcdc;
}

.FormView_Table
{
	width: 100%;
}

.FormView_FieldsTD
{
	background-color: #dcdcdc;
	height: 18px;
	text-align: right;
}

.FormView_DataTD
{
	background-color: #e6e6fa;
}


/*--------------------------------------------- DetailsView CSS ---------*/

.DetailsView
{
	width: 100%;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border: solid 1px #c6dddf;
}
.DetailsView_HeaderStyle
{
	background-color: #dcdcdc;
	font-weight: bold;
	color: #000099;
	height: 16px;
}
.DetailsView_RowStyle
{
}
.DetailsView_AlternatingRowStyle
{
}
.DetailsView_CommandRowStyle
{
	text-align: center;
}
.DetailsView_FooterStyle
{
	background-color: #dcdcdc;
	text-align: left;
}
.DetailsView_PagerStyle
{
}

.DetailsView_EditRowStyle
{
}
.DetailsView_FieldHeaderStyle
{
	background-color: gainsboro;
	width: 5%;
	text-align: right;
	padding-right: 6px;
	color: dimgray;
	height: 16px;
}
.DetailsView_InsertRowStyle
{
}

.Login
{
	background-color: #d3d3d3;
}


/*----------------------------------------------------------EmptyDataRowStyle-----------*/
.EmptyDataRowStyle
{
	letter-spacing: 1px;
	border-right: mediumblue 1px solid;
	border-top: mediumblue 1px solid;
	border-left: mediumblue 1px solid;
	border-bottom: mediumblue 1px solid;
	color: maroon;
}


/*-----------------------------------------------------------CalendarPopup------------ */
.CalendarPopup
{
	background-color: #99ccff;
}
.CalendarPopup_DayHeaderStyle
{
	white-space: nowrap;
	background-color: lightgrey;
}

/*---------------------------------------------------------SiteMapPath---------------*/

.SiteMapPath
{
	text-decoration: none;
}
.SiteMapPath_CurrentNodeStyle
{
}
.SiteMapPath_NodeStyle
{
}
.SiteMapPath_PathSeparatorStyle
{
	font-size: 11px;
	vertical-align: baseline;
}
.SiteMapPath_RootNodeStyle
{
}

/*---------------------------------------------------------Nomal-Block---------------*/
.Content_NomalBlock
{
	background-color: #ececec;
	font-size: 12px;
}

/*-----------------------------------------------------------Menu---------------------*/
.Menu
{
	background-color: #ececec;
	border-right: lightgrey 2px solid;
	border-top: lightgrey 2px solid;
	border-left: lightgrey 2px solid;
	border-bottom: lightgrey 2px solid;
}
.Menu a, .Menu a:visited
{
}
.Menu_StaticMenuItemStyle
{
	background-color: #ececec;
	font-size: 12px;
	height: 22px;
	color: activecaption;
}

.Menu_StaticSelectedStyle
{
	background-color: #708090;
	padding-right: 5px;
	padding-left: 5px;
	color: #ffffff;
}

.Menu_StaticHoverStyle
{
	background-color: paleturquoise;
}


/*-----------------------------------Menu Control------------------------------------------------------*/
.NavBar
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	padding-bottom: 1px;
	cursor: default;
}

.TopItem
{
	color: #FFFFFF;
	background-image: url(Images/NavBar/item_bg.gif);
	background-color: #757495;
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #696885;
	border-bottom-color: #57566F;
	border-right-color: #57566F;
	padding-top: 4px;
	padding-bottom: 2px;
	cursor: hand;
}

.TopItemHover
{
	color: #FFFFFF;
	background-image: url(Images/NavBar/item_hoverBg.gif);
	background-color: #8E8DA9;
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #7C7C94;
	border-bottom-color: #9593B2;
	padding-top: 4px;
	padding-bottom: 2px;
	cursor: hand;
}

.Level2Item
{
	font-family: tahoma, verdana;
	font-size: 11px;
	padding-left: 10px;
	cursor: hand;
}

.Level2ItemHover
{
	font-family: tahoma, verdana;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 10px;
	cursor: hand;
}

.Level2Group
{
	background-color: white;
	background-image: url(Images/NavBar/group_bg.gif);
	border-top-color: #F0F1F5;
	padding: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

.Empty
{
}


