﻿html
{
	max-height: 100%;
	height: 100%;
	min-height: 100%;
	border: 0px solid;
	vertical-align: middle;
}
body
{
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px;
}

INPUT, SELECT
{
	font-family: Tahoma;
	font-size: 8pt;
}

A
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}

A:Hover
{
	color: Red;
}

#DEFAULT
{
	height:270px;
}

#DEFAULT .DTitle
{
	font-family: Arial;
	font-size: 12px;
	padding-left:10px;
	padding-bottom:24px;
}

#DEFAULT .DItem
{
	padding-left: 30px;
	padding-top: 4px;
	font-family: Arial;
	font-size: 12px;
}

#DEFAULT .ICON
{
	padding-top:0px;
	background-image: url(../Imgs/icon1.gif); 
	background-repeat: no-repeat; 
	background-position:-8px 21px;
}

#DEFAULT .DItem1
{
	background-image: url(../Imgs/icon.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 9px;
	background-position: 0px 14px;
	font-family: Arial;
	font-size: 12px;
}

#DEFAULT .Login
{
	background-image: url(../Imgs/bglogin.gif);
	background-repeat: no-repeat;
	width:360px;
	height:75px;
	padding-left:10px;
}

.bottom
{
	padding-top:10px;
	background-image: url(../Imgs/dot2.gif);
	background-repeat: no-repeat;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}

.DItem2
{
	background-image: url(../Imgs/info.gif);
	background-repeat: no-repeat;
	background-position:0px bottom;
	width:323px;
	height:23px;
	padding-top:5px;
}

.button
{
	background-image: url(../Imgs/button.gif);
	background-repeat: no-repeat;
	width:79px;
	height:18px;
	border:0px solid red;
	cursor:pointer;
}

#Login
{
	background-image: url(../Imgs/dot1.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	padding-top:40px;
}

#Main
{
	margin-top: 20px;
	background-color: lightskyblue;
}

.Header
{
	height: 20px;
	font-size: 13px;
	font-weight: bolder;
	background-color: Gray;
	color: White;
	padding-left: 15px;
}
.Title
{
	color: #666666;
	padding-left: 15px;
}

.Item
{
	padding-top: 1px;
	padding-bottom: 1px;
}

.Title1
{
	color: #666666;
	padding-left: 15px;
}

.Item1
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

.Item1 INPUT
{
	padding-left: 5px;
}

.Item1 INPUT[readonly="readonly"]
{
	background-color: #efefef;
	color: Red;
}

INPUT:DISABLE
{
	color: Red;
}

#TAB .Title2
{
	padding: 20px;
}
#TAB .Title2 A
{
	border: 1px solid #cccccc;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	background-color: White;
}

#TAB .Title2 .Active
{
	border: 1px solid red;
	background-color: #F9EEEC;
}


