/*******************************************************************************
 ****   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;
}