/*body {
	font-size: 12px;
	font-family: verdana, sans-serif;
	margin: 0;
	padding: 10px;
}
*/
body 
{
	margin: 7px 0 7px 0;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	background: #D6D0C8;
}

/* --- FORM --- */
textarea
{
	font-size:12px;
	background: #ffffff;
	border: 1px solid #8F8F8F;
	margin: 4px 0 5px 0;
	width:192px;
	width:430px;
}

input
{
	/*width: 194px;*/
	height: 18px;
	background: #ffffff;
	border: 1px solid #8F8F8F;
	margin: 4px 0 4px 0;
	font-size: 11px;
	vertical-align:middle;
}
input[type="submit"], input[type="button"]
{
	/*width: 91px;*/
	width:auto;
	padding:0 8px 4px 8px;
	height: 19px;
	border:solid 1px #636363;
	background: #D47413;
	color: #ffffff;
}
input[type="submit"]
{
	margin-bottom:0;
	padding-bottom:4px;
}
/*input[type="checkbox"], input.checkbox
{
	border:none;
	width:20px;
	height:20px;
}*/
input[type="radio"], input.radio 
{
	border:none;
	margin: 4px 0 4px 0;
	width:20px;
	height:20px;
}
input[type="image"]
{
	width: auto;
}

label
{
	font-size:12px;
	font-weight:bold;
	color:#D24401;
}

/* --- INNER FORM --- */
.innerForm input
{
	font-size:12px;
	margin-top:4px;
	margin-bottom:4px;
	width:192px;
	width:430px;
}
.innerForm input[type="submit"]
{
	width: 91px;
}
.innerForm input[type="button"]
{
	width: 91px;
}
.innerForm input[type="image"]
{
	width: auto;
}
/*.innerForm input[type="checkbox"], .innerForm input.checkbox, .innerForm input[type="radio"], .innerForm input.radio 
{
	border:none;
	width:20px;
	height:20px;
}*/
.innerForm select
{
	font-size:12px;
	margin-top:4px;
	margin-bottom:4px;
	width:192px;
	width:430px;
}
.innerForm input[class="date"], .innerForm input[class="discount"]
{
	width: 91px;
}


.login-form input.checkbox, .login-form input.radio 
{
	border:0;
	width:20px;
	height:20px;
}
.login-form input.subimt
{
	width: 91px;
}
/* --- MENU --- */
#menu
{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background: url(/img/foot-bot.gif) no-repeat center bottom;
	padding: 0 0 12px 0;
}

#menu-bgr
{
	background: url(/img/foot-bgr.gif) #EEE8E4 repeat-x;
	margin: 0 13px 0 14px;
	padding: 16px 0 10px 0;
	text-align: center;
}

#menu-lnk a:link, #menu-lnk a:visited
{
	color: #444444;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 0 14 0 14px;
}

#menu-lnk a:active, #menu-lnk a:hover
{
	color: #D24401;
	text-decoration: underline;
}

#menu-lnk a.selected
{
	color:#D24401;
	text-decoration:underline;
}

/* --- H --- */
#center-col h3
{
	color: #444444;
	font-weight: bold;
	font-size: 13px;
	padding:8px 0 0 0;
	padding:0;
	margin: 0px;
}
/*.h1-pad
{
	padding-bottom:24px !important;
	padding-bottom:4px;
}*/
.h1-pad h1
{
	color:#D24401;
	font-size:13px;
	font-weight:bold;
}

/* --- BL --- */
.bl-bg-top table
{
	margin-top:5px;
}

.bl-bg-top td
{
	border:solid 1px #FFF;
}

.bl-bg-top tr.header, .bl-bg-top td.header
{
	font-weight:bold;
}


div.not-found
{
	color:#444444;
	font-size:13px;
	font-weight:bold;
	margin:10px 5px;
	text-align:center;
}


tr.selected
{
	background-color:#ffffff;	
}


