body
{
	font-family: verdana;
	font-size: 12px;
	scrollbar-face-color: #FFCC33;
	scrollbar-highlight-color: #FFCC33;
	scrollbar-shadow-color: #FFCC33;
	scrollbar-3dlight-color:#FFF1C6;
	scrollbar-arrow-color: black;
	scrollbar-track-color:#957000;
	scrollbar-darkshadow-color: #D7A200;
}


textarea
{
	border-style:solid;
	border-color:#dddddd; 
	background: #ffffff;
	border-top-width:1;
	border-left-width:1;
	border-right-width:1;
	border-bottom-width:1;
	font-size: 11;
	color: #555555;
	padding:5;
	font-family:verdana;
}

input.cssEdit
{
	border-style:solid;
	border-color:#dddddd; 
	background: #ffffff;
	border-top-width:1;
	border-left-width:1;
	border-right-width:1;
	border-bottom-width:1;
	border-top-color:#444444;
	border-left-color:#444444;
	border-bottom-color:#AAAAAA;
	border-right-color:#AAAAAA;
	font-size: 11;
	font-family:verdana;
	color: #555555;
	padding:1;
}
input.cssButton
{
	border-style:solid;
	border-color:#aaaaaa; 
	background: #ffffff;
	border-top-width:1;
	border-left-width:1;
	border-right-width:1;
	border-bottom-width:1;
	border-bottom-color:#444444;
	border-right-color:#444444;
	font-size: 11;
	font-family:verdana;
	color: #555555;
}

a	{ text-decoration: underline; color: blue }
a:hover { text-decoration: none; color: red }

a.cssBigLink { text-decoration: none; color: #1F3185 }
a.cssBigLink : hover { text-decoration: none; color: #FF3300 }

a.cssMenuAdmin
{
	text-decoration:none;
	color:#777777;
	font-family:verdana;
	font-size:12
}

a.cssMenuAdmin:hover
{
	background:#ECECFF;
	border-width:1px;
	border-style: solid;
	border-color:#555555;
	color:black;
	
}

input.edit
{
	border: 1px solid #DF8806;
	background: #F8F8F8;
	font-family: verdana;
	font-size: 12px;
}

textarea.textArea
{
	border: 1px solid #DF8806;
	background: #F8F8F8;
	font-family: verdana;
	font-size: 12px;
}

input.editNum
{
	border: 1px solid #DF8806;
	background: #F8F8F8;
	font-family: verdana;
	font-size: 12px;
	text-align: right;
}

select
{
	border: 1px solid #DF8806;
	background-color: #F8F8F8;
	font-family: verdana;
	font-size: 12px;
}

select.smallSelect
{
	border: 1px solid #DF8806;
	background-color: #F8F8F8;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

input.button
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #E97D07;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color:white;
}

td.tdPromo
{
	background: white;
	border: 1px solid #FBDFB5;
}

img.promoImage
{
	border: 1px solid #B9730B;
}

a.menuLnk1 { text-decoration: none; color: blue; } 
a.menuLnk1:hover { text-decoration: underline; color: red; }

a.menuLnk { text-decoration: none; color: #333399; } 
a.menuLnk:hover { text-decoration: underline; color: red; }

td.cellMenuNormal
{
	background:none;
	cursor: hand;
	font-family: verdana;
	font-size: 11px;
	border: 0px;
}

