/** Make sure browsers are using the same margins for the body. Add a little bit of padding. **/
body {
	margin: 0px;
	padding: 2px 4px;
	font: normal normal 10pt Verdana, Helvetica, Arial, sans-serif;
	min-width: 760px;
}

/* IE Hacks Start */
* html .iecontainer0 { padding-left: 760px; }
* html .iecontainer2 { margin-left: -760px; position: relative; }
* html .iecontainer0, * html .iecontainer2, * html .iecontainer1 { height: 1px; }
/* IE Hacks End */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.mcwrapper {
	clear: both;
	width: 100%;
	float: left;
	margin-right: -162px;
}

#maincontent { margin-right: 166px; }

#adbar { float: right; width: 162px; }

h1 {
	background: blue url(/template/default/images/h1_background.png) repeat top left;
	text-align: center;
	border: 1px solid black;
	font:120% Verdana, Helvetica, Arial, sans-serif;
	color: white;
	padding: 0.1em 0;
	margin-top: 0;
}
h2,h3 { font-size: 11pt; font-weight: bold; }

em { font-style: italic; font-weight: bold; }

a { text-decoration: none; color: #00529c; }
a:hover { text-decoration: underline; }

// Forms
form.defaultform p { margin-top: 0; font-size: 110%; text-align: center; }

form.defaultform {
	width: 30em;
	border: 1px solid #999;
	margin: 0 auto;
	padding: 0 1em;
	background: white url(/template/default/images/form_background.gif) repeat;
}
form.defaultform fieldset { border: none; }
form.defaultform fieldset label { display: block; float: left; width: 12em; text-align: center; color: #08266e; }
form.defaultform fieldset input { border: 1px solid #08266e; }
form.defaultform fieldset.submit { text-align: center; }
form.defaultform fieldset input.submit { background-color: #08266e; color: white; }
form.defaultform fieldset input.submit:focus { background-color: white; color: #08266e; }

form.defaultform .error { background-color: yellow; }
