/*******************************************************************************
 ****   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;
}

/*******************************************************************************
 ****   BODY
 ******************************************************************************/

body {
	font-family: verdana, tahoma, arial, serif, san-serif;
}

#header {
	display: none;
}

/*******************************************************************************
 ****   NAVIGATION
 ******************************************************************************/
#subnav_wrap {
	display: none;
}
#header_banners {
	display: none;
}

/*******************************************************************************
 ****   GENERAL TEXT FORMATTING
 ******************************************************************************/
em {
	font-style: italic;
}
strong {
	font-weight:bold;
}
p {
	margin-bottom:1.5em;
}

/*******************************************************************************
 ****   GENERAL ELEMENT STYLES
 ******************************************************************************/
.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;
}

/*******************************************************************************
 ****   TABLES
 ******************************************************************************/
table {
	font-size:10pt;
}
.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;
}

/*******************************************************************************
 ****   BUILD SUMMARY
 ******************************************************************************/
.summary h2 span {
	display: block;
	font-size: .6em;
	letter-spacing: normal;
	padding: 4px;
}
.summary h2 a {
	color: #000000;
	text-decoration: none;
}

/* HEADER BLOCK */

.summary .block {
	float: left;
	width: 290px;
	border: 1px solid #252525;
	margin-bottom: 10px;
	height: 32px;
	padding-left: 20px;
}
.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;
}
.summary .block a {
	text-decoration: none;
}
.summary .block .icon {
	display: none;
}

/* ATTRIBUTES TABLE */

#summary #attrTable {
	float: right;
	width: auto;
}
#summary #attrTable th {
	text-align: center;
	padding: 4px 10px;
	border: 1px solid #252525;
}
#summary #attrTable td {
	padding: 5px 5px 6px 5px;
	border: 1px solid #252525;
	text-align: center;
}
#summary #attrTable .label {
	padding-right: 15px;
	padding-left: 3px;
	text-align: left;
}

/* INDIVIDUAL STATS */

.summary .stat {
	margin: 5px 15px;
	padding: 5px;
	height: 29px;
}
.summary .stat span {
	font-weight: bold;
	margin-right: 10px;
}
.summary .statGroup .stat {
	float: left;
	padding: 5px 5px 5px 35px;
}
.summary .small {
	height: auto;
	margin: 0;
	margin-left: 15px;
}
.summary .AB {
	float: left;
	width: 90px;
}

.summary .mods ul {
	display: none;
}
.summary .statAB {
	float: left;
	width: 65%;
}
.summary .statSave {
	float: left;
	width: 35%;
}
.summary .casting {
	float: left;
	width: 155px;
}
.highlights {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.highlights li {
	font-size: .9em;
	margin-bottom: 5px;
}

#skills_table,
#outline table {
	font-size: .9em;
}
#skills_table td,
#outline table td {
	border: 1px solid #cccccc;
	font-size: .9em !important;
	padding: 2px;
}
#skills_table th,
#outline thead th {
	border: 1px solid #151515;
}
.classLevel {
	font-style: italic;
}

/*******************************************************************************
 ****   CONTENT SECTION
 ******************************************************************************/
#section .item {
	position: relative;
	font-size: 8pt;
}

#section .icon {
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 12px;
}

#section table th {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: bottom;
	border: 0;
}
#section table td {
	vertical-align: top;
	font-size: 8pt;
}
#section table .maxlevel {
	text-align: center;
	width: 70px;
}
#section table .level {
	text-align: center;
	width: 50px;
}
#section table .score {
	text-align: center;
	width: 30px;
}

/*******************************************************************************
 ****   HEADINGS
 ******************************************************************************/
h2 {
	display: block;
	margin: 8px 0 10px 0;
	font-weight: bold;
	font-size: 1.7em;
	font-family: "trebuchet ms", verdana, tahoma, arial, serif, san-serif;
	border-bottom: 1px solid #000000;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #000000;
}
.top_link {display: none;}
#banner_wrap,
#bannerInner {
	display: none;
}

#quick_links ul {
	display: none;
}

.pageBreak {
	page-break-before: always;
}

.button {
	display: none;
}
#footer {
	display: none;
}

a { color: #000000; }
a.visited { color: #000000; }

.right_actions {
	display: none;
}
#toggle_skills_table {
	display: none !important;
}
#skills_table {
	display: block;
}
#skills_table img {
	display: none;
}
#skills_table .hidden {
	display: block;
}
.title strong {
	margin-right: 10px;
}
.action,
.modTableFrame,
.post_hidden,
.build_ranking,
.dialog {
	display: none;
}





#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;
}





#build_description {
    clear: both;
    border: 0;
    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;
}
#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;
}

.top_link,
#outline a.top_link,
#comments,
#adjustment,
#jumper_links {
    display: none;
}
#outline {
    clear: both;
}
#outline a {
    display: block;
    float: none;
    border: 0;
    text-decoration: none;
}