/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	background: #fff url(http://www.game-hosting.ru/images/top-bg.jpg) left top repeat-x;
	color: #000;
	font-size: 13px;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

div {margin: 0px; padding: 0px;}
#right {width: 650px; float: right; margin: 20px 0px;}
a {color: #000; text-decoration: underline;}
a:hover {color: #ff8200; text-decoration: none;}

#wrap01 {width: 100%; background: url(http://www.game-hosting.ru/images/bottom-bg.jpg) left bottom repeat-x;}
#wrap02 {width: 1000px; overflow: hidden; margin: 0px auto;}

#header2 {width: 100%; height: 150px; float: left; position: relative;}
	#header2 .logo {width: 350px; height: 70px; position: absolute; left: 15px; top: 30px; z-index: 1000;}
	#header2 .top_menu {width: 590px; z-index: 10; position: absolute; right: 0px; top: 30px;}
		#header2 .top_menu ul {float: right; width: 170px; display: block; text-transform: lowercase; list-style: none; margin: 28px 20px 0px 0px; padding: 0px;}
		#header2 .top_menu li {margin: 0px 0px 10px 0px; padding: 0px;}
		
	#header2 .pl_menu {width: 100%; height: 150px; position: absolute; left: 0px; bottom: 0px; z-index: 10;}
		#header2 .pl_menu div {float: right; margin-right: 20px; height: 100%; width: 185px; text-align: center;}
		#header2 .pl_menu a {color: #ff8200; text-decoration: none; font-size: 18px;}
		#header2 .pl_menu .m1 {background: url(http://www.game-hosting.ru/images/m1-trans.png) right bottom no-repeat;}
		#header2 .pl_menu .m2 {background: url(http://www.game-hosting.ru/images/m2-trans.png) right bottom no-repeat;}
		#header2 .pl_menu .m3 {background: url(http://www.game-hosting.ru/images/m3-trans.png) right bottom no-repeat;}
		
	#header2 .auth {width: 380px; height: 145px; position: absolute; top: 227px; right: 33px; background: url(http://www.game-hosting.ru/images/auth-trans.png) right bottom no-repeat;}
		#header2 .auth table {border-collapse: collapse;}
		#header2 .auth table.t {margin-top: 40px;}
		#header2 .auth td {padding: 10px; color: #ff8200;}
		#header2 .auth input {color: #666; font-style: italic; font-size: 12px; width: 145px;}
		#header2 .auth input.sbm {color: #000; font-style: normal; width: 70px;}

#footer {width: 100%; float: left;}
	#footer .wrap {width: 920px; margin: 0px auto; height: 140px;}
	#footer .f1 {width: 350px; float: left; font-size: 12px;}
	#footer .f2 {width: 350px; float: left; font-size: 12px;}
	#footer .f3 {width: 200px; float: right; font-size: 12px;}
	
	#footer .PR { font-size:11px; height:50px; width:210px; float: right; line-height: 140%; white-space:nowrap; &margin-top: -140px;}
	#footer .PR .flash {height:50px; float: left;}
	#footer .PR .links {margin:-48px -32px 0px 0px; float: left;}
	#footer .PR a {display:block; margin:0 0 12px 45px; text-decoration:none; color: #aaa;}
	
		

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 13px;
}

.wrapper {
	width: 730px;
	border: 0px;
	padding: 5px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

.successbox {
	border: 1px dashed #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #009933;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading td {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
    font-size: 12px;
	padding: 4px;
}

.clientareatable td, tr.clientareatableactive td {
	background-color: #ffffff;
	text-align: center;
    padding: 2px;
}

tr.clientareatablepending td {
	background-color: #FFFFE2;
	text-align: center;
    padding: 2px;
}

tr.clientareatablesuspended td {
	background-color: #E9FFD2;
	text-align: center;
    padding: 2px;
}

tr.clientareatableterminated td {
	background-color: #FFE1E1;
	text-align: center;
    padding: 2px;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   KNOWLEDGEBASE
-------------------------------------------------------------- */

.kbarticle {
    padding: 2px 5px 5px 15px;
}

.kbviews {
    color:#A8A8A8;
    font-size:10px;
}

.kbalsoread {
    padding: 5px 5px 5px 15px;
    background-color: #f8f8f8;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* --------------------------------------------------------------
   BUTTONS
-------------------------------------------------------------- */

input.button,input.buttongo,input.buttonwarn {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 7px 3px 7px;
}
input.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
input.buttongo:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
input.buttonwarn:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
