body 
{
	margin: 0 auto;
	padding: 0;
	font: 11px 'Lucida Grande', verdana, arial, helvetica, sans-serif;	
}

h1
{
	font-size: 14px;
}

h2
{
	font-size: 13px;
}

h3
{
	font-size: 12px;
}

a, a img
{
	border: 0;
	outline: 0;	
	text-decoration: none;
}

table, form
{
	margin: 0;
	padding: 0;
}

.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix 
{
	display:inline-block;
}

.list
{
	margin: 0 0 0 10px;
	padding: 0;
}

.box
{
	margin: 0 auto;
	border: solid 2px #000000;
	padding: 2px;
}

.menubanner-orange, .menuheader2
{
	background-color: #F26522;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}

.menubanner-blue, .menuheader
{
	background-color: #517CA8;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}

.menubanner-orange a, .menuheader2 a, .menubanner-blue a, .menuheader a
{
	text-decoration: none;
	color: #FFFFFF;
}

.menubody-blue, .menubody, .menulight
{
	background-color: #E6E6E6;
	color: #000000;
}

.menubody-orange, .menubody2
{
	background-color: #F19F76;
	color: #000000;
	line-height: normal;
}

#top
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-color: #FFFFFF;
}

#color-bar
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 114px;
	background-color: #E6E6E6;
}

#mct-logo
{
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 21px;
	margin-left: 40px;
	width: 290px;
	height: 119px;
	background: url(/themes/mct/images/mct-logo.png) no-repeat;
}

#title
{
	position: fixed;
	top: 80px;
	left: 290px;
	font-size: 18px;
	font-weight: bold;
	color: #517CA8;
}

#cache-contents
{
	position: fixed;
	top: 0;
	right: 150px;
	height: 114px;	
}

#spam-mauler-logo
{
	position: fixed;
	top: 0;
	right: 0;
	margin-right: 10px;
	width: 132px;
	height: 110px;
	background: url(/themes/mct/images/spam-mauler-logo.png) no-repeat;
}

#wrapper
{
	width: 990px;
	margin: 0 auto;
}

#content
{
	margin: 114px 0 80px 0;
	padding: 26px 0 20px 0;
}

#menu-bar
{
	position: fixed;	
	bottom: 0;
	width: 100%;
	height: 80px;
	border-top: solid 1px #FFFFFF;
	background-color: #999999;
	/*opacity: 0.3;
	filter: alpha(opacity=30);*/
}

#menu-container
{
	position: fixed;	
	bottom: 0;
	width: 100%;
	height: 80px;
}

#menu
{
	height: 80px;
	/* 
		this is wider than it needs to be to allow for people who have javascript disabled 
		the normal width is set in javascript to 507px;
	*/
	text-align: center;
	width: 698px;
	margin: 0 auto;	
	padding-top: 6px;
}

#menu div.jqDock
{	
  	border: solid 20px transparent;
	background-color: transparent;	
}

#menu a
{
	position: relative;
	outline: 0;
	text-decoration: none;
	text-align: center;
	padding: 0 5px;
}

#menu img
{
	/*margin: 0 5px;*/
}

#menu a img
{
	outline: 0;
	border: 0;
}

/* these is only used when javascript is disabled */

.menu-label
{
	width: 100%;
	text-align: center;
	padding: 2px 0;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	position: absolute;
	bottom: -4px;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* */

.jqDockLabel 
{
  	/*padding: 42px 4px 0 4px;
  	text-align: center;
  	font-weight: bold; 
  	font-size: 12px;
  	font-style: italic; 
  	white-space: nowrap; 
  	color: #000000; 
  	background-color: transparent;*/
}

.jqDockLabelLink 
{	
  	cursor: pointer;
}

.jqDockLabelImage 
{
  	cursor: default;
}

#user
{
	padding: 4px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: transparent;
}

#version
{
	padding: 4px;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: transparent;
}

.messagebox 
{
    background : #FFFFFF;
    font-weight: bold;
	color: #f26621;
}
