/*******************************************************************************
 ****   NAVIGATION
 ******************************************************************************/
#header_banners {
	position: absolute;
	height: 130px;
	right: 10px;
	z-index: 30;
}
#header .drop_banner {
	width: 115px;
	text-decoration: none;
	color: #e5e5e5;
	cursor: pointer;
	position: absolute;
	padding-bottom: 17px;
	bottom: 0;
	background: url(images/ui_banners_frames.png) no-repeat;
}
#header .banner_sides {
	background: url(images/ui_banners_frames.png) 0px bottom repeat-y;
}
#header .banner_bottom {
	height: 117px;
	background: url(images/ui_banners.jpg) no-repeat;
	margin: 0 10px 0 9px;
}
#header .drop_banner ul {
	margin: 0 10px 0 9px;
	text-align: center;
	font-size: .9em;
	padding: 1em 4px 0 4px;
	background: url(images/ui_banners.jpg) repeat-y;
	font-family: "trebuchet ms", verdana, tahoma, arial, serif, san-serif;
	font-variant: small-caps;
}
#header .drop_banner ul li {
	background: url(images/ui_banner_overlay.png) left top repeat-y;
}
#header .drop_banner ul li:hover {
	background-position: right top;
}
#header .drop_banner a {
	display: block;
	text-decoration: none;
	color: #e5e5e5;
	xtext-shadow: 1px 1px 2px #151515;
	font-size: .85em;
	padding: 3px 0;
	border-bottom: 1px solid #c6d678;
}
#header .drop_banner li:first-child a {
	border-top: 1px solid #c6d678;
}
/* only active if JS is disabled */
#header .noJS:hover {
	top: 0;
	bottom: auto;
}

/* Builder */
#header .builder {
	background-position: -120px bottom ;
	right: 260px;
}
#header .builder ul {
	background-position: 0 bottom;
}
#header .builder .banner_bottom {
	background-position: -300px bottom;
}

/* Armory */
#header .armory {
	background-position: -250px bottom ;
	right: 130px;
}
#header .armory ul {
	background-position: -100px bottom;
}
#header .armory .banner_bottom {
	background-position: -400px bottom;
}

/* Library */
#header .library {
	background-position: -380px bottom ;
	right: 0px;
}
#header .library ul {
	background-position: -200px bottom;
}
#header .library .banner_bottom {
	background-position: -500px bottom;
}

/* horizontal parchment banner */
#bannerWrap {
	width: 950px;
	margin: auto;
	/* this could do with a better solution */
	position: relative;
	z-index: 1;
}
#bannerInner {
	background: #f4dca7 url(images/banner_inner.jpg) repeat-x;
	height: 22px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 1px;
	color: #a5a5a5;
	font-size: .75em;
	font-variant: small-caps;
	height: 18px;
	position: relative;
	z-index: 10;
}
#bannerInner a {
	text-decoration: none;
	margin: 0 5px;
	color: #3535c5;
}
#bannerInner div {
	float: right;
	margin-right: 20px;
}
#bannerInner div a {
	margin-left: 20px;
}
#bannerBottom {
	background: url(images/banner_bottom.png) repeat-x;
	height: 9px;
}

#fluff_6 {
	background: url(images/nav_ribbon_bottom.jpg) left bottom no-repeat;
	padding-bottom: 150px;
}
#fluff_eye {
	background: url(images/eye_small.png) left top no-repeat;
	width: 129px;
	height: 96px;
	margin:auto;
	position: relative;
	top: 20px;
	left: -4px;
}

#subnav_wrap {
	background: url(images/nav_ribbon.jpg) left bottom repeat-y;
	float: left;
	width: 240px;
	margin-top: -20px;
}

#subnav {
	color: #e5e5e5;
	font-size: .8em;
	padding-left: 35px;
	padding-top: 30px;
	width: 190px;
	font-family: tahoma, arial, san-serif, serif;
}
#subnav > li {
	padding-top: 1em;
}
#subnav > li:first-child {
	padding-top: 0;
}
#subnav ul {
	margin-top: 4px;
	padding-bottom: 4px;
	font-size: .9em;
}
#subnav li {
	font-weight: bold;
	font-size: 1.05em;
	font-family: verdana, tahoma, arial, san-serif, serif;
	color: #fff3a5;
}
#subnav li li {
	margin-right: 30px;
	font-size: .9em;
	font-family: tahoma, arial, san-serif, serif;
}
#subnav li.spacer {
	margin-bottom: 25px;
}
#subnav li.topspacer {
	margin-top: 25px;
}
#subnav a {
	display: block;
	padding: 2px;
	color: #e5e5e5;
	text-decoration: none;
	padding-left: 15px;
	font-weight: normal;
	border-bottom: 1px solid #2F3C68;
}
#subnav a:hover {
	background: #0D121A;
}

/*******************************************************************************
 ****   PUBLIC PAGES
 ******************************************************************************/
h1, h1 span {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 70px;
	top: 0;
	width: 430px;
	height: 130px;
	padding-top: 40px;
	font-family: "trebuchet ms";
	font-size: 2.5em;
	overflow: hidden;
	cursor: pointer;
}
h1 span {
	left: 0;
	z-index: 2;
	height: 170px;
	background: url(images/header_throne.jpg) -236px 0;
}
h1 a {
	color: white;
	text-decoration: none;
}

#content {
	width: 920px;
	padding: 20px;
	padding-left: 10px;
	margin: auto;
	color: #e5e5e5;
	min-height: 731px;
	background: url(images/ui_class_1.jpg);
	margin-top: -8px;
}
#content .link {
	color: #3535c5;
}

/*******************************************************************************
 ****   ARMORY
 ******************************************************************************/
.item_bonus {
	float: right;
	width: 59%;
}
.item_bonus span {
	color: #008000;
}
.item_ref {
	float: left;
	width: 39%;
}
.item_extra {
	float: left;
}
.item_extra span {
	color: #004880;
}

/*******************************************************************************
 ****   QUICK LINKS
 ******************************************************************************/
#quick_links ul {
	float: left;
	width: 200px;
	font-size: .85em;
	text-align: left;
	margin-right: 2px;
}

#quick_links a {
	color: #e5e5e5;
	text-decoration: none;
	border-bottom: 1px solid #151515;
}
#quick_links.summary ul {
	width: auto;
	margin: 0 19px;
	text-align: center;
	list-style-type: none;
}
#quick_links.summary ul a {
	color: #46C12D;
	font-size: 10pt;
	border-bottom: 1px solid #46C12D;
}
#quick_links.summary ul a:hover {
	color: #BA6819;
	border-bottom: 1px solid #BA6819;
}

.domainSpell {
	display: block;
	width: 36px;
	height: 36px;
	background-position: -2px -2px;
	background-repeat: no-repeat;
	border: 1px solid #353535;
	margin: 0;
	font-size: 0;
}

.domainSpellTD {
	width: 36px;
	height: 36px;
	padding: 0;
}

#section .top_link {
	display: block;
	text-decoration: none;
	color: #0D121A;
	background: url(images/top_link.png) right top no-repeat;
	padding: 0;
	font-size: .9em;
	padding-right: 24px;
	text-indent: -999em;
	margin-bottom: -1.4em;
	margin-right: 0;
	margin-left: auto;
	width: 120px;
	border: 0;
}
#section .top_link:hover {
	text-indent: 0;
	text-align: right;
	color: #5ca21a;
	border: 0;
}

/*******************************************************************************
 ****   LOGIN STYLES
 ******************************************************************************/
#login {
	border: 1px solid #555555;
	padding: 40px;
}
#login table {
	width: auto;
	background: transparent;
	border: 0;
	margin: auto;
	font-size: 1.2em;
}
#login table tr,
#login table tr:hover td,
#login table td:hover,
#login table td {
	background: transparent;
	border: 0;
}
#login table .left {
	display: block;
	text-align: right;
	padding-top: 4px;
}
#login input[type=text],
#login input[type=password] {
	width: 200px;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: #36445E;
	color: #e5e5e5;
	font-size: 1.3em;
	margin-left: 10px;
}
#login .extra {
	padding-left: 13px;
}
#login .extra input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
}
#login .extra label {
	font-size: .8em;
}
#login .extra .button {
	margin-left: 4px;
	margin-top: 10px;
}

#signup tr td {
	padding: 6px 0;
	vertical-align: middle;
	background: transparent;
	border: 0;
}
#signup .label {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 10px;
}
#signup .notes {
	font-size: 8pt;
	color: #efa837;
	padding: 6px 10px;
}
#signup input {
	width: 200px;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: #36445E;
	color: #e5e5e5;
	font-size: 1.3em;
}

/*******************************************************************************
 ****   BUG AND FEEDBACK STYLES
 ******************************************************************************/
.report {
	margin: 10px;
	color: #e5e5e5;
	padding: 4px 10px;
	text-decoration: none;
	border: 1px solid #ffffff;
	background: #353535;
}

.feedback td {
	vertical-align: middle !important;
	padding: 5px !important;
}
.feedback .label {
	font-size: 8pt;
	white-space: nowrap;
	font-weight: bold;
	color: #e5e5e5;
}
.feedback .notes {
	color: #eeffaa;
}
.feedback input,
.feedback textarea {
	font-size: 10pt;
	padding: 4px;
	margin: 0;
	background-color: #06090d;
	border: 1px solid #353535;
	color: #e5e5e5;
}

.feedback input {
	width: 200px;
}
.feedback textarea {
	width: 98%;
}
.feedback input[type=submit]:hover {
	background: #353535;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

.welcome {
	border: 0;
	font-size: 1.9em;
}

/*******************************************************************************
 ****   MY BUILDS
 ******************************************************************************/
.details th {
	background: #252525;
	padding: 4px 10px;
	border: 1px solid #151515;
}
.details td {
	padding: 5px 8px 6px 8px;
	background: #06090d;
	border: 1px solid #151515;
	vertical-align: middle;
}
.details .label {
	padding-right: 15px;
	padding-left: 3px;
}

.details tr:hover td {
	background-color: #18191E;
}

#section table.details td {
	vertical-align: middle;
}
#section .recentBuildsList {
	clear: left;
}
#section .recentBuildsList tr td:first-child a:visited {
	color: #555555;
}

/*******************************************************************************
 ****   WATCHED BUILDS
 ******************************************************************************/
#section .watchlist td {
	vertical-align: middle;
}
.watchlist img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
}
#section .watchlist .remove {
	border: 0;
}

/*******************************************************************************
 ****   BUTTON STYLES
 ******************************************************************************/
.button {
	float: left;
	width: 100px;
	cursor: pointer;
	padding: 5px 0 9px 0;
	background: url(images/ui_button_100.png) left top no-repeat;
	border: 0;
	color: #e5e5e5;
	text-align: center;
	margin: 0;
	margin-right: 10px;
	text-decoration: none;
	border: 0 !important;
}
.button:hover {
	background-position: right top;
	border: 0 !important;
	color: #e5e5e5 !important;
}

/* Style for the prestige class text block */
.prc {
	color: #c55f5f;
}

/*******************************************************************************
 ****   BROWSE BUILDS
 ******************************************************************************/
#section table .build_info {
	line-height: 1.8em;
	padding: 3px 5px;
	color: #c5c5c5;
}
#section table .build_info abbr {
	display: block;
}
#section table .build_info span {
	padding: 3px 10px;
	float: left;
}
#section table .build_info a:visited {
	color: #a89276;
}
#section table .build_info .build {
	color: #FFDDB1;
	font-size: 1.1em;
	font-weight: bold;
}
#section table .build_middle {
	vertical-align: middle;
}
#section table .odd td {
	border-color: #050505;
}
#section table .even td {
	background-color: #141518;
	border-color: #050505;
}
#section .class_icon {
	vertical-align: middle;
	padding: 0;
}
#section .class_icon img {
	width: 35px;
	height: 35px;
	margin: 0;
}
#section .class_icon div {
	background-position: -3px -3px;
	background-repeat: no-repeat;
	border: 1px solid #3F3F34;
	width: 35px;
	height: 35px;
	margin: auto;
}
#section .class_icon span,
.game_icon span,
.game_icon_small span {
	position: absolute;
	left: -9999px;
}
.game_icon div {
	margin: auto;
	margin-top: 3px;
	width: 30px;
	height: 30px;
	background: url(images/game_versions/1.png) left top no-repeat;
}
.game_icon .version_2 {background-image: url(images/game_versions/2.png);}
.game_icon .version_3 {background-image: url(images/game_versions/3.png);}
.game_icon .version_4 {background-image: url(images/game_versions/4.png);}

.game_icon_small div {
	margin: auto;
	margin-top: 3px;
	width: 20px;
	height: 20px;
	background: url(images/game_versions/1_16.png) left top no-repeat;
}
.game_icon_small .version_2 {background-image: url(images/game_versions/2_16.png);}
.game_icon_small .version_3 {background-image: url(images/game_versions/3_16.png);}
.game_icon_small .version_4 {background-image: url(images/game_versions/4_16.png);}

.build_game_version {
	float: right;
	margin-top: -35px;
	margin-right: -40px;
	width: 50px;
	height: 50px;
	background: url(images/game_versions/1_frame.png) center center no-repeat;
}
.build_game_version.version_2 {background-image: url(images/game_versions/2_frame.png);}
.build_game_version.version_3 {background-image: url(images/game_versions/3_frame.png);}
.build_game_version.version_4 {background-image: url(images/game_versions/4_frame.png);}

/*******************************************************************************
 ****   DEV BLOG
 ******************************************************************************/
.devblog ul li {
	margin-bottom: 15px;
}
.devblog ul li strong {
	color: #F4A338;
}
.devblog a {
	color: #FFDDB1;
	border-bottom: 1px solid #FFDDB1;
	text-decoration: none;
}
.devblog .top_link {
	border: 0;
}

/*******************************************************************************
 ****   COMMENT SYSTEM
 ******************************************************************************/
#comments .button,
#comments_mce .button {
	margin-top: 15px;
	border: 0;
}
.comment_frame {
	border: 1px solid black;
	background: #111216;
	padding-bottom: 10px;
}
.comment {
	font-size: .9em;
	color: #e5e5e5;
	margin-top: 10px;
}
.comment .info {
	padding: 4px;
	font-size: .9em;
	color: #FFDDB1;
	background: #242730;
	border-bottom: 1px solid #111216;
	font-style: italic;
}
.comment .comment_text {
	margin: 15px;
}
.comment .edit {
	display: block;
	padding: 4px 10px;
	font-size: .8em;
	font-style: italic;
	color: #a5a5a5;
}

/* Sub level comments */
.comment .comment {
	border: 0;
	margin-left: 15px;
	border-left: 1px solid #16171a;
	font-size: 1em;
}

/* Stop comment levels 5 or more from indenting */
.comment .comment .comment .comment .comment {
	margin: 0;
}

.comment .rate {
	float: right;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 0 !important;
}
.comment .rate.up {
	background: url(images/icon_thumb_up.png) left top no-repeat;
}
.comment .rate.down {
	background: url(images/icon_thumb_down.png) left top no-repeat;
}
.comment .rate.down:hover,
.comment .rate.up:hover,
.comment .report:hover {
	background-position: right top;
}
.comment .report {
	float: right;
	background: url(images/icon_exclamation.png) left top no-repeat;
	width: 16px;
	height: 16px;
	border: 0 !important;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}
.comment .rate_label,
.comment .rate_score {
	float: right;
	padding: 0 6px;
	text-align: center;
	color: #e5e5e5;
	font-weight: bold;
}
.comment div.positive,
.comment span.positive {
	color: #35e535;
}
.comment div.negative {
	color: #555555;
}
.comment span.negative {
	color: #e53535;
}
.comment_deleted {
	color: #a5a5a5;
	font-size: .9em;
	font-style: italic;
}

.comment .action {
	float: right;
	width: auto;
	border: 0;
	margin: 0 10px;
}

.comment blockquote {
	margin: 5px;
	margin-left: 0;
	border: 1px solid #111111;
	background: #151515;
	padding: 4px;
	font-size: .9em;
}
.comment blockquote p {
	margin: 0;
	margin-bottom: .3em;
}

.comment .post_hidden {
	padding-left: 5px;
	color: #111216;
	display: none;
}

.collapse {
	cursor: pointer;
	padding-left: 24px;
	padding-top: 2px;
	background: url(images/icon_minus.png) left top no-repeat;
}

.collapsed > .comment_text,
.collapsed > .edit {
	display: none;
}
.collapsed > .info .post_hidden {
	display: inline;
}
.collapsed > .info .collapse {
	background: url(images/icon_plus.png) left top no-repeat;
}

.comment .rate_waiting,
.comment .rate_success,
.comment .rate_failure {
	display: block;
	width: 16px;
	height: 16px;
}
.comment .rate_waiting {
	background: url(images/comment_wait.gif) left top no-repeat;
}
.comment .rate_success {
	background: url(images/ajaxSuccess.gif) left top no-repeat;
}
.comment .rate_failure {
	background: url(images/ajaxFailure.gif) left top no-repeat;
}

.comment .resp {
	color:#ffffff;
	padding:3px;
	padding-left:30px;
	font-size: .9em;
}
.comment .resp.error {
	border:1px solid #c1565f;
	background:#872031 url(images/msg_error.png) 4px 4px no-repeat;
}
.comment .resp.success {
	border:1px solid #7eb757;
	background:#4B8224 url(images/msg_success.png) 4px 4px no-repeat;
}

#loading_editor {
	display: block;
	background: url(images/comment_wait.gif) left center no-repeat;
	padding-left: 25px;
}

/*******************************************************************************
 ****   TINY MCE EDITOR STYLES
 ******************************************************************************/
#comment_report {
	padding: 5px;
	font-size: .9em;
	color: #e5e5e5;
	background: #242730;
	width: 98%;
}
#editor_content {
	padding: 5px;
	font-size: .9em;
	color: #e5e5e5;
	background: #242730;
	border-bottom: 1px solid #e5e5e5;
	display: none;
}

#comments_mce .mceToolbar,
#comments_mce .mceToolbar tr,
#comments_mce .mceToolbar td {
	background: #111216;
	width: auto;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: 0;
}

#comments .mceLayout a {
	line-height: 0;
}
a[accesskey="q"],
a[accesskey="z"] {
	display: none !important;
}

#comments_mce .mceLast td {
	border-bottom: 1px solid #e5e5e5;
}
#comments_mce table.mceToolbar td {
	padding: 3px 0;
}
#comments_mce table.mceToolbar a {
	border: 1px solid #151515;
	border-left: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
}

#comments_mce .mceLast,
#comments_mce .mceLast td {
	background: #111216 !important;
	color: #e5e5e5 !important;
}

#comments_mce .mceToolbar,
#comments_mce .mceToolbar td {
	background: #e5e5e5 !important;
}

/*******************************************************************************
 ****   MEMBER STYLES
 ******************************************************************************/
#member_panel {
	position: absolute;
	right: 0;
	bottom: -11px;
	height: 50px;
	z-index: 1;
}
.member_icon {
	width: 72px;
	height: 57px;
	background: url(images/ui_member_icon.png) left top no-repeat;
	position: absolute;
	right: 0;
}
#member_panel .frame {
	height: 38px;
	background: url(images/ui_class_1.jpg);
	margin-right: 63px;
	margin-top: 10px;
	font-size: .7em;
	border: 1px solid #5f5441;
	border-bottom: 0;
	padding: 5px 3px 3px 10px;
	position: absolute;
	right: 0;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	color: #e5e5e5;
}
#member_panel div {
	white-space: nowrap;
}
#member_panel strong {
	font-size: 1.1em;
}
#member_panel a {
	padding-top: 5px;
	margin-right: 15px;
	color: #e5e5e5;
}
#member_panel .signin {
	color: #FFDDB1;
}
#member_panel .create {
	font-style: italic;
	font-size: .9em;
}
#member_panel .or {
	color: #c5c5c5;
	display: inline
}
#member_panel h2 {
	font-size: 1em;
	border: 0;
	margin: 0;
	margin-bottom: 3px;
	letter-spacing: 0;
	font-family: verdana, tahoma, arial, san-serif;
}

/*******************************************************************************
 ****   CONFIGURATION STYLES
 ******************************************************************************/
#options tr td {
	padding: 6px;
	vertical-align: middle;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #050505;
}
#options tr:first-child td {
	border-top: 1px solid #050505;
}
#options .label {
	line-height: 1.5;
	padding-right: 10px;
}
#options.large .label {
	width: 90px;
}
#options .label strong {
	display: block;
	color: #FFDD8B;
	font-size: 1.1em;
}
#options .label span {
	color: #a5a5a5;
}
#options select,
#options input[type=text],
#options input[type=password] {
	width: 130px;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: #36445E;
	color: #e5e5e5;
	font-size: 1em;
}
#options.large input[type=text],
#options.large input[type=password] {
    width: 180px;
}
#options.email input[type=text],
#options.email input[type=password] {
	width: 220px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
#options select {
	width: 137px;
}

#options.large input[type=submit] {
	margin-left: 120px;
	margin-bottom: 10px;
}
#options .notes {
	font-size: 8pt;
	color: #efa837;
	padding: 6px 10px;
}

/*******************************************************************************
 ****   PAGINATION
 ******************************************************************************/
.pagination.top {
	margin: 5px 0 20px 0;
}
.pagination span {
	float: left;
	padding-right: 20px;
}
#section .recentBuilds a,
#section .pagination a {
	border: 1px solid #050505;
	background: #181D25;
	padding: 2px;
	float: left;
	margin-right: 3px;
	width: 23px;
	font-size: .8em;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#section .recentBuilds a:hover,
#section .pagination a:hover {
	border: 1px solid #a5a5a5;
}
#section .recentBuilds .selected,
#section .pagination .selected {
	background: #2D6268;
	border: 1px solid #a5a5a5;
}

#section .pagination a.dots,
#section .pagination a.dots:hover {
    background: transparent;
    border: 0;
    padding: 4px 0 0 0;
    color: #e5e5e5;
}

.pagination .page_jump {
    margin-left: 10px;
    padding-right: 0;
}
.pagination .page_jump select {
    border: 0;
    font-size: 10px;
    padding: 2px;
    background: #181D25;
    color: #e5e5e5;
    border: 1px solid #050505;
}

/*******************************************************************************
 ****   RECENT BUILDS
 ******************************************************************************/
#section .recentBuilds a {
	width: auto;
	margin: 0 0 10px 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
}

/*******************************************************************************
 ****   SEARCH
 ******************************************************************************/
.search_heading {
	margin-right: 145px;
}
.search {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	border: 1px solid #050505;
	background: #1c222a;
	padding: 3px 6px;
	color: #e5e5e5;
	width: 222px;
	position: relative;
	margin-top: -5px;
}
.search div {
	float: left;
}
.search label {
	padding-right: 3px;
	font-size: 8pt;
}
.search input {
	border: 1px solid #050505;
	background: #10161d;
	color: #e5e5e5;
	padding: 1px 2px;
	font-size: 8pt;
	width: 142px;
}

#section .search .advanced,
.search .go {
	border: 0;
	font-size: 0;
	padding: 0;
	height: 16px;
	width: 16px;
	border: 0;
	margin: 2px 0 0 5px;
	float: right;
	cursor: pointer;
}
.search .go {
	background: url(images/icon_search.png) left top no-repeat;
}
.search .go.focus,
.search .go:hover {
	background-position: right top;
}

/* Advanced Search */

.advanced_search {
	float: right;
	clear: right;
	border: 1px solid #050505;
	background: #1c222a;
	padding: 3px 6px;
	font-size: .8em;
	margin: 0;
}
#section .advanced_search a {
	float: left;
	border: 0;
	width: 120px;
}
.advanced_search a span {
	width: 16px;
	height: 16px;
	background: url(images/icon_go.png) left top no-repeat;
	float: right;
	margin-left: 8px;
}
#section .advanced_search a:hover {
	color: #23B90A;
}
.advanced_search a:hover span {
	background-position: right top;
}

.search_basic span {
	float: left;
	margin-right: 12px;
	padding-top: 4px;
}
.search_basic input[type=text] {
	float: left;
	margin-right: 8px;
	width: 300px;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: #36445E;
	color: #e5e5e5;
	font-size: 1em;
}
.search_basic .submit {
	float: left;
	font-size: 0;
	padding: 0;
	margin: 0;
	background: url(images/icon_search_large.png) left top no-repeat;
	width: 22px;
	height: 22px;
	border: 0;
	margin-top: 1px;
	cursor: pointer;
}
.search_basic .submit.focus,
.search_basic .submit:hover {
	background-position: right top;
}

#section .search_advanced td {
	vertical-align: middle;
}

#search_advanced_frame {
	margin-top: 30px;
}
.search_advanced input[type=text],
.search_advanced select {
	font-size: 9pt;
	border: 1px solid #e5e5e5;
	background: #36445E;
	color: #e5e5e5;
	margin: 1px;
}
.search_advanced optgroup {
	padding: 2px;
	padding-bottom: 0;
	vertical-align: middle;
	font-size: .9em;
	background: #1f2d44;
}
.search_advanced option {
	font-size: 1.1em;
	color: #e5e5e5;
	background: #36445E;
}
.search_advanced input[type=text] {
	width: 180px;
	padding: 4px;
}
.search_advanced select {
	width: 180px;
}
.search_advanced strong {
	color: #36445E;
}
#section .search_advanced .notes {
	padding: 3px;
	font-size: .8em;
	color: #efa837;
}
.search_advanced label {
	font-weight: bold;
	color: #D2A842;
}

#section .search_advanced .row {
	height: 24px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin: 2px;
	float: left;
	border: 0;
}
.search_advanced .row.delete {
	width: 24px;
	font-size: 0;
	background: url(images/icon_delete.png) left top no-repeat;
}
#section .search_advanced .row.add {
	background: url(images/icon_add.png) left top no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	text-decoration: underline;
	margin-top: -15px;
}
.search_advanced .contentRight .button {
	float: right;
}

.search_advanced select.source_date_range_day,
.search_advanced select.source_date_range_month,
.search_advanced select.source_date_range_year {
	width: 60px;
}

.home_summary span {
	color: #A5A5E2;
	float: left;
	margin: 0 34px;
}

/* Browse Builds Tags */
.browse_tag .tag_icon {
	width: 16px;
	height: 20px;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	background: url(images/tag.png) left top no-repeat;
}
.browse_tag:hover .tag_icon {
	background-position: right top;
}
.browse_tag:hover .info {
	display: block;
}
#section .browse_tag .info p a {
	color: #FFE98D;
}
#section .browse_tag .info p a:hover {
	color: #BA6819;
}
.browse_tag .info p {
	margin: 0;
	color: #FFE98D;
	font-size: 1.1em;
	position: relative;
}
.browse_tag .info div {
	border: 2px solid #e5e5e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 7px;
}
.browse_tag .info {
	display: none;
	position: absolute;
	margin-left: 10px;
	background: #0D121A;
	border: 2px solid #000000;
	max-width: 550px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.browse_tag li {
	padding: 2px;
	display: inline;
}

#quick_links .build_ranking {
	float: right;
	width: 80px;
	margin: 10px;
	text-align: center;
	position: relative;
}
#quick_links .build_ranking a {
	border: 0;
}
#quick_links .build_ranking .label {
	white-space: nowrap;
	border-bottom: 1px solid #32363D;
	width: auto;
}
#quick_links .build_ranking .star {
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
	background: url(images/icon_build_star_empty.png) left top no-repeat;
	border: 0;
	text-decoration: none;
}
#quick_links .build_ranking .star.like {
	background: url(images/icon_build_star.png) left top no-repeat;
}
#quick_links .build_ranking:hover .star {
	background-image: url(images/icon_build_star_half.png);
}
#quick_links .build_ranking:hover .hover {
	display: block;
}
#quick_links .build_ranking .hover {
	display: none;
	border: 2px solid #000000;
	position: absolute;
	top: -15px;
	right: 65px;
	white-space: nowrap;
	border: 2px solid #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0;
}
#quick_links .build_ranking .hover span {
	display: block;
	border: 2px solid #e5e5e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
	background: #0D121A;
}

/*******************************************************************************
 ****   BUILD TAGS LIST DISPLAY
 ******************************************************************************/
#tags_list {
	text-align: left;
}
#tags_list a {
	margin: 1px 8px 1px 0;
	border: 0;
	display: inline-block;
}
#tags_list a:hover {
	border: 0;
	text-decoration: underline;
}

.topTagCount {
	float: right;
	color: #757575;
	font-style: italic;
	font-size: .9em;
}

.popBuild {
	margin-bottom: 2px;
}

/*******************************************************************************
 ****   BUILD STATISTICS
 ******************************************************************************/
.stats {
	font-size: .9em;
}
.stat_perc {
	width: 400px;
}
.stat_perc div {
	height: 13px;
	background: #2A3E63;
}

/*******************************************************************************
 ****   DIALOG BOX STYLES
 ******************************************************************************/
/* Dialog Boxes */
.dialog {
	display: none;
	position: fixed;
	left: 45%;
	top: 45%;
	border: 2px solid #000000;
	background: #0D121A;
	z-index: 21;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#dialog_stats p {
	margin: 0;
}
.dialog .dialog_inner {
	border: 3px solid #e5e5e5;
	padding: 15px;
	padding-bottom: 20px;
	font-size: 10pt;
	color: #e5e5e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.dialog .buttons {
	float: right;
}
.dialog .buttons a {
	float: left;
	background: #181D25;
	color: #e5e5e5;
	border: 1px solid #000000;
	padding: 5px 15px;
	text-decoration: none;
	outline: none;
	margin-left: 10px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.dialog .buttons.center {
	float: none;
}
.dialog .buttons.center a {
	float: none;
	display: block;
	margin: auto;
	width: 50px;
	text-align: center;
}
.dialog .buttons a:hover,
.dialog .buttons a:focus {
	background: #2B3F50;
	border: 1px solid #e5e5e5;
}

/* Custom Build Options Dialog */

.dialog .heading {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #a5a5a5;
	color: #596B85;
	margin-bottom: 10px;
}

.dialog .group {
	width: 300px;
	margin-bottom: 10px;
}
.dialog .group .desc {
	clear: left;
	font-size: .9em;
	padding: 5px;
}
.dialog .group .title {
	font-weight: bold;
	line-height: 1.7em;
}
.dialog .group .value {
	float: right;
}
.dialog .group .value .medium {
	width: 150px;
	background: #36445E;
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
	padding: 2px;
}
.dialog .group .value select.medium {
	width: 156px;
}
.dialog .group .value .checkboxes {
	width: 156px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.dialog .note {
	font-size: .85em;
	padding: 3px;
	color: #c5c5c5;
}

.lineHeightMed {line-height: 1.6em;}
.lineHeightHigh {line-height: 2em;}

#overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(images/overlay.png);
	z-index: 20;
}

#library_game_version fieldset {
	padding: 3px;
	padding-bottom: 5px;
	border: 1px solid #2F3C68;
	margin-right: 30px;
	color: #FFF3A5;
}
#library_game_version legend {
	color: #FFF3A5;
	padding-left: 0;
	margin-left: 0;
}
#library_game_version select {
	width: 150px;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: #36445E;
	color: #e5e5e5;
	font-weight: normal;
	font-size: .9em;
}

/*******************************************************************************
 ****   DEVBLOG
 ******************************************************************************/
.devblog p {
    font-size: .85em;
}
.devblog h3 {
    font-size: 1em;
}
.devblog span strong {
    font-size: 1.1em;
}