table {
    font:normal 11px arial,verdana;   
}

table strong, table b {
    font: bold 11px arial;
    color: #000;    
}

.but {
	vertical-align: middle;
	border: 0px;
}

.icon {	
    border:none;	
	vertical-align: middle;
}

.requiredField {
    color:#ee5500;
    padding:0 0 0 5px;
    font:bold 11px arial !important;
}

.requiredFieldErrMsg {
    color:#ee5500;
    font:bold 10px arial !important;    
}

.clr {
	clear:both;		
}
 
h1.main {
	font-size: 12px;
	display: block;
	background: #063279;
	line-height: 20px;
	color: #F7F7F7;
	padding: 5px;
	margin: 0px;
	height: 20px;
	border-left: 1px solid #063279;
	border-right: 1px solid #063279;
}



.ModuleNav
{		
	background: #F1F1F1;	
	color: #000;	
	padding: 1px;
	height:22px;
	margin:0;
}

.ModuleNav a
{
	text-transform: lowercase;	
	text-decoration: none;	
	font:bold 11px arial;		
}
.ModuleNav a:hover
{
	color: #367DF3;
}
.ModuleNav img
{
	border: none;
}
.Modulenav .right
{
	float: right;
}
.ModuleNav .left
{
	float: left;
}
.ModulePageNav
{
	width: 100%;
	padding: 0px;
	margin:0px;
	border: 0px;
}
.ModulePageNav td
{
	font-size: 9px;
	padding: 4px;
	background: #063279;
	color: #FFF;
}
.ModulePageNav a
{
	color: #FFF;
	text-decoration: none;

}
.ModulePageNav .left
{
	text-align: left;
	width: 150px;
	white-space: nowrap;
}
.ModulePageNav .middle
{
	text-align: center;
	width: 100%;
}
.ModulePageNav .right
{

	text-align: right;
	width: 150px;
	white-space: nowrap;
}
.Module 
{
}
.Module h1
{
	font-size: 10px;
	display: block;
	padding: 5px;
	margin: 0px;
	background: #063279;
	color:#FFF;
    text-transform: uppercase;
}
.Module p 
{
	font-size: 11px;
}
.Module .minilink
{
	background: none;
	color: white;
	font-size: 9px;
	text-decoration : none;
	font-weight: normal;
	margin-lefT: 20px;
	text-transform: none;
}

/**********  FORM CSS ****************/
.Form {	    
	font: normal 11px arial,helvetica,verdana;	
	display: block;
}

html>body .form {
    width:auto;  
}

.Form select, .Form input, .Form textarea {
	font: normal 11px arial,verdana;
}

.Form textarea {
	font: normal 11px arial, verdana;
}
.Form input {	
	padding: 2px;	
}
.Form textarea {		
	width: 320px;
	height: 190px;	
}
.Form h1 {
    font:bold 11px arial,verdana,san-serif; 
    background: url(Mod_Product/categoryBg.gif) repeat-x;
    margin:0;     
    padding:3px 5px;
    border-bottom:1px solid #CCC;       
}
.Form table.formTable {
	border-collapse:collapse;	
}

.Form .midHelp {
	font:normal 11px Arial !important;
}

.Form .SubTable {
	border: none;
}

.Form .SubTable th {
	bordeR: 0px;
	background: none;
	color:#000 !important;	
	padding: 2px;
	text-align: left;
	white-space: nowrap;
}

.Form .SubTable label {
	border: 0px;
	background: none;
	line-height:16px;	
	padding: 2px;
	text-align: left;
	white-space: nowrap;	
	font:normal 9px arial,verdana;    
}

.Form table.SubTable td {
	padding: 2px;
	text-align: left;
	white-space: nowrap;
	width: 100%;	
	font-size: 10px;
}

.Form label {	
	clear: both;
	display: block;	
    font:normal 11px arial,verdana;
}

.Form th {
	font:normal 11px arial;
	text-align: left;
	vertical-align: top;
	padding: 2px 10px;
	white-space: nowrap;	
	color: #000;	
}

.Form th small.ShortHelp {
	font-weight: normal;
	font-size: 9px;
	display: block;
	white-space: normal;
}

.Form td.fieldCell {
    font:normal 11px arial, verdana;	
    
	width: 100%;	
}
.Form td {
	padding: 3px;
}

.Form .submitbar {	
	color: #FFF;		
}

.Form .submitbar td {
	padding: 2px;
}

.Form fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid #FF9A01;
	font-size: 11px;
}

.Form fieldset legend {
	font-size: 12px;
	font-weight:bold;
	color: #063279;
	margin-bottom: 10px;
}

.Options a {
	color: #063279;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 6px;
}

.Options .but {
	margin-right: 5px;
	margin-left: 5px;
}

span.online {
	font-size: 9px;
	text-decoration: none;;
	margin-left: 5px;
}
	
ul.ErrorsErrors, ul.ErrorsSuccess, ul.ErrorsWarnings {
    margin: 0;
    padding: 0;   
}

ul.Errorserrors li {
    font:bold 11px arial; 
    color: #CC0000;
}

ul.Errorssuccess li {
    font:bold 11px arial;
    color: #CC0000;
}
