/** HTML tags formatting **/
body { 
  background-color: #404040; 
  color: #fff; 
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
  line-height: 16px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
	color: #CCCCCC;
}

a:visited { 
	color: #CCCCCC;
}

a:hover { 
	color: #CCCCCC;
}

table {
    table-layout:fixed;
    width:100%;
}

tr.even { background: #efefef; color: #000;}

tr.odd { background: #a5a5a5; color: #000;} 

td {
    overflow:hidden;
}

.disabled_input {
	background: none;
	border: 0px;
	width: 18px;
	color: white;
	text-align: right;
}

/** Submenu styling**/
#submenu a {
	text-decoration: none;
	font-variant: small-caps;
}

.active_sub {
	padding: 3px;
	font-weight: bold;
}

/** Header and footer styling **/
#game_banner {
	border: 0px;
	width: 310px;
}

#game_banner_small {
	border: 0px;
	float:left;
	width: 250px;
}

#game-title {
	float:left;
	text-align: center;
	margin-bottom: 15px;
	width:310px;
}

#nav_buttons, #footer {
  text-align: center;
	line-height: 20px;
	float:left;
	width:100%;
}

#outer_wrapper {
  text-align: center;
}

#inner_wrapper {
  text-align: left;
  margin: 0px auto auto;
  width: 310px;
}

#float_wrapper {
	float:left;
	width:100%;
}

/* Modal dialog box styling */
#modalDialog {
	position: absolute;
	top: 10px;
	width: 310px;
	padding: 8px;
	background: #000000;
	visibility: hidden;
	z-index: 999;
}

#graybox {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #505050;
	text-align: center;
	width: 100%;
	height: 150%;
	visibility: hidden;
	z-index: 998;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/** Section styling **/
#section_icon {
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border: 0px;
	top: -5px;
	position: relative;
}

#section_title {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	vertical-align: 60%;
}

#section_header {
	width: 220px;
	height: 20px;
	background-color: #181818;
	padding-bottom: 5px;
	margin-top: -10px;
}

#section_content {
	border: 1px #181818 solid;
	padding: 30px 5px 10px 10px;
	width: 95%;
}

#section_header_thin {
	width: 150px;
	height: 20px;
	background-color: #181818;
	padding-bottom: 5px;
	margin-top: -10px;
	margin-left: 40px;
}

#section_content_thin {
	border: 1px #181818 solid;
	margin: -10px 0px 0px 50px;
	padding: 30px 0px;
	width: 220px;
	text-align: center;
}

#back_arrow {
	border: none;
	width: 20px; 
	vertical-align: middle;
	cursor: pointer;
}

.close_button {
	text-align: right;
	margin-bottom: 5px; 
	cursor: pointer;
}

.indent {
	padding-left: 20px;
}


/** PAGINATION **/
.pagination {
	font-size: 14px;
}

#page_info {
	text-align: center; 
	border: 1px solid white; 
	padding: 5px 0px; 
	margin: 3px;
}

/** MSG/ERROR HANDLING **/
.message {
	border: 1px solid #FFF;
	margin: 0em 0pt;
	background-color: #B0E57C;
	color: black;
	vertical-align: middle;
	width: 310px;
	text-align: center;
	font-size: 11px;
  padding: 2px;
  	float:left;
	width:100%;
	margin-bottom:25px;
}

.message a {
	color: #000;
}

.message a:hover {
	color: #000;
}

.message a:visited {
	color: #000;
}

.alert{
	border: 1px solid #FFF;
	/*margin: 1em 0pt;*/
	margin-bottom:25px;
	background-color: #FFCC00;
	color: black;
	vertical-align: middle;
	width: 310px;
	text-align: center;
	font-size: 11px;
  padding: 2px;
  float:left;
}

.alert a {
	color: #000;
}

.alert a:hover {
	color: #000;
}

.alert a:visited {
	color: #000;
}

.error {
	border: 1px solid #FFF;
	/*margin: 1em 0pt;*/
	margin-bottom:25px;
	background-color: #CD3333;
	color: black; 
	vertical-align: middle;
	width: 310px;
	text-align: center;
	font-size: 11px;
  padding: 2px;
    	float:left;
	width:100%;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#backButton{
	height:39px;
	width:39px;
	
}

#errorExplanation {
  width: 275px;
  border: 2px solid red;
  padding: 7px;
  margin: 20px 0px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
	color: #000;
}
