/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.LoginLable
{
	font-size:10pt;
	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:10pt
}

TD.caption
{
	FONT-FAMILY			:arial;
	FONT-SIZE			:10pt;
	FONT-WEIGHT			:bold;
    BACKGROUND-COLOR	:#639ACE;
	COLOR				:white;
	CURSOR				:default;
	border:0px solid black
}
.BoldHand
{
	font-size:10pt;
	font-weight:bold;
	cursor:pointer;
}
.Title
{
	background-color:darkblue;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	color:White;
    line-height:30px;
}
.EditArea
{
	font-size:10pt;
	font-weight:bold;
	color:White;
	background-color:#639ACE;
	text-align:right;
}
.SpanAddDel
{
	font-size:10pt;
	font-weight:bold;
	color:White;
	cursor:pointer;
}
.LinkButton
{
	font-size:10pt;
	font-weight:bold;
	color:White;
	cursor:pointer;
}
.alert
{
    font-size: 12pt;
    padding: 16px;
    text-align: center;
    white-space: nowrap;
    width: auto;
    word-wrap: normal;
}
.divBox_0001 {
	width: auto;
	height: auto;
	position: absolute;
	left: 40%;
	top: 400px;
	margin-top: -150px;
	margin-left: -150px;
}