/*******************************************************************************
 ****   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);
}/*******************************************************************************
 ****   Breadcrumbs
 ******************************************************************************/
/* 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: .8em;
	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: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 10px;
    border-left: 1px solid #aaabac;
    text-align: center;
}
#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;
    border-bottom: 1px solid #2f3c68;
}
#subnav li.spacer {
	margin-bottom: 25px;
}
#subnav li.topspacer {
	margin-top: 25px;
}
#subnav a {
    font-size: 1em;
    font-family: verdana, tahoma, arial, serif;
	display: block;
	padding: 2px;
	color: #e5e5e5;
	text-decoration: none;
	padding-left: 10px;
	font-weight: normal;
    border: 1px solid transparent;
    border-right: 0;
}
#subnav a:hover {
	border-color: #2d3759;
    background-image: url(images/overlay_25.png);
    color: #ffffff;
}

/*******************************************************************************
 ****   PUBLIC PAGES
 ******************************************************************************/
h1, h1 span {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 70px;
	top: -1px;
	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/content_background.jpg);
	margin-top: -8px;
}
#content .link {
	color: #3535c5;
}

/*******************************************************************************
 ****   ARMORY
 ******************************************************************************/
.item_bonus {
	float: right;
	width: 59%;
    font-size: .9em;
}
.item_bonus span {
	color: #008000;
}
.item_ref {
	float: left;
	width: 39%;
    font-size: .9em;
}
.item_extra {
	float: left;
    font-size: .9em;
}
.item_extra span {
	color: #004880;
}

/*******************************************************************************
 ****   Quick Links Column
 ******************************************************************************/
.item .column {
    float: left;
    width: 32%;
    margin: 0 1% 0 0;
    font-size: .8em;
}
#section .item .column a {
    display: block;
    text-decoration: none;
    border: 0;
}
/* hide/show link */
#section .item .quick_link_show {
    margin-top: 1em;
    display: block;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #555555;
    font-size: .9em;
    padding: 3px;
}
#section .item .quick_link_show:hover {
    border-top: 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;
    float: none;
    position: relative;
}
#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,
#section .recentVotesList {
	clear: left;
}
#section .recentBuildsList tr td:first-child a:visited,
#section .recentVotesList 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;
}
.button.post_comment:hover {
    background: url(images/ui_button_100.png) right top no-repeat !important;
}

/* Style for the prestige class text block */
.prc {
	color: #c55f5f;
}

/*******************************************************************************
 ****   BROWSE BUILDS
 ******************************************************************************/
#section .class_icon {
    vertical-align: middle;
    padding: 0;
    width: 1%;
}
#section .class_icon div {
    background-position: -2px -2px;
    background-repeat: no-repeat;
    border: 1px solid #3F3F34;
    width: 37px;
    height: 37px;
    margin: 5px;
}
#section .class_icon.size30 div{
    width: 27px;
    height: 27px;
}
.game_icon {
    width: 1%;
}
#section .class_icon span,
.game_icon span,
.game_icon_small span {
    position: absolute;
    left: -9999px;
}
.game_icon div {
    margin: 7px auto 0 auto;
    width: 30px;
    height: 30px;
    background: url(../../builder/icons/game_versions/1.png) left top no-repeat;
}
.game_icon .x1 {background-image: url(../../builder/icons/game_versions/2.png);}
.game_icon .x2 {background-image: url(../../builder/icons/game_versions/3.png);}
.game_icon .kaedrin {background-image: url(../../builder/icons/game_versions/4.png);}
.game_icon .rote {background-image: url(../../builder/icons/game_versions/5.png);}
.game_icon .rotn {background-image: url(../../builder/icons/game_versions/6.png);}

.game_icon_small div {
    margin: auto;
    margin-top: 3px;
    width: 20px;
    height: 20px;
    background: url(../../builder/icons/game_versions/1_16.png) left top no-repeat;
}
.game_icon_small .x1 {background-image: url(../../builder/icons/game_versions/2_16.png);}
.game_icon_small .x2 {background-image: url(../../builder/icons/game_versions/3_16.png);}
.game_icon_small .kaedrin {background-image: url(../../builder/icons/game_versions/4_16.png);}
.game_icon_small .rote {background-image: url(../../builder/icons/game_versions/5_16.png);}
.game_icon_small .rotn {background-image: url(../../builder/icons/game_versions/6_16.png);}

#section table td.middle,
#section table th.center {
    vertical-align: middle;
    text-align: center;
}

#section table td.build {
    vertical-align: middle;
}
#section table td.build a {
    font-size: 1.1em;
    font-weight: bold;
    color: #FFDDB1;
}
#section table td.build a.visited {
    color: #A89276;
}

/* BROWSE TAGS */
.tags {
    width: 16px;
    margin: auto;
}
.tags .tag_icon {
    width: 16px;
    height: 20px;
    float: left;
    margin-top: 5px;
    background: url(images/tag.png) left top no-repeat;
}
.tags:hover .tag_icon {
    background-position: right top;
}
.tags:hover .info {
    display: block;
}
.tags .info > div {
    border: 2px solid #e5e5e5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 7px;
}
.tags .info {
    display: none;
    position: absolute;
    background: #0D121A;
    border: 2px solid #000000;
    max-width: 300px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.tags li {
    padding: 2px;
    margin-right: 5px;
    float: left;
}

/*******************************************************************************
 ****   BROWSE BUILDS
 ******************************************************************************/
#section table .odd td {
	border-color: #050505;
    background: #131417 url(images/table_odd.jpg) left bottom repeat-x;
}
#section table .even td {
    background: #18191e url(images/table_even.jpg) left bottom repeat-x;
	border-color: #050505;
}
#section table tr.even:hover td,
#section table tr.odd:hover td {
    background: #172429 url(images/table_hover.jpg) left bottom repeat-x;
}
.build_string {
    font-size: .9em;
    color: #555555;
    display: block;
    padding-top: 3px;
}


.build_game_version {
	float: right;
	margin-top: -25px;
	margin-right: -30px;
	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);}
.build_game_version.version_5 {background-image: url(images/game_versions/5_frame.png);}
.build_game_version.version_6 {background-image: url(images/game_versions/6_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: 8px 4px;
	font-size: .9em;
	color: #FFDDB1;
	background: #242730;
	border-bottom: 1px solid #111216;
	font-style: italic;
}
.comment .comment_text {
	margin: 15px 5px;
    padding-left: 11px;
}
.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;
    cursor: pointer;
}
.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;
    cursor: pointer;
}

.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 2px no-repeat;
}
.comment .resp.success {
	border:1px solid #7eb757;
	background:#4B8224 url(images/msg_success.png) 4px 2px 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: -18px;
    z-index: 1;
    color: #ffffff;
    white-space: nowrap;
    font-size: 10pt;
    border: 1px solid #323945;
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: url(images/member_background.png);
}
#member_panel .username{
    float: right;
}
#member_panel .username .text{
    padding: 7px 15px;
    float: right;
}
#member_panel .login {
    float: right;
    padding: 7px 15px;
    border-left: 1px solid #323945;
    cursor: pointer;
    border-top-right-radius: 10px;
}
#member_panel .create {
    float: right;
    padding: 7px 15px;
    cursor: pointer;
    border-top-left-radius: 10px;
}
#member_panel .login:hover,
#member_panel .create:hover {
    color: #ffff33;
}
#member_panel .menu {
    float: right;
    width: 30px;
    height: 16px;
    padding: 7px 0;
    border-left: 1px solid #323945;
}
#member_panel .menu div {
    width: 16px;
    height: 16px;
    margin: auto;
    background: url(../../builder/css/images/menu_dropdown.png) left center no-repeat;
}
#member_panel .menu:hover div {
    background-position: right center;
}
#member_panel .menu:hover ul {
    display: block;
}
#member_panel .menu ul {
    display: none;
    background: url(images/member_background_ul.png);
    border: 1px solid #323945;
    position: absolute;
    right: -1px;
    margin-top: 30px;
    z-index: 100;
    top: 0;
}
#member_panel .menu li {
    color: #eeeeee;
    white-space: nowrap;
    padding: 8px 25px 8px 10px;
    margin: 0 5px;
    border-top: 1px solid #323945;
    font-size: 9pt;
    cursor: pointer;
    text-align: right;
    background: right center no-repeat;
    position: relative;
}
#member_panel .menu li:first-child {
    border-top: 0;
}
#member_panel .menu li:hover {
    color: #ffffff;
    text-decoration: underline;
}
#member_panel li.logout {
    background-image: url(images/member_logout.png);
}
#member_panel li.logout:hover {
    background-image: url(images/member_logout_hover.png);
}
#member_panel li.options {
    background-image: url(images/member_options.png);
}
#member_panel li.options:hover {
    background-image: url(images/member_options_hover.png);
}
#member_panel li.details {
    background-image: url(images/member_details.png);
}
#member_panel li.details:hover {
    background-image: url(images/member_details_hover.png);
}
#member_panel li.delete {
    background-image: url(images/member_delete.png);
}
#member_panel li.delete:hover {
    background-image: url(images/member_delete_hover.png);
}
#member_panel li.validate {
    background-image: url(images/member_validate.png);
}
#member_panel li.validate:hover {
    background-image: url(images/member_validate_hover.png);
}

#member_panel li .hover {
    position: absolute;
    display: block;
    background: transparent;
    width: 100%;
    height: 30px;
    margin-top: -40px;
}

/*******************************************************************************
 ****   ACTIVE SEARCH STYLES
 ******************************************************************************/
#active_watch,
#active_search {
    position: absolute;
    left: 170px;
    bottom: -18px;
    z-index: 1;
    color: #a8a8a8;
    white-space: nowrap;
    font-size: 10pt;
    border: 1px solid #323945;
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: url(images/member_background.png);
    cursor: pointer;
    text-decoration: none;
}
#active_watch {
    left: 317px;
}
#active_watch .label,
#active_search .label {
    float: right;
    padding: 7px 15px;
    background: url(images/icon_active_search.png) 7px center no-repeat;
    padding-left: 33px;
}
#active_watch .label {
    background-image: url(images/icon_active_watch.png);
}
#active_watch:hover,
#active_search:hover {
    border-color: #5d5b67;
    color: #ffffff;
}
#active_watch ul {
    display: none;
}

/*******************************************************************************
 ****   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 .recentVotes 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 .recentVotes a:hover,
#section .pagination a:hover {
	border: 1px solid #a5a5a5;
}
#section .recentBuilds .selected,
#section .recentVotes .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;
    margin-top: -3px;
    padding-right: 0;
}
.pagination .page_jump select {
    border: 0;
    font-size: .85em;
    padding: 2px;
    background: #181D25;
    color: #e5e5e5;
    border: 1px solid #050505;
}

/*******************************************************************************
 ****   RECENT BUILDS
 ******************************************************************************/
#section .recentBuilds a,
#section .recentVotes a {
	width: auto;
	margin: 0 0 10px 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
    cursor: pointer;
}

/*******************************************************************************
 ****   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;
}
.build_search input[type=text],
.build_search select {
	font-size: 9pt;
	border: 1px solid #e5e5e5;
	background: #36445E;
	color: #e5e5e5;
	margin: 1px;
}
.build_search optgroup {
	padding: 2px;
	padding-bottom: 0;
	vertical-align: middle;
	font-size: .9em;
	background: #1f2d44;
}
.build_search option {
	font-size: 1.1em;
	color: #e5e5e5;
	background: #000000;
}
.build_search 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;
}


.build_ranking {
	position: absolute;
    right: 120px;
    top: 13px;
    cursor: pointer;
}
.build_ranking a {
	border: 0;
}
.build_ranking .label {
	border-bottom: 1px solid #32363D;
    position: absolute;
    top: 3px;
    left: 30px;
    white-space: nowrap;
}
.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;
}
.build_ranking .star.like {
	background: url(images/icon_build_star.png) left top no-repeat;
}
.build_ranking:hover .star {
	background-image: url(images/icon_build_star_half.png);
}
.build_ranking:hover .hover {
	display: block;
}
.build_ranking .hover {
	display: none;
	border: 2px solid #000000;
	position: absolute;
	top: -5px;
	right: 30px;
	white-space: nowrap;
	border: 2px solid #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0;
}
.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
 ******************************************************************************/
#section .item .devblog ul li,
#section .item .devblog p {
    font-size: .85em;
}
#section .item .devblog h3 {
    font-size: 1em;
}
#section .item .devblog span strong {
    font-size: 1.1em;
}

/*******************************************************************************
 ****   Summary - Build Details
 ******************************************************************************/
#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 {
    cursor: pointer;
    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: 110px;
    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;
    white-space: nowrap;
}
#section .build_outline {
    width: 240px;
}

/*******************************************************************************
 ****   View Build Styles
 ******************************************************************************/
html body {
    font-family: verdana, tahoma, arial, serif, san-serif;
}
#section #output_summary {
    display: block;
    position: relative;
    background: none;
    margin-bottom: 20px;
}
#section #output_summary .dialog {
    display: block;
    position: relative;
    background: transparent;
    font-size: 1em;
    width: auto;
    left: auto;
    top: auto;
    border: 0;
}
#section #output_summary .dialog .inner {
    margin: 0;
    overflow: visible;
    line-height: normal;
}
#section #output_summary h2 .close {
    display: none;
}
#section #output_summary .abilities {
    font-size: 10pt !important;
}
#section #output_summary .abilities th {
    padding: 7px 10px;
    color: #e5e5e5;
}
#slider {
    background-color: #0e1319;
    border-color: #666666;
    margin: 0 10px 5px 0;
}
#slider a {
    width: 20px;
    height: 1.5em;
    font-size: .8em;
    color: #000000;
    text-align: center;
}
#adjustment .close {
    border: 0;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url(images/member_logout.png) left top no-repeat;
    cursor: pointer;
}
#adjustment .close:hover {
    background-image: url(images/member_logout_hover.png);
    border: 0;
    text-decoration: none;
}
#slider a:hover {
    color: #000000;
}
#section #adjustment {
    position: fixed;
    bottom: 72px;
    width: 188px;
    margin: 0;
    margin-left: -235px;
}
#section #adjustment h2 {
    margin: 0px 0 10px 0;
}

#outline a {
    float: left;
    clear: left;
}

/*******************************************************************************
 ****   QUICK LINKS
 ******************************************************************************/
#jumper_links {
    clear: both;
}
#jumper_links a {
    color: #e5e5e5;
    text-decoration: none;
    border-bottom: 1px solid #151515;
}
#jumper_links ul {
    float: left;
    font-size: .85em;
    width: auto;
    margin: 0 21px;
    text-align: center;
    list-style-type: none;
}
#jumper_links ul a {
    color: #46C12D;
    font-size: 10pt;
    border-bottom: 1px solid #46C12D;
}
#jumper_links ul a:hover {
    color: #BA6819;
    border-bottom: 1px solid #BA6819;
}

/*******************************************************************************
 ****   My Builds
 ******************************************************************************/
#section table.my_builds td {
    padding: 3px;
    vertical-align: middle;
}
#section table.my_builds .icon {
    border: 0;
    text-decoration: none;
    background: center center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    float: none;
    margin: 0;
    cursor: pointer;
}
#section table.my_builds .icon span {
    position: absolute;
    left: -333em;
}
#section table.my_builds .edit          { background-image: url(images/icon_build_edit.png); }
#section table.my_builds .edit:hover    { background-image: url(images/icon_build_edit_hover.png); }
#section table.my_builds .private       { background-image: url(images/icon_build_private.png); }
#section table.my_builds .private:hover { background-image: url(images/icon_build_private_hover.png); }
#section table.my_builds .public        { background-image: url(images/icon_build_public.png); }
#section table.my_builds .public:hover  { background-image: url(images/icon_build_public_hover.png); }
#section table.my_builds .delete        { background-image: url(images/icon_build_delete.png); }
#section table.my_builds .delete:hover  { background-image: url(images/icon_build_delete_hover.png); }
#section table.my_builds .minus         { background-image: url(images/icon_minus.png); }
#section table.my_builds .plus          { background-image: url(images/icon_plus.png); }

.comment_preview {
    height: 70px;
    overflow: auto;
    width: 480px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: .9em;
    border: 1px dotted #666666;
    background: #111111;
    color: #dddddd;
}

#comments .deleted,
#comments .updated {
    font-size: .95em;
    color: #666666;
    font-style: italic;
    padding: 0;
    margin: 0;
}

/*******************************************************************************
 ****   Recent Builds
 ******************************************************************************/
#section .recent_builds .class_icon div,
#section .recent_votes .class_icon div {
    width: 25px;
    height: 25px;
    background-position: -3px -3px;
}
#section table.recent_builds td.build a,
#section table.recent_votes td.build a {
    font-size: .95em;
}
#section table.recent_builds td.build a:visited,
#section table.recent_votes td.build a:visited {
    color: #666666;
}
#section table.recent_builds td,
#section table.recent_votes td {
    padding-top: 0;
    padding-bottom: 0;
}
#section .recent_builds .game_icon_small div,
#section .recent_votes .game_icon_small div {
    margin-top: 10px;
}

table.sortable thead {
    cursor: pointer;
}
.sort_string {
    display: none;
}

/*******************************************************************************
 ****   Build Search
 ******************************************************************************/
.build_search .block {
    border: 1px solid #111111;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #1b1f27;
    box-shadow: 1px 1px 10px #06090d;
}
.build_search .block .title {
    background: #393738;
    font-weight: bold;
    letter-spacing: .2em;
    font-style: italic;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 3px;
    padding-left: 13px;
    font-size: 1em;
    text-transform: lowercase;
    font-variant: small-caps;
}
.build_search .content {
    padding: 10px;
}
.build_search .frame {
    width: 240px;
    float: left;
    margin: 5px;
}
.build_search .frame.right {
    width: 380px;
}
.build_search select,
.build_search input[type=text] {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #393738;
    font-size: 1em;
    background: #06090d;
    color: #ffffff;
    float: right;
    width: 100px;
}
.build_search input.full {
    width: 207px;
    float: none;
}
.build_search select.orderby {
    width: 218px;
    float: none;
}
.build_search .options {
    font-size: .8em;
}
.build_search .large .options div {
    font-size: 1.2em;
    padding-top: 5px;
}
.build_search .large .options {
    margin-bottom: 5px;
    padding-bottom: 0;
}
.build_search .large .options select,
.build_search .large .options input {
    margin-bottom: 0;
    padding: 3px;
    font-size: 1.2em;
}
.build_search .options div {
    padding: 3px;
}
#section .build_search .options .clear {
    padding: 0;
    font-size: 0;
    clear: both;
    float: none;
}
.build_search .options .search_option {
    padding: 0;
    float: right;
    clear: right;
    width: 210px;
}
.build_search .options .search_option label {
    float: left;
}
.build_search .options .search_option select,
.build_search .options .search_option input {
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
}
#ui-datepicker-div {
    font-size: .85em;
}


.build_search .advanced {
    min-height: 263px;
    position: relative;
    padding-bottom: 30px;
}
.build_search .advanced .add {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 368px;
    padding: 5px;
    border-top: 1px solid #111111;
}
.build_search .options select.params {
    padding: 5px;
    margin: 0;
    border: 1px solid #393738;
    font-size: 1em;
    background: #06090d;
    color: #ffffff;
    float: right;
    width: 369px;
    height: 30px;
    float: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.build_search optgroup {
    background: #112244;
}
.build_search li {
    border-top: 1px dotted #111111;
    padding: 1px 0;
}
.build_search li:first-child {
    border-top: 0;
}
.build_search li span {
    float: left;
    padding-top: 4px;
    font-size: 1.1em;
    width: 113px;
}
.build_search li .clear {
    float: none;
    clear: both;
    display: block;
    padding: 0;
}

.build_search .large li input.datepicker,
.build_search .large li input.minmax {
    width: 124px;
    float: left;
}
.build_search .large li select.before_after,
.build_search .large li select.minmax {
    width: 85px;
    float: left;
    margin: 0;
    padding: 2px;
    margin-right: 5px;
}
.build_search .large li select.yesno {
    width: 223px;
    float: left;
    margin: 0;
    padding: 2px;
    margin-right: 0;
}
.build_search .large li select.class_min {
    width: 174px;
    float: left;
    margin: 0;
    padding: 2px;
    margin-right: 5px;
}
.build_search .large li input.class_min {
    width: 35px;
    float: left;
}
.build_search .large li select.list {
    margin: 0;
    width: 133px;
    float: left;
    padding: 2px;
}
.build_search .icon_delete {
    float: left;
    width: 16px;
    height: 16px;
    background: url(images/icon_build_delete.png) center center no-repeat;
    margin: 1px 0 0 5px;
    cursor: pointer;
}
.build_search .icon_delete:hover {
    background-image: url(images/icon_build_delete_hover.png);
}

.search_buttons {
    padding: 10px 0 10px 0;
    float: left;
}
.search_buttons a {
    margin: 10px;
}

/*******************************************************************************
 ****   View Build - Start Hidden
 ******************************************************************************/
#comments,
#notes,
#skills,
#outline,
#pros,
#section #output_summary {
    display: none;
}
#loading_build_view {
    padding: 30px 0 50px 0;
    text-align: center;
    font-family: DroidSansRegular, verdana, tahoma, serif;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    background: url(images/loading_build.gif) center 60px no-repeat;
}

/*******************************************************************************
 ****   Search Builds Link
 ******************************************************************************/
#section a.search_builds {
    float: right;
    border: 1px solid #050505;
    padding: 5px 10px;
    margin: 5px 0 5px 10px;
    font-size: .9em;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    background: #181d25;
}
#section a.search_builds:hover {
    border-color: #a5a5a5;
}
#section a.search_builds.order {
    margin-left: 5px;
}
#section a.search_builds.order.selected {
    background-color: #2D6268;
    border-color: #a5a5a5;
}
#section div.search_builds {
    float: right;
    padding: 5px 10px;
    margin: 6px 0;
    font-size: .9em;
    font-weight: bold;
    color: #aaaaaa;
}

/*******************************************************************************
 ****   Links Page
 ******************************************************************************/
#section .item .link {
    float: left;
    margin-right: 5px;
}
#section .item .link.last {
    margin-right: 0;
}
#section .item .link a {
    float: left;
    text-decoration: none;
    margin: 5px;
    border: 0;
}
#section .item .link span {
    display: block;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: .8em;
}
#section .item .link img {
    border: 1px solid #666666;
    width: 145px;
}
#section .item .link .url {
    font-size: .8em;
    color: #666677;
    padding: 0;
}

/*******************************************************************************
 ****   Build Comment Dialog
 ******************************************************************************/
#builder_message.build_comment {
    top: auto;
    height: 300px;
}

/* google ads */
div.insert {
    margin: -5px 0 10px 0;
    text-align: center;
}#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;
}

#header .builder                {background-position: -120px bottom; right: 260px;}
#header .builder ul             {background-position: 0 bottom;}
#header .builder .banner_bottom {background-position: -300px bottom;}
#header .armory                 {background-position: -250px bottom; right: 130px;}
#header .armory ul              {background-position: -100px bottom;}
#header .armory .banner_bottom  {background-position: -400px bottom;}
#header .library                {background-position: -380px bottom; right: 0px;}
#header .library ul             {background-position: -200px bottom;}
#header .library .banner_bottom {background-position: -500px bottom;}/*******************************************************************************
 ****   Forms
 ******************************************************************************/
.sliph-form {
    font-size: 12px;
    background: #0D121A;
    border: 1px solid #06090d;
}
.sliph-form.force-size{
    width: 980px;
    margin: auto;
}
.sliph-form li {
    padding: 10px;
    font-size: 12px;
    padding-bottom: 10px;
}

/*******************************************************************************
 ****   Labels
 ******************************************************************************/
.sliph-form .checkbox_padding,
.sliph-form label {
    float: left;
}
.sliph-form label strong {
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    width: 170px;
    color: #e5e5e5;
}
.sliph-form .notes {
    font-size: 10px;
    color: #868686;
    padding-left: 450px;
}

.sliph-form li.group {
    font-size: 12px;
    background: #06090d;
    border-top: 1px solid #06090d;
    padding: 6px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}

.sliph-form li {
    padding: 3px;
}
.sliph-form li.group:first-child {
    margin-top: 0;
}
.sliph-form li.buttons {
    margin-top: 10px;
}

/*******************************************************************************
 ****   Validation
 ******************************************************************************/
.sliph-form .validation {
    font-size: .7em;
    color: #ff3300;
    padding-left: 170px;
}

.sliph-form .invalid input,
.sliph-form .invalid textarea,
.sliph-form .invalid select {
    border-color: #ff3300 !important;
}

.sliph-form .invalid label {
    color: #ff3300 !important;
}

/*******************************************************************************
 ****   Elements
 ******************************************************************************/
.sliph-form input,
.sliph-form textarea,
.sliph-form .type_text,
.sliph-form select {
    border: 1px solid #bfbfbf;
    padding: 4px;
    font-size: 12px;
    margin-right: 10px;
}
.sliph-form select {
    padding: 3px 2px 2px 2px !important;
}
.sliph-form .button:first-child {
    margin-left: 180px;
}
.sliph-form .tabbed .button:first-child {
    margin-left: 0;
}
.sliph-form .button.float {
    margin-left: 0;
    float: left;
    clear: none;
}
.sliph-form input[type=checkbox] {
    float: left;
    margin-top: 7px;
    margin-left: 7px;
}

/*******************************************************************************
 ****   Custom Checkboxes
 ******************************************************************************/
.sliph-checkbox input {
    position: absolute;
    left: -999em;
}
.sliph-checkbox {
    width: 24px;
    height: 24px;
    background: url(images/sliph-checkbox.png) 0px 0px no-repeat;
}
.sliph-checkbox.focus,
.sliph-checkbox:hover {
    background-position: -48px 0px;
}
.sliph-checkbox.checked {
    background-position: -24px 0px;
}
.sliph-checkbox.focus.checked,
.sliph-checkbox.checked:hover {
    background-position: -72px 0px;
}
.sliph-tabs-frame .sliph-checkbox {
    float: left;
    clear: left;
}

/*******************************************************************************
 ****   Custom Radio Buttons
 ******************************************************************************/
.sliph-radio input {
    position: absolute;
    left: -999em;
}
.sliph-radio {
    width: 24px;
    height: 24px;
    background: url(images/sliph-radio.png) 0px 0px no-repeat;
}
.sliph-radio.focus,
.sliph-radio:hover {
    background-position: -48px 0px;
}
.sliph-radio.checked {
    background-position: -24px 0px;
}
.sliph-radio.focus.checked,
.sliph-radio.checked:hover {
    background-position: -72px 0px;
}
.sliph-tabs-frame .sliph-radio {
    float: left;
    clear: left;
}

/*******************************************************************************
 ****   Field Sizes
 ******************************************************************************/
.sliph-form textarea,
.sliph-form input[type=file],
.sliph-form input[type=text],
.sliph-form input[type=password],
.sliph-form .type_text,
.sliph-form select {
    background: #181D25;
    width: 250px;
    border: 1px solid #000000;
    padding: 5px;
    margin: 5px;
    color: #ffffff;
}
.sliph-form select {
    width: 260px;
}

.sliph-form select.sliph-privilege-resources {
    width: 350px;
}
.sliph-form .type_text {
    float: left;
    border: 0;
}

/*******************************************************************************
 ****   Buttons
 ******************************************************************************/
.sliph-form .button {
    font-size: 9pt;
    text-decoration: none;
    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;
}
input.button {
    font-size: 8pt;
    font-family: verdana, tahoma, serif;
    padding: 4px 10px;
}
.button.disabled,
.button.focus-disabled {
    border-color: #d5d5d5;
    cursor: default;
}
.button:focus,
.button:hover {
    background: #2b3f50;
    border-color: #e5e5e5;
}

/* Delete */
/*.delete .button         { border-color: #ff9999; background-image: url(images/button_delete.png); }
.delete .button:hover   { background-image: url(images/button_delete_hover.png); }*/

/*******************************************************************************
 ****   Option Group
 ******************************************************************************/
optgroup option {
    padding-left: 26px;
}
optgroup {
    padding-bottom: 10px;
}
option {
    background: left center no-repeat;
}
.multiple option {
    padding: 3px;
}

.privilege_cluster {
    adisplay: none;
}

/* Privileges */
.privileges option {
    padding: 3px;
    padding-left: 26px;
}
.privileges {
    width: 32%;
    float: left;
    font-size: .9em;
}
.privileges ul {
    float: left;
    clear: left;
    margin-bottom: .5em;
}
.privileges ul li {
    border-bottom: 0;
}
.privileges ul li label{
    font-weight: normal;
    white-space: nowrap;
    padding: 5px;
}
.privileges input{
    clear: left;
}

/*******************************************************************************
 ****   Tabbed View
 ******************************************************************************/
.sliph-tabs {
    margin-top: 1em;
}
.sliph-tabs li {
    font-weight: bold;
    float: left;
    padding: 5px 15px;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
    font-size: 11px;
    background: #f0f0f0;
    cursor: pointer;
    margin-left: -1px;
    color: #686868;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius-top-right: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-radius-top-left: 5px;
}
.sliph-tabs li:first-child {
    margin-left: 0;
}
.sliph-tabs .selected{
    padding-bottom: 10px;
    margin-top: -5px;
    background: #e5e5e5;
    color: #000000;
}
.sliph-tab {
    padding: 1%;
    border: 1px solid #d5d5d5;
}

/*******************************************************************************
 ****   Thumbnails
 ******************************************************************************/
.sliph_thumbnail {
    margin: 3px;
    border: 1px solid #686868;
}

.system_script {
    padding: 5px;
    line-height: 1.5em;
}
.system_script span {
    font-size: .9em;
    padding: 5px;
    display: block;
}

/*******************************************************************************
 ****   Sliph View Blocks
 ******************************************************************************/
.sliph-view-block {
    padding: 10px;
    margin: 0 1% 2% 1%;
    border: 2px solid #e5e5e5;
    background: white url(images/table_head.png) left bottom repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 45%;
    float: left;
}
.sliph-view-block.full {
    margin: 5px;
    width: auto;
    float: none;
}
.sliph-view-block:hover {
    background-image: url(images/table_hover.png);
    border-color: #88cc88;
}
.sliph-view-block .icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.sliph-view-block .title {
    float: left;
    padding: 4px 0 4px 4px;
    font-size: 15px;
    font-weight: bold;
    color: #333366;
}
.sliph-view-block .text {
    float: left;
    clear: left;
    font-size: 11px;
    padding-left: 42px;
    padding-bottom: 5px;
    height: 33px;
    width: 90%;
}
.sliph-view-block .text.left {
    width: 45%;
}
.sliph-view-block .text.right {
    float: right;
    width: 45%;
}
.sliph-view-block .text.spread {
    line-height: 1.5em;
}
.sliph-view-block .text.column {
    float: left;
    clear: none;
    width: 30%;
    border-left: 1px solid #e5e5e5;
    padding-left: 12px;
}
.sliph-view-block .text.column.first {
    border-left: 0;
    padding-left: 42px;
}
.sliph-view-block .text span {
    float: left;
    font-weight: bold;
    width: 90px;
}
.sliph-view-block .last_executed {
    float: left;
    clear: left;
    font-size: 11px;
    padding: 5px 0 5px 42px;
    line-height: 1.5em;
}
.sliph-view-block .last_executed span {
    float: left;
    width: 100px;
}
.sliph-view-block .actions {
    float: left;
    padding: 10px 0 10px 39px;
}
.sliph-view-block .actions.scripts {
    float: right;
    padding: 0 5px 5px 5px;
}
/* -----------< location set up >----------- */
#fluff_4{
    position: relative;
}
#bannerWrap{
    position: relative;
}
/* -----------<  >----------- */
.flame-container{
    height: 160px;
    width: 110px;
    position: absolute;
    right: -124px;
    display: none;
}
.flame-container.offset-y{
    margin-top: -15px;
}
/* -----------< fade in animation >----------- */
.light{
    background-color:rgba(217, 214, 136, 0.00);
    /*webkit*/
    -webkit-animation-name:light;-webkit-animation-duration:4s;-webkit-animation-iteration-count:1;-webkit-animation-timing-function:linear;
    /*moz*/
    -moz-animation-name:light;-moz-animation-duration:4s;-moz-animation-iteration-count:1;-moz-animation-timing-function:linear;
    /*default*/
    animation-name:light;
    animation-duration:4s;
    animation-iteration-count:1;
    animation-timing-function:linear;
}
@-moz-keyframes light {
    0% {background-color: rgba(217, 214, 136, 0.00);-moz-box-shadow: 5px -6px 16px 12px transparent;}
    80% {background-color: rgba(217, 214, 136, 0.39);-moz-box-shadow: 5px -6px 30px 20px rgba(254, 209, 151, 0.53);}
    100% {background-color: rgba(217, 214, 136, 0.39);-moz-box-shadow: 5px -6px 20px 8px rgba(254, 209, 151, 0.53), 11px -8px 25px 15px rgba(254, 209, 151, 0.4);}
}
/* -----------< webkit >----------- */
@-webkit-keyframes light {
    0% {background-color: rgba(217, 214, 136, 0.00);-webkit-box-shadow: 5px -6px 16px 12px transparent;}
    80% {background-color: rgba(217, 214, 136, 0.39);-webkit-box-shadow: 5px -6px 30px 20px rgba(254, 209, 151, 0.53);}
    100% {background-color: rgba(217, 214, 136, 0.39);-webkit-box-shadow: 5px -6px 20px 8px rgba(254, 209, 151, 0.53), 11px -8px 25px 15px rgba(254, 209, 151, 0.4);}
}
/* -----------< default >----------- */
@keyframes light {
    0% {
        background-color: rgba(217, 214, 136, 0.00);
        box-shadow: 5px -6px 16px 12px transparent;
    }
    80% {
        background-color: rgba(217, 214, 136, 0.39);
        box-shadow: 5px -6px 30px 20px rgba(254, 209, 151, 0.53);
    }
    100% {
        background-color: rgba(217, 214, 136, 0.39);
        box-shadow: 5px -6px 20px 8px rgba(254, 209, 151, 0.53), 11px -8px 25px 15px rgba(254, 209, 151, 0.4);
    }
}
/* -----------< set up >----------- */
.flame,.light{
    background-color: rgba(217, 214, 136, 0.39);
    background-color: transparent;
    height: 22px;
    left: 37px;
    position: absolute;
    top: 123px;
    width: 23px;
    /*webkit*/
    -webkit-border-radius: 40px 0 46px 25px;-webkit-box-shadow: 5px -6px 16px 12px rgba(254, 209, 151, 0.53);-webkit-box-shadow: 5px -6px 16px 12px transparent;-webkit-transform: rotate(-48deg);
    /*moz*/
    -moz-border-radius: 40px 0 46px 25px;-moz-box-shadow: 5px -6px 16px 12px rgba(254, 209, 151, 0.53);-moz-box-shadow: 5px -6px 16px 12px transparent;-moz-transform: rotate(-48deg);
    /*default*/
    border-radius: 40px 0 46px 25px;
    box-shadow: 5px -6px 16px 12px rgba(254, 209, 151, 0.53);
    box-shadow: 5px -6px 16px 12px transparent;
    transform: rotate(-48deg);
}
/* -----------< flame animation >----------- */
.flame{
    /*webkit*/
    -webkit-animation-name:burn;-webkit-animation-duration:4.8s;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function:linear;-webkit-animation-delay: 4s;
    /*moz*/
    -moz-animation-name:burn;-moz-animation-duration:4.8s;-moz-animation-iteration-count: infinite;-moz-animation-timing-function:linear;-moz-animation-delay: 4s;
    /*default*/
    animation-name:burn;
    animation-duration:4.8s;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
    animation-delay: 4s;
}
/* -----------< moz >----------- */
@-moz-keyframes burn {
    0% {background-color: rgba(217, 214, 136, 0.39);-moz-box-shadow: 5px -6px 16px 12px rgba(254, 209, 151, 0.53), 8px -8px 24px 10px rgba(254, 209, 151, 0.4);}
    20% {left: 38px;top: 120px;height: 25px;}
    25% {background-color: rgba(217, 214, 136, 0.45);-moz-box-shadow: 5px -6px 30px 4px rgba(254, 209, 151, 0.53), 11px -8px 30px 18px rgba(254, 209, 151, 0.4);width: 22px;height: 22px;}
    40% {left: 34px;top: 124px;height: 24px;}
    50% {background-color: rgba(217, 214, 136, 0.39);-moz-box-shadow: 11px -8px 16px 12px rgba(254, 209, 151, 0.53), 8px -8px 25px 16px rgba(255, 254, 146, 0.44);width: 25px;height: 22px;}
    60% {-moz-box-shadow: 5px -6px 30px 16px rgba(254, 209, 151, 0.53), 10px -12px 20px 18px rgba(254, 209, 151, 0.53);left: 32px;top: 123px;width: 23px;}
    75% {background-color: rgba(217, 214, 136, 0.45);-moz-box-shadow: 10px -12px 25px 16px rgba(255, 254, 130, 0.33), 5px -6px 30px 4px rgba(254, 209, 151, 0.53);height: 20px;}
    80% {left: 35px;top: 125px;height: 22px;}
    100% {background-color: rgba(217, 214, 136, 0.39);-moz-box-shadow: 5px -6px 16px 12px rgba(254, 209, 151, 0.53), 5px -6px 20px 6px rgba(254, 209, 151, 0.53);}
}
/* -----------< webkit >----------- */
@-webkit-keyframes burn {
    0% {background-color: rgba(217, 214, 136, 0.39);-webkit-box-shadow: 5px -6px 16px 12px rgba(254, 209, 151, 0.53), 8px -8px 24px 10px rgba(254, 209, 151, 0.4);}
    20% {left: 38px;top: 120px;height: 25px;}
    25% {background-color: rgba(217, 214, 136, 0.45);-webkit-box-shadow: 5px -6px 30px 4px rgba(254, 209, 151, 0.53), 11px -8px 30px 18px rgba(254, 209, 151, 0.4);width: 22px;height: 22px;}
    40% {left: 34px;top: 124px;height: 24px;}
    50% {background-color: rgba(217, 214, 136, 0.39);-webkit-box-shadow: 11px -8px 16px 12px rgba(254, 209, 151, 0.53), 8px -8px 25px 16px rgba(255, 254, 146, 0.44);width: 25px;height: 22px;}
    60% {-webkit-box-shadow: 5px -6px 30px 16px rgba(254, 209, 151, 0.53), 10px -12px 20px 18px rgba(254, 209, 151, 0.53);left: 32px;top: 123px;width: 23px;}
    75% {background-color: rgba(217, 214, 136, 0.45);-webkit-box-shadow: 10px -12px 25px 16px rgba(255, 254, 130, 0.33), 5px -6px 30px 4px rgba(254, 209, 151, 0.53);height: 20px;}
    80% {left: 35px;top: 125px;height: 22px;}
    100% {background-color: rgba(217, 214, 136, 0.39);-webkit-box-shadow: 5px -6px 16px 12px rgba(254, 209, 151, 0.53), 5px -6px 20px 6px rgba(254, 209, 151, 0.53);}
}
/* -----------< default >----------- */
@keyframes burn {
    0% {
        background-color: rgba(217, 214, 136, 0.39);
        box-shadow: 5px -6px 16px 12px rgba(254, 209, 151, 0.53), 8px -8px 24px 10px rgba(254, 209, 151, 0.4);
    }
    20% {
        left: 38px;
        top: 120px;
        height: 25px;
    }
    25% {
        background-color: rgba(217, 214, 136, 0.45);
        box-shadow: 5px -6px 30px 4px rgba(254, 209, 151, 0.53), 11px -8px 30px 18px rgba(254, 209, 151, 0.4);
        width: 22px;
        height: 22px;
    }
    40% {
        left: 34px;
        top: 124px;
        height: 24px;
    }
    50% {
        background-color: rgba(217, 214, 136, 0.39);
        box-shadow: 11px -8px 16px 12px rgba(254, 209, 151, 0.53), 8px -8px 25px 16px rgba(255, 254, 146, 0.44);
        width: 25px;
        height: 22px;
    }
    60% {
        box-shadow: 5px -6px 30px 16px rgba(254, 209, 151, 0.53), 10px -12px 20px 18px rgba(254, 209, 151, 0.53);
        left: 32px;
        top: 123px;
        width: 23px;
    }
    75% {
        background-color: rgba(217, 214, 136, 0.45);
        box-shadow: 10px -12px 25px 16px rgba(255, 254, 130, 0.33), 5px -6px 30px 4px rgba(254, 209, 151, 0.53);
        height: 20px;
    }
    80% {
        left: 35px;
        top: 125px;
        height: 22px;
    }
    100% {
        background-color: rgba(217, 214, 136, 0.39);
        box-shadow: 5px -6px 16px 12px rgba(254, 209, 151, 0.53), 5px -6px 20px 6px rgba(254, 209, 151, 0.53);
    }
}
/* -----------< /flame animation... YAY! >----------- */

@media only screen and (min-width: 1216px){
    .flame-container{
        display: block;
    }
}/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
 * jQuery UI Accordion 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }    

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.17
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
/*
 * jQuery UI Button 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Dialog 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Progressbar 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
 * jQuery UI Resizable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Slider 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }