/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: white;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	scrollbar-Base-color:#046584;
	scrollbar-Face-color:#046584;
	scrollbar-Arrow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF

}
table{font-family:tahoma; font-size:12px; color:#666666}
.bold{font-weight:bold}

.buttonmain {
	background:#f6f5f6;
	font-family: arial;
	font-size:11px;
	font-weight:bold;
	cursor:hand;
	color:#000000;
	text-align:center;
	border: 1px outset #CCCCCC;
	FILTER: DropShadow(Color=#000000, OffX=-1, OffY=-1, Positive=1);
}
.textbox_Date{border-style:none;width:170px;text-align:right;}
.textbox{border-style:solid;border-color:Black;color:Black;border-width:1px;width:170px}
.textbox_input{border-style:solid;border-color:Black;color:Black;border-width:1px;width:46px;text-align:center}
.textbox_line
{
	border-top-style: none;
	border-bottom: black 1px dotted;
	border-right-style: none;
	border-left-style: none;
	width:100px;
}
.label_normal{font-size:11px}

.paging{color:#0270BB;font-size:11px}

.Linked{color:#F79649;text-decoration:none; font-weight:bold;}
.Linked:hover{color:#000000;font-weight:bold;text-decoration:underline}

.linkpaging{color:#0D7ABE; text-decoration:none;}
.linkpaging:hover{color:#0270BB;font-weight:bold}

.blue{color:#0270BB}
.bluebold{color:#0270BB; font-weight:bold}

.white{color:#FFFFFF}
.whitebold{color:#FFFFFF; font-weight:bold}

.linkblue{color:#0072BC; text-decoration:none; font-weight:bold;}
.linkblue:hover{color:#000000; text-decoration:underline; font-weight:bold}

.linkgray{color:#939598; text-decoration:none; font-weight:bold}
.linkgray:hover{color:#000000; text-decoration:underline; font-weight:bold}

.linkgrey_new{color:#939598; text-decoration:none; font-weight:bold}
.linkgrey_new:hover{color:#0270BB; text-decoration:none; font-weight:bold}

.linkedgrey_new{color:#0270BB; text-decoration:none; font-weight:bold;font-size:18}
.linkedgrey_new:hover{color:#939598; text-decoration:none; font-weight:bold}



.linkorange{color:#F79548; font-weight:bold; text-decoration:none}
.linkorange:hover{color:#009900; font-weight:bold}

.linkorange_card{color:#009900; font-weight:bold; text-decoration:none}
.linkorange_card:hover{color:#000000; font-weight:bold}


.linkwhite{color:#FFFFFF; text-decoration:none}
.linkwhite:hover{color:#ffff00; text-decoration:underline; font-weight:bold}

.sao{color:Red}