BODY
{
    FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;
}
TD
{
    FONT-SIZE: 9pt;
	FONT-FAMILY: Arial;	
}
.txtBreak
{
	word-break: break-all;
}
.btnhidden
{
	display:none;
}

INPUT
{
    BORDER: #aaaaaa 1px solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #F9F9F9
}
INPUT.button
{
    COLOR: #000000;
    padding:1px 3px 0px 3px;
	behavior:url(/eduNet/include/shadeinput.htc)
}
.trans
{
    COLOR: #000000;
    padding:1px 3px 0px 3px;
	behavior:url(/eduNet/include/shadeinput.htc)
}
select
{
	behavior:url(/eduNet/include/SelectSort.htc);	
}
INPUT.cancel
{
	font-weight: bold;
	FONT-SIZE: 9pt;
	FONT-FAMILY: "Arial";
	BACKGROUND-COLOR: #ffffff;
}
INPUT.noborder
{
    border: none;
	BACKGROUND-COLOR: #FFFFFF
}
INPUT.readonly
{
    BACKGROUND-COLOR: #f2f2f2;
	COLOR: #777777
}
.txtMemo
{
	WORD-WRAP:break-word;
	word-break:break-all;
}
.readonlytext
{
	COLOR: #777777;
}
A.mainmenu
{
	font-family: "Arial";
	font-weight: bold;
	color: #FFFFFF;
	TEXT-DECORATION: none
}
A.mainmenu:hover
{
	font-weight: bold;
	color: red
}
A.mainmenu:active
{
	font-weight: bold;
	color: red;
}
A.submenu
{
	font-family: "Arial";
	font-weight: bold;
	color: #888888;
	TEXT-DECORATION: none
}
A.submenu:hover
{
	font-weight: bold;
	color: red
}
A.submenu:active
{
	font-weight: bold;
	color: red;
}
.operateA
{
	cursor:hand;	
	font-family: "Arial";
	color: blue;
	TEXT-DECORATION:underline;
}
.operateB
{
	cursor:hand;	
	font-family: "Arial";
	color: red;
	TEXT-DECORATION:underline;
}

A.operate
{
	font-family: "Arial";
	color: #000000;
	TEXT-DECORATION: normal;
}
A.operate:hover
{
	color: red
}
A.operate:active
{
	color: red;
}
.pagetitle
{
	font-family: "Arial";
	font-weight: bold;
	color: #000000;
	padding-left:20px;
}
.tblhead
{
	BACKGROUND-COLOR: #aaaaaa;
    BORDER-RIGHT: #aaaaaa 1px dotted;
    BORDER-LEFT: #aaaaaa 1px dotted;
    BORDER-BOTTOM: #aaaaaa 1px dotted;
}
.tblhead tr 
{
	background-color:expression((this.sectionRowIndex%2==0)?((this.sectionRowIndex==0)?"#999999":"#FFFFFF"):"#EEEEEE")
}
.trhead
{
	font-weight: bold;
	color: #ffffff;
}
TABLE.medborder
{
    BORDER: #ff0000 1px solid
}