/* CSS Document */

BODY, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD. {
	background-color:#FFFFFF;
}
TEXTAREA {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.FlatTextBox, .FlatButton, .FlatPassword {
	border: 1px solid black;
}

.FlatTextBox, .FlatPassword { 
	padding: 2px;
	width: 150px;
}

.FlatButton { width: 80px; }

.FlatPassword {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

.LoginLink {
	color: #000066;
	text-decoration: none;
}

.Warning { 
	color: red;
	font-weight: bold;
}

.Required {
	color: red;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}

.Banner {
	width: 100%; 

	color:               #206BA4; 
	background-color:    #E5EAEE; 
	background-image:    url(topBackground.jpg); 
	background-repeat:   no-repeat; 
	background-position: left;
	
	font-size: 36px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	height:64px;
}

.CartHeader {
	background-color: #E0E5E9;
}

.FakeLink {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

.AlternateRow {
	background-color: WhiteSmoke;
}

.empTexts {
	color: red;
	font-weight: bold;
	font-size:14px;
}

.consCell {
	border:1px dotted #cacaca;
	font-size: 10px;
	background-color:#FFFFFF;
}

.groupsSelect {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
}

.ColCartCode   { color: #404040; font-weight: bold; }
.ColCartName   { color: #003399; }
.ColCartClass  { color: #0000FF; }
.ColCartPrice  { color: Red;     font-weight: bold; }
.ColCartPriceF { color: #AEAEAE; font-weight: bold; }

