body {
	background-color: #0a3344;
	margin: auto;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;	
}

form, div, td {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;	
}

a, a:hover {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.text, select.text {
	background-color: #06263f;
	border: 0;
	color: #FFFFFF;
	font-family: Tahoma;
	padding: 2px;
}


.button {
	width:85px;
	height:19px;
	background:url(images/buttonbg.gif) repeat-x;
	border-right: #1c587b;
	border-top: none;
	border-left: none;
	border-bottom: #0b4362;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top:10px;
	font-weight:normal;
}

/* Profile */

#profile {
	margin: 0;
	padding: 0;
}

.ign_header {
	background-image: url(images/ign_header_bg.gif);
	background-repeat: no-repeat;
	width: 265px;
	height: 38px;
	text-align: center;
	padding-top: 11px;
	font-size: 12px;
	text-transform:capitalize;
	font-weight: bold;
}

.stat {
	background-image: url(images/profile/stat_bg.png); background-repeat: no-repeat; width: 134px; height: 32px; position: relative;	
}
.stat_name {
	width: 45px;
	text-align: center;
	position: absolute; top: 8; left: 4; font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;	
}
.stat_value {
	position: absolute; top: 8; left: 65px; font-family: Tahoma; font-size: 10px; font-weight: normal;
}



/* End Profile */

/* Right Side Block */

#right .top {
	background-image: url(images/right_top_bg.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 224px;
	text-align: left;
}
#right .middle {
	background-image: url(images/right_middle_bg.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 246px;
	text-align: left;
}

#right .bottom {
	background-image: url(images/right_bottom_bg.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 258px;
	text-align: left;
}

#right .header {
	margin-top: 8px;
	padding-left: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}
#right .content {
	padding-top: 10px;
	padding-left: 35px;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

/* End Right Side Block */

/* Headers */
h1 {
	padding-top: 10px;
	font-size: 18px;
	color: #FFFFFF;
}

.error {
	color: #FF0000;
	padding: 5px;
	font-weight: bold;
}

table.posted th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.alt1 {
	background-color: #0A3344;
}

.alt2 {
	background-color: #082b3a;
}

.alt1 .on {
	cursor: pointer; 
	background-color: #5d90b2;
}

.alt2 .on {
	cursor: pointer; 
	background-color: #5d90b2;
}

.alt1 .off {
	cursor: pointer; 
	background-color: #0A3344;
}

.alt2 .off {
	cursor: pointer; 
	background-color: #082b3a;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-left: 15px;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0px;
}

#menu a, #menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover {
	background-image: url('../images/navHover.jpg');
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 9px;
	padding-right: 9px;
  	border-left: 1px solid #28B2F0;
  	border-right: 1px solid #28B2F0;
}


