/* CSS Document : Main for all documents*/
body{
	font-size: 9pt;
	font-family: "ËÎÌå", Times, serif;
	margin: 0px;
}

td{
	font-size: 9pt;
	line-height: 130%;
}

div{
	line-height: 130%;
}

form{
	margin: 0px;
}

a{
	text-decoration: none;
}

a:link {
	color: #000099;
}

a:visited {
	color: #666666;
}

a:hover {
	color:#CC0000;
	text-decoration: underline;
}

p{
	margin: 2px;
	line-height: 130%;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding: 0 .75em 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

fieldset {
	border: 1px dotted gray;
	margin-top: .5em; 
	padding: 2px;
}

legend {
	font-weight: bold;
	background-color: #f9f9f9;
	border: 1px solid #a0a0a0;
	border-width: 1px;
	padding : 1px 5px 1px 5px;
	margin-bottom: 5px;
}

/* Define Input style*/
input{
	font-size: 9pt;
}

input.UserInfo{
	border: 0px;
	border-bottom: 1px solid #AACBEE;
}

input.GrayInput{
	border: 1px solid Black;
	background-image: url(../Images/Items/BG.Input.Gray.gif);
}

textarea.UserInfoArea{
	border: 1px solid #AACBEE;
}

select{
	font-size: 9pt;	
}

input.button{
	background-color: #AACBEE;
	border: 1px solid #014E82;
	color: #014E82;
	height: 18px;
	padding-top: 1px;
	margin: 2px;
}

input.RedButton{
	background-color: #FFCECE;
	border: 1px solid #B20000;
	color: #B20000;
	height: 18px;
	padding-top: 1px;
	margin: 2px;
}

input.BorderInput{
	border:1px solid #000;
}

/* Define Panel */
#Container
{
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	width: 770px;
	background-color: #fff;
}

#Exception{
	width: 80%;
	margin: auto;
	padding-left: 5px;
}

#FrameMenu{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #fff;
}

#FrameMain{
	margin: 0px auto;
	padding: 5px;
	width: 550px;
	background-color: #fff;
}

#FullPanel{
	margin: 0 auto;
	padding: 5px;
	width: 95%;
	background-color: #fff;
}

.LeftPanel{
	float: left;
	position: relative;
	width: 230px;
}

.RightPanel{
	float: left;
	position: relative;
}

/* Define Classes */
.Category{
	margin: 0 0 10px 0;
}

.CateBox{
	border: 1px solid #014E82;
}

.CateTitle, .CateTitle a{
	font-size: 10pt;
	padding: 4px;
	background-color: #014E82;
}

.CateContent{
	padding: 4px;
	background-color: #fff;
}

.CateNote{
	padding: 4px;
	background-color: #d1e2fe;
	color: #064D9F;
}

.CateNoteGreen{
	padding: 4px;
	background-color: #D0FFB7;
	color: #38A400;
}

.CateNote a, .CateNote a:visited{
	color: #CC0000;
}

div.MenuItem{
	padding: 3px 0px 1px 6px;
}

.RegButtons{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}

.LineTop, tr.LineTop td
{
	border-top: 1px solid #aacbee;
}

.LineBottom, tr.LineBottom td
{
	border-bottom: 1px solid #aacbee;
}

.LineTopGreen, tr.LineTopGreen td
{
	border-top: 1px solid #38A400;
}

.THeader, tr.THeader th{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #D1E2FE;
}

.THeaderGreen, tr.THeaderGreen th{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #D0FFB7;
}

.TreeDiv{
	overflow: scroll;
/*	overflow-y: scroll;
	overflow-x: scroll;*/
}

.BorderGreen{
	border-color: #38A400;
}

td.thBlue{
	color: #064D9F;
}

td.Comment{
	color: Gray;
}

td.thRed{
	color: #CC0000;
}

.hide
{
	display: none;
}

.show{
	display: block;
}

.CursorHand{
	cursor: hand;
}

ul{
	margin: 0px;
	padding: 0 0 0 20px;
	line-height: 130%;
}

li{
	line-height: 140%;
	padding-left: 4px;
}

ul.Warning{
	list-style-image: url(../Images/Items/Item.Warning.Small.gif);
	color: #CC0000;
}

ul.Question{
	list-style-image: url(../Images/Items/Item.Help.gif);
	font-weight: bold;
}

ul.Question li{
	margin-top: 10px;
}

ul.Question li.Answer{
	margin-top: 3px;
	list-style-image: url(../Images/Items/Item.Answer.gif);
	color: #666666;
	font-weight: normal;
}

ul.Info{
	list-style-image: url(../Images/Items/Item.Info.Small.gif);
	margin-top: 3px;
}

ul.DebugList
{
	list-style-image: url(../Images/Items/Item.Warning.Small.gif);
	margin-left: 20px;
}

ul.DebugList li
{
	padding-left: 2px;
}

ul.Exception
{
	list-style-image: url(../Images/Items/Item.Error.small.gif);
	margin-left: 20px;
	margin-top: 0px;
}

ul.Exception li
{
	padding-left: 5px;
}

span.Note {
	margin-left: 5px;
	margin-right: 5px;
	color: #B20000;
}

span.Notice{
	color: #B20000;
}

body#Splash
{
	margin: 0px;
	padding-top: 5%;
	height: 90%;
	background: #5D93DC url(Admin/BG.Login.jpg);
}

#Splash #Content
{
	border: 1px solid black;
	padding-left: 20px;;
	padding-top: 160px;
	padding-bottom: 10px;
	margin: auto;
	width: 440px;
	height: 30px;
	background: #fff url(Admin/BG.Splash.jpg) left top no-repeat;
}

table#Login th{
	color: White;
	text-align: left;
	padding: 1px;
	font-weight: normal;
}

table#Login td{
	color: White;
	padding: 1px;
}

table#Login img#ImgCode{
	border: 1px dotted #999;
	padding: 2px;
	background-color: White;
}

table#Login Input.UserInfo{
	border: 0px;
	border-bottom: 1px solid #002280;
	color: White;
	background-color: transparent;
}

input.Button{
	background-color: #D9E1F6;
	border: 1px solid #002280;
	color: #002280;
	line-height: 17px;
	height: 20px;
}

input.Check,Input.Radio ,.TreeNode input{
	height: 13px;
	width: 13px;
	padding: 1px;
	margin: 0px;
}
