﻿.ReportMenu
{
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;	
}

.ReportMenuItem
{
	padding: 2px 6px 2px 6px;
	border-left: solid 3px #858281;
	border-bottom: solid 3px #858281;

	background-color:#F1F1F1;
	cursor:hand;
}

.ReportMenuHover
{
	padding: 2px 6px 2px 6px;
	border-left: solid 3px #858281;
	border-bottom: solid 3px #858281;
	
	background-color:#8caae6;
	cursor:hand;

}

.ReportMenuSelected
{
	padding: 2px 6px 2px 6px;
	border-left: solid 3px #858281;
	border-bottom: solid 3px #858281;

	color:White;
	background-color: #6799CC;
	 cursor:default;
}





.UIErrorTable
{
    COLOR: white;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
.UIErrorHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: small;
    COLOR: white;
    BACKGROUND-COLOR: #ff3333
}
.UIErrorRow
{
}
.UIErrorGraphCell
{
}
.UIErrorDescription
{
    COLOR: red; text-align:left;
}


body {
}
BODY 		{ font-family: "Trebuchet MS", Arial, sans-serif; 	font-size: 8pt;}
.TitleHeader         { font-family: 'Lucida Sans Unicode', 'MS Sans Serif', Arial; color: #673434; font-size: 15pt; font-weight: bold}

.OrderPageH1
{
	color: #0014A6;
	font:bold;
	text-align:left;
	border-bottom: solid 2pt #0014A6;
}

.OrderPageLabel
{
	text-align: right;
	 font-weight: bold;
}

.OrderPageInput
{
	text-align:left;
}

.UITable
{
	
}


.UITableH1
{
	 font-weight:bold;
	 text-align:center;
}


.UITableBorder
{
	font-size:1;
	background-color: #dddddd;
	width: 3;
	height: 3;
}

.FormTheme
{
	font-weight:bold;
	padding-bottom:0;
}


