/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.LoginLable
{
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:Blue;
	border-bottom:1pt solid black;
	border-right:1pt solid black;
}

.TB1
{
	BORDER: gray 1px solid; 
	font-family: Arial; 
	font-size:8pt
}

TD.caption
{
	FONT-FAMILY			:arial;
	FONT-SIZE			:8pt;
	FONT-WEIGHT			:bold;
    BACKGROUND-COLOR	:#639ACE;
	COLOR				:white;
	CURSOR				:default;
	border:0px solid black
}
.BoldHand
{
	font-size:8pt;
	font-weight:bold;
	cursor:pointer;
}
.Title
{
	background-color:darkblue;
	text-align:center;
	font-size:8pt;
	font-weight:bold;
	color:White;
	line-height:25px;
}
.EditArea
{
	font-size:8pt;
	font-weight:bold;
	color:White;
	background-color:#639ACE;
	text-align:right;
}
.SpanAddDel
{
	font-size:8pt;
	font-weight:bold;
	color:White;
	cursor:pointer;
}
.LinkButton
{
	font-size:8pt;
	font-weight:bold;
	color:White;
	cursor:pointer;
}