html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}
ul, ol {
	padding: 0 0 0 26px;
	margin: 8px 0 0 0;
}
body {
	background-color: transparent;
	color: white;
	line-height: 1;
	font-family: Helvetica;
	font-size: 17px;
}

a {
	color: #6ab0ff;
	text-decoration: underline;
	font-family: Helvetica, Arial;
	font-size: 17px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	line-height: 16px;
}

.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}

.cl {
	clear: both;
}
.medLabel {
font-size: 16px;
font-weight: bold;
line-height: 18px;
}

.cash {
	color: #8fff83;
}

.exp {
color: #83fffb;
}
.upkeepCost {
	color: red;
}

.vtop {
vertical-align: top;
}

.vmid, .vmiddle {
	vertical-align: middle;
}

.fl {
	float: left;
}
.success {
	color: #00e610;
}
.warning {
	color: #e60000;
}
.fail {
	color: #e60000;
}
.logoTopLeft {
	text-align:left;
	margin: 10px 0 0 14px;
}

.medTextField {
	font-size:14px;
	width: 130px;
}

.lgTextField {
	font-size: 17px;
	width: 148px;
}

.messageBold {
	color: #2e7dff;
	font-weight: bold;
}

.logoSpacing {
	height: 10px;
}

/* header */
.hdBlock {
    background: url(/images/crbnfbr.png);
    background-color: black;
    color: white;
    font-size: 14px;
	width: 52px;
	height: 54px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: thin solid #333333;
	float: left;
}

.hdVSmBlock {
	width: 52px;
}
.hdSmBlock {
	width: 53px;
}

.hdCashBlock {
	width: 53px;
}

.hdHealthBlock {
	width: 55px;
}
.hdEnergyBlock {
	width: 55px;
}
.hdStaminaBlock {
	width: 47px;
}

.hdMedBlock {
	width: 58px;
}

.hdLgBlock {
	width: 84px;
}

.hdBlockRightBorder {
	border-right: thin solid #333333; 
}

.hdBlockLabel {
	padding: 2px 0 3px 0;
	height: 14px;
}

.hdBlockCash {
	color: #8fff83;
}

.hdBlockHealth {
	color: #c14f39;
}

.hdBlockEnergy {
	color: #ffd93f;
}

.hdBlockStamina {
	color: #7eeeff;
}

.hdBlockLevel {
	color: #fff;
}

.hdBlockLevelBar { 
	padding: 6px 0 0 6px;
}
.bgLevelBar { 
	background: transparent url(/images/bgLevelBar.png) repeat-x top left;
	height: 6px;
}


.frontLevelBar { 
	background: transparent url(/images/frontLevelBar.png) repeat-x top left;
	height: 6px;
}

.hdTimer {
	color: #cccccc;
}

.unlockText {
	color: #4278d1;
	font-size: 12px;
	font-weight: normal;
}
.unlockTextMed {
	color: #4278d1;
	font-size: 16px;
	font-weight: normal;
}

.vtop {
	vertical-align: top
}

.doAgainTxt, .doAgainTxt a {
	padding-top: 9px;
	color: white;
}

/* sections */
.section {
	padding-left: 5px;
}
.sectionHeader {
	font-size: 22px;
	ling-height: 22px;
	font-weight: bold;
	height: 27px;
	padding-left: 4px;
}
.sectionBar {
	border-top: thin solid #707070;
	height: 2px;
	width: 97%;
}
.sectionBarMinor {
	border-top: thin solid #2b2b2b;
	height: 2px;
	width: 97%;
}
.sectionBarVMinor {
	border-top: thin solid #fff;
	opacity: 0.07;
	height: 2px;
	width: 96%;
}
.sectionSubHeader {
	padding: 2px 0 7px 0;
}
.sectionContent {
	font-size: 14px;
	padding: 4px 4px 0 4px;
}

.sectionContentLgTxt {
	font-size: 15px;
	line-height: 16px;
	padding: 4px 4px 0 4px;
}

.sectionHeaderLeft {
	width: 80px;
	text-align: left;
}

.sectionHeaderCenter {
	width: 40px;
}

.sectionHeaderRight {
	width: 200px;
	padding-right: 10px;
	text-align: right;
}

.sectionHeaderRight a {
	font-size: 16px;
	text-decoration: none;
	font-weight: blod;
}

/* message boxes */
.messageBox {
	border: 1px solid #bfbfbf;
	background-color: #000;
	font-size: 14px;
	width: 92%;
	padding: 3px;
	margin: 4px auto 11px auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	opacity: 0.8;

}

.messageBox div {
	padding: 4px;
}

.messageBox div a {
	font-size: 13px;
}


.messageBoxSuccess {
	border: 1px solid #bfbfbf;
	background-color: #000;
	font-size: 16px;
	width: 92%;
	padding: 8px;
	margin: 4px auto 11px auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: white;
	font-weight: bold;
	line-height: 18px;

}

.messageBoxFail {
	border: 1px solid #bfbfbf;
	background-color: #000;

	font-size: 16px;
	
	width: 92%;
	padding: 8px;
	margin: 0 auto 11px auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: white;
	font-weight: bold;
	line-height: 18px;

}

.messageSuccess {
	color: green;
	font-weight: bold;
}

.messageFail {
	color: red;
	font-weight: bold;
}


/* points page */
.pointsLabel {
	width: 150px;
	text-align: left;
}

.pointsField {
	width: 400px;
	text-align: left;
}

.characterNameField {
  line-height: 20px;
}