/* Default CSS Stylesheet for a new Web Application project */

body, p, td, div
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
}

body
{
	 border-style: none;
	 margin: 0 0 0 0;
}

		
a
 {
	COLOR: #990000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
a:hover
 {
	COLOR: #FF6600;
}

a.item1 {
	COLOR: #FFFFFF;
}
a.item1:hover {
	COLOR: #FFF0F0;
}

a.item2 {
	COLOR: #666666;
}
a.item2:hover {
	COLOR: #333333;
}

.link 
{
	COLOR: #990000;
	font-weight: bold;
	text-decoration: underline;
}

hr{
	height: 1px;
	color: #E1E1E1;
 }

.fields {
	background-color: #FFFFFF;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: medium;
	color: black;
	height: auto;
	width: auto;
}

.fields2 {
	background-color: #FFFFFF;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	color: black;
	height: auto;
	width: auto;
}

.fields3
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: x-small;
	border-left: silver 1px solid;
	width: auto;
	color: blue;
	border-bottom: silver 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	height: auto;
	background-color: #ffffff;
}
.fields4
{
	font-size: x-small;
	width: auto;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}
.footer {  font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
}
.mobile_button_hover
{
	font-weight: bold;
	font-size: small;
	cursor: hand;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	position: relative;
	background-color: maroon;
	text-decoration: none;
} 

.mobile_button
{
	font-weight: bold;
	font-size: small;
	cursor: hand;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	position: relative;
	text-decoration: none;
}
 .error
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: red;
}
.small
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}

.header {
	font-size: medium;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #404040;

}

.subtitle
{
	font-weight: bold;
	font-size: medium;
	color: #990000;
	font-family: verdana, arial, helvetica, sans-serif;
}
.DataGridFixedHeader 
{
	background-color: maroon;
	font-family:  verdana,arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	color: white;
	text-decoration: none;
}
.DataGridHeader2 
{
	background-color: maroon; 
	font-family:  verdana,arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	color: white;
	text-decoration: none;
}

A.MenuLink:link
{
	font-size: x-small;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
A.MenuLink:hover
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
A.MenuLink:visited
{
	font-size: x-small;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

.CustomerHeader
{
	font-size: x-small;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.DataGridItem
{
	font-size: x-small;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.DataGridHeader
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.fieldDDL {
	background-color: #FFFFFF;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	color: black;
	height: auto;
	width: auto;
}

.borderred 
{
	border: solid 1px red; 
}

.borderblue 
{
	border: solid 1px blue; 
}

