@import url(reset.css);
@import url(formbuilder.css);

a {
	color: #ffcc00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.blue
{
	color:#32c9fa;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	padding: 0 0 0 0;
	margin: 0;
	color: #e5faff;
	background: #000 url(../images/body-bg.jpg) repeat-y center -7px;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1 {
	color: #ffcc00;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 10px 0 10px 0;
	background:url(../images/h1-bg.jpg) no-repeat;
	text-transform:uppercase;
}

h1.large
{
	background:url(../images/h1-large-bg.jpg) no-repeat;
	padding: 0 0 0 170px;
}

h2 {
	color: #ffcc00;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px;
}

h3 {
	color: #ffcc00;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px;
}

h4
{
	font-size:19px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

h3.clean-bg
{
	background:url(../images/header-clean-bg.png) no-repeat;
	height:31px;
	line-height:31px;
}

span.red
{
	color:#ff0000;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

table {
	width: 100%;
}

table td,
table th {
	vertical-align: top;	
}

table td,
table.noborders td table td {
	
}

table.noborders {
	border: 0;	
}

table.noborders td {
	border: 0;	
}

.clear {
	clear: both;
}

div.separator
{
	height:10px;
	line-height:10px;
}

.bold-button
{
	font-weight:bold;
	font-size:11px;
	line-height:18px;
	padding:0 20px;
	letter-spacing:1px;
}

table.submit-controls
{
	border:none !important;
	width:auto;
}

table.submit-controls tr td
{
	border:none !important;
	vertical-align:middle;
	padding:5px;
}

table.textbox-bg
{
	width:auto;
	border:none !important;
}

table.textbox-bg tr td
{
	border:none !important;
	padding:0;
	margin:0;
}

table.textbox-bg tr td input
{
	margin:0 !important;
}

table.textbox-bg td.top-left
{
	height:4px;
	line-height:4px;
	width:4px;
	background:url(../images/textbox-bg-top-left.png) no-repeat bottom right;
}

table.textbox-bg td.top
{
	height:4px;
	line-height:4px;
	width:auto;
	background:url(../images/textbox-bg-top.png) repeat-x bottom;
}

table.textbox-bg td.top-right
{
	height:4px;
	line-height:4px;
	width:4px;
	background:url(../images/textbox-bg-top-right.png) no-repeat bottom left;
}

table.textbox-bg td.right
{
	height:auto;
	width:4px;
	background:url(../images/textbox-bg-right.png) repeat-y left;
}

table.textbox-bg td.bottom-right
{
	height:4px;
	line-height:4px;
	width:4px;
	background:url(../images/textbox-bg-bottom-right.png) no-repeat top left;
}

table.textbox-bg td.bottom
{
	height:4px;
	line-height:4px;
	width:auto;
	background:url(../images/textbox-bg-bottom.png) repeat-x top;
}

table.textbox-bg td.bottom-left
{
	height:4px;
	line-height:4px;
	width:4px;
	background:url(../images/textbox-bg-bottom-left.png) no-repeat top right;
}

table.textbox-bg td.left
{
	height:auto;
	width:4px;
	background:url(../images/textbox-bg-left.png) repeat-y right;
}


/* Some layout
-----------------------------------------------------------------------------*/

#container {
	overflow:hidden;
}

#account-menu {
	background:#173358 url(../images/account-menu-bg.gif) repeat-x top;	
	height:26px;
	line-height:26px;
}

.inner
{
	width:980px;
	margin:0 auto;
}

#account-menu .total-online
{
	height:26px;
	float:left;
	color:#c4dff0;
	padding-left:20px;
}

#account-menu .menu
{
	height:26px;
	float:right;
	color:White;
}

#header 
{
	background:url(../images/header-bg.jpg) no-repeat center top;
	overflow:hidden;
	height:152px;
}

#header .beta-notice
{
	height:100%;
	width:1068px;
	margin:0 auto;
	background:url(../images/now-in-beta.png) no-repeat right 95px;
}

#header .live-notice
{
	height: 100%;
	width: 1068px;
	margin: 0 auto;
	background: url(../images/live-notice.png) no-repeat right 85px;	
}

#header #logo
{
	display:block;
	float:left;
	width:261px;
	margin:4px 0 0 361px;
	position:relative;
}

#header  a.invitation
{
	display:block;
	width:287px;
	float:right;
	margin-top:8px;
}

#content {
	min-height: 400px;
	_height: 400px;
	background:url(../images/content-bg.jpg) no-repeat top center;
}

#content ul, #content ol {
	margin-bottom: 15px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

#content ul {
	list-style-type: square;
	list-style-position: inside;
}

#left-column
{
	float:left;
	width:249px;
}

#left-column .splitter
{
	background-repeat : no-repeat;
	background-position : left center;
	width : 100%;
	float : left;
	height : 35px;
	display : block;
	background-image : url(../images/separator-menu.png);
}

#left-column .bg
{
	background:url(../images/left-column-bg.png) repeat-y left;
}

#left-column .bg-top
{
	background:url(../images/left-column-bg-top.jpg) no-repeat top left;
}

#left-column .bg-bottom
{
	background:url(../images/left-column-bottom-bg.png) no-repeat bottom left;
	height:28px;
	line-height:28px;
}


#left-box
{
	background: #040609 url(../images/left-box-middle-bg.gif) repeat-y center;
	width:224px;
	margin-left:18px;
}

#left-box-top
{
	background: url(../images/left-box-top-bg.gif) no-repeat top center;
}

#left-box-bottom
{
	background: url(../images/left-box-bottom-bg.gif) no-repeat bottom center;
	padding:10px;
}

#server-status
{
	padding:10px 0;
	font-weight:bold;
	width:224px;
	margin-left:22px;
}

#searchform
{
	width:224px;
	margin-left:22px;
	padding-top:10px;
}

#text
{
	margin-left:249px;
}

#text .bg
{
	background:url(../images/text-bg.png) repeat-y right top;
}

#large-text .bg
{
	background:url(../images/large-text-bg.png) repeat-y right top;
	padding:10px 16px;
}

#text .bg-top
{
	background:url(../images/text-top-bg.png) repeat-y right top;
	overflow:hidden;
	padding-left:6px;
	padding-right:16px;
	min-height:500px;
}

#text .bg-bottom
{
	background:url(../images/text-bottom-bg.png) no-repeat bottom right;
	line-height:22px;
	height:22px;
}

#large-text .bg-bottom
{
	background:url(../images/large-text-bottom-bg.png) no-repeat bottom right;
	line-height:22px;
	height:22px;
}

#body
{
	padding:10px;
}

#footer {
	padding: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footercenter
{
	margin:0 auto;
	width:980px;
	height : 123px;
	display : block;
	background:url(../images/footercenter.jpg) no-repeat bottom center;
}

#footersides 
{
	background:url(../images/footersides.png) no-repeat bottom center;
}

/*=Game Page 
-----------------------------------------------------------------------------*/

#right-column
{
	float:right;
	width:234px;
	font-size:11px;
}

#main-column
{
	margin-right:240px;
}

.middle-box
{
	margin-left:1px;
}

.middle-box h2
{
	line-height:20px;
	padding-left:3px;
	background:url(../images/human-player-h3-bg.png) no-repeat bottom left;
}

.middle-box .box-bg-top 
{
	height:5px;
	line-height:5px;
	background:url(../images/middle-box-bg-top.png) no-repeat;
}

.middle-box .box-bg
{
	background:url(../images/middle-box-bg.png) repeat-y;
	padding: 3px 0px 6px 6px;
	overflow:hidden;
}

.middle-box .box-bg-bottom
{
	height:5px;
	line-height:5px;
	background:url(../images/middle-box-bg-bottom.png) no-repeat;
}

.screenshots
{
	overflow:hidden;
	color:#ffcc00;
	font-size:13px;
}

.screenshots .main
{
	width:344px;
	float:left;
}

.screenshots .main-bg-top
{
	background:url(../images/screenshot-main-bg-top.png) no-repeat;
	height:5px;
	line-height:5px;
}

.screenshots .main-bg
{
	background:url(../images/screenshot-main-bg.png) repeat-y;
	overflow:hidden;
	padding-top:1px;
	padding-left:3px;
}

.screenshots .main-bg-bottom
{
	background:url(../images/screenshot-main-bg-bottom.png) no-repeat;
	height:4px;
	line-height:4px;
}

.screenshots .previews
{
	width:89px;
	float:left;
	overflow:hidden;
	margin-left:1px;
}

.screenshots .previews-bg-top
{
	background:url(../images/previews-bg-top.png) no-repeat;
	height:5px;
	line-height:5px;
}

.screenshots .previews-bg
{
	background:url(../images/previews-bg.png) repeat-y;
	overflow:hidden;
	padding-left:4px;
}

.screenshots .previews-bg-bottom
{
	background:url(../images/previews-bg-bottom.png) no-repeat;
	height:4px;
	line-height:4px;
}

.screenshots .preview
{
	margin-bottom:1px;
	cursor:pointer;
}

.screenshots .preview img
{
	border:1px solid #5ca6be;
}

.screenshots .arrows
{
	float:left;
	overflow:hidden;
}

.screenshots .arrows a
{
	width:24px;
	height:25px;
	display:block;
}

.screenshots .arrows .down
{
	margin-top:170px;
}

.news .alerts,
.news .articles
{
	padding:1px 5px;
}

.news .articles .title a
{
	color:#32c9fa;
}

.news .alerts .title
{
	margin-bottom:10px;
}

.news .alerts .title a
{
	color:#ea750c;
	font-weight:bold;
}

.news .alerts .body
{
	font-weight:bold;
}

.news-page .list .alerts
{
	border:solid 1px #fac900;
	padding:5px 10px 0 10px;
	background-color:#343e61;
	margin-bottom:10px;
}

.news-page .list .alerts .separator
{
	height:10px;
}

.news-page .list .alerts .item .title
{
	margin-bottom:15px;
}

.news-page .list .alerts .item .title a
{
	font-weight:bold;
}

.news-page .list .alerts .item .body
{
	font-weight:bold;
}

.news-page .list .articles .item .title
{
	margin-bottom:10px;
}

.box
{
	margin-bottom:5px;
}

.box ul
{
	margin:0;
	padding:0;
	list-style:none !important;
}

.box ul li
{
	line-height:24px;
}

.box h3
{
	padding-top:2px;
	margin-top:2px;
	line-height:20px;
	background:url(../images/human-player-h3-bg.png) no-repeat bottom left;
}

.box a
{
	color:#e5faff;
}

.box .player
{
	font-weight:bold;
}

.box .player .nick
{
	margin-right:3px;
}

.box .box-bg-top
{
	height:5px;
	line-height:5px;
	background:url(../images/box-bg-top.png) no-repeat;
}

.box .box-bg
{
	background:url(../images/box-bg.png) repeat-y;
	padding: 1px 10px;
}

.box .box-bg-bottom
{
	height:5px;
	line-height:5px;
	background:url(../images/box-bg-bottom.png) no-repeat;
}

.large-box, .xlarge-box
{
	margin-left:7px;
	margin-right:7px;
}

.large-box .box-bg-top
{
	background:url(../images/large-box-bg-top.png) no-repeat top left;
	height:5px;
	line-height:5px;
}

.xlarge-box .box-bg-top
{
	background:url(../images/xlarge-box-bg-top.png) no-repeat top left;
	height:5px;
	line-height:5px;
}

.large-box .box-bg
{
	background:url(../images/large-box-bg.png) repeat-y;
	padding: 10px;
	overflow:hidden;
}

.xlarge-box .box-bg
{
	background:url(../images/xlarge-box-bg.png) repeat-y;
	padding: 16px;
	overflow:hidden;
}

.large-box .box-bg-bottom
{
	background:url(../images/large-box-bg-bottom.png) no-repeat bottom left;
	height:5px;
	line-height:5px;
}

.xlarge-box .box-bg-bottom
{
	background:url(../images/xlarge-box-bg-bottom.png) no-repeat bottom left;
	height:5px;
	line-height:5px;
}

.human-players
{
	margin-bottom:0;
}

.human-players .box-bg-top
{
	background:url(../images/human-players-bg-top.png) no-repeat;
}

.human-players .box-bg
{
	background:url(../images/human-players-bg.png) repeat-y;
	padding:0;
}

.human-players .symbol-bg
{
	background:url(../images/human-symbol-bg.png) no-repeat top right;
	padding: 1px 10px;
	color:#93e6fb;
}

.human-players .symbol-bg a
{
	color:#93e6fb;	
}

.human-players .box-bg-bottom
{
	background:url(../images/human-players-bg-bottom.png) no-repeat;
}

.bugs-players .box-bg-top
{
	background:url(../images/bugs-players-bg-top.png) no-repeat;
}

.bugs-players .box-bg
{
	background:url(../images/bugs-players-bg.png) repeat-y;
	padding:0;
}

.bugs-players .symbol-bg
{
	background:url(../images/bugs-symbol-bg.png) no-repeat top right;
	padding: 1px 10px;
	color:#feae58;
}

.bugs-players .symbol-bg a
{
	color:#feae58;	
}

.bugs-players .box-bg-bottom
{
	background:url(../images/bugs-players-bg-bottom.png) no-repeat;
}

.sale-items .box-bg
{
	padding: 1px 8px 10px 8px;
}

.sale-items .buttons
{
	float:right;
	padding:2px 2px 0 0;
}

.sale-items .separator
{
	background:url(../images/separator-bg.png) no-repeat center bottom;
}

/* Item lists on game page */
.itemsList li
{
	display : none;
}

.itemsList li.active 
{
	display : inline;
}

/* Flyout Forms
-----------------------------------------------------------------------------*/

#register-form, #login-form
{
	width:413px;
	position:absolute;
	display:none;
}

#flyout-forms .flyout-bg-top
{
	height:17px;
	line-height:17px;
	background:url(../images/flyout-bg-top.png) no-repeat;
}

#flyout-forms .flyout-bg
{
	background:url(../images/flyout-bg.png) repeat-y;
}

#flyout-forms .flyout-bg-inner
{
	background:url(../images/flyout-bg-inner.png) no-repeat 6px 0px;
	padding:1px 21px;
}

#flyout-forms .flyout-bg-inner .field-row, #flyout-forms .flyout-bg-inner p
{
	padding-left:6px;
} 

#flyout-forms .flyout-bg-bottom
{
	height:35px;
	line-height:35px;
	background:url(../images/flyout-bg-bottom.png) no-repeat;
}

#flyout-forms .field-row, #bug-report-form .field-row
{
	padding-bottom:10px;
}

#flyout-forms label,  #bug-report-form label
{
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#ffcc00;
}

#flyout-forms label
{
	line-height:12px;
}

#flyout-forms a
{
	font-size:11px;
}

#bug-report-form
{
	padding:0px 2px 0px 13px;
}

#bug-report-form .required-star
{
	padding-bottom:3px;
}

#bug-report-form .report-section
{
	padding:10px 0 20px 0;
}

#bug-report-form .section-title
{
	font-weight:bold;
	line-height:20px;
	padding-left:3px;
}

#bug-report-form .section-body
{
	padding-top:1px;
}

#bug-report-form .section-body .body-bg-top
{
	background:url(../images/large-box-bg-top.png) no-repeat top left;
	height:5px;
	line-height:5px;
}

#bug-report-form .section-body .body-bg
{
	background:url(../images/large-box-bg.png) repeat-y left;
	padding-left:10px;
	overflow:hidden;
}

#bug-report-form .section-body .body-bg-bottom
{
	background:url(../images/large-box-bg-bottom.png) no-repeat bottom left;
	height:5px;
	line-height:5px;
}

#bug-report-form .section-body table, #bug-report-form .section-body table td
{
	border:none !important;
}

#bug-report-form .field-row
{
	padding-bottom:10px;
}

#bug-report-form label
{
	color:#ffcc00;
	margin-bottom:0px;
	padding-bottom:0px;
}

#bug-report-form label.blocked
{
	display:block;
	margin-bottom:4px;
	background:url(../images/label-bg.png) no-repeat bottom left;
}

#bug-report-form label.bug-title-label
{
	font-weight:bold;
	font-size:12px;
	border-bottom: solid 1px #ffcc00;
	background:none;
	width:350px;
}

#bug-report-form div.help-icon
{
	float:right;
	padding-top:4px;
	padding-right:10px;
}

#bug-report-form div.help-icon img
{
	width:24px;
	height:24px;
}

.radiobutton-list label
{
	color:#e5faff !important;
}

.help-text
{
	 position : absolute;
	 display : none;
	 z-index : 99;
	 background-color : White;
	 border : solid 1px #666666;
	 color : #000;
	 padding : 10px;
	 width : 250px;
}

/* Paginator, used for search and other stuff 
-----------------------------------------------------------------------------*/

.paginator {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #999;
	font-weight: bold;
}

.paginator ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.paginator ul li {
	display: inline;
	padding-right: 10px;
}

.paginator ul li {
}

.paginator ul li span {
}

.paginator ul li span a {
	text-decoration: underline;
	padding: 0 10px;
	color: #026a9d;
}

.paginator ul li.active {
}

.paginator ul li.active span {
	padding: 0 10px;
}


/*=Search Results
-----------------------------------------------------------------------------*/

#search-results {
}

#search-results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#search-results ul li {
	padding-bottom: 10px;
	font-weight: bold;
}

#search-results ul li a {
	text-decoration: underline;
}

/*= Calendar of Events 
-----------------------------------------------------------------------------*/

.calendar {
	width: 180px;
}

.calendar .header {
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

.calendar .previous {
	float: left;
}

.calendar .next {
	float: right;
}

.calendar table.body {
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

.calendar table.body tr.week {
}

.calendar table.body tr.week-first {
}

.calendar table.body tr.week-last {
}

.calendar table.body td {
	vertical-align: middle !important;
}

.calendar table.body td.day {
	text-align: center;
	border: 1px solid #efefef;
	height: 24px;
	color: Gray;
	padding: 0;
	margin: 0;
}

.calendar table.body td.day-first {
}

.calendar table.body td.day-last {
	border-right: 1px solid #efefef;
}

.calendar table.body td.day a {
	display: block;
	background: #eeedec;
	padding: 5px 0;
	color: #650033;
	font-weight: bold;
}

/*=Gallery 
-----------------------------------------------------------------------------*/

.filter-tab
{
	padding-left:17px;
	padding-bottom:6px;
}

.tab-title
{
	padding:0px 10px;
}

div#thumbnails {
	margin: 0;
	padding: 10px 0;
}

div#thumbnails .thumbnail
{
	width:168px;
	float:left;
	padding:0 1px 1px 0;
}

div#thumbnails .thumbnail .thumbnail-bg-top
{
	height:5px;
	line-height:5px;
	background:url(../images/gallery-thumbnail-bg-top.png) no-repeat;
}

div#thumbnails .thumbnail .thumbnail-bg-bottom
{
	height:5px;
	line-height:5px;
	background:url(../images/gallery-thumbnail-bg-bottom.png) no-repeat;
}

div#thumbnails .thumbnail .thumbnail-bg
{
	background:url(../images/gallery-thumbnail-bg.png) repeat-y;
	padding: 1px 0 0 4px;
}

div#pagination
{
	background:url(../images/pager-bg.png) no-repeat top center;
	margin-top:10px;
	padding:10px;
	text-align:center;
}

div#pagination table
{
	width:auto;
	border:none !important;
	margin:0 auto;
}

div#pagination table tr td
{
	vertical-align:middle;
	border:none !important;
	padding-left:20px;
	font-size:14px;
}

div#pagination .page-numbers a
{
	color:#8fe5fb;
	padding:0 8px;
	text-decoration:none;
}

div#pagination .page-numbers .sep
{
	color:#8fe5fb;
}


div#pagination .page-numbers, div#pagination .page-numbers a.active
{
	color:#fff799;
	font-weight:bold;
}

/*=Forms 
-----------------------------------------------------------------------------*/

.hint {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-top:2px;
}

/* Applied to containers with  */
.validator {
	color: Red;
}

/* Applied to containers with required fields inside */
.validator-req {
}

/* 
    Applied to validator summary div, that contains ul
    By default it has style color: red; so you need to overwrite it somewhere in ul
	
	".errors" here is for validator summary from the form builder forms.
 */
.validator-summary, .errors {
	padding: 0 8px;
	border:solid 1px #d9420b;
	background:#f5ecc9;
	width:570px;
	margin-bottom:15px;
}

.bug-validator-summary {
	padding: 0 8px;
}

.validator-summary ul, .errors ul, .bug-validator-summary ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.validator-summary li, .errors li, .bug-validator-summary li {
	font-weight: bold;
	padding: 3px 0 !important;
	color:#e5faff;
}

.validator-summary li
{
	color:#ab3004;
}

.hidden-area
{
	display:none;
}

#validation
{
	width:467px;
	border:2px solid #32c9fa;
	margin:5px 5px 10px 5px;
}

#validation .validation-bg-top
{
	background:url(../images/validation-bg-top.png) no-repeat top left;
	height:23px;
	line-height:23px;
}

#validation .validation-bg
{
	background:url(../images/validation-bg.png) repeat-y left;
}

#validation .validation-bg-bottom
{
	background:url(../images/validation-bg-bottom.png) no-repeat bottom left;
	height:23px;
	line-height:23px;
}

fieldset {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	border: 0;
	width:588px;
}

legend 
{
	display:block;
	border-bottom:solid 1px #becede;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	text-align:left;
	line-height:32px;
	margin-bottom:10px;
}

.field-row .field-control
{
	margin: 2px 0 10px 0;
}

label {
	font-family: Arial;
	color:#ffcc00;
	font-weight: bold;
}

.list-control label
{
	font-weight:normal;
	color:#f4ffff;
}


/* Simultaneously added to div.field-row */
.submit {
}

.input-name {
	width: 400px;
}

.input-address {
	width: 400px;
}

.input-city {
	width: 150px;
}

.input-state {
	width: 10ex;
}


.input-phone {
	width: 150px;
}

.input-reference {
	width: 150px;
}

.button-link {
	text-decoration: underline !important;
}

/*   Game mockups     */

.underlined
{
	text-decoration : underline;
}	

.italic
{
	 font-style : italic;
}	

.normaltext
{
	font-weight : normal;
}

.centered
{
	text-align : center !important;
}

.bold
{
	font-weight : bold !important;
}

.db-column
{
	color : #fff;
	width : 208px;
	float : left;
	margin-left : 7px;
	margin-right : 7px;
	font-size : 12px;
}

.db-block
{
	margin-bottom : 8px;
}

.db-title
{
	height : 21px;
}

.db-block-body
{
	padding:5px;
	border:solid 1px #5a8eb1;
	border-top:none;
	background:url(../images/dashboard/db-block-body-bg.png) repeat-y;
}

.db-block-body .body-row
{
	line-height:26px;
	height:26px;
}

.db-block-body .body-row .left
{
	display:block;
	float:left;
	font-weight:bold;
}

.db-block-body .body-row .right
{
	display:block;
	float:right;
	clear:right;
}

.db-block .ranking
{
	background:url(../images/dashboard/db-ranking-bg.jpg) no-repeat;
	height:191px;
}

.db-block .ranking .body-row
{
	height:33px;
	line-height:33px;
	clear:both;
}

.db-block .ranking .rank
{
	line-height: 16px;
	padding-top:25px;
	padding-bottom:3px;
}

.db-block .ranking .rank div
{
	width:90px;
	text-align:center;
}

.db-block .ranking .left
{
	font-weight:normal;
}

.db-block .ranking .stats .center
{
	margin: 0 auto;
	width:50px;
	text-align:center;
	font-size:14px;
}

.db-block .ranking .stats .left, .db-block .ranking .stats .right
{
	width:70px;
	text-align:center;
}


.db-block-body ul.bulleted li
{
	line-height : 26px;
	list-style : none;
	padding-left : 12px;
	color : #fccc00;
	background : url(/images/game/li-bul.png) no-repeat  left 10px;
}


.db-block .my-friends li.active a
{
	font-weight:bold;
}


.db-Message
{
	width : 650px;
	float : left;
	line-height :30px;
	text-align :  center;
	vertical-align : middle;
	background-color : #2f7bb5;
	border : solid 1px #0ab9ee;
	font-weight : bold;
	margin : 0 10px 20px 10px;
}

.guild-icon
{
	text-align:center;
}
		
.guilds-members
{
	width:430px;
}

.guilds-members .db-block-body
{
	background:url(../images/guilds-profile/members-bg.png) repeat-y;
}

.guilds-members table th, 
.guilds-list th,
.players-searchlist th
{
	font-weight:bold;
	line-height:26px;
}

.guilds-members table tr td, 
.guilds-list tr td,
.players-searchlist tr td
{
	border-top:solid 1px #5c91b5;
	line-height:26px;
}

.guilds-members table td.name, 
.guilds-list td.name,
.players-searchlist td.name
{
	width:120px;
	font-weight:bold;
}

.guilds-members table td.name a, 
.guilds-list td.name a, 
.guilds-list td.chairman a,
.players-searchlist td.name a
{
	color:#fff;
}

.guilds-members table td.position
{
	width:88px;
	text-align:center;
}

.guilds-members table td.joined
{
	width:88px;
	text-align:left;
}

.guilds-members table td.status
{
	width:120px;
	text-align:left;
	font-size:11px;
}

.guilds-list td.online
{
	width:100px;
}

.guilds-list th.score,
.guilds-list td.score, 
.guilds-list th.members,
.guilds-list td.members
{
	text-align:right;
}

.searchBox 
{
	 margin-bottom : 10px;
	 line-height : 30px;
	 vertical-align : bottom;
}

.searchBox a img
{
	padding : 0px;
	margin : 0px;
}

.guild-paginator
{
	font-weight : bold;
	margin-top : 20px;
	float : left;
}

.guild-paginator a
{
	font-weight : normal;
}

.guild-paginator span
{
	margin-right : 20px;
}

.guild-paginator ul li, .guild-paginator ul
{
	float : left;
	list-style-image : none;
	list-style-type : none;
}

.input
{
	font-family : Verdana;
	font-size : 11px;
	padding : 3px;
	margin-right : 3px;
}

.search-input
{
	float : left;
}

.offline, h1 .offline
{
	color : #6ca4bf;
	text-transform : none;
	font-size : 12px;
}

.meta
{
	font-size : 11px;
	color : #fccc00;
}

h1 .meta
{
	font-size : 12px;
	color : #fccc00;
	text-transform : none;

}

li.friends
{
	display : none;
}

/* Store */

.store_yellow
{
	color : #ffe30f;
}

.store-column
{
	color : #fff;
	width : 156px;
	float : left;
	margin-left : 7px;
	margin-right : 7px;
	font-size : 12px;
}

.store-block
{
	margin-bottom : 8px;
}

.store-block-body
{
	padding:5px;
}

.store-block-body .body-row
{
	line-height:26px;
	height:26px;
}

.store-block-body .body-row .left
{
	display:block;
	float:left;
	font-weight:bold;
}

.store-block-body .body-row .right
{
	display:block;
	float:right;
	font-weight : bold;
}

.store_right
{
	width : 490px;
	float : left;
	margin-left : 10px;
}

.store_right .store_topic
{
	overflow:hidden;
	clear:both;
}

.store_topic .left
{
	float : left;
	display : block;
	font-weight : bold;
}

.store_topic .right
{
	float : right;
	display : block;
}

.store_splitter
{
	margin : 10px 0 10px 0;
	height : 7px;
	background:url(../images/store_slitter.gif) repeat-x;
}

.store_splitter_desc
{
	margin : 10px 0 10px 0;
	float : left;
	height : 7px;
	width : 100%;
	display : block;
	background:url(../images/store_slitter_desc.gif) repeat-x;
}

.buy_desc
{
	font-weight : bold;
	display : none;
}

.buy_desc .Item
{
	line-height:27px;
}

.buy_desc .Item .Notify
{
	font-weight : normal;
	font-size : 11px;
}

.buy_cancel a
{
	color : #FFF;
	font-weight : normal;
}

.buy_cancel 
{
	display : none;
}

.store-menu
{
	padding-bottom:10px;
}

.store-menu .type
{
	padding-top:8px;
	padding-left:19px;
}

span.LandingHeadline
{
	font-size : 14pt;
	font-weight : bold;
}

p.LandingLargeP
{
	font-size : 12pt;
}