/* Web Application CSS Stylesheet */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a{
	color: #0066cc;
	background-color: transparent;
	text-decoration: underline;
}
a:visted {
	color: #0066cc;
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	color: #0066cc;
	text-decoration: underline;
	background-color: transparent;
}
li {
	padding-bottom: 11px;
}
HR{
	color: #0066cc;
}
.HR2{
	color: #BBBBBB;
}


.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #000000;	
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 5px 5px 5px 5px;
}
.TNB {
	background: #67AFE1;
}
.LNB {
	background: #0066cc;
}
.borderLNB {
	border-right: #00448D 1px solid;
	border-top: #00448D 1px solid;
	border-left: #00448D 1px solid;
	border-bottom: #00448D 1px solid;
}
.LMB {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;		
}
A:link.LMB {    
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;		
}
A:hover.LMB {    
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #67AFE1;
	text-decoration: none;
}
.ErrorRed {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: red;
}


.form {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: 1 outset #BBBBBB; 
	BackGround-Color: #cccccc;	 
}
.formButton { 
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px; 
	BORDER-RIGHT: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;  
	BORDER-TOP: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	BACKGROUND: #F2AC00; 
	CURSOR: hand; 
	COLOR: #000000;
}
.formItem {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: 1 outset #BBBBBB;
	background: #FFFFFF;	 
}
.shopTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff9900;
	font-weight: bold;
}
.PrinterTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066cc;
	font-weight: bold;
}
.shopGridBorder {	
	background-color: #444444;
}
.shopDataGridHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #dcdcdc;
	font-weight: bold;
}
.shopDataGridPager {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #ffffff;
	font-weight: bold;
}

.InvItemTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.InvItem {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.pad {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.InvOverview {
	background-color: #67AFE1;
}
.InvPricingTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: #67AFE1;
}
.InvPrice {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
.InvAttention {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #CC0000;
}
.clsHr {
	color: #67AFE1;
}

/* ADMIN CSS */
.Head {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.SubHead {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
CommandButton {
    text-decoration: underline;
    color: #CC0000;
}
A:link.CommandButton {
    text-decoration: underline;
    color: #CC0000;
}
A:visited.CommandButton {
    text-decoration: underline;
    color: #CC0000;
}
A:hover.CommandButton {
    text-decoration: underline;
    color: red;
}
.mbAdmin {
	FONT-SIZE: 11px; 
	COLOR: #00448D;		
}
.adminLMB {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;		
}
A:link.adminLMB {    
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;		
}
A:hover.adminLMB {    
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00448D;
	text-decoration: none;
}
.adminGridHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 4 4 4 4;
}
.adminGridItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: gainsboro;
	padding: 4 4 4 4;
}
