/** Classes */

.withborders {border-top-color: #ffffff; border-top-style: solid; border-top-width: 1px;
                   border-bottom-color: #ffffff; border-bottom-style: solid; border-bottom-width: 1px;
                   border-left-color: #ffffff; border-left-style: solid; border-left-width: 1px;
                   border-right-color: #ffffff; border-right-style: solid; border-right-width: 1px;}
.menuheader {font-family: verdana; color: #ffffff; font-size: 12px; background-color: #4C78E8; font-weight: bold;}
.maincell {background:#88A7E6}
.menucell {background: #ffffff}
.maintextsmall {font-family: verdana; font-size: 10px; color: #ffffff}
.maintext {font-family: verdana; font-size: 12px; color: #ffffff}
.ordertext {font-family: verdana; font-size: 10px; color: #ffffff}
.maintextlarge {font-family: verdana; font-size: 14px; color: #ffffff; font-weight: bold;}
.menutext {font-family: verdana; font-size: 10px; color: #666666}
.copyright {font-family: verdana; font-size: 10px; color: #ffffff; background: #4C78E8}
.maintextimg {border-color:" #ffffff";} 
.maintexthighlight {font-family: verdana; font-size: 12px; color: yellow; font-weight:bold;}
.maintextblue {font-family: verdana; font-size: 12px; color: navy}
.maintextlargeblue {font-family: verdana; font-size: 14px; color: navy; font-weight: bold}

/** HTML Elements */

td.menuheader {padding:5px}
td.menutext {padding:5px}
body {padding: 0px; background: #4C78E8}
hr {width: 100%; color: #666666}

input.maintext {color: #4C78E8}
select.maintext {color: #4C78E8}
option.maintext {color: #4C78E8}
textarea.maintext {color: #4C78E8}
input.noborders {color: #ffffff; background: #88A7E6; font-family: verdana; font-size: 10px;
                       border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-right-width: 0px;}

a.maintext {text-decoration: none; color: yellow; font-weight: bold}
a.maintext:hover {text-decoration: underline; color: yellow}
a.maintext:visited {color: yellow}

a.maintextsmall {text-decoration: none; color: yellow; font-weight: bold}
a.maintextsmall:hover {text-decoration: underline; color: yellow}
a.maintextsmall:visited {color: yellow}

a.menutext {text-decoration: none; color: orange; font-weight: bold}
a.menutext:hover {text-decoration: underline; color: orange}
a.menutext:visited {color: orange}

a.paneltext {text-decoration: none}
a.paneltext:hover {text-decoration: underline}
a.paneltext:visited {color: #ffffff}

a.copyright {text-decoration: none}
a.copyright:hover {text-decoration: underline}
a.copyright:visited {color: #ffffff}


/** ConMan Elements */

.admincell {
	background-color: #FFFFFF;
}
.messagecell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ADCFF6;
	padding: 10px;
	color: #333333;
	text-align: center;
	vertical-align: top;
}
.admintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.admintextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}