﻿body
{
    background-position:right;
    background-image: url('../Images/background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:auto;
    width: 98%;   
}
.text 
{
	font-family:Verdana;
	font-size:10pt;
    /*font-weight: 700;*/
}
.textbox
{
	font-family:Verdana;
	font-size:10pt;	
	color:Black;
    text-align: left;
}

.LeftTD {
    text-align: left;
    font-family: Verdana;
    font-size: 10pt;
}

.RightTD {
    text-align: right;
    font-family: Verdana;
    font-size: 10pt;
}

.btn_tbl {
    font-family:Verdana;
    font-size: 10pt;
    text-align: center;
    width: 100%;
}

.HEADER_TEXT {
    font-family: Verdana;
    color: white;
    /*background-color: #808080;*/
    background-color: #006699;
    text-transform: capitalize;
    font-size: 18pt;
    font-weight: bold;
    font-variant: normal;
     
}

.head 
{
	font-family:Verdana ;
	font-size:14pt ;
	font-weight: bold;
	color:#7F1F5A ;
}
.top_head 
{
	font-family:Verdana ;
	font-size:18pt ;
	font-weight: bold;
	/*color:Blue;*/
}
.foot
{
	font-family:Verdana ;
	font-size:10pt ;
}
.button1
{
	width :100px;
	font-family :Verdana;
	font-size :10pt;
    margin-bottom: 0px;
    height: 26px;
}

.treeview {
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
}

#content
{
width: 760px;
margin: 0 auto;
padding-top: 20px;
color: #000000;
position: absolute;
width: 100%;
left: 0px;
top: 100px;
}


/* TEST style for calander control */
.TESTcpBorder table
{
	position :relative ;
}
.TESTcpBorder a
{
	position :relative ;
}
.TESTcpYearNavigation
{
	background-color: #6677DD;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
    /*position: relative;*/
}
.TESTcpMonthNavigation
{
	background-color: #6677DD;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
    position: relative;
}
.TESTcpDayColumnHeader
{
    position: relative;
}
.TESTcpCurrentMonthDate
{
    position: relative;
}
.TESTcpCurrentMonthDateDisabled
{
    position: relative;
}
.TESTcpOtherMonthDate
{
    position: relative;
}
.TESTcpOtherMonthDateDisabled
{
    position: relative;
}
.TESTcpCurrentDate
{
    position: relative;
}
.TESTcpCurrentDateDisabled
{
    position: relative;
}
.TESTcpTodayText
{
    position: relative;
}
.TESTcpTodayTextDisabled
{
    position: relative;
}
.TESTcpText
{
	font-family:Verdana;
	font-size:10pt;
}
TD.TESTcpDayColumnHeader
{
    position: relative;
	text-align:right;
	border:solid thin #6677DD;
	border-width:0 0 1 0;
}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.TESTcpCurrentMonthDate
{
	color:#6677DD;
	font-weight:bold;
}
.TESTcpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}
.TESTcpOtherMonthDate
{
	color:#808080;
}
TD.TESTcpCurrentDate
{
	color:#FFFFFF;
	background-color: #6677DD;
	border-width:1;
	border:solid thin #000000;
}
TD.TESTcpCurrentDateDisabled
{
	border-width:1;
	border:solid thin #FFAAAA;
}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
	border:solid thin #6677DD;
	border-width:1 0 0 0;
}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
	height:20px;
}
A.TESTcpTodayText
{
	color:#6677DD;
	font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled
{
	color:#D0D0D0;
}
.TESTcpBorder
{
	position: relative;
	border:solid thin #6677DD;
}