/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 8pt;
	background-image: url(./images/bg.gif);
	font-family: Verdana, Helvetica, sans-serif;
}
TD
{
	FONT-SIZE: 8pt;
	color:Black;
	text-decoration:	none;
}
A
{
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}
.LoginStyle TD
{
	FONT-SIZE: 7pt;	
}
.LoginStyle INPUT
{
	FONT-SIZE: 7pt;	
}
.OrderStyle
{
	FONT-SIZE: 8pt;
}
.OrderStyle INPUT
{
	FONT-SIZE: 8pt;
}

.OrderStyle .NormText
{
	FONT-SIZE: 8pt;
	width:150px;
}
.OrderStyle .TimeText
{
	FONT-SIZE: 8pt;
	width:100px;
}
.OrderStyle .CityText
{
	FONT-SIZE: 8pt;
	width:100px;
}
.OrderStyle .ZipText
{
	FONT-SIZE: 8pt;
	width:42px;
}
.OrderStyle .HeadLine, .HeadLine
{
	font-weight:bold;
}
.OrderStyle .Alternating
{
	background-color: #f8f8ff;
}
.OrderStyle .EditItem
{
	font-size: 8pt;
	background-color: #fff8dc;
}
.OrderHeadLine
{
    BACKGROUND-COLOR: #cccccc;
    COLOR: #000000;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 2px
}
.Tabs TD
{
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-top:solid 1px black;
}
.Tabs .SelectedTabItem
{
	background-color: #dcdcdc;
	font-weight: bold;
}
.buttons
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	margin: 3px 3px 3px 3px;
	background-color: white;
	color: black;
}
