/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Helvetica, Arial, san-serif;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a, a:link, a:visited, a:active, a:hover {
    color: #555;
    text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background: #E3E3E3;
}
#content_wrap {
    width: 1060px;
    margin: 0px auto;
}
#content {
	width: 810px;
	margin-right: 10px;
	float: left;
}
#sidebar {
	width: 145px;
	margin-left: 10px;
	float: left;
}
#sidebar .box {
	width: 145px;
}
#splash_wrap {
    width: 310px;
    margin: 80px auto 0px auto;
}
.box {
    background: #FFFFFF;
    border: 1px solid #BBB;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:20px;
    margin: 10px 0;
}
h3 {
	font-size: 1.5em;
}
h4 {
    font-size: 1.75em;
    padding-bottom: 15px;
}
#splash_content_header h4, #content_header h4 {
    padding-bottom: 0px;
}
#forgot_password {
    margin-left: 40px;
}
#reset_password_message {
    margin-bottom: 20px;
}
.clear {
	clear: both;
}

#loading {
	width: 16px;
	height: 16px;
	background:#FFF url('images/ui-anim_basic_16x16.gif');
	margin: 10px auto;
}