/*--[ tags ]-----------------------------------------------------------------*/
body{
	margin:0px;
	background color:white;
	color:black;
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, sans-serif;
	font-size:13px;
	background-color:#666666;
}
table{
	font-size:13px;
}

div{margin:0;padding:0;}
p{
	margin: 0 20px 15px; 
	color: #000;
}

h2{
	color:#3E1C66;
	margin: 0 0 3px 15px;
	font-size: 18px;
}

h3{
	margin: 0 0 0px 18px;
	font-size: 16px;
	color:#666666;
}

/*--[ common ]-----------------------------------------------------------------*/
.small{ font-size:12px;}
.tiny{ font-size:10px;}
.alt{display:none;}
.box,.importantbox,.note{margin:3px;padding:5px;border: 2px solid #666666;background:white;}
.importantbox{border-color:#DF0029;font-size:14px;}
.alert{
	font-size:14px;
	color:white;
	background:url(/common/image/gremlin/warning.png) no-repeat 5px 5px #DF0029;
	min-height:40px;
	border:1px solid black;
	text-indent:28px;
	padding:7px;
	margin:10px 30px;
	line-height:21px;
	font-weight:bold;
}
.alert a,.alert a:visited{color:#F6EB14}
.note{
	margin:10px 40px;
	background:url(/common/image/gremlin/note.png) no-repeat 0px 0px #F2FCF3;	
	min-height:40px;
	text-indent:120px;
	line-height:24px;
	padding:10px;
	padding-top:24px;
	color:#437842;
}

/*--[ top ]-----------------------------------------------------------------*/
#container{
	width:790px;
	background:white;
	padding:0 1px 1px 0px;
	border-right:1px solid black;	
	border-bottom:1px solid black;	
}

#top{
	background: url(/common/image/gremlin/top.png) no-repeat;
	height:164px;
}
#mainlogo{
	padding:8px 0 0 8px;
}
#mainlogo a{
	display:block; 
	background:url(/common/image/gremlin/logo.png) no-repeat;
	width:191px;
	height:44px;
}

#topmenu{
	padding:24px 0 0 5px;
	font-size:11px;
	color:#5A915A;
}
#sidetop{
	padding:40px 5px 0px 0px;
	width:235px;
	float:right;
	color:white;
}

#maintitle {padding:40px 0 0 10px;}
#maintitle h1{
	font-size:23px;
	font-weight:bold;
	margin:0px;
	padding:0;
	color:#437A41;
	overflow:hidden;
	width:550px;
}
/*--[ main ]-----------------------------------------------------------------*/
#main{
	background:url(/common/image/gremlin/mainback.png) repeat-y;
}

#thebody{
	width:546px;
	padding:15px 5px 5px 5px;
}
/*--[ side ]-----------------------------------------------------------------*/
#side{
	float:right;
	width:228px;
	padding:10px 0 10px 0;
	overflow:none;
	background-color:#E4E4E4;
}

#sidenav div{
	padding: 0 10px 5px 10px;
	font-size:15px;
	font-weight:bold;
}
#sidenav UL{
	font-size:11px;
	margin:0 0 0 10px;
	padding:0 10px 10px 20px;	
	list-style:url(/common/image/gremlin/arrow.gif);
}
#sidenav LI{border-bottom:1px solid #666666;}
#sidenav LI a{
	padding:2px;
	color:#437842;
	font-weight:bold;
	display:block;
	text-decoration:none;
	
}
#sidenav LI a:hover{
	background-color:#437842;
	color:white;
}


/*--[ forms ]-----------------------------------------------------------------*/
INPUT,TEXTAREA,.dhtmlSelect{
	border: 1px #AAAAAA solid;
	background:white url(/common/image/gremlin/inputback.png) top right no-repeat;
	font-size:13px;
	padding:2px;
}
INPUT:hover,TEXTAREA:hover,.dhtmlSelect:hover{
	border: 1px #666666 solid;
}
INPUT:Focus,TEXTAREA:Focus,.dhtmlSelect:Focus{
	border: 1px #000 solid;
}

BUTTON, .buttons, .fauxbuttons{
font-family: Geneva, Arial, sans-serif;
font-weight:bold;
font-size:12px;
padding: 2px 6px;
cursor: pointer;
vertical-align: middle;
border:3px double #BBBBBB;
border-bottom-color:#888888;
border-top-color:#CCCCCC;
background:white url(/common/image/gremlin/button-back.png) top repeat-x;
}
BUTTON:hover,.buttons:hover,.fauxbuttons:hover,.buttons:Focus{
	border:3px double #BBBBBB;
	border-color:#94DA78;
	border-bottom-color:#6AB948;
	border-top-color:#AEDF9A;	
}
.fauxbuttons{
	color:black;
	text-align:center;
	text-decoration:none;
	display:block;
}

/*--[ footer ]-----------------------------------------------------------------*/
#footer{
	clear:both;
	border-top:1px solid #666666;
	background:#333333;
	color:white;
	font-size:11px;
	text-align:center;
	padding-bottom:5px;
}
#footer a{
	text-decoration:none;
	color:white;
}
#footer a:hover{
	text-decoration:underline;
	color:white;
}
#footernav{
	text-align:left;
	border-top:1px solid #407040;
	background-color:#437A41;
	padding:5px;
	margin-bottom:5px;

}