/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px; 
}

.header { 
	height: 55px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9148;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}
	
	.bar li.active, .bar li.active a:hover { 
		background: #E0691A url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li.active a:hover {
	  padding:0px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	

	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 

.search_field { 
	background: #fff url(searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 69%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 205px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 205px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 30.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

/* header
 -----*/
 
 form label, .top_info_right form label {
 width:100px;
 float:left;

 }
 
 .num {
 width:60px;
 height:60px;
 float:left;
 color: #999999;
 background: #EDEDED;
 margin:0px auto;
 border:1px solid #9C9C9C;
 margin-right:5px;
 display:block;
 } 
 
 .num_txt {
 font-size:48px;
 position:relative;
 top:16px;
 left:13px;
 color:#999999;
 }
 
 a:hover .num_txt {
 color:#FF9148;
 }
 
 a:hover .num {
 border:1px solid #FF9148;
 cursor: pointer;
 }
 
 .num_inner {
 width:58px;height:58px; border:1px solid white;margin-bottom:-10px;
 }
 
 .left_box form .btn {
 width:100px;
 height:24px;
 }
 
 .left_box form input {
 width:160px;
 }
 
 .top_info_right form label {
  clear:left;
 }
 
 
 
 form .btn, .top_info_right form .btn {
  width:60px;
	height:20px;
 }
 
 .top_info_right form input, .login input {
 width:100px;
 height:14px;
 font-size:10px;
 }
 
 
	
	
 ul {
 list-style: inside square
 }
 
 .search {
 margin: 20px 0  0  30px;
 }
 
table{
 width: 100%;
 border-spacing: 0px;
 font-size: 10pt;
 color: #555;
}

table th{
 text-align: left;
 background-color: #6C757A;
 color: #FFF;
}


table td {
 witdh 200px;
 padding-left: 2px;
}

table td.pos {
 width: 30px;
}


.tr1 {
  background-color: #F5F5F5;
}

.tr0 {
  background-color: #CCCCCC;
}

.hd a {
  color: #FFFF00;
	text-decoration: none;
	display: inline;
}
.tr0 img, .tr1 img {
border: none;
}

.site_form {
width:100%;
}

 

.site_form label {
width:150px;
float:left;
}

.site_form input, .site_form textarea {
width:300px;
}

.site_form textarea {
width:400px;
height:100px;
font-size:12px;
}



.site_form .btn {
height:22px;
}


a.website_link {
font-size:13px;
text-decoration:underline;
	color: #454545; 
font-weight:bold;

}
.stats {
color:#A9C0CE;
color: #6c757a;
font-size:12px;
margin-top:3px;
display:block;
}

.stats a {
color:#A9C0CE;
}
.website {
margin:10px 0px 20px 0px;
font-size:12px;
}

.rules_form label {
width:250px;
}
.rules_form input {
height: 13px;
}

.rules_form .btn {
height:22px;
}
.rules_form input[type="checkbox"] {
width:40px;
}


a.true {
font-weight:bold;
}


.site_detail label {
width:150px;
float:left;
font-weight:bold;
}

.site_detail .text {
width:400px;
float:left;
}

.code {
width:600px;
height:100px;
}

.right a {
text-decoration:none;
color:#000;
}

.right img {
border:0px solid black;
}

.cb {clear:both;}

.forum h3 a {
	color: #FFF;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	text-decoration:none;
}

.forum .header {
	background: #6C757A;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 15px 0;
	height:25px;
	
}

.forum .row{
float:left;
clear:left;
width:100%;
height:55px;
}

.row .wide, .header .wide {
width:66%;
float:left;
font-size:18px;
}

.row .small, .header .small {
width:11%;
float:left;
font-size:10px;
}

.forum form label {
width:150px;
}

.forum form textarea {
width:500px;
height:150px;
}

.forum form input {
width:300px;
}

.forum form .btn {
width: 80px;
height:22px;
}

.forum .post_content {
float:left;
clear:right;
width:75%;
margin-bottom:5px;
}

.forum .poster_info{
float:left;
width:20%;

}

.forum .line {
border-bottom:2px solid #DDD;
}
.forum .post_row {
width:100%;
clear:both;

}

.forum .msg {
font-size:larger;
color:red;
font-weight:bold;
} 

.bite {
background:#EEEEEE;
width:300px;
padding:10px;
color:#000;
font-size:13px;
float:right;
}

