
body {
	topmargin:0; leftmargin:0; marginwidth:0; marginheight:0;
	background: #FFFFFF;
}

body,td,th {

}

A {
	Color : 000000;
	text-decoration : underline;
}

A:hover {
	Color : 000000;
	text-decoration : none;
}

A.sl {
	Color : #000000;
	Font-Size : 11px;
	text-decoration : none;
}

A.sl:hover {
	Color : White;
	Font-Size : 11px;
	text-decoration : underline;
}

A.mnu {
	Color : White;
	Font-Weight : Bold;
	text-decoration : none;
}

A.mnu:hover {
	Color : White;
	Font-Weight : Bold;
	text-decoration : none;
}

.txtin { 
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid; 
	font-size: 11px; 
	Border-Color : #8098B0; 
}

ul, li {
	list-style: square;
}

input.button { 
	background-color: #FF4F4F;

	font-weight : bold;

	color : #ffffff;

	border : thin solid 1;
	padding: 1px 3px !important;
}

select {
	font-size: 11px; color:#494b4e; padding:0; border:1px solid #cdd9e9;/*
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;*/
}

input[type=text], input[type=password], textarea {
	font-size: 12px; padding:3px 5px; color:#494b4e; border:1px solid #cdd9e9;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}

.pagetitle {
	font-size: 15px;
	font-weight: bold;
	color: #FF4F4F;
}

.err {
	font-weight: bold;
	color: red;
}

OPTION.root { 
	color:0000FF; 
}

.ex_row {
	background-color: #7E8391;
	color: FFFFFF;
	font-weight: bold;
	height:19;
}

.imgTag {
	BORDER-RIGHT: #fff 1px solid; 
	BORDER-TOP: #fff 1px solid; 
	BORDER-LEFT: #fff 1px solid; 
	BORDER-BOTTOM: #fff 1px solid
}

A:hover .imgTag {
	BORDER-RIGHT: #000 1px solid; 
	BORDER-TOP: #000 1px solid; 
	BORDER-LEFT: #000 1px solid; 
	BORDER-BOTTOM: #000 1px solid; 
	border-thickness: 1px
}

.row_th {
	background-color: #CCCCCC;
}
.row_td1 {
	background-color: #EEEEEE
}
.row_td2 {
	background-color: #DDDDDD;
}



.label { padding-right:3px }

.required {
	background-image:url(required-field.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:12px;
	Font-Weight : Bold;
}

.note {

	color: #0000FF;
}