/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}


input.button { cursor: pointer; }

img { border: 0 none; }



div.center {
} 



#system-message{ 
	font-size: 16px;
	color: #333;
}
.message{ 
	font-size: 16px;
	color: #333;
}
.message message fade{
	
	font-size: 16px;
	color: #333;

}
#bodyWrapper{

}
.contentpane {
	width: 200px; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #333;
}
/******************* Menu ****************************************/

#menu{
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}
.menu{
	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #999689;
	text-decoration: none;
	padding: 0px;
	float: left;
	height: 16px;
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.active_menu{
	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #999689;
	text-decoration: none;
	padding: 0px;
	float: left;
	height: 16px;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color:#A52513;
	background-repeat: no-repeat;
}
.mainlevel:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	background-color:#A52513;
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: auto;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.mainlevel{
	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #999689;
	text-decoration: none;
	padding: 0px;
	float: left;
	height: 16px;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}
     

/***********************************************************/

.componentheading{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.dm_taskbar{
}
/*************   Body **************************************/

#bodyArea{
	padding:3px;
}

.clr {
	clear: both;
}
#innerBodyArea{
	min-height:450px;
	margin-left:auto;
	margin-right:auto;
	width:956px;
	background-color:#cecece;
	}
	
#outerBodyArea{
	margin-left:auto;
	margin-right:auto;
	width:1004px;
	background-color:#201b17;
	}

