@charset "utf-8";
fieldset {position:relative} 
body {
	color:#111;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#111;
	text-decoration:none;
}
a:active{outline:none;}
a:focus{-moz-outline-style:none;}

img{
	border:0;
}
form {
	margin:0;
}
a:hover {
	color:#00afff;
}
/* Header */
#header {
	width: 980px;
	margin: 0px auto; position: relative;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #111;*/
}
#header, #header #headernav li,#header, #header #headernav .hn-item a, #header #headernav #hn-logo, #header #headernav .hn-item, #header{
	height: 65px;
}
#header #headernav {
	margin: 0; padding: 0;
}
#header #headernav li{
	display: inline;
	overflow: hidden;
}
#header #headernav #hn-logo {
	float: left; 
	padding-top: 0px;
	width: 325px;
}
#header #headernav #hn-logo a img {
	float: left; 
	border:0;
	margin-top:15px;
}
#header #headernav .hn-item {
	float: left; 
}
#header #headernav .hnr-item {
	float: right; 
	padding-left:10px;
}

#header #headernav .hnr-item a:hover, #header #headernav .hn-item a:hover{
	color:#00afff;
}

#header #headernav .hn-item .active
{
	background-color:#111;
	color:#FFF;
}
#header #headernav .hn-item a, #header #headernav .hnr-item a{
	color: #111;
	float:left;
	border: none;
	overflow: hidden;
	text-decoration: none;
}
#header #headernav .hn-item a{
	font-size: 14px;
	font-weight: bold;
	padding: 11px 12px 0 12px;
}
#header #headernav .hnr-item a{
	font-size: 12px;
	font-weight:bold;
	padding: 10px 12px 0 10px;
}
	
#header #headernav #hn_login  a {
	background-color:#111;
	color:#FFF;
	font-size: 12px;
	font-weight:bold;
	padding:8px 13px 8px 13px;
}
#header #headernav #hn_login  a:hover {
	background-color:#00AFFF;
}

/* Breadcrumb */

#breadcrumb {
	width: 980px;
	margin: 15px auto; position: relative;
	font-size:11px;
	height:10px;
}
#breadcrumb #breadcrumbnav{
	margin:0;
}
#breadcrumb label, #breadcrumb #breadcrumbnav li{
	display:inline;
	float:left;
	padding-left:5px;
}

#breadcrumb #breadcrumbnav #bc-link a{
	background: transparent url(../img/bullet.png) no-repeat center right;
	padding-right:12px;
}

/* columns */
#columnwrapper {
	width: 980px;
	margin: 0 auto; position: relative;
	overflow:hidden;
}

#columnwrapper #column1 {
	width:740px;
	display:inline;
	float:left;

}
#columnwrapper #column2 {
	width:220px;
	display:inline;
	float:right;
}

/* Blocks */
.block {
	position:relative;
	margin: 0 0 20px 0;
	height:100%;
	overflow:hidden;
}
.block .bl-headerwrapper, .block .bl-contentwrapper{
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.block .bl-header{
	background-color:#111;
	padding:5px 10px 0 10px;
	color:#FFF;
	height:20px;
}
.block .bl-header h1{
	font-size: 14px;
	margin:0;
}

.block .bl-content{
	background-color:#F7F8FF;
	border: 1px solid #111;
	padding:10px;
	font-size:12px;
}
.bl-content a img {
	border: 1px solid #111;
}


/* Footer */
#footerwrapper{
	width: 980px;
	margin: 0 auto; position: relative;
	background-color:#111;
	height:36px;
}
#footerwrapper #footernav{
	margin:0;
	float:left;
	padding: 8px 10px 5px 10px;
}
#footerwrapper #footernav li{
	display:inline;
	float:left;
	padding-left:5px;
}
#footerwrapper #footernav #ft-link a, #footerwrapper #footernav #ft-last a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
#footerwrapper #footernav #ft-link a{
	background: transparent url(../img/footerbullet.png) no-repeat center right;
	padding-right:15px;
}
#footerwrapper #footernav #ft-link a:hover, #footerwrapper #footernav #ft-last a:hover{
	color:#00AFFF;
}
#footerwrapper #footerlogo{
	border:none;
	float:right;
	padding-right:3px;
}

/* Clipblock */
.clip_block{
	margin:8px;
	padding:0;
}
.clip_block ul
{
	clear:both;
	overflow:hidden;
	margin:auto;
	padding: 15px 0 0 0;
}
.clip_block .firstrow
{
	clear:both;
	overflow:hidden;
	margin:auto;
	padding:0;
}
.clip_block li { 
	float:left;
	margin-right:15px;
	display:inline;
	overflow:hidden;
	width:224px;
	height:161px;
	text-align:center;
}
.clip_block .last{ 
	margin-right:0;
}	
.clip_block a{
	color:#111;
	font-size:14px;
}
.clip_block a:hover{
	color:#00AFFF;
}
.clip_block img { 
	border: 1px solid #111;
}
/*Clip pager */
.clip_pager ul{
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
	text-align: center;
	white-space:nowrap;
	
}
.clip_pager li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;	
}
.clip_pager li a, .clip_pager li.active a{
	background-color:#FFFFFE;
	border:1px solid #111;
	padding: 7px 0 6px 10px;
	
	color: #111;
	text-decoration: none;
	font-weight: bold;
	margin-right:5px;
}
.clip_pager li.active a, .clip_pager li.active a:hover{
	background-color:#00AFFF;
}
.clip_pager li a:hover{
	background-color:#CCEFFF;
}
.clip_pager li a span, .clip_pager li.empty span{
	padding: 7px 10px 6px 0;
}
.clip_pager li.hidden span, .clip_pager li.hidden a{
	visibility:hidden;
	
}
.clip_block_link {
	padding: 10px 0 10px 0;
	text-align: right;
	margin-right:9px;
}
.clip_block_link a{
	background-color:#FFFFFE;
	border:1px solid #111;
	padding: 7px 0 6px 10px;
	color: #111;
	text-decoration: none;
	font-weight: bold;
}
.clip_block_link a:hover{
	background-color:#CCEFFF;
}
.clip_block_link a span{
	padding: 7px 10px 6px 0;
}
/* Clip */
#clip_content_wrapper{
	position:relative;
	width:100%;
	overflow:hidden;
}
#clip_left_container {
	float:left;
	display:inline;
	width:480px;
	margin:0;
}
#clip_samp2player {
	position:relative;
	width:480px;
	height:290px;	
	border: 1px solid #111;
}
#clip_grabber {
	width:478px;
	padding-top:10px;
	margin:auto;
}
#clip_grabber label {
	display:block;
	height:18px;
	padding-top:5px;
	font-weight:bold;
	font-size:11px;
}
#clip_grabber input {
	margin-right:0px;
	border:1px solid #999999;
	width:400px;
	float:right;
	clear:right;
	font-size:10px;
}
#clip_playertxtright{
	font-size:12px;
	float:left;
	display:inline;
	width:220px;
	padding-left:15px;
}
/* Remote */
#remote_reqeustvoucher
{
	margin:0;
	border:0;
	padding:0;
	overflow:hidden;
	height:260px;
	width:200px;
}

/* footer vulling */

#terms {
	float:left;
	padding-top:7px;
	margin-top:4px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCEFFF;
	font-size:11px;
}

#samp2logo {
	float:right;
}

#terms a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFE;
	font-size:11px;
}

#terms a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#00AFFF;
	font-size:11px;
}

/* Login page */
#profile_login_container{
	width: 335px;
	height: 175px;
	margin: 0px auto; position: relative;
	margin-top: 75px;
}
#profile_login_container label {
	float:left;
	margin: 3px 8px 10px 0;
	padding:0;
}
#profile_login_container input {
	float:left;
	position:absolute;
	height:18px;
	border: 1px solid #111;
	padding:0 0 0 5px;
	background-color:#FFF;
}
#profile_login_email, #profile_login_password, #profile_login_forgotpass{
	float:left;
	height: 20px;
	width:100%;
	margin:0 0 10px 0;
}
#profile_login_email input {
	right:0;
	width:250px;
}
#profile_login_password .pw {
	right:55px;
	width:195px;
}
#profile_login_password .submit {
	right:0;
	width:47px;
	height:20px;
	padding-bottom:2px; /*only mozilla*/
}
#profile_login_password .submit:hover {
	background-color:#CCEFFF;
}
#profile_login_forgotpass a{
	width:130px;
	float:right;
	height:22px;
	margin:0;
	text-align: right;
	text-decoration: underline;
}

#profile_login_error {
	padding:0;
	float:left;
	overflow:hidden;
	width:333px;
	color:#F00;
	margin:0;
	border: 1px solid #F00;
}
#profile_login_error legend {
	font-weight:bold; color: #F00;	
}
#profile_login_error .content{
	padding:5px;
	color:#111;
}
/* end login */

/* tellfriend */
#tellfriend_container .captcha_image {
	width:114px;
	height: 52px;
}
#tellfriend_container input {
	background-color:#FFF;
	border: 1px solid #111;
}
#captcha_form div.captcha_row {
	padding-bottom:5px;	
}
#tellfriend_visitor, #tellfriend_visitormail, #tellfriend_friend, #tellfriend_friendmail {
	width:194px; margin:0;	
	height:17px;
}
.captcha_image_container{
	padding:0;
	margin:0;
	position:relative;
	width:198px;
}	
#tellfriend_number {
	width:77px;	
	top:0;
	right:0;
	height:17px;
	position:absolute;
}

#tellfriend_submit {
	width:81px;	
	top:30px;
	right:0;
	height:22px;
	position:absolute;
}
#tellfriend_container input.normal {
	color:#111;
}
#tellfriend_container input.msg {
	color:#999;
}
/* Protoload */
.bigWaiting {
	background-image:url('../img/bigWaiting.gif');
	background-repeat:no-repeat;
	background-position:center 20%;
	background-color:white;
}


