/*--- HTML Tag Overrides ---*/
html, body {
	background-image: url(/images/bg.gif);
	color: # 515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

em, i {
	font-style: italic;
	font-weight: inherit;
}

h2 {
	color: #312676;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 1em;
}

ol {
	list-style: decimal;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-top: 1em;
}

p {
	margin-bottom: 1em;
}

strong, b {
	font-weight: bold;
}

td {
	vertical-align: top;
}

ul {
	list-style: disc;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-top: 1em;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #bc002d;
	font-weight: bold;
	text-decoration: underline;
}
a: hover {
	text-decoration: none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	background: #FCC;
}
/*--------------------------------------*/

/* Container Definitions */
#main_container {
	background-color: #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	min-height: 100%;
	margin: auto;
	width: 744px;
}

#content_container {
	background-image: url(/images/bg_divider2.gif);
	background-repeat: repeat-y;
	padding-bottom: 18px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 18px;
}

#bottom_container {
	background-image: url(/images/bg_bottom.jpg);
	color: #FFFFFF;
	font-size: 10px;
	height: 27px;
	line-height: 27px;
	padding-left: 15px;
}

#footer_container {
	font-size: 10px;
	padding: 10px 15px 15px 15px;
}

#footer_container a {
	color: #515151;
	font-weight: normal;
}

#poll_container {
	background-color: #20267e;
	color: #FFFFFF;
	padding: 4px;
}

#poll_container a {
	color: #FFFFFF;
}

/*--------------------------------------*/

/* Custom Definitions */
div .divider {
	background-image: url(/images/bg_divider.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 15px;
}

div .divider2 {
	background-image: url(/images/bg_divider.gif);
	background-repeat: repeat-x;
	height: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
#poll {
	background-color: #bc002d;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
.chart {
	line-height: 20px;
}
.event-head {
	border-bottom: 1px solid #000000;
}
.event {
	border-bottom: 1px solid #000000;
	font-size: 10px;
	padding: 4px;
}
/*--------------------*/

/* EXT Overrides */
.x-panel-body {
	background: none;
}
.x-progress-wrap {
	border: 1px solid #bbbbbb;
	margin-bottom: 4px;
	margin-top: 4px;
}
.x-progress-bar {
	border: 0;
}
.x-progress-text {
	color: #000000;
	font-weight: none;
}
.x-panel-bbar {
	background: none;
	border: 0;
}
.x-panel-bwrap {
	background: none;
	border: 0;
}
.x-toolbar {
	background: none;
	border: 0;
}
.x-toolbar button {
	color: #FFFFFF;
}
.x-toolbar .x-btn-wrap {
	color: #FFFFFF;
}
.x-toolbar .x-btn-text {
	color: #FFFFFF;
}
.x-toolbar .x-btn {
	color: #FFFFFF;
}
/*----------------*/
