body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CC00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.characterInfoCells {
	background-color: #99748b;
	background-image: url(../images/character_gradient.jpg);
	background-repeat: repeat-x;
	border: 3px solid #FFFFFF;
	vertical-align: top;
}
.genericBackground {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/character_background2.jpg);
	background-color:#320319;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 25px;
}

/* Used for the resource area of the character pages */
.resource {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
}

.notation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}

.notation a {
	color: #ffffff;
	text-decoration: underline;
}

.notation a:hover {
	text-decoration: underline;
	color: #00cc00;
}

.notation a:visited {
	text-decoration: none;
	color: #00cc00;
}

/* This is used on all the pages that are mostly text. Set this as the main div class */
.genericTextArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	width: 800px;
	border: 3px solid #FFFFFF;
	background-image: url(../images/character_background.jpg);
	background-color: #320219;
	background-repeat: repeat-x;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* This defines the update boxes. New updates should be in this div class */
.updateBox {
	background-image: url(../images/character_gradient.jpg);
	background-repeat:repeat-x;
	background-color: #99748b;
	border: 3px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;	
	padding: 10px;
	height: auto;
	margin: 10px;
}

/* This defines the update boxes. New updates should be in this div class */
.heroCell {
	background-image: url(../images/character_gradient.jpg);
	background-repeat:repeat-x;
	background-color: #99748b;
	border: 3px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.heroCell fieldset {
	padding: 0px;
	border: none;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}


/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}
