.menu {
	background-color: #336666;
}
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595959;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
.menuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.headerBG {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
.footer {
	background-color: #336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A:link    {color: #DDDDDD; text-decoration: none}
A:visited {color: #DDDDDD; text-decoration: none}
A:active  {color: #DDDDDD; text-decoration: none}
A:hover   {color: #FFFFFF; text-decoration: none}

.tableHeight100percent {
	height: 100%;
}
.BGcolor {
	background-color: #EAEBED;
}

A.productLink:link    {color: #009900; text-decoration: none;}
A.productLink:visited {color: #009900; text-decoration: none;}
A.productLink:active  {color: #009900; text-decoration: none;}
A.productLink:hover   {color: #00CC00; text-decoration: none;}

body, td, p, select, input, textarea {font-family: Tahoma, Arial, sans-serif;}

.productcell{
	font-size: 10px;
	color:#666666;
	background-color: #E2E2E4;
	text-align: left;
	vertical-align: top;
}
.style10{
font-size: 11px;
}

body {
	background-color: #EAEBED;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.style11 {
	color: #000000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.gui_button, .gui_button
{
	font-family: "verdana";
	font-size:10px;
	font-weight: bold;
	padding:2px;
	color: #dddddd;
	background: #336666;
	cursor: pointer;
	border-style: solid;
	border-width: 2px;
	border-color: #55AAAA #102121 #102121 #55AAAA;
	/*white-space: nowrap;*/
	vertical-align:middle;
}

input.gui_button:hover, .gui_button_hover
{
	font-family: "verdana";
	font-size:10px;
	font-weight: bold;
	padding:2px;
	color: #ffffff;
	background: #336666;
	cursor: pointer;
	border-style: solid;
	border-width: 2px;
	border-color: #55AAAA #102121 #102121 #55AAAA;
	/*white-space: nowrap;*/
	vertical-align:middle;
}

input.gui_button:focus, input.gui_button:active, .gui_button_pressed
{
	font-family: "verdana";
	font-size:10px;
	font-weight: bold;
	padding:2px;
	color: #ffffff;
	background: #102121;
	cursor: pointer;
	border-style: solid;
	border-width: 2px;
	border-color: #336666 #000000 #000000 #336666;
	/*white-space: nowrap;*/
	vertical-align:middle;
}

.gui_textinput_blur 
{
    FONT-FAMILY: "Verdana", sans-serif;
	font-size: 10px;
	color: #222222;
	background: #eeeeee;
	cursor: normal;
	border-top: 1px solid #303753;
	border-bottom: 1px solid #303753;
	border-left: 1px solid #303753;
	border-right: 1px solid #303753;
	margin: 0px;
	vertical-align: middle;
}

.gui_textinput_focus
{
    FONT-FAMILY: "Verdana", sans-serif;
	font-size: 10px;
	color: #222222;
	background: #ffffff;
	cursor: normal;
	border-top: 1px solid #303753;
	border-bottom: 1px solid #303753;
	border-left: 1px solid #303753;
	border-right: 1px solid #303753;
	margin: 0px;
	vertical-align: middle;
}

.error_strings { color:#660000; background-color:#ff0; }

