/* general stuff */


body{
margin:0;
margin-top: 20px;
padding:0;
font-family: verdana, arial, sans-serif;
font-size: 11px;
height: 100%;
background-color: #fff;
}
.small {
font-size: 10px;
color: #666;
}
a { color: #390;
text-decoration: none;}
a:hover { color: #693; }
.moduletable a {
 	font-weight: normal;
 }
 

 .menu {
 	 float: left;
 	width: 100%;
 	background: url(../images/menu_bg.gif) repeat-y;
 }

 .cont_body 
 {
 	width: 100%;
 	text-align: left;
 	
 	margin-top: 20px;
 	padding-left: 22px;
 }
 

 
 
 .contentheading 
 {
 	padding-top: 18px;
 	font-size: 12px;
 	font-weight: bold;
 	color: #444;
 }
  .componentheading {
 	font-size: 14px;
 	font-weight: bold;
 	color: #000;
 }
.syndicate_picÊ{
 float: left;
margin-left: 12px;
 }
 .moduletable {

 	margin-bottom: 18px;
 }
 ul {
 padding-left: 12px;
margin: 0px;
margin-top: 2px;

 }
 .moduletable-user {
	 padding-top: 20px;	
 }

h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #444;
}

a.mainlevel:link, a.mainlevel:visited {
	font-size: 11px;
	text-decoration: none;
   	display: block; 
   	padding-top: 4px; 
    	padding-bottom: 2px;
   	margin-bottom: 4px; 
   	border-bottom: 1px solid #ccc; 
   	color: #666;
   	width: 100%;
   } 


a.mainlevel:hover {
	  background-color: #EDF3F8;
   color: #000;
}

a.mainlevel#active_menu {
	
}

a.mainlevel#active_menu:hover {

}

a.sublevel:link, a.sublevel:visited {
	
}

a.sublevel:hover {
	
}

a.sublevel#active_menu {

}
.buttonheading {
	font-size: 10px;
	color: #666;
}
.contentpaneopen
{
	width: 100%;
	color: #666;
}
.createdate {
	font-size: 10px;
	color: #aaa;
}
.buttonheading {
color: #666;
text-decoration: none;
}

.inputbox {
	border: 1px solid #ccc;
	font-size: 11px;
}
.inputbox:hover {
	border: 1px solid #666;
}
.inputbox:active {
	border: 1px solid #000;
}
.button {
	border: 1px solid #ccc;
	font-size: 11px;
}
.button:hover {
	border: 1px solid #666;
}
.button:active {
	border: 1px solid #000;
}
.dm_button {
	border: 1px solid #ccc;
	font-size: 11px;
}
.dm_button:hover {
	border: 1px solid #666;
}
.dm_button:active {
	border: 1px solid #000;
}
.fieldset.dm_button {
border: none;
}
.adminform {
width: 100%;
}