* {
		margin: 0;
		padding: 0;
	}

body {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	line-height:1.4em;
	color: #56606f;
	background: #eee7e0 url(../images/headerBack.jpg) repeat-x;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote,  ul, ol, fieldset, address { margin:5px 10px 10px 10px; }	
li, blockquote { margin-left: 40px; }
fieldset { padding:10px; }




img{
	border: 0px none;
	margin-left:5px;
}


#mmLogo {
	margin:40px 0 0 10px;
	height: 80px;
	padding:0;
}
/*__________________________________typography_____________________________________________*/

h1{
	font-size:2.2em;
	font-family:Georgia;
	font-weight:normal;
	color:#8b0000;
	padding: 5px 0;
}

h2{
	font-size:1.8em;
	font-family:Georgia;
	font-weight:normal;
	color:#8b0000;
	padding: 5px 0;
}

h3{
	font-size:1.6em;
	font-family:Georgia;
	font-weight:normal;
	color:#8b0000;
	padding: 5px 0;
}

h4{
	font-size:1.4em;
	font-family:Georgia;
	font-weight:normal;
	color:#8b0000;
	padding: 5px 0;
	margin:0;
}

h5{
	font-size:1.2em;
	font-family:Georgia;
	font-weight:normal;
	color:#8b0000;
	padding: 0px;
	margin: 10px 0px;
}

p{
	color:#46392f;
}

ul li{
	color:#8b0000;
	padding:2px;
}

ol li{
	color:#8b0000;
	padding:2px;
}
	
	
blockquote{
	color: #8b0000;
}

address{
	color:#46392f;
	font-style:normal;
}

fieldset{

	border:1px solid #BFAC99;
	margin:10px;
}

legend{
	color:#8b0000;
}

select{ 
	width: 150px;
	margin:5px;
}

input{
	margin:5px;
}

.inputImg{
	margin:0;
	vertical-align: bottom;
	
}



/*__________________________________end typography_____________________________________________*/


/*__________________________________links_____________________________________________*/
a{
	background-image:none;
	border:none;
	text-decoration:none;
	font-weight:bold;

}

a:link{
		
		color:#434e59;
		background-image:none;
		
}

a:visited{
		color:#536070;
}

a:hover{
	color:#8b0000;
	background-image:none;
}
/*__________________________________end links_____________________________________________*/

/*__________________________________buttons_____________________________________________*/

.submitbutton{
	background:url(../images/btn.gif) no-repeat;
	width:146px;
	height:30px;
	border:none;
	text-align:left;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
}

.inputbox{
	padding:1px;
}
/*__________________________________end buttons_____________________________________________*/

/*__________________________________tables_____________________________________________*/
table{
	border-spacing: 0px 1px;
	margin:20px 10px;
	text-align:left;
	border-collapse:collapse;
	border-top:1px dashed #bfac99; 
	font-size:1em;
	color:#46392f;
	
}

thead{
	padding:5px 10px;
	color:#8b0000;
	font-weight:bold;
}



td img{
	margin:0;
	padding:0;
}


table tr {
padding: 0px;
margin: 0px;
}

td, th{
	padding:0px 5px;
	line-height:1.1em;
	border-right:1px dashed #bfac99; 
	border-bottom:1px dashed #bfac99; 
	border-left:1px dashed #bfac99; 
}

th{
	padding:5px 10px;
	color:#8b0000;
	font-weight:bold;
}

td select{
	margin:0;
}

td input{
	margin:0;
}

td a:link{
		
		color:#434e59;
		background-image:none;
}

td a:visited{
		color:#536070;
}

td a:hover{
	color:#8b0000;
	background-image:none;
}

/*__________________________________end tables_____________________________________________*/


/*__________________________________layout_____________________________________________*/
.clear{
	clear: both;
}

#content{
	border:1px solid #eee7e0;
	background-color:#eee7e0;
	padding:10px 0 100px 0;
	margin:0;
	width:auto;	
}

#wrapper{
	margin:0 20px 0 20px;
	width:940px;
	border:1px solid #eee7e0;
}

#column1{
	width:336px;
	float:left;
}

#welcomeBox, #contactBox{
	margin:10px 5px;
	padding:5px;
	background:#DED5CB;
	border:4px solid #BFAC99;
}

#column2{
	width:590px;
	float:left;
}

#loginBox, #forgotBox{
	margin:10px 5px;
	padding:5px;
	border:4px solid #BFAC99;

}

#loginEventsBox, #editAccountBox, #adminMenuBox, #failedBox {
	margin:10px 5px;
	padding:5px;
	height:132px;
	border:4px solid #BFAC99;

}


#welcomeBox, #loginBox{
	height:132px;
}

#contactBox, #forgotBox{
	height:180px;
}

#menuColumn, #failedBox{
	width:590px;
	float:left;
	
}
/*_______________________bean position_______________________*/

#loginBox, #failedBox{
background:#DED5CB url(../images/bigBean.gif) no-repeat 250% 50%;
} 

#forgotBox{
background:#DED5CB url(../images/bigBean.gif) no-repeat 250% 95%;
}

#welcomeBox{
background:#DED5CB url(../images/bigBean.gif) no-repeat 200% 50%;
}

#contactBox{
background:#DED5CB url(../images/bigBean.gif) no-repeat -80% 30%;
}

#editAccountBox{
	background:#DED5CB url(../images/bigBean.gif) no-repeat 315% 10%;
}

#loginEventsBox{
	background:#DED5CB url(../images/bigBean.gif) no-repeat 315% 50%;
}

#adminMenuBox{
	background:#DED5CB url(../images/bigBean.gif) no-repeat 315% 90%;
}
/*_____________bean position____________________*/

#footer{
	margin:0;
	padding:20px;
	height:60px;
	background:#000 url(../images/footer.gif) repeat-x;
	clear:both;
	min-width:1000px;
}

#footer p{
	color:#fff;
	margin:0;
	padding:0;
	width:1002px;
}

#footer a:link, #footer a:visited{
	color:#fff;
	background:none;
	padding:0;
	margin:0;
}

#footer a:hover{
	color:#AAB4C1;
	padding:0;
	margin:0;
}

/*______________end layout____________________*/

/*___________________special classes__________________________*/
.server{
	color:#8b0000;
}

.exhid{
	color:#8b0000;
}

#errorBtn{
	width:44px;
	float:right;
}

#username{
	margin:30px 10px 0 0;
	color:#fff;
	float:right;
	text-align:right;
	
}

.breadcrumb{
	/*font-size:2em;*/
	font-family: "Helvetica", Arial, sans-serif;
	color:#8b0000;
	padding: 5px;
}

.breadcrumb a:link, .breadcrumb a:visited{
	/*font-size:2em;*/
	font-family: "Helvetica", Arial, sans-serif;
	font-weight:normal;
	color:#8b0000;
	
}

.breadcrumb a:hover{
	/*font-size:2em;*/
	font-family: "Helvetica", Arial, sans-serif;
	font-weight:normal;
	color:#000;
}

h5.breadcrumb{
	font-size:2em;
	margin-left:5px;
}

.top{
	margin:5px 10px;
}

.bottom{
	margin:5px 10px;
	

}

.backSlash{
	color:#000;
}

/*__________________________________end special classes_____________________________________________*/
