BODY {
	color: Black;
	background-color: #FFFAF0;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 12px;
}

P {
	color: Black;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 12px;
}

TD {
	P {
	color: Black;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 12px;
}
}

A {
	color: #FFA500;
}

A:HOVER {
	color: #00D5FF;
}

a.NavMenuItem {
	color: #FFA500;
	text-decoration: none;
}
a.NavMenuItem:visited {
	color: #FFA500;
	text-decoration: none;
}

.lblErrMsg {
	color: Red;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

.lblPageTitle {
	color: Navy;
	font-weight: bold;
	font-family: "Trebuchet MS";
	background-color: #90EE90;
}

.lblCopyRight {
	color: White;
	background-color: Black;
}

/* WebForms CSS-Style */
.FrmLabel {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}
.FrmButton {
	font-family: Verdana;
	font-size: 8pt;
}
.FrmTextBox {
	font-family: Verdana;
	font-size: 8pt;
}	
.FrmDropDownList {
	font-family: Verdana;
	font-size: 8pt;
}


/* Datagrid CSS-style */
.DGHeader {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFA500;
	text-decoration: none;
	font-weight: bold;
	background-color: #BDE6AE;
}
.DGItem {
	font-family: "Trebuchet MS";
	font-size: 10px;
	background-color: #FFEFD5;
	cursor: "hand";
}
.DGAltItem {
	font-family: "Trebuchet MS";
	font-size: 10px;
	background-color: #FFFFE0;
	cursor: "hand";
}
.DGSelectedItem {
	font-family: "Trebuchet MS";
	font-size: 10px;
}
.DGEditItem {
	font-family: "Trebuchet MS";
	font-size: 10px;
	background-color: #E0FFFF;
}
.DGPager	 {
	color: White;
	font-family: "Trebuchet MS";
	font-size: 10px;
	background-color: #8B0000;
}
.DGFooter {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFA500;
	text-decoration: none;
	font-weight: bold;
	background-color: #BDE6AE;
}
.DGOnMouseOver {
	cursor: "hand";
	background-color: #EEE8AA;
}

/* Crystal Reports */
.CrystalReport {
	background-color: White;
	color: Black;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: 10pt;
	}
