/* ----- Reset CSS ------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;	padding:0;}
table { border-collapse:collapse;	border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}
em { font-style: italic; }

/* ----- End of Reset CSS ------ */

/* --- now set some defauls ---- */
a:visited, a:link, body { text-decoration: none; color: #000000; }
p { margin-bottom: 10px; line-height: 150%;}
body {
	font-family: 'Open Sans', Arial, sans-serif;
}
/* --- end of defaults --- */

.bodyclass_white { background-color: #fff;}
.bodyclass_grey{ background-color: #e1e1e1;}

h4 { 
	font-weight: bold; 
	text-transform: uppercase;
	color: #335487;
	font-size: 100%;
	margin-bottom: 10px;
	margin-left:10px;
}

h5 {
	font-style: italic;
	color: #335487;
	font-size: 100%;
	margin-bottom: 10px;
	margin-left:10px;
}

#container {
	margin: 0px auto;	
	font-size: 12pt;
	color: #000000;
	margin-right: auto;
	margin-left: auto;	
}


#admin_container {
	margin: 0px auto;	
	font-size: 12pt;
	color: #000000;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;	
}
#main_content {
	background: #e1e1e1;
}

#content {
	min-height: 600px;
	max-width: 1200px;
	margin: 0 auto;
	clear:both;
	font-size: 14pt;
	padding: 30px 10px;
}

#content p { line-height: 150%; margin-bottom: 20px;}

#footer {
	padding: 5px 0px 5px 0px;
	font-size: 80%;
	color: #999999;
	text-align: center;
	margin-top: 60px;
}

#footer a {
	color: #333333;
	border-bottom: 1px dotted #333333;
}

#footer p { margin-bottom: 0px;  }

#login_dialog {
	margin: 0px 200px;
}
#login_dialog img { display: block;
	margin-left: auto;
	margin-right: auto;
	}

#login_dialog h1 {
	background-color: #732638;
	padding: 5px;
	color: #ffffff;
}


#login_box label {
	width: 250px;
	display: block;
	float:left;
}
#login_box input {
	font-size: 13pt;
}

legend {
	color: #732638;
}

fieldset {
	border: 1px solid #999999;
	padding: 15px 10px 10px 20px;
	margin: 15px 0px 15px 0px;
	border-radius: 8px;
}

h2 img { margin-top: 10px; }

#login_bttn {
	padding: 5px 10px 5px 5px;
	background-color: #000;
	color: #ffffff;
}

#login_bttn:hover {
	color: #335487;
}

@media only screen and (max-width: 640px) {
	#content { font-size: 14pt; }
}