﻿html, body, form 
{
	padding: 0px;
	margin: 0px;
	background-color: #114382;
	border: 0px;
	height: 100%;
	font-family: Tahoma, Arial, Verdana;
    font-size: small;
    color: #303440;
}

/* Menu Styles */

.menuStlyeBounding
{
    width: 100%;
    border-collapse: collapse;
}
.menuIcons
{
    width: 30px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #EEEEEE;
    border-bottom-color: #EEEEEE
}
.menuItems
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #EEEEEE;
    border-bottom-color: #EEEEEE
}

/* Root Tables Styles */
table#Root
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
td#RootLeft, td#RootRight 
{
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 50%;
}
td#RootLeft 
{
	background-image: url('rootBgTopLeft.jpg');
	background-position: right top;
}
td#RootRight 
{
	background-image: url('rootBgTopRight.jpg');
	background-position: left top;
}
td#RootCenter
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url('topBg.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
div#CenterSpacer {
	width: 1022px;
	height: 1px;
	overflow: hidden;
}
div#RootTopLeft, div#RootTopRight
{
	border: 0px;
	background-repeat: no-repeat;
	width: 100%;
	height: 520px;
}
div#RootTopLeft
{
	border-collapse: collapse;
	background-image: url('rootBgTopLeft.jpg');
	background-position: right top;
}
div#RootTopRight
{
	background-image: url('rootBgTopRight.jpg');
	background-position: left top;
}
.loginformfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #FFFFFF;
	height: 25px;
	width: 270px;
	border: 0px none #FFFFFF;
}

.orderButton 
{
	float:none; 
	position:absolute; 
	z-index:1; 
	right: 0px;
}
