html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
	
}
.nolink
{
	color:inherit;
	text-decoration:none;
}
.nolink:hover
{	text-decoration:none;
	color:inherit;
}

a {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFEA00; /*#FFA405;*/
	text-decoration:underline;
}
.LinkList
{
	display:block;
	padding-bottom:4px;
}
.restoreul
{
	padding: 14px;
	margin: 14px;
	padding-top:0px;
	padding-bottom:0px;
}
.restoreul li
{	padding-bottom:10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #3A0404 url(/images/template/page_bg.jpg) repeat-x;
  font: 13px arial, sans-serif;
  color: #464544;
  text-align: center;
}

.tinytext{
  font: 8pt arial, sans-serif;
}

/** layout **/
#wrapper {
	width: 778px;
	min-height: 520px;
	height: 520px;
	background: url(/images/template/header.jpg) no-repeat;
	margin: auto;	
	text-align:left;
    position: relative;
}

h1 {
  font-size: 13pt;
  color: #1E1D1C;
}
h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom:8px;
}

h3 {
  font-size: 12px;
  color: #FFEA00;
}
h3 a
{  text-decoration:underline;
    color: #FFEA00;
    font-size: 12px;
}
h3 a:hover
{  text-decoration:none;
    color: #FFEA00;
    font-size: 12px;
}
.h4
{   color:#000000;
    font-size:10pt; 
    font-weight:bold;
    padding-bottom:4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 425px;
}
#nav li {
  float: right;
  background: url(/images/template/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
  padding-right:10px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/

#topcon {
  background: url(/images/template/topcon.jpg) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 338px;
  color: #fff;
}
#topcon-inner {
  margin: 13px 30px 41px 80px;
  height: 137px;
  overflow: auto;
}
#topcon h2 {
  font-size: 13pt;
}
/** top left content **/
#topleftcon {
  background: url(/images/template/topleftcon.gif) no-repeat;
  width: 423px;
  position: absolute;
  top: 120px;
  left: 28px;
  color: #fff;
  z-index:5;
}
#topleftcon-inner {
  margin: 18px 80px 8px 20px;
  height: 137px;
  overflow: auto;
}
#topleftcon h2 {
  font-size: 13pt;
}
/** Body **/
#messagebar{
    position: relative;
    top:160px;
    float:right;
    width:400px;
    height:22px;
    margin:8px 30px 10px 0px;
    text-align:right;
}
#content {
  width: 710px;
  position: absolute;
  color: #fff;
  top: 299px;
  left: 33px;
}

#content a {
  color: #fff;
}
#content a:hover {
  color: #AFAFAF;
}
#body {
  border: 3px solid white;
  background: #1E1D1C;
  padding: 18px;
}

.box {
  float: left;
  width: 195px;
  background: #9F1313;
  margin-right: 18px;
}
.box-t { background: top url(/images/template/box_t.gif) repeat-x; }
.box-r { background: right url(/images/template/box_r.gif) repeat-y; }
.box-b { background: bottom url(/images/template/box_b.gif) repeat-x; }
.box-l { background: left url(/images/template/box_l.gif) repeat-y; }
.box-tr { background: top right url(/images/template/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(/images/template/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(/images/template/box_bl.gif) no-repeat; }
.box-tl { background: top left url(/images/template/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#double {
  width: 455px;
  margin-right:0px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
  font-size: 8pt;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
  text-transform:uppercase;
}
#footer a
{ text-decoration:none;
}
#footer a:hover
{ text-decoration:underline;
}
.DropDownList {
	font-size:10pt;
	height:19px;
	border:1px solid #1E1D1C;
	padding-left:3px;
}
.TextBox {
	font-size:10pt;
	height:17px;
	border:1px solid #1E1D1C;
	padding-left:3px;
	padding-right:3px;
}
.MultiLine{
	font-size:10pt;
	border:1px solid #1E1D1C;
	padding-left:3px;
	padding-right:3px;
	width:300px;
}
.btn
{
}
input.btn
{
	color:#FFFFFF;
	background-color:#1E1D1C;
	border:1px solid #FFFFFF;
	padding:2px 6px 1px 6px;
	cursor:pointer;
    height:auto;
    display:inline;
}
input.btnhov
{
	color:#FFFFFF;
	background-color:#2F2C29;
	border:1px solid #FFFFFF;
    padding:2px 6px 1px 6px;
    margin:0;
	cursor:pointer;
    height:auto;
}
input.btndisabled
{
	color:#BFB32F;
	background-color:#6F1B1F;
	border:1px solid #1E1D1C;
	padding:2px 6px 1px 6px;
	cursor:pointer;
    height:auto;
}
.adminbtn
{
}
input.adminbtn
{
	color:#FFFFFF;
	background-color:#481617;
	border:1px solid #FFFFFF;
	padding:2px 6px 1px 6px;
	cursor:pointer;
    height:auto;
    display:inline;
}
input.adminbtnhov
{
	color:#FFFFFF;
	background-color:#9F1313;
	border:1px solid #FFFFFF;
    padding:2px 6px 1px 6px;
	cursor:pointer;
     height:auto;
}
#topleftcon input.adminbtn
{	background-color:#7F0002;
}
#topleftcon input.adminbtnhov
{	background-color:#481617;
}
.error
{ color:#FF8D08;
}
/* layout of ratings */
#mainheart
{   width:121px;
    height:103px;
    float:left;    
}

#subhearts
{   float:left;
    height:103px;
    padding-top:2px;
}
div.smallhearts
{  width:33px;
   text-align:center;
   height:35px;
}
#sub2hearts
{   float:left;
    width:30px;
    height:113px;
}
#personalheart
{   padding-top:24px;
	padding-bottom:4px;
	float:left;
}
#talentheart
{   
}
#physicalheart
{	padding-top:0px;
	padding-bottom:0px;
}
#body #mainheart
{   width:121px;
    height:140px;
    float:left;
    text-align:center;
}

#body #subhearts
{   float:left;
    height:103px;
    padding-top:0px;
}
#body #subhearts img
{   float:left;
    padding-right:4px;
    text-align:left;      
}
#body div.smallhearts
{  width:140px;
   text-align:left;
   height:48px;
    padding-left:5px;
}
#body #sub2hearts
{   float:left;
    height:160px;
    width:145px;
}
#body #sub2hearts img
{   float:left;
    padding-right:4px;
}
#body #personalheart
{   padding-top:28px;
}
#body #talentheart
{   padding-top:20px;
}
#body .twocolumn
{ 
	padding:2px;
	float:left;
	width:200px;
}
#peoplerated
{   float:left;
    text-align:right;
    width:20px;
    height:113px;
    padding-left:4px;
    padding-right:4px;
}
#namedcatogories
{   text-align:left;
    height:113px; 
    float:left;
}
.AccordianHeading
{
    margin-top:10px;
    margin-bottom:5px;
    padding:4px;
    cursor:pointer;
    border:1px solid #1E1D1C;
    color:#FFEA00;
    background-color:#481617;
}
.AccordianSection
{ width:100%;
  overflow:hidden;	
}
.RatingName
{   text-align:center;
}
.RatingStripe
{   border:1px solid #481617;
    margin:10px 0px 6px 0px;
}
.ratinghidden
{ color:#2F2326;
}
.backProfile
{
	width:110px;
	height:130px;
	float:left;
}