html, body, input, textarea, select {
	background-color: #000;
	color: #CCC;
	font-family: Verdana;
	font-size: 8pt;
}

th {
    white-space: nowrap;
}

img {
    border: none;
}

a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}

textarea, select {
    border: 1px solid #888;
}

input[type="text"] {
    border: 1px solid #888;
    vertical-align: middle;
}

input[type="password"] {
    border: 1px solid #888;
    vertical-align: middle;    
}

input[type="submit"] {
    border: 1px solid #888;
}

input[type="reset"] {
    border: 1px solid #888;
}

input[disabled] {
    background-color: #444;
    color: #000;
}

form {
    margin: 0;
}

hr {
    height: 1px;
    border: 0;
    color: #888;
    background-color: #888;    
}

a:hover {
	text-decoration: underline;
}

.text-align-justify {
    text-align: justify;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.dark {
	background-color: #111;	
}

.light {
	background-color: #222;	
}

.border-top {
	border-top: 1px solid #888;
}

.border-bottom {
	border-bottom: 1px solid #888;
}

.no-border-bottom {
    border-bottom: 0;
}

.border-bottom-double {
	border-bottom: 2px solid #888;
}

.border-top-double {
	border-top: 2px solid #888;
}

.no-border {
    border: 0;
}

.border {
    border: 1px solid #888;
}

.padd {
    padding: 10px;
}

.admin-color {
    color: #0C0;
}

.valign-middle {
    vertical-align: middle;
}

.big-text {
    font-size: 14pt;
}

.nowrap {
    white-space: nowrap;
}

#main {	
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #888;
}

#header {
	clear: both;
	width: 1000px;
	height: 100px;
	border-bottom: 1px solid #888;
	background-image: url('../images/static/header-bg.png');
}

#left-header-corner {
	position: relative;
	margin: -1px 0 0 -1px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	height: 25px;
	float: left;
	clear: left;
	background-image: url('../images/static/corner.gif');
	background-position: left top;
	background-repeat: no-repeat;
	width: 25px;
}

#location-user-header {
	clear: both;
	width: 960px;
	padding: 2px 20px;
	margin-bottom: 1px;
	background-color: #222222;
	border-bottom: 1px solid #888;
	font-size: 9pt;
	vertical-align: middle;
}

#location {
    width: 680px;
	padding: 0;
	margin: 0;
}

#user-info {
    width: 160px;
    float: right;
	padding: 0;
	margin: 0;
	text-align: right;
}	

#mid {
	width: 1000px;
	clear: both;
	margin-top: -1px;
	min-height: 600px;
    background-image: url('../images/static/bggradient.png');
    background-repeat: repeat-x;	
}

#sub {
    width: 868px;
    float: left;
}

#left-stripe {
    width: 15%;
	float: left;
	margin: -1px -5px 0 0;
}

.stripe-box {
    margin-left: -15px;
	border: 1px solid #888;
	font-size: 8pt;
	clear: both;
	margin-right: 2px;
	margin-bottom: 15px;
}

.stripe-box .title {
	display: block;
	background-color: #000;
	border-bottom: 3px solid #888;
	font-weight: bold;
	font-size: 8pt;	
	margin: 0;
	padding: 6px 0 2px 6px;
}

.stripe-box-content {
    padding: 0;
}

.stripe-box-content ul {
	margin: -1px 0 0 0;
	padding-left: 0;
	line-height: 150%;
	/*list-style: disc inside none;*/
	list-style-type: none;
}

.stripe-box-content li {
	margin: 0;
	padding: 0;
	background-color: #111;	
	border-top: 1px solid #888;
	display: block;
}

.stripe-box-content li.l1 {
    background-color: #003;
}

.stripe-box-content li.dark {
	background-color: #111;	
}

.stripe-box-content li.light {
	background-color: #222;	
}

.stripe-box-content div.disabled {
    padding-left: 10px;
    color: #000;
}

.stripe-box-content a {
	padding-left: 10px;
	font-weight: normal;
	display: block;
}

.stripe-box-content a .l1 {
    
}

.stripe-box-content .sublevel {
	margin: -1px 0 0px 0;
	/*padding: 0 0 3px 0;*/
	text-indent: 9px;
	font-size: 7pt;
	line-height: 150%;	
	/*list-style: disc inside none;*/
	list-style-type: none;
}

.stripe-box-content a:hover {
	font-weight: bold;
	text-decoration: none;
	display: block;	
}

.stripe-box-content .sublevel li {
    border-top: 0;
}

.stripe-box-content .sublevel li a:hover {  
}


.stripe-box-content .l1 a:hover {
    color: #000;
    background-color: #DA0;
}

.no-border-bottom {    
    border-bottom: 0;
}

#image-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#gallery {
    vertical-align: middle;
    text-align: center;        
}

#gallery a {
    display: block;
    /*padding: 30% 0 0 0;*/
}

#gallery div {
    top: 0;    
}

#gallery a:hover {
    text-decoration: none;
    color: #CCC;           
}

#gallery span {
    display: block;
    opacity: .4;
	filter: alpha(opacity=40);
	width: 100%;
    background-color: #000;            
}

#gallery span span {
    padding: 5px;
    opacity: 1;    
    border: 0;
    width: auto;
    border: 1px solid #888;    
}

#gallery a:hover span {
    display: block;
    opacity: 1;
	filter: alpha(opacity=100);    
    background-color: #000;
}

#gallery a:hover span span {
    padding: 5px;
    border: 0;
    opacity: 1;    
    width: auto;
    border: 1px solid #888;
}

#gallery #prev {
    left: 0;
    text-align: left;
    width: 30%;
    float: left;
}

#gallery #prev a {
    left: 0;
}

#gallery #close {
    text-align: center;
    margin: 0 5%;
    width: 30%;
    float: left;
}

#gallery #close a {
}

#gallery #next {
    right: 0;
    text-align: right;
    width: 30%;
    float: right;
}

#gallery #next a {
    right: 0;
}

#contents {
	float: right;
	width: 84%;
	padding: 15px 3px;
	padding-right: 6px; 
    min-height: 700px;
}

#contents tr {
    border-bottom: 1px solid #888;
    font-size: 7pt;
}

#contents th {
    background: #222;
    font-size: 7pt;
}

#contents td.center {
    text-align: center;
}

#contents .inside {
	border: 1px solid #888;
	background: #000;
	width: 100%;
}

#contents .inside h1 {
	display: block;
	font-size: 11pt;
	clear: both;
	border-bottom: 1px solid #888;
	background-color: #222;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
}

#contents .inside h2 {
	display: block;
	font-size: 10pt;
	clear: both;
	margin: 0;
	padding: 2px 10px;
    margin-top: 5px;	
	background-color: #111;
	border: 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

#contents .inside h3 {
    margin: 0;
    padding: 2px;
    background-color: #222;
    border: 0;
    font-weight: bold;
    font-size: 9pt;
}

#contents .inside h4 {
    margin: 0;
    padding: 2px;
    background-color: #111;
    border: 0;
    font-weight: bold;
    font-size: 9pt;
}

#contents .categories-list {
	width: auto;
	padding: 3px 20px;
	clear: both;
	text-align: center;
	border-bottom: 1px solid #888;
}

#contents .list {
    padding-top: 0;
    padding-bottom: 0;
}

#contents .list .list-row {
	clear: both;
	margin: 0;
	text-align: center;
	padding: 0;
}

#contents pre {
    border: 1px solid #888;
    padding: 5px;
}

#contents pre em{
    color: #0A0;
}

#contents .list .list-item {
	float: left;
	margin: 4px;
	padding: 0;
	width: 235px;
	text-align: justify;	
}

#contents .list .list-item h2 {
    text-align: center;
	display: block;
	font-size: 10pt;
	clear: both;
	border: 0;
	border-bottom: 1px solid #888;
	margin: 0;
	padding: 0 10px;
}

#contents .list .list-sep {
	float: none;
	clear: both;
	width: 100%;
}

#contents .inside .paging {
	clear: both;
	text-align: center;
	padding: 3px 20px;
	background-color: #222;
	width: auto;
	color: #888;	
}

#contents .ordering-indepent {
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    font-weight: bold;
}

#contents .ordering-indepent a:hover {
    text-decoration: none;
}

#contents .list table th {
    font-size: 8pt;
}

#contents .list form td {
    vertical-align: top;
}

#contents .list td {
    font-size: 7pt;
    vertical-align: middle;
}

#contents .image-list {
	padding: 10px;
	text-align: center;
}

#contents .line-list .line {
	margin: 20px;
	border: 1px solid #888;
}

#contents .line-list .line h2 {
	display: block;
	font-size: 12pt;
	clear: both;
	border: 0;
	border-bottom: 1px solid #888;
	margin: 0;
	padding: 2px 10px;
	background-color: #222;	
}

#contents .info {
	display: block;
	font-size: 8pt;
	clear: both;
	margin: 0;
	padding: 2px 10px;
	background-color: #111;
	border-bottom: 1px solid #888;
    font-weight: bold;	
}

#contents .line-list .text {
	text-align: justify;
	padding: 4px 10px;		
}

#contents .list .list-item .online-game-img {
	float: left;
	margin: -3px 6px 6px -6px;
	border: 1px solid #888;
	border-top: 0;
}

#contents .online-game-link a {
    display: block;
    color: #CCC;
    font-weight: normal;
	text-decoration: none;
    background-color: #000;
    padding: 6px;
    padding-top: 3px;
}

#contents .online-game-link a:hover {
	text-decoration: none;
	font-weight: normal;
	background-color: #300;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	padding-left: 5px;
	padding-right: 5px;
}

#contents .preview-review a {
    display: block;
    font-weight: normal;
    color: #CCC;
    background-color: #000;
    padding: 4px 10px;
}

#contents .preview-review a:hover {
    background-color: #300;
    text-decoration: none;    
}

#contents .flash {
    text-align: center;
}

#contents .flash h2 {
    text-align: left;
}

#contents .comments {
    background-color: #111;
    margin: 0;
    text-align: left;
    padding: 10px;
}

#contents textarea {
    width: 100%;
}

#contents .review-item-image {
    float: left;
    height: 100%;
    position: relative;
    top: -5px;
    left: -11px;
    padding: 0;
    border: 1px solid #888;   
}

#contents .review {
    border: 0;  
    border-bottom: 1px solid #888;    
}

#contents .review .icon {
    float: left;
    position: relative;
    left: -10px;
    top: -10px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;     
}

#contents .review .info {
	text-align: right;	
}

#contents .bigletter {
	float: left;
	font-size: 400%;
	line-height: 0.7em;
	margin-top: 0.1em;
	margin-right: 0.05em;
	padding-bottom: 0.25em;
}

#contents .message {
    display: block;
    clear: both;
    font-size: 8pt;
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #888;
    font-weight: bold;
}

#contents .input-form {
	text-align: justify;
	padding: 10px;
}

#contents input-form textarea {
    width: 100%;
}

#right-stripe {
    width: 131px;
	float: right;
    margin: 0;
    margin-bottom: 5px;
    padding-top: 10px;
    background-image: url('../images/static/bggradient.png');
    background-repeat: repeat-x;        	
}

.vertical-ads {
    margin: 0 auto;    
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2px;
    padding-left: 2px;
    border: 0;
    text-align: center;
}

#footer {
	clear: both;
	width: 996px;
	height: 15px;
	padding: 2px;
	margin-top: 10px;
	border-top: 1px solid #888888;	
	text-align: center;
	vertical-align: middle;	
	position: relative;
	float: none;
	font-size: 8pt;
	background-color: #222222;	
}

/* chart */

/* The sorrounding chart box */

.chartbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-align: center;
	margin:auto;
	border:1px solid #888;
	padding: 5px;
	overflow:hidden;
	background-color:#fff;	
}

.chartbox h2{
	font-size: 14px;
	font-weight:bold;
	padding:0px;
	margin:5px 0px;
}

/* Vertical chart elements */

.barv{
	margin: 2px;
	float:left;
}

.barvvalue {
	padding:0px;
	margin:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
}



/* Horizontal chart elements */

.barh{
	margin: 4px;
	text-align:left;
	clear:both;
}

.barhvalue {
	padding:0px;
	margin:0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	overflow:hidden;
	float:left;
}

.barhcaption {
	padding:0px;
	margin:0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	overflow:hidden;
	float:left;
}

.barhimage {
    float:left;
}
