/* reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, /* sub, sup,*/ tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* It's better to have the default browser focus, they look better and all sorts of hacks would be necessary to acheive the same effect.
:focus {
	outline: 0;
}
*/
body {
	/* line-height: 1; */
	color: black;
	background: white;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset */


/* tag selectors */
html, body {
	background-color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 10pt;
	width: 100%;
	height: 100%;
	background: #E3E3E3;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	text-shadow: #BBB 0 1px 5px;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}
h1 {
	font-size: 20pt;
	letter-spacing: -2px;
	text-align: center;
	margin-left: -2px;
	margin-top: 8px;
}
h1 a {
	color: #FFF;
	text-shadow: #EE8981 0 1px 1px;
}
h1 a:hover {
	text-shadow: #F6C4C0 0 1px 10px;
}
h2 {
	font-size: 16pt;
	margin-bottom: 0;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 14pt;
}
h5 {
	font-size: 12pt;
} 
h6 {
	font-size: 10pt;
}
p {
	margin: 1em 0;
}
p:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
small {
	font-size: 8pt;
}
blockquote, q, code {
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	padding-right: 5px;
	background: #F0F0F0;
	border-left: 2px solid;
}
blockquote, code {
	display: block;	
}
q {
	display: inline;
}
blockquote, q {
	border-color: #327eb0;
}
code {
 	border-color: #000;
	font-family: Monaco, Lucida Console, Courier, monospace;
	font-size: 10px;
	text-shadow: #FFF 1px 1px 1px;
}
code.inline, q {
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
}
blockquote p, code p {
	margin: 0;
}
input[type="text"], input[type="password"] {
	padding: 8px;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input[type="text"]:focus, input[type="password"]:focus {
	outline: none;
	border: 1px solid #000;
}
input[type="text"], input[type="password"] {
	width: 186px;
}
input[type="text"], textarea, input[type="password"] {
	border: 1px solid #CCC;
}
input[type="text"]:hover, textarea:hover, input[type="password"]:hover {
	border: 1px solid #000;
}
input, select {
	margin-bottom: 10px;
	margin-top: 10px;
}
textarea {
	width: 100%;
	resize: none;
}
select {
	width: 205px;
	margin-left: -5px;
}
input[type="checkbox"] {
	margin-left: -1px;
}
label {
	display: inline-block;
	width: 150px;
}
li {
	margin-left: 50px;
}
small {
	font-size: 8pt;
}
/* /tag selectors */

/* class selectors */
.right, .float_right {
	float: right;
}
.left, .float_left {
	float: left;
}
.grey {
	color: #555;
}
.black {
	color: #000;
}
.red {
	color: #500;
}
.bold {
	font-weight: bold;
}
.clear_both {
	clear: both;
}
.center {
	margin: 0 auto;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.avatar {
	border: 1px solid #000;
}
.green {
	color: #0A0;
}
a.green:hover {
	text-shadow: #80D480 0 1px 10px;
}
.icon80x15 {
	width: 80px;
	height: 15px;
}
.icon15x15 {
	width: 15px;
	height: 15px;
}
.no_margin {
	margin: 0;
}
/* /class selectors */

/* id selectors */
#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: -55px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	min-height: 100%;
	background: #FFF;
}
#header_wrapper {
	height: 50px;
	width: 1000px;
	padding-top: 55px;
}
#header {
	height: 50px;
	width: 1000px;
	background: #DC1303;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fc2716),
		color-stop(1, #c31103)
	);
	background: -moz-linear-gradient(
		center top,
		#fc2716 0%,
		#c31103 100%
	);
}
#header_left {
	float: left;
	height: 50px;
	width: 249px;
	border-right: 1px solid #770a02;
}
#header_right {
	border-left: 1px solid #fc2716;
	float: left;
	height: 50px;
	width: 749px;
}
#header_right_top {
	height: 30px;
	text-align: center;
}
#header_right_bottom {
	height: 20px;
}
#alert {
	color: #422;
	display: inline;
	padding: 3px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background: #FAA;
	height: 20px;
	border: 1px solid #000;
}
#menu {
	float: right;
	height: 20px;
	margin-right: 20px;
	font-weight: normal;
}
#menu a {
	display: block;
	color: #555;
	border: 1px solid #000;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11pt;
	height: 18px;
	float: left;
	margin-left: 2px;
	margin-right: 1px;
}
#menu a.current {
	border-bottom-color: #FFF;
	color: #000;
	padding-bottom: 2px; /* Make it two pixels too large (should be 19 because of borders), but it makes the tab cover with the separator, allowing for the foreground/background effect */
}
#header_and_content_separator {
 	height: 0;
 	margin: 0;
 	border: 0;
 	border-top: 1px solid #770a02;
 	border-bottom: 1px solid #CCC;
}
#content {
	padding: 10px;
}
#footer {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	height: 15px;
	padding-top: 35px;
	padding-bottom: 5px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
#footer a:hover {
	text-shadow: none; /* Fixed Gecko bug applying text shadow to the footer imgs, making the page height 100% plus a few pixels, and getting the scroll bar */
}
