/* General proSilver Markup Styles
---------------------------------------- */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: #f5f8f9 url("/images/common/bg.png") repeat-x top left;
}
body,table,tr,td{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height:1.4em;
	color:#d1d1d1;
}
body {
	padding: 30px;
	background-position: top left;
}

/* link
---------------------------------------- */
a:link {
	color: #da964b;
	text-decoration: none;
}
a:visited {
	color: #da964b;
	text-decoration: none;
}
a:hover {
	color: #da964b;
	text-decoration: underline;
}
a:active {
	color: #da964b;
	text-decoration: underline;
}

/* h
---------------------------------------- */
h1 {

}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	margin:0 0 30px 0;
	color: #d1d1d1;
	font-weight: normal;
	font-size: 1.3em;
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	margin:0 0 15px 0;
	color: #d1d1d1;
	font-weight: bold;
	font-size: 1.1em;
}

h4 {
	/* Forum and topic list titles */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.3em;
}

p {

}

img {
	border-width: 0;
}

hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #16171b;
	border-bottom: 1px solid #2c2e33;
	height: 2px;
	display: block;
	clear: both;
}

hr.dashed {
	border: 0 none #1e2024;
	border-top: 1px dashed #444444;
	height:1px;
}

/* header
---------------------------------------- */
#header-wrapper {
    background: url("/images/common/header_bg.gif") no-repeat top left;
    width:950px;
    height:84px;
    padding: 0;
    margin:0 auto;
}
#header-left {
    float:left;
    padding: 15px 0 0 15px;
}
#header-right {
	float:right;
	text-align:right;
    padding: 0 20px 0 0;
}
#header-right #loginuser{
	padding:25px 8px 0 0;
	height:25px;
	font-size:12px;
}
#header-right #menu{
	padding: 0;
}

/* content
---------------------------------------- */
#content-wrapper { 
    background: url("/images/common/body_bg.gif") repeat-y top left;
    width:950px;
    padding: 0;
    margin:0 auto;
    
}
#content {
    padding:30px;
    margin: 0;
    min-height: 500px;
}
#page-body {
	margin:0 15px;
}
#page-left{
	float:left;
	width:405px;
	margin-left:15px;
}
#page-right{
	float:right;
	width:405px;
	margin-right:15px;
}
/* footer
---------------------------------------- */
#footer{
	text-align:right;
    background: url("/images/common/footer_btm.gif") no-repeat bottom left;
    padding:0 30px 30px 30px;
}
#copyright {
	font-size:10px;
	padding:20px 0 0 0;
	color: #68696b;
}


/* etc
---------------------------------------- */
.small {
	font-size: 0.9em !important;
}


.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

/* form
---------------------------------------- */

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 3px;
	font-family: Arial,Helvetica,sans-serif;
}
input.btn, input.button1, input.button2 {
	font-weight: normal;
	vertical-align: middle;
	padding: 1px 5px;
	font-family: Arial,Helvetica,sans-serif;
}
select {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 1px;
	font-size: 1em;
	
	border-color: #666666;
	background-color: #FAFAFA;
	color: 444;
}
textarea {
	font-family: Arial,Helvetica,sans-serif;
	padding: 3px;
	font-size: 1em;
	line-height: 1.4em;
}

.autowidth {
	width: auto !important;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */


/* Input field styles
---------------------------------------- */
input,select,textarea {
	background-color: #202225; 
	border:solid 1px #45474b;
	color: #d1d1d1;
}
input:hover, select:hover, textarea:hover {
    background-color: #181818;
	border:solid 1px #45474b;
	color: #d1d1d1;
}
input:focus, select:focus, textarea:focus {
    background-color: #181818;
	border:solid 1px #45474b;
	color: #d1d1d1;
}

/* Form button styles
---------------------------------------- */
input.btn, input.button1, input.button2 {
	background-color: #2c2e33;
	border:solid 1px #45474b;
	color: #da964b;
}
input.btn:hover, * html input.btn, input.button1:hover, input.button2:hover {
	background-color: #2c2e33;
    color: #da964b;
    border-color: #666;
}
input.btn:focus, input.button1:focus, input.button2:focus {
	color: #da964b;
}

.pankuzu{
	margin-bottom:15px;
}
.panel{
	margin:0 15px;
}
.btnbox-btm{
	margin:30px 0 0 0;
	text-align:center;
}
.linkbox-tp{
	margin:0 0 15px 0;
	padding:3px 15px;
	background-color:#2c2e33;
	text-align:right;
}
.linkbox-btm{
	margin:30px 0 0 0;
}

.clearfix:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
  
.clearfix {display: inline-block;} 
  
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */ 
