body {
	font: 12px Arial,Helvetica,sans-serif;
	color: black;
	background-color: white;
	padding:0px;
	margin: 0px;
	font-size: 100.01%;
	font-size: 95%;
}

h1 {
	float:left;
	color:#3F6155;
	font-size:34px;
	font-weight:bold;
	margin: 15px;
}

h2 {
	font-size: 145%;
}

hr {
	border: none;
	height: 1px;
	color: #333;
	background-color: #ccc;
}

div#header,
div#footer,
div#wrapper {
	background-color: transparent;
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 990px;
}

div#header_wrapper {
/*	background: #ededee top no-repeat url('/common/images/osrs_header_blue.png');
 */
	background: top no-repeat url('/common/images/osrs_header_blue.png');
}

div#background { 
/*	background: top repeat-x url('/common/images/background.png');
 */
}

/* this style overites the main style to include a header image as a background
 * this is so the design can bleed into the content
 */

div.theforce {
	clear: both;
}


img {
	border: none;
}

a:link {
	color: #3d539c;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button{
	background-color: #ddd;
	border: none;
	color: white;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	margin: 3px 6px 6px 3px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: 2px 3px 5px gray;
	-moz-box-shadow: 2px 3px 5px gray;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=3, Color='gray', Positive='true')
}



a.button{ 
	padding: 2px;
	text-decoration: none;
}

form#cse-search-box button {
	cursor: pointer;
	color: black;
	margin: 0 6px;
	padding: 3px 6px;
}


input.text {
	border: 1px solid #b8b19d;
}

div.jumpnav ul {
	list-style: none;
}

div.jumpnav ul li {
	display: inline;
}

.error {
	color: red;
}

/* 
global tables
START 
*/

table .border-left {
	border-left: 1px solid gray;
}
table .border-right {
	border-right: 1px solid gray;
}

table .border-top {
	border-top: 1px solid gray;
}
table .border-bottom {
	border-bottom: 1px solid gray;
}


/* 
global tables
END 
*/


/* 
global footer styles
START
*/

div#footer {
	border-top: 1px solid #a8a8a8;
	padding: 10px;
	font-size: 70%;
	margin-top: 10px;
	color: gray;
	clear: both;
}

div#footer span.separator {
	margin: 0px 4px 0px 4px;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active {
	color: gray;
}

/* 
global footer styles
*/

/* 
page navigation
START
*/

.pagenav {
	margin: 15px 0 ;
	padding: 0;
	width: 181px;
	float: left;
}

ul.pagenav {
	list-style: none;
}

ul.pagenav li.item,
ul.pagenav li.active
{
	background-color: #e2e2e2;
	margin: 0;
}

ul.pagenav li.last, ul.pagenav li.last img  {
	padding: 0;
	margin: 0;
	line-height: 0;
	background: none;
	border: 0;
	display: block;
}

ul.pagenav * {
	margin: 0;
	padding: 0;
	float: none;
}

ul.pagenav li.header {	
	padding: 0 0 0 15px;;
	background: no-repeat left url("/common/images/osrs_uppertab_left.png");
	height: 30px;
}
ul.pagenav li.header span.item {	
	padding: 8px 0px 8px 0px;;
	font-weight: bold;
	color: white;
	display: block;
	width: 100%;
	font-size: 75%;
	background: no-repeat right url("/common/images/osrs_uppertab_right.png");
}

ul.pagenav li a,
ul.pagenav li a:visited,
ul.pagenav li a:link,
ul.pagenav li a:active {
	padding: 5px 5px 5px 15px;
	display: block;
	color: #606060;
	font-size: 75%;
	font-weight: bold;
}

/* hover effect for left hand nav
 * also active tabs for forums (class TabOn)
 * and blog (class current-cat)
 */
ul.pagenav li a:hover,
ul.pagenav li.TabOn a:visited, 
ul.pagenav li.TabOn a:link, 
ul.pagenav li.TabOn a:active,
ul.pagenav li.active a:visited, 
ul.pagenav li.active a:link, 
ul.pagenav li.active a:active, 
ul.pagenav li.current-cat a:visited, 
ul.pagenav li.current-cat a:link, 
ul.pagenav li.current-cat a:active {
	text-decoration: none;
	color: #EE8600;
}

ul.pagenav ul {
	list-style: none;
	padding: 0;
	margin:0;
	display: inline; /* fix IE spacing bug */
}

ul.pagenav ul li a,
ul.pagenav ul li a:visited,
ul.pagenav ul li a:link,
ul.pagenav ul li a:active {
	padding-left: 2.5em;
}

/* 
page navigation
END
*/

/*
 Tabbed Navigation
 START
*/

ul.tabnav {
	overflow: auto;
	list-style: none;
	display: block;
	border-bottom: 3px solid #E2E2E2;
	padding: 0;
	margin: 16px 0 0 0;
}

ul.tabnav li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

ul.tabnav li a {
	padding: 8px 12px 6px 12px;
	border: none;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	display: block;
	float: left;
	font-weight: bold;
	background-image: url(/common/images/tab-resources.png);
	margin-right: 1px;
}

ul.tabnav li.active a:link,
ul.tabnav li.active a:visited,
ul.tabnav li.active a:active,
ul.tabnav li.active a:hover {
	background-image: url(/common/images/tab-active.png);
	color: #d48400;
}
	

ul.tabnav li a:link,
ul.tabnav li a:visited,
ul.tabnav li a:active,
ul.tabnav li a:hover {
	color: gray;
	text-decoration: none;
}
ul.tabnav li a:hover {
	color: black;
	background-image: url(/common/images/tab-hover.png);
}

/* Forms */

input[type=text] ,
input[type=password] {
	border: 1px solid #b8b19d;
}

button.next {
	border: none;
	background-color: #6ba634;
	color: white;
	font-weight: bold;
	padding: 8px 20px 8px 20px;
	margin: 3px 6px 6px 3px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 12px;
	-webkit-border-radius: 12px;	
	-webkit-box-shadow: 2px 3px 5px gray;
	-moz-box-shadow: 2px 3px 5px gray;	
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=3, Color='gray', Positive='true')
}

button.next.disabled {
	background-color: #dbf5c8;
	color: gray;
}


input.active {
	border: 1px solid blue;
	-webkit-box-shadow: 0 0 5px #6495ed;
	-moz-box-shadow: 0 0 5px #6495ed;
}

input:focus {
	outline: none; /* get rid of webkit highlighting */
}

input[type=checkbox], input[type=radio] {
	border: none;
	padding: 0.1em;
}

input.error {
	border: 1px solid red;	
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
}

form div.row {
	padding: 4px;
	line-height: 120%;
}
form div.buttons {
	padding-left: 250px;
	margin-top: 10px;
}

form div.row label,
form div.row input,
form div.row select,
form div.row img,
form p
{
	display: inline-block;
}

form div.row label {
	width: 240px;
	text-align: right;
	margin-right: 4px;
}

form div.row.radio, 
form div.row.checkbox {
	padding-left: 250px;
}

form div.row.radio label,
form div.row.checkbox label {
	text-align: left;
	margin-left: 4px;
	display: inline;
	float: none;
}

form p.tooltip {
	margin: 0 0 0 425px;
	padding: 5px;
	position: absolute;
	background-color: #ffffe0;
	border: 1px solid gray;
	font-size: 90%;
	width: 400px;
	-webkit-box-shadow: 2px 3px 6px gray;
	-moz-box-shadow: 2px 3px 6px gray;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=3, Color='gray', Positive='true');
}

/* credit card selection */

ul.credit_card_picker {
	list-style: none;
}

ul.credit_card_picker li a {
	font-weight: bold;
	margin-right: 5px;
	padding: 2px;
}
ul.credit_card_picker li button {
	border: none;
	background: transparent;
	color: gray;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
}

ul.credit_card_picker li
a.active_card {
	background-color: gray;
	color: white;
}
div.ccinfo {
	margin-left: 250px;
}


/* top menu navigation */


/* Main menu  */
div#global-top-services {
	/*  padding: 0px 10px 5px 10px;
	overflow: auto;	/* fix float height */	
	clear: both;
}

div#global-top-services a {
	display: block;
	float: left;	
	margin-right: 5px;
	font-size: 18px;
	color: black;
	font-weight: bold;
}

div#global-top-services a.active,
div#global-top-nav a.active {
	color: #d48400;
}

/* horizontal top menu */

#topmenu {
	white-space: nowrap;
	height: 29px;
	float: left;
	width: 500px;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#topmenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#topmenu a:link ,
#topmenu a:visited ,
#topmenu a:active ,
#topmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
	display:block;
	height: 29px;
	line-height: 29px;
	padding: 0 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:hover {
	text-decoration: underline;
}

#topmenu a#active_menu-nav {
	margin-top:2px;
	height: 29px;
	line-height: 29px;
	background-position: 0 0;
}


/* logo */

div#logo {
	float: left;
	margin: 0 0 0 12px;
}

/* horizontal site menu */
#sitemenu {
	white-space: nowrap;
	height: 30px;
	float: left;
}

#sitemenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#sitemenu li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sitemenu a:link ,
#sitemenu a:active ,
#sitemenu a:visited ,
#sitemenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	float:left;
	display:block;
	height: 30px;
	line-height: 30px;
	padding: 0px 25px 0px 12px;
	color: #000000;
	text-decoration: none;
}

#sitemenu a:hover {
	text-decoration: underline;
}

#sitemenu a#active_menu-nav {
	margin-top: 2px;
	height: 30px;
	line-height: 30px;
	background-position: 0 0;
}


/* search */
#global_search {
	height: 29px;
	width: 260px;
	background: url('/common/images/osrs_hp_searchback.png') top left no-repeat;
	padding-top: 3px;
	float: left;
}

#mod_search_searchword {
	width: 170px;
	margin-left: 3px;
	margin-right: 5px;
	border: none;
	background-color: transparent;
	font-size: 13px;
	padding: 0px 2px;
}

#global_search input.button {
	width: 73px;
	height: 26px;
	border: none;
	background: transparent url('/common/images/osrs_hp_searchbutt.png') top left no-repeat;
	padding-bottom: 0px;
}
