/* CSS by Matt Webb / SEGA ONLINE SERVICES */

/* define the body */

body {
	font: 10px Verdana, Helvetica, Arial, sans-serif ;
	color: #fff;
	background: url("../global_images/body_tile.png") #766D5F center top;
	margin: 0;
}

/* define the basics */

p {
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px;
}

h1 {
	background: url("../global_images/h1_lb_bg.png") no-repeat;
	height: 58px;
	color: #C6C6C6;
	margin: 12px 0 0 0;
	padding: 15px 0 0 33px;
	font-size: 22px;
}

body#leaderboardfull h1 {
	background: url("../global_images/h1_lbf_bg.png") no-repeat;
	height: 58px;
	color: #C6C6C6;
	margin: 12px 0 0 0;
	padding: 15px 0 0 33px;
	font-size: 22px;
}

h2 {
	font-size: 17px;
	color: #F9D818;
	background: url("../global_images/h2_bg.png") no-repeat;
	height: 20px;
	margin-bottom: 10px;
	padding: 0 15px;
}

h3 {
	color: #F9D818;
	font-size: 11px;
}


h4 {
	background: url("../global_images/h3_bg.png") no-repeat;
	font-size: 10px;
	color: #F9D818;
	height: 25px;
	margin-top: 10px;
	padding: 0 10px;
}

h5 {
	background: url("../global_images/h5_bg.png") no-repeat;
	font-size: 16px;
	color: #C6C6C6;
	height: 25px;
	padding: 0 20px;
	display: block;
	margin-left: -15px;
	margin-bottom: 10px;
}

a:link {
	font-weight: bold;
	color: #E47E18;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #E47E18;
	text-decoration: none;		
}
	
a:hover {
	font-weight: bold;
	color: #86521A;
	text-decoration: none;		
}
	
a:active {
	font-weight: bold;
	color: #E47E18;
	text-decoration: none;		
}

strong {
	color: #F9D818;
}

img {
	border: 0px;
}

/* Custom type styles */

div#footer p {
	font-size: 10px;
	text-align: center;
	width: 600px;
	margin: 0 auto;
	padding-top: 65px;
	line-height: normal;
	color: #000;
}

*html div#footer p {
	margin: 0 0 0 165px;
}

div#rightcol p {
	line-height: 14px;
	padding: 0 10px;
}

div#box1 p, 
div#box2 p, 
div#box3 p, 
div#box4 p, 
div#box5 p, 
div#box6 p, 
div#box7 p, 
div#box8 p, 
div#box9 p {
	padding: 0 15px 15px 15px;
}

div#rightcol h3 {
	margin-bottom: 35px;	
}

body#factionspage div#rightcol h3 {
	margin-bottom: 12px;	
}

body#factionspage div#box1 p,
body#factionspage div#box2 p,
body#factionspage div#box3 p {
	width: 220px;
}

p.info {
	float: right;
}

p.info img {
	float: right;
	margin: 0 0 5px 5px;
}

body#factionspage h4 {
	margin: 35px 5px 0 5px;
}

body#factionspage div#rightcol p {
	margin: 0 5px;
}

body#leaderboardpage h4 {
	background: url("../global_images/h3_bg.png") no-repeat;
	font-size: 10px;
	color: #F9D818;
	height: 25px;
	margin-top: 0px;
	margin-left: 20px;
	padding: 0 10px;
}

body#leaderboardpage div#content p {
	margin-left: 30px;
	width: 273px;
}

/* Form Styles */

.form-field {
	border: 1px solid black;
	background-color: #424242;
	color: white;
	padding: 3px;
	width: 120px;
	font-size: 10px;
}

select {
	font-size: 10px;
	border: 1px solid black;
	background-color: #424242;
	color: white;	
}

button {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: -20px 0 0 20px;
}

h1 a:link {
	font-size: 12px;
	float: right;
	margin: -20px 30px 0 0;	
}

h1 a:visited {
	font-size: 12px;
	float: right;
	margin: -20px 30px 0 0;	
}

h1 a:hover {
	font-size: 12px;
	float: right;
	margin: -20px 30px 0 0;	
}

h1 a:active {
	font-size: 12px;
	float: right;
	margin: -20px 30px 0 0;	
}

/* Language nav */

ul#language {
	margin: 16px 0 0 0;
	padding: 0;
	width: 130px;
	float: left;
}

ul#language li {
	display: inline;
	margin-right: 5px;
}

/* Screens Nav */

ul#screensnav {
	margin: 0 34px;
	padding: 0;
	list-style: none;	
}

ul#screensnav li {
	padding: 0;
	display: inline;
}

ul#screensnav a:link {
	display: block;
	float: left;
	border: 1px solid #6D7168;
	height: 37px;
	width: 51px;
	margin: 0 4px;
}

ul#screensnav a:visited {
	display: block;
	float: left;
	border: 1px solid #6D7168;
	height: 37px;
	width: 51px;
	margin: 0 4px;
}

ul#screensnav a:hover {
	display: block;
	float: left;
	border: 1px solid #F9D818;
	height: 37px;
	width: 51px;
	margin: 0 4px;
}

ul#screensnav a:active {
	display: block;
	float: left;
	border: 1px solid #6D7168;
	height: 37px;
	width: 51px;
	margin: 0 4px;
}

/* Timeline nav */

ul#timelinenav {
	list-style-type: none;
	padding: 0 10px;
}

ul#timelinenav li {
	padding: 4px 0;
	border-bottom: 1px solid #515151;
}

ul#timelinenav span {
	color: #F9D818;
	font-weight: bold;
}

ul#timelinenav a:link {
	display: block;
	font-weight: normal;
}

ul#timelinenav a:visited {
	display: block;
	font-weight: normal;	
}

ul#timelinenav a:hover {
	display: block;
	background-color: #515151;
	color: #F9D818;
	font-weight: normal;	
}

ul#timelinenav a:active {
	display: block;
	font-weight: normal;	
}

/* Thickbox Specific */

*{padding: 0; margin: 0;}


html, body {height:100%;}

#contentPad{
	margin: 20px;
}

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color: #000000;
	display: none;
	background: url("../global_images/screen_window.png");
}

#TB_window img {
	display: block;
	margin: 24px 0 0 36px;
	border: 1px solid #9B9A89;
}

#TB_caption {
	display: none;
	height: 25px;
	padding: 10px 30px 10px 25px;
	float: left;
}

#TB_closeWindow{
	height: 29px;
	padding: 26px 38px 0 0;
	float: right;
}

#TB_closeAjaxWindow{
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	background-color: #e8e8e8;
}

#TB_ajaxContent{
	padding: 0;
	overflow:auto;
	background-image: url("../global_images/register_window_bg.png");
	width: 715px;
	height: 440px;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}