/*******************************************************************************
 ****   RESET CSS
 ******************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
textarea {
	font-family: tahoma, arial, san-serif, serif;
}

hr {
	border: 2px solid #242730;
}

/*******************************************************************************
 ****   BODY
 ******************************************************************************/

body {
	background: #000000 url(images/background.png);
	font-family: verdana, tahoma, arial, serif, san-serif;
	line-height: 1.3;
}

#fluff_1 {
	background: url(images/content_shadow.png) center top repeat-y;
}

#fluff_2 {
	background: url(images/header_throne.jpg) center top no-repeat;
}

#fluff_3 {
	background: url(images/footer_warehouse.jpg) center bottom no-repeat;
}

#fluff_4 {
	background: url(images/banner_edges.png) center 10px no-repeat;
    min-height: 771px;
}

#content {
	margin: auto;
	width: 950px;
}

#fluff_7 {
	background: url(images/spell_overlay5.png) left 230px repeat-y;
	min-height: 731px;	
}

#header {
	width: 950px;
	margin: auto;
	min-height: 210px;
	position: relative;
	z-index: 15;
}

#bannerTop {
	background: url(images/banner_top.png) repeat-x;
	height: 19px;
}

#footer {
	font-size: 9px;
	color: #1c3c55;
	text-align: center;
	padding: 0 15px;
}
#footer p {
	margin: 0;
}
#footer .credit {
	font-weight: bold;
	color: #224352;
}
#footer a {
	color: #224466;
}

/*******************************************************************************
 ****   HEADINGS
 ******************************************************************************/
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: 1;
	height: 170px;
	background: url(images/header_throne.jpg) -236px 0;
}
h1 a {
	color: white;
	text-decoration: none;
}
h2 {
    display: block;
    margin: 10px 0 18px 0;
    font-weight: bold;
    font-size: 1.6em;
    font-family: "trebuchet ms", verdana, tahoma, arial, serif, san-serif;
    color: #FFDDB1;
    border-bottom: 1px solid #ddbb90;
}
#section h2 span {
    display: block;
    font-size: .6em;
    letter-spacing: normal;
    padding: 4px;
    color: #FFDDB1;
}
#section h2 a {
    color: #e5e5e5;
    text-decoration: none;
    border: 0;
}

/*******************************************************************************
 ****   System Messages
 ******************************************************************************/
.error                          { background: #ff3300; }
.warning                        { background: #663366; }
.success                        { background: #009933; }
.notifications {
    margin: auto;
    margin-bottom: 10px;
    font-size: .8em;
}
#inner.fit .notifications {
    width: auto;
}
.notifications li {
    padding: 3px 6px;
    margin-bottom: 2px;
    font-weight: bold;
    color: #ffffff;
}

/*******************************************************************************
 ****   GENERAL TEXT FORMATTING
 ******************************************************************************/
em {
	font-style: italic;
}
strong {
	font-weight:bold;
}
p {
	margin-bottom:1.5em;
}
.skipLink {
	position:absolute;
	left:-999em;
}

/*******************************************************************************
 ****   MESSAGES
 ******************************************************************************/
#messages {
	margin:0;
	padding:0;
	float: right;
	width: 660px;
	margin-right: 10px;
}
#messages ul {
	list-style:none;
	margin:0;
	padding:0;
}
#messages ul li {
	color:#ffffff;
	padding:5px;
	padding-left:30px;
	font-size:9pt;
	margin-bottom:5px;
}
#messages ul ul li {
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
#messages ul ul li:first-child {
	padding-top: 3px;
}
#messages a {
	color:#003399;
}
#success li {
	border:1px solid #7eb757;
	background:#4B8224 url(images/msg_success.png) 6px 6px no-repeat;
}
#warning li {
	border:1px solid #b7a864;
	background:#827434 url(images/msg_warning.png) 6px 6px no-repeat;
}
#error li {
	border:1px solid #c1565f;
	background:#872031 url(images/msg_error.png) 6px 6px no-repeat;
}
#message > li {
	border:1px solid #003150;
	background:#246082 url(images/msg_message.png) 6px 6px no-repeat;
}
#message a {
	color: #e5e5e5;
	font-size: .9em;
	font-style: italic;
	padding-right: 10px;
}

/*******************************************************************************
 ****   GENERAL ELEMENT STYLES
 ******************************************************************************/
.clear          { clear: both; }
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.clearBoth {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.indentLeft {
	text-indent:2em;
}
.elementDisabled {
	background-color:#c9c9c4;
}
.contentCenter {
	text-align:center;
}
.contentRight {
	text-align:right;
}
.contentItalic {
	font-style:italic;
}
.accessKey {
	text-decoration:underline;
}
.noWrap {
	white-space:nowrap;
}
.hidden {
	display:none;
}

/*******************************************************************************
 ****   FORMS
 ******************************************************************************/
table select,
table textarea,
table input {
	margin:0px 5px;
	padding:2px;
}
.inputFill {
	width:250px;
}
.inputMax {
	width:95%;
}
.inputHalf {
	width:50%;
}
.styleCustom select,
.styleCustom textarea,
.styleCustom input {
	border:1px solid #9c9c9c;
	padding:2px;
}
.validCheck {
	border:1px solid #999900;
	background-color:#ffffee;
}
.validFail {
	border:1px solid #990000;
	background-color:#ffeeee;
}
.validPass {
	border:1px solid #009900;
	background-color:#eeffee;
}

/*******************************************************************************
 ****   TABLES
 ******************************************************************************/
table {
	font-size:10pt;
	margin-bottom:20px;
}
.sizeAuto {
	width:1%;
}
.sizeSmall {
	width:30%;
}
.sizeMedium {
	width:60%;
}
.sizeFull {
	width:100%;
}
.minimal {
	width:1%;
	white-space:nowrap;
	text-align:center;
}
.alignLeft {
	text-align:left;
}
.tableIMG {
	margin-top:4px;
}

/*******************************************************************************
 ****   BUILD SUMMARY
 ******************************************************************************/
.summary h2 span {
	display: block;
	font-size: .6em;
	letter-spacing: normal;
	padding: 4px;
}
.summary h2 a {
	color: #FFDDB1;
	text-decoration: none;
}

/* HEADER BLOCK */

.summary .block {
	float: left;
	width: 310px;
	border: 1px solid #252525;
	margin-bottom: 10px;
	background: #06090d;
}
.summary .block span {
	display: block;
	font-size: 1.2em;
	font-family: verdana, tahoma, arial, san-serif, serif;
	font-variant: small-caps;
	padding-top: 8px;
	letter-spacing: .15em;
	color: #e5e5e5;
}
.summary .block a {
	color: #e5e5e5;
	text-decoration: none;
}
.summary .block .icon {
	background: url(images/icons/ira_hu_raceicon) -2px -2px no-repeat;
	x-moz-box-shadow: 0 0 12px rgba(255,255,255,.35);
	width: 36px;
	height: 36px;
	margin: 0;
	margin-right: 6px;
	border-right: 1px solid #252525;
}

/* INDIVIDUAL STATS */

.summary .stat {
	margin: 5px 15px;
	padding: 3px;
	height: 29px;
}
.summary .stat strong {
	padding-right: 10px;
}
.summary .statGroup .stat {
	float: left;
	padding: 5px 5px 5px 35px;
}
.summary .icon_health {
	background: url(images/summary_icon_health.png) left top no-repeat;
	position: relative;
	z-index: 15;
}
.summary .icon_armor {
	background: url(images/summary_icon_armor.png) left top no-repeat;
	position: relative;
	z-index: 15;
}
.summary .small {
	height: auto;
	margin: 0;
	margin-left: 10px;
}
.summary .AB {
	float: left;
	width: 90px;
}

.summary .mods {
	position: relative;
	cursor: pointer;
}
.summary .mods span {
	border-bottom: 1px solid #252525;
}
.summary .mods ul span {
	border-bottom: 0;
}
.summary .mods ul span.mods {
	border-bottom: 1px solid #252525;
}

.summary .mods ul {
	position: absolute;
	display: none;
	background: #e5e5e5;
	border: 2px solid #555555;
	color: #151515;
	left: 0;
	top: 1.2em;
}
.summary .mods ul ul {
	display: none;
	width: 200px;
	position: absolute;
	left: 130px;
	margin: 0;
	top: -2px;
}
.summary .mods li {
	position: relative;
}

.summary .mods ul.modAB {
	width: 200px;
}
.summary .mods ul ul.modLeft {
	width: 160px;
}
.summary .modWidth {
	width: 130px;
}
.summary .modWidthDC {
	width: 120px;
}
.summary .modWidthSaves {
	width: 170px;
}
.summary .modFloat {
	float: left;
	padding-right: 20px;
}
.summary .modFloat.first {
	padding-left: 15px;
}
.summary .modFloat.first > ul {
	left: 15px;
}
.summary .mods ul.modWidthDC ul {
	left: 120px;
}
.summary .mods ul li:hover ul {
	display: block !important;
}
.summary .mods ul li {
	padding: 3px;
	font-size: 7pt;
	border-bottom: 1px solid #c5c5c5;
}
.summary .mods ul li span {
	float: right;
	margin: 0;
}
.summary .mods:hover ul {
	display: block;
}
.summary .mods:hover ul li ul {
	display: none;
}

.summary .statAB {
	float: left;
	width: 60%;
}
.summary .statSave {
	float: left;
	width: 40%;
}
.summary .casting {
	float: left;
	width: 155px;
}
.summary .half {
	float: left;
	width: 50%;
}
.summary .skill_display {
	float: left;
	width: 130px;
}
#section #skills_table {
	margin: auto;
	margin-top: 10px;
}
#section #skills_table th,
#section #skills_table td {
	font-size: .8em;
	padding: 1px 5px;
	text-align: center;
	vertical-align: middle;
}
#section #skills_table span {
	font-size: .85em;
	font-style: italic;
	color: #777777;
}
#section #skills_table img {
	display: inline-block;
	vertical-align: middle;
}
.highlights {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.highlights li {
	padding-left: 15px;
	background: url(images/bullet.png) left 6px no-repeat;
	font-size: .9em;
	margin-bottom: 5px;
}

#outline table {
	font-size: 8pt;
}
#outline table td {
	padding: 5px 3px;
	border: 1px solid #151515;
}
#outline thead {
	background: #252525;
}
#outline thead th {
	border: 1px solid #151515;
}
#skills_table .class0:hover td,
#skills_table .class0 td,
#outline .class0:hover td, #outline .class0 td ,
#skills.class0:hover td, #skills .class0 td  {
	background-color: #444444;
}
#skills_table .class1:hover td,
#skills_table .class1 td,
#outline .class1:hover td, #outline .class1 td ,
#skills .class1:hover td, #skills .class1 td  {
	background-color: #132033;
}
#skills_table .class2:hover td,
#skills_table .class2 td,
#outline .class2:hover td, #outline .class2 td ,
#skills .class2:hover td, #skills .class2 td  {
	background-color: #173322;
}
#skills_table .class3:hover td,
#skills_table .class3 td,
#outline .class3:hover td, #outline .class3 td ,
#skills .class3:hover td, #skills .class3 td  {
	background-color: #331d18;
}
#skills_table .class4:hover td,
#skills_table .class4 td,
#outline .class4:hover td, #outline .class4 td,
#skills.class4:hover td, #skills .class4 td {
	background-color: #0d2c33;
}
.classLevel {
	font-style: italic;
	color: #a5a5a5;
}

#section .build_details span {
	float: left;
	clear: left;
	width: 500px;
	font-size: .9em;
	line-height: 1.7em;
	margin-bottom: 2px;
}
#section .build_details a {
	border-bottom: 1px solid #555555;
}
#section .build_details span span {
	width: auto;
	font-weight: bold;
	float: left;
	width: 80px;
	clear: left;
	font-size: 1em;
}
#section .build_details .right_actions {
	float: right;
	width: auto;
	line-height: 1.4em;
	font-size: 1em;
}
#section .build_details .action {
	float: right;
	clear: right;
	border: 1px solid #050505;
	background: #181D25;
	padding: 1px 6px;
	font-size: .9em;
	padding: 2px 8px;
	margin: 0 5px 5px 0;
	width: 90px;
	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 .build_details span.build_info {
	width: auto;
	float: none;
	font-weight: normal;
	color: #c5c5c5;
}
#section .build_details .tags .holder {
    font-size: 11px;
    font-weight: normal;
    width: 420px;
    margin-top: -2em;
    padding-left: 80px;
}
#section .build_details .tags {
    width: auto;
}
#section .build_details .tags a {
	border-bottom: 1px solid #333333;
}
#section .build_outline {
	width: 240px;
}

/*******************************************************************************
 ****   CONTENT SECTION
 ******************************************************************************/
#section {
	float: left;
	width: 678px;
}
#section.expand {
	width: 99%;
	margin-left: 10px;
}

#section #output_summary .dialog .inner,
#section .item {
	padding: 10px 15px;
	margin: 0 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: .8em;
	line-height: 1.4;
	
	background: #0d121a url(images/item_fade.png) repeat-x;
	border: 2px solid #e5e5e5;
	border-left: 2px solid #a5a5a5;
	border-top: 2px solid #a5a5a5;
	
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.65);
	box-shadow: 2px 2px 5px rgba(0,0,0,.65);
}

#build_description {
	clear: both;
	border-top: 1px solid #141921;
	border-bottom: 1px solid #141921;
    padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#section #build_description a {
	border-bottom: 1px solid #555555;
}
#section #build_description ol,
#section #build_description ul,
#notes ol,
#notes ul {
	margin-bottom: 1.5em;
	margin-left: 20px;
	float: none;
	text-align: left;
	font-size: 1em;
}
#build_description ol,
#notes ol {
	list-style-type: decimal;
}
#build_description ul,
#notes ul {
	list-style-type:image;
	list-style-image: url(images/bullet.png);
}

#section .icon {
	width: 36px;
	height: 36px;
	background: url(images/icons/ira_hu_raceicon.png) -2px -2px no-repeat;
	border: 1px solid #151515;
	float: left;
	margin-right: 12px;
}

#section table {
	width: 100%;
}

#section table th {
	padding: 2px;
	font-size: .8em;
	vertical-align: bottom;
	border: 1px solid #151515;
	background-color: #252525;
	color: #FFDDB1;
    background: #252525 url(images/table_head.jpg) left bottom repeat-x;
}
#section table td {
	vertical-align: top;
	border: 1px solid #151515;
	background-color: #06090D;
	padding: 3px;
	font-size: .85em;
}
#section table tr:hover td {
	background-color: #18191E;
}
#section table .maxlevel {
	text-align: center;
	width: 70px;
}
#section table .level {
	text-align: center;
	width: 50px;
}
#section table .score {
	text-align: center;
	width: 30px;
}
#section table a.sortheader {
	cursor: pointer;
}
#section a {
	color: #e5e5e5;
	text-decoration: none;
	border-bottom: 1px solid #555555;
}
#section thead a {
	color: #FFDDB1;
	border: 0;
}
#section a:hover {
	color: #BA6819;
	border-bottom: 1px solid #BA6819;
}
#section table thead a:hover {
	border-bottom: 0;
}


/*******************************************************************************
 ****   HEADINGS
 ******************************************************************************/
.subRace {
	padding-top: 15px;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #a5a5ff;
}

.noborder_left {
	border-left: 0 !important;
}

/*******************************************************************************
 ****   REVISED BUILD SUMMARY MOD LISTS
 ******************************************************************************/

/* Container Frames */
#section .modList {
	border-bottom: 1px dotted #555555;
	cursor: default;
	position: relative;
	z-index: 10;
}
#section .modList.noMenu {
	border: 0;
	z-index: 5;
}
#section .modList .modTableFrame {
	border: 3px solid #000000;
	background: #06090D;
	position: absolute;
	z-index: 15;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: none;
}
#section .modList > .modTableFrame {
	top: 1.3em;
	left: 0;
}
#section .modList .modTable {
	border: 1px solid #e5e5e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#section .modList.floatLeft {
	margin-right: 15px;
}

/* Table Design */
#section .modList table {
	margin: 0;
	width: auto;
}
#section .modList td {
	background: none;
	border: 0;
	color: #e5e5e5;
	padding: 3px 5px;
	font-size: .75em;
	white-space: nowrap;
	cursor: default;
}
#section .modList td {
	border-top: 1px solid #151515;
}
#section .modList tr:first-child > td {
	border-top: 0;
}
#section .modList .negative td {
	color: #ba1919;
}
#section .modList .positive td {
	color: #46C12D;
}
#section .modList.fixed strong {
	float: left;
	width: 90px;
}
#section .modList.fixedMedium strong {
	float: left;
	width: 130px;
}
#section .modList.fixedLarge strong {
	float: left;
	width: 160px;
}
#section .modList .title {
	white-space: nowrap;
}

/* Sub-menu Design */
#section .modList tr:hover .subList {
	background-position: right top;
}
#section .modTableFrame .modTableFrame {
	display: none;
	margin-top: -1.9em;
	width: auto;
	white-space: auto;
	text-align: left;
	margin-left: 14px;
}
#section .modList .subList {
	width: 12px;
	height: 12px;
	background: url(images/menuSubList.png) left top no-repeat;
}

/* Hover States */
#section .modList:hover > .modTableFrame {
	display: block;
}
#section .modList tr:hover td {
	background: none;
	color: #8ba3ea;
}
#section .modList tr:hover td td {
	color: #e5e5e5;
}
#section .modList tr:hover .positive td {
	color: #46C12D;
}
#section .modList tr:hover .negative td {
	color: #ba1919;
}
#section .modList tr:hover .modTableFrame {
	display: block;
}

/*******************************************************************************
 ****   JQUERY TABLE SORTER
 ******************************************************************************/
#section .jSort thead tr th,
#section .jSort tfoot tr th {
	padding: 4px;
}
#section .jSort thead tr .header {
	cursor: pointer;
	padding-right: 18px;
	background: #252525 url(images/tablesorter.bg.gif) center right no-repeat;
}
#section .jSort thead tr .headerSortUp {
	background-image: url(images/tablesorter.asc.gif);
}
#section .jSort thead tr .headerSortDown {
	background-image: url(images/tablesorter.desc.gif);
}
#section .jSort thead tr .headerSortDown,
#section .jSort thead tr .headerSortUp {
	background-color: #393738;
}

/*******************************************************************************
 ****   Builder Processing
 ******************************************************************************/
#builder_progress {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 700px;
    height: 67px;
    background: url(images/ui_loading.png) left top no-repeat;
}
#builder_progress div {
    position: absolute;
    bottom: 0;
    z-index: 101;
    width: 560px;
    height: 67px;
    background: url(images/ui_loading_fill.png) left top no-repeat;
}

/*******************************************************************************
 ****   Dialog Messages
 ******************************************************************************/
#builder_message {
    position: fixed;
    z-index: 200000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(images/overlay.png) left top repeat;
    font-family: verdana, arial, serif;
}
#builder_message .dialog {
    display: block;
    position: absolute;
    z-index: 21;
    font-size: 9pt;
    border: 2px solid #000000;
    background: #0D121A;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#builder_message .dialog .inner {
    border: 3px solid #e5e5e5;
    padding: 15px;
    color: #e5e5e5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}
#builder_message .title {
    padding-bottom: 3px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    color: #FFDDB1;
    border-bottom: 1px solid #ddbb90;
}
#builder_message .buttons {
    float: none;
    clear: both;
    margin-top: 20px;
}
#builder_message .button {
    float: left;
    background: #181d25;
    color: #e5e5e5;
    border: 1px solid #000000 !important;
    padding: 8px 20px;
    margin: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
}
#builder_message .button:focus,
#builder_message .button:hover {
    background: #2b3f50;
    border-color: #e5e5e5;
}

/* AJAX Request */
#builder_message .request {
    margin: 20px 0 10px 0;
    float: none;
    clear: both;
    padding: 15px 0 25px 0;
    background: url(images/ajax.gif) center bottom no-repeat;
    text-align: center;
}

/* Error Messages */
#builder_message .error {
    font-size: .8em;
    background: #993333;
    text-align: center;
    padding: 2px;
    margin-bottom: .5em;
}

/* Member Options */
#builder_message .member-options label {
    width: 110px;
}
#builder_message .member-options .notes {
    margin-bottom: 0;
}
/* LOGIN SCREEN */
#builder_message label {
    float: left;
    clear: left;
    width: 100px;
    padding: 12px 10px 8px 10px;
    font-weight: bold;
}
select.with-selected,
#builder_message input,
#builder_message select,
#builder_message .fake {
    float: left;
    width: 210px;
    padding: 5px;
    margin: 5px;
    background: #181d25;
    color: #ffffff;
    border: 1px solid #000000;
}
#builder_message select {
    width: 220px;
}
select.with-selected{
    width: auto;
    float: none;
}
button.with-selected-button{
    margin: 0;
    background: #181d25;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 10px;
}
button.with-selected-button:hover{
    border-color: #a5a5a5;
}

#builder_message textarea {
    float: left;
    width: 345px;
    height: 150px;
    padding: 5px;
    margin: 5px;
    background: #181d25;
    color: #ffffff;
    border: 1px solid #000000;
}
#builder_message input.long {
    width: 225px;
    margin-right: 0;
}

#builder_message label.checkbox  {
    width: auto;
    margin-left: 106px;
}
#builder_message .checkbox input {
    width: auto;
    margin: 1px 10px;
}
#builder_message .password_frame {
    display: none;
}

/* Login Membership Link */
#builder_message .membership {
    display: block;
    clear: left;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0 70px;
    color: #eeeeff;
    cursor: pointer;
}

/* Required Form Fields */
#builder_message .required {
    padding: 5px 20px;
    clear: left;
    text-align: right;
    font-size: .9em;
    color: #cc9966;
}

#section .item span.date {
    font-size: 10pt;
    font-weight: bold;
    color: #A5A5FF;
    margin-bottom: 10px;
    display: block;
}

#builder_message .notes {
    display: block;
    clear: left;
    font-size: 7pt;
    padding: 5px;
    margin: 0 15px 10px 5px;
    color: #aaaaaa;
}

/*******************************************************************************
 ****   Bugs and Feedback
 ******************************************************************************/
#feedback {
    margin: 20px 0 40px 0;
    width: 380px;
    height: 200px;
    margin: auto;
}
#feedback .feedback,
#feedback .bug {
    width: 150px;
    height: 30px;
    padding-top: 120px;
    float: left;
    border: 1px solid #080b0f;
    background: #0a0e14 center top no-repeat;
    border-radius: 20px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
#feedback div:hover {
    background-color: #0f151f;
    border-color: #2e3642;
    box-shadow: 5px 5px 5px #080b0f;
}
#feedback .feedback {
    margin-right: 30px;
    background-image: url(images/feedback-chat.png);
}
#feedback .bug {
    margin-left: 30px;
    background-image: url(images/feedback-bug.png);
}

/*******************************************************************************
 ****   NO JS
 ******************************************************************************/
#no_script {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(images/overlay.png) left top repeat;
    border-top: 2px solid #ffffff;
    padding: 30px 0;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

/*******************************************************************************
 ****   PayPal Donate Button
 ******************************************************************************/
div.donate {
    padding: 10px 0 0 0;
    margin: 20px 45px 0 35px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #2F3C68;
    background: url(images/overlay_15.png);
}
.donate span {
    display: block;
    font-size: .7em;
    text-align: center;
}
.donate input {
    margin: 10px 0;
}
.donate a {
    display: none;
    width: 100px;
    height: 34px;
    margin: 10px auto;
    background: url(images/paypal_button.png) left top no-repeat;
    cursor: pointer;
}
.donate a:hover {
    background-position: right top;
}
.donate.google {
    border: 0;
    background: none;
    margin-top: 10px;
    padding: 0;
}

/*******************************************************************************
 ****   Watched Builds
 ******************************************************************************/
.watch_comments {
    color: #333333;
    font-size: .9em;
}
.watch_comments .new {
    color: #ffffff;
    font-weight: bold;
}

/*******************************************************************************
 ****   Adverts
 ******************************************************************************/
#section .a-block-frame{
    float: left;
    padding: 5px;
}
#section .a-block-frame.f-300{
    width: 320px;
    height: 50px;
    margin-right: 0;
    padding: 5px;
    background: #11151d url(images/blocked_320x50.png) center center no-repeat;
}
#section .a-block-frame.f-300.first{
    margin-right: 9px;
}
#section .a-block-frame.f-300 .a-block{
    width: 320px;
    height: 50px;
    padding: 0;
}
/* Menu Block */
#subnav_wrap .a-block-frame.f-120{
    width: 120px;
    height: 240px;
    border: 1px solid #666;
    margin-left: 54px;
    margin-top: 20px;
    background: #11151d url(images/blocked_120x240.png) center center no-repeat;
}
/* Footer Leaderboard */
#section .a-block-frame.f-728{
    float: none;
    text-align: center;
    width: 728px;
    height: 90px;
    margin: 0 auto 15px auto;
    background: #11151d url(images/blocked_728x90.png) center center no-repeat;
    padding: 10px 5px 0 5px;
}
#section .a-block-frame.f-728 .a-block{
    width: 728px;
    height: 90px;
    margin: auto;
}

.social-frame{
    padding: 10px 0 15px 0;
    float: left;
    width: 420px;
    position: relative;
    z-index: 100000;
}
.share .social-frame{
    margin: 0;
    padding: 0;
}
.social-frame h2{
    float: left;
    margin: 0 20px 0 0;
    border: 0;
}
.social-frame .fb-like{
    margin-top: 4px;
    margin-right: 20px;
    float: left;
}
.social-frame .google-plus-frame{
    margin-top: 4px;
    float: left;
}
div.build_ranking{
    top: 11px;
}
div.build_ranking a{
    border: 0 !important;
    padding: 0;
    margin: 0;
}
div.build_ranking .hover{
    right: 103px;
}
.nwn2db-vote-frame{
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -80px;
    width: 100px;
}
.nwn2db-vote{
    width: 60px;
    height: 20px;
    background: url(images/vote-nwn2db.png) left top no-repeat;
    float: left;
    margin-top: 4px;
    cursor: pointer;
}
.nwn2db-vote.like{
    background-image: url(images/vote-nwn2db-like.png);
}
.nwn2db-vote-total{
    float: left;
    margin-top: 4px;
    border: 1px solid #aaa;
    border-radius: 3px;
    font-size: 0.8em;
    padding: 2px 8px;
    background: #fff;
    color: #000;
    margin-left: 5px;
    position: relative;
}
.nwn2db-vote-total div{
    background: url(images/vote-nwn2db-arrow.png) left top no-repeat;
    position: absolute;
    left: -5px;
    top: 5px;
    width: 5px;
    height: 8px;
}
.build-like-label{
    font-weight: bold;
    float: left;
    width: 80px;
    clear: left;
    font-size: 1em;
    padding-top: 14px;
}
#___plusone_0,
#___plusone_1,
#___plusone_2{
    margin-top: 4px !important;
    float: left !important;
    width: 80px !important;
}
#section a.social-tumbler{
    border-bottom: 0;
    float: left;
    margin-top: 4px;
}
.twitter-share-button{
    margin-top: 4px;
    float: left;
    width: 100px !important;
}

#browse-sort-by{
    position: relative;
    z-index: 1;
}
#browse-sort-by ul{
    display: none;
    position: absolute;
    right: 117px;
    top: 32px;
    box-shadow: 0 0 50px rgba(0,0,0,1);
}
#browse-sort-by.members ul{
    right: 0;
}
#browse-sort-by li span{
    float: right;
    background: #181d25;
    border: 1px solid #050505;
    padding: 5px 10px;
    margin: 5px 0 5px 5px;
    font-size: .9em;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
#section #browse-sort-by li a{
    margin: 0;
    float: none;
    display: block;
    width: 137px;
    border-radius: 0;
    font-size: 0.8em;
}
#browse-sort-by li:hover ul{
    display: block;
}
#section #browse-sort-by li a.search_builds.separator{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
}

#builder_message .browser-filter-game-version{
    float: left;
    clear: left;
}
#builder_message .browser-filter-game-version img{
    float: left;
    margin-right: 5px;
}
#builder_message .browser-filter-game-version input{
    float: left;
    margin: 3px 5px 0 0;
    width: auto;
}
#builder_message .browser-filter-game-version label{
    float: left;
    white-space: nowrap;
    padding: 2px 0 2px 10px;
}
#builder_message .browser-filter-game-version label span{
    padding-top: 2px;
    display: inline;
    display: inline-block;
}

#main-profile-icon{
    width: 27px;
    height: 27px;
    background-position: -2px -2px;
    float: right;
    border: 1px solid #3F3F34;
    margin: 1px;
    cursor: pointer;
}

.profile-icon,
#profile-icon{
    float: left;
    width: 37px;
    height: 37px;
    background-position: -2px -2px;
    background-repeat: no-repeat;
    border: 1px solid #3F3F34;
}
.profile-icon.size30,
#profile-icon.size30{
    width: 27px;
    height: 27px;
}
.profile-icon.size16,
#profile-icon.size16{
    width: 15px;
    height: 15px;
    background-position: -1px -1px;
}
#profile-icon-change{
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    text-decoration: underline;
    cursor: pointer;
}

#profile-icon-frame{
    width: 640px;
    height: 450px;
    overflow: auto;
    border: 1px solid #666;
}
#profile-icon-frame .icons{
    display: none;
}
#profile-icon-frame .section-title{
    padding: 6px;
    background: #000;
    color: #fff;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    cursor: pointer;
}
#profile-icon-frame .section-title:first-child{
    border-top: 0;
}

#section .build_details a.experience-level{
    text-decoration: none;
    border: 0;
    font-size: 0.85em;
    cursor: normal;
}
#section .build_details a.experience-level:hover{
    color: #e5e5e5;
}
#section .build_details span.author-block{
    margin-bottom: 1em;
}

.cke_editor_comment_message_dialog.cke_skin_office2003{
    position: relative;
    z-index: 1000000;
}

.builder-experience-bar{
    margin-bottom: 0.75em;
    line-height: 1.5em;
}
.builder-experience-bar span{
    font-size: 0.9em;
    font-style: italic;
}
.builder-experience-bar strong{
    letter-spacing: 0.1em;
}
#builder_message .builder-experience-bar.level1 strong { color: #6f6; }
#builder_message .builder-experience-bar.level2 strong { color: #66f; }
#builder_message .builder-experience-bar.level3 strong { color: #f96; }
#builder_message .builder-experience-bar.level4 strong { color: #f66; }

table.my_builds{
    margin-bottom: 0;
}
.with-selected{
    margin: 10px 0;
}

#section table th.my-builds-category{
    padding: 1px 3px;
    vertical-align: middle;
    font-weight: bold;
}
#section table.hide-rows thead .hide-head,
#section table.hide-rows tbody{
    display: none;
}
#section table.hide-rows thead .icon.minus{
    background-image: url(images/icon_plus.png);
}