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

body {
	font-family: tahoma, arial, san-serif, serif;
}
a {
	text-decoration: none;
}
/*******************************************************************************
 ****   CUSTOM PRINT STYLES
 ******************************************************************************/
.statsBlock {
	display: block;
	padding: 6px;
	font-size: 11pt;
}

#characterTable {
	clear: both;
	width: 100%;
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
#characterTable th {
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
#characterTable td {
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	padding: 3px;
	font-size: 9pt;
	vertical-align: top;
}

.BABHead,
.skillHead,
.skill {
	display: none;
}

#attributesTable {
	font-size: 10pt;
	float: right;
	margin-bottom: 6px;
	border-right: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
}
#attributesTable td,
#attributesTable th {
	padding: 1px 5px;
	border-left: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}
#attributesTable tfoot {
	display: none;
}
#utilBar {
	display: none;
}
.hidden {
	display: none;
}
#headMenu_Feat,
#skill_menu,
#levelMenu {
	display: none;
}

.classSelect span {
	display: none;
}

.attrCell {
	color: #c5c5c5;
}
.attrCell .selected {
	font-weight: bold;
	color: #000000;
}
.featsAuto {
	font-size: 8pt;
}