/*   
Theme Name: GST v0.6
Theme URI: 
Description:
Author: phil64
Author URI: http://www.pornplays.com
Version: 0.6
.
Copyright (C) 2004-2008 
.
*/
/*********************************************
	GLOBAL
*********************************************/
html {
   	overflow: -moz-scrollbars-vertical;
} 

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 16px;
	margin: 0 0 4px 0;
	font-family: verdana;
}

h2 {
	font-family: verdana;
	line-height: 1.2em;
	font-size: 14px;
	margin: 0 0 3px 0;
}

h3 {
	margin: 0 0 2px 0;
	font-family: verdana;
	font-size: 12px;
}

hr {
	border:0;
	width: 500px;
	height:1px;
	background:#000;
	margin:10px;
}

p, li {
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	margin: 0 0 20px 0;
	font-weight: normal;
}

/*********************************************
	ANCHOR
*********************************************/
a:link, a:visited {
	color: #0000EE;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0002AF;
}

a:active {
	text-decoration: underline;
	color: #0000EE;
}

a img {border:0;}

/*********************************************
	CONTAINER
*********************************************/
div.Container {
	width: 800px;
	margin: 20px auto 0px auto;
	text-align: left;
}

/*********************************************
	ALIGNEMENT
*********************************************/
div.BoxLeft, div.BoxRight {
	width:440px;
}

div.BoxLeft {
	float: left;
	width: 420px;
}

div.BoxRight {
	float: right;
	width: 340px;
}

.left { float:left; }
.right { float:right; }
.center { text-align:center; }


/*********************************************
	FLOAT CLEAR
*********************************************/
.clearBox {
	margin: 0 0 10px;
	padding: 10px 0 0 0;
	clear: both;
	font-size: 2px;
}
.clearBox2 {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 2px;
}

/*********************************************
	SPAN
*********************************************/
span.highlight {
	background-color: #ffc;
}

/*********************************************
	BACKGROUND
*********************************************/
.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf {display: inline-block;}
* html .cf {height: 1%;}
.cf {display: block;}

/*********************************************
	FORM
*********************************************/
div.UserForm fieldset {
	border: 0;
	border-top: 1px solid #000;
	background-color: #EFEFEF;
	padding: 15px;
	font-family: verdana;
	margin: 0 0 25px 0;
}

div.UserForm fieldset legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
}


div.UserForm fieldset img {
	margin: 0 5px 5px 0;
}

div.UserForm fieldset p {
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	margin: 0 0 20px 0;
	font-weight: normal;
	margin-bottom: 10px;
}

div.UserForm fieldset input, div.UserForm fieldset select, div.UserForm fieldset textarea {
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	width: 227px;
	margin-left:10px;
	margin-bottom: 3px;
}


form.inplaceeditor-form input.editor_field {
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	width: 95%;
	margin:3px 10px 3px 10px;
}
form.inplaceeditor-form input.editor_ok_button, form.inplaceeditor-form a.editor_cancel {
	width:auto;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	margin-left:10px;
	margin-bottom: 3px;
}

div.UserForm fieldset table th {
	width:190px;
	padding-bottom: 8px;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}

div.UserForm fieldset table td {
	padding-bottom: 5px;
	font-size: 11px;
}

div.UserForm fieldset table td small {
	margin-left:10px;
}

div.UserFormButton{
	text-align:center;
	margin-top:5px;
}




div.UserTable fieldset {
	border: 0;
	border-top: 1px solid #000;
	background-color: #FFFCE0;
	padding: 15px;
	font-family: verdana;
	margin: 0 0 25px 0;
}

div.UserTable fieldset legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
}


div.UserTable fieldset img {
	margin: 0 5px 5px 0;
}

div.UserTable fieldset p {
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	margin: 0 0 20px 0;
	font-weight: normal;
	margin-bottom: 10px;
}

div.UserTable fieldset table td div {
	font-size: 14px;
	
	font-weight: bold;
	width: 190px;
	margin-left:10px;
	margin-bottom: 3px;
}


div.UserTable fieldset table th {
	width:150px;
	padding-bottom: 8px;
	text-align: right;
	font-weight: normal;
	font-size: 15px;
}
div.UserTableButton{
	text-align:center;
	margin-top:5px;
}

/*********************************************
	ACCOUNT
*********************************************/
.AccountUserList {
	padding: 0;
	margin: 0 0 25px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
	
.AccountUserList td {
	text-align: left;
	padding: 5px 5px 5px 10px;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  	vertical-align: top;
}

.AccountUserList td p {
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	font-weight: normal;
}

/*********************************************
	ACCOUNT
*********************************************/
.Groups {
	padding: 0;
	margin: 0 0 25px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
	
.Groups td, .Groups th {
	text-align: left;
	padding: 2px 2px 2px 10px;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  	vertical-align: top;
}

.Groups td p {
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	font-weight: normal;
}

.Groups td.main {
	padding:5px;
	text-align: left;
}

.Groups td.content {
	padding:5px;
	width: 100%;
}

.Groups td.action {
	padding: 5px;
	white-space: nowrap;
	text-align: right;
}

/*********************************************
	STATS
*********************************************/
.StatsBox td.join {
	font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.StatsBox td.statstitle { 
	padding:5px;
	font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000;
	background-color: #AAAAAA;
}	
						
.StatsBox td.stats { 
	font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #000000; 
	background-color: #cccccc;
}
 
.StatsBox td.stats_breakdown { background-color: #cccccc; }
.StatsBox td.stats_breakdown a {  color: #000000; font-size: 10px; font-weight:bold; text-decoration: underline; }
.StatsBox td.stats_breakdown a:link {  color: #000000; font-size: 10px; font-weight:bold; text-decoration: underline; }
.StatsBox td.stats_breakdown a:visited{ color: #000000; font-size: 10px; font-weight:bold; text-decoration: underline; }
.StatsBox td.stats_breakdown a:hover {  color: #8F8F8F; font-size: 10px; font-weight:bold; text-decoration: underline; }

