* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #404040;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}

ul, li {
	margin: 0 12px;
}

.resultWin {
	border-right: 5px solid #15ee15;
	color: #15ee15;
}

.resultDraw {
	border-right: 5px solid #0dffd5;
	color: #0dffd5;
}

.resultLose {
	border-right: 5px solid red;
	color: red;
}

pre {
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
}

/*********************
 *********************
 *	Site Container
 *********************
 *********************/
	
#container {
	border: 1px solid #303030;
	border-top: none;
	width: 1000px;
	text-align: left;
	font-size: 70%;
	margin: 0px auto 0px auto;
	background-image: url('../img/pattern.png');
	clear: both;
	color: #333;
	overflow: auto;
	padding-bottom: 10px;
}

#contentContainer {
	padding-left: 5px;
	padding-right: 5px;
}

/*********************
 *********************
 *	Site Header
 *********************
 *********************/

#header{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #fff;
}
#header h1 {
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

/*********************
 *********************
 *	Content
 *********************
 *********************/

#content {
	width: 569px;
	color: #333;
	float:left;
	background: #fff;
	margin-top: 5px;
	border: 1px solid #13151b;
}

#content h1 {
	background-color: #141414;
	color: #fff;
	
	margin: -20px -10px 5px -10px;
	padding-bottom: 1em;
	
	border-bottom: 1px solid #13151b;
	
	height: 47px;
	line-height: 3.4em;
	text-indent: 15px;
	text-align: left;
	
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
}

#content h1 .text{
	color: #fff;
}

h1 table{
	border: none;
}

h1 table td{
	border: none;
	text-align: left;
}

h1 .image{
	padding-left: 12px;
	padding-top: 12px;
	width: 1px;
}

h1 .text{
	line-height: 2.8em;
}

/*********************
 *********************
 *	Shadow Containers
 *********************
 *********************/
 
.content-pad {
    padding: 20px 10px 20px;
}

.altRow {
	background-color: #EEE;
}

/*********************
 *********************
 *	Main Menu
 *********************
 *********************/

#mainmenu {
	text-align:right;
	background-color: #fff;
	height: 25px;
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	border-bottom: solid #dd0909 1px;
	color: #666;
	line-height: 2em;
}
#mainmenu ul{
	margin: 0px;
	white-space: nowrap;
}
#mainmenu li {
	list-style-type: none;
	display: inline;
}
#mainmenu a {
	color: #666;
	text-decoration: none;
}
#mainmenu  a:hover {
	color: #0084ff;
	text-decoration: none;
	background: none;
}


/*********************
 *********************
 *	Admin Bar
 *********************
 *********************/

#admin_bar_content {
	text-align:right;
	height: 25px;
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	line-height: 2em;
}


#admin_bar_content li {
	list-style-type: none;
	display: inline;
}

#admin_bar_content ul{
	margin: 0px;
	white-space: nowrap;
}

#admin_bar_content a {
	color: #fff;
	text-decoration: none;
}
#admin_bar_content  a:hover {
	color: #0084ff;
	text-decoration: none;
	background: none;
}

/*********************
 *********************
 *	User Bar
 *********************
 *********************/
#user_bar_content {
	padding: 0px 10px;	
}

#user_bar {
	position: relative;
	overflow: none;
	width:100%;
	height: 1.5em;
	background: #111;
	top:0px;
	left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #c3c3c3;
	border-bottom: 1px solid #AAA;
	font-size: 75%;
	z-index:100;
	min-width: 1000px;
}

#user_bar a {
	color: #999;
	text-decoration: none;
}

#user_bar a:hover {
	color: #fff;
	background-color: transparent;
}

#user_bar #information {
	float: left;
}

#user_bar #controls {
	float: right;
}

#user_bar #controls li {
	list-style-type: none;
	display: inline;
}

#user_bar #controls ul {
	list-style-type: none;
	display: inline;
}


/*********************
 *********************
 *	Side Bar
 *********************
 *********************/
 
#sideContentR {
	width: 205px;
	float:right;
	display:inline;
}

#sideContentL {
	width: 205px;
	float:left;
	margin-right: 5px;
}
.element {
	border: 1px solid #13151b;
	width: 205px;
	float:right;
	display:inline;
	background: #fff;
	margin-top: 5px;
}
.element h4.sideHeader {
	border-bottom: 1px solid #13151b;
	color: #fff;
	background-color: #141414;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7em;
	text-indent: 5px;
	height: 25px;
}
.element_content {
	margin: 5px;
}
#footer {
	font-size: 70%;
	position: relative;
	width: 930px;
	left: 50%;
	margin-left: -450px;
	clear: both;
	padding: 10px;
	text-align: right;
}
#footer a {
	color: #fff;
	font-size: 125%;
	text-decoration: none;
}
#footer  a:hover {
	color: #0084ff;
	text-decoration: none;
	background: none;
}

/*********************
 *********************
 *   Flash Messages
 *********************
 *********************/

.flash_good {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #e5f2be; 
	border:2px solid #bedf5d; 
	padding:10px; 
	font-weight:bold;
}

.flash_bad {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #eccecf;
	border:2px solid #9e0b0f;
	padding:10px;
	font-weight:bold;
}

.flash_good img, .flash_bad img {
	float:right;
}

 {
	text-align:left;
}

.bar {
	background-color: #009cff;
	height: 15px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	text-indent: 5px;
	font-weight: bold;
	line-height: 1.4em;
}

.barBackground {
	background-color: #455d6d;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	padding: 1px;
}
-top: 3px;
}

/**********General Styling*************/
p {
	margin-bottom:11px;
}

blockquote {
    margin: 1em 2em;
    color: #999;
    border-left: 2px solid #999;
    padding-left: 1em; 
}

/* Tables */
table {
	padding-top: 2px;
	border:1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	border-spacing: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
th {
	background: url('../img/page_top.png') center left repeat-x;
	color: 111;
	background-repeat: repeat-x;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
th a {
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	color: #333;
	text-decoration: none;
}
table tr td {
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

/* Forms */

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
}
input[type=radio] {
	float:left;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
div.checkbox label {
	display: inline;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
	font-size: 10px;
	padding: 3px 3px 3px 3px;
	overflow: visible;
}