/*






*/
body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

a, img, div, input{
  outline-style:none;
  outline-width:0;
}

#phpbb{
	width:100%;
	text-align:center;
}
div#wrap{
	width:1000px;
	/*background:#CCC;*/
	margin:0 auto;
	text-align:left;
}

/*Header*/
div#page-header{

}
div.headerbar{
	position:relative;
	height:90px;
}
div#site-description{
	position:absolute;
	top:30px;
	left:0px;
}
a#logo{
	position:relative;
	background:url("./styles/prosilver/theme/img/logo.jpg") no-repeat;
	text-decoration:none;
	height:31px;
	width:91px;
	display:block;
}
a#logo h1{
	font-size:10px;
	color:#666;
	font-weight:normal;
	margin:0px 0px 0px 1px;
	padding:0px;
	position:absolute;
	top:0px;
	left:37px;
}
a#logo h2{
	font-size:17px;
	color:#222;
	font-weight:normal;
	margin:0px;
	padding:0px;
	position:absolute;
	top:10px;
	left:37px;
}

/*Search Field in Header*/
div#search-box{
	background:#FC0;
	width:240px;
	position:absolute;
	top:30px;
	left:760px;
}
div#search-box form{
	position:relative;
}
div#search-box input#keywords{
	border:none;
	font-size:11px;
	color:#444;
	margin:0;
	padding:8px 7px 9px 9px;
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	background:url("./styles/prosilver/theme/img/search-field.jpg") no-repeat;
	font-family:Verdana, Geneva, sans-serif;
}
div#search-box input.button2{
	width:30px;
	height:30px;
	position:absolute;
	top:0px;
	left:210px;
	border:none;
	background:url("./styles/prosilver/theme/img/search-button.jpg") no-repeat;
	cursor:pointer;
}
a#search-link{
	position:absolute;
	top:7px;
	left:771px;
	color:#018fd4;
	font-size:11px;
}


/*Header Navigation*/
div.navbar{
	/*background:#66C;*/
}
div.navbar div#ads-top{
	width:728px;
	height:90px;
	float:left;
	position:relative;
	margin-bottom:27px;
}
/*div.navbar div#ads-top div.ads-top-border{
	width:728px;
	height:90px;
	position:absolute;
	top:0px;
	left:0px;
	background:url("./styles/prosilver/theme/img/ads-top.gif") no-repeat;
}*/
ul.navlinks{
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 10px;
	font-size:13px;
	color:#444;
	background:#efefef url("./styles/prosilver/theme/img/nav-left.jpg") no-repeat;
}
ul.navlinks a{
	color:#018fd4;
	text-decoration:none;
}
ul.navlinks a:hover, ul.linklist a:hover{
	color:#018fd4;
	text-decoration:underline;
}
ul.navlinks li{
	width:100%;
	padding:6px 0px 7px 0px;
	background:url("./styles/prosilver/theme/img/nav-right.jpg") no-repeat top right;
}
ul.navlinks li a.home-ico{
	background:url("./styles/prosilver/theme/img/home-ico.jpg") no-repeat 0px 4px;
	padding-left:15px;
}

ul.linklist{
	width:980px;
	list-style:none;
	padding:0px 10px 0px 10px;
	margin:0px 0px 8px 0px;
	text-align:left;
}
ul.linklist a{
	color:#666;
	margin-right:10px;
	text-decoration:none;
}
ul.linklist li a.linklist-right{
	margin:0;
	float:right;
}

div.user-info{
	width:252px;
	height:83px;
	padding-top:7px;
	background:url("./styles/prosilver/theme/img/user-info.jpg") no-repeat;
	margin-right:20px;
	float:left;
}
div.user-info a{
	padding:0px;
	color:#018fd4;
	text-decoration:none;
	font-size:12px;
	display:block;
	margin-bottom:6px;
}
div.user-info a:hover{
	text-decoration:underline;
}
div.user-info img{
	width:70px;
	height:70px;
	float:left;
	margin:3px 10px 10px 10px;
}
div.user-info form.user-login input.inputbox{
	width:103px;
	height:19px;
	display:block;
	float:left;
	padding:0px 4px 0px 4px;
	margin:3px 0px 7px 10px;
	border:none;
	background:#efefef;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#444;
}
div.user-info form.user-login input.login-button{
	width:232px;
	display:block;
	float:left;
	margin-left:10px;
}
div.user-info form.user-login label.autologin{
	width:91px;
	display:block;
	float:left;
	font-size:12px;
	color:#444;
	margin:3px 10px 0px 10px;
	padding:3px 0px 0px 20px;
	position:relative;
}
div.user-info form.user-login label.autologin input{
	position:absolute;
	top:4px;
	left:0px;
	margin:0px;
	padding:0px;
}
div.user-info a.register-link{
	display:block;
	float:left;
	margin:6px 0px 0px 0px;
	width:111px;
	height:20px;
	text-align:right;
}
div.ui-red{
	background:#999 url("./styles/prosilver/theme/img/user-info-red.jpg") no-repeat;
}
/*div.user-info a.user-profile{
	background:url("./styles/prosilver/theme/img/user-ico.jpg") no-repeat 0px 5px;
}
div.user-info a.user-messages{
	background:url("./styles/prosilver/theme/img/message-ico.jpg") no-repeat 0px 5px;
}
div.user-info a.user-logout{
	background:url("./styles/prosilver/theme/img/logout-ico.jpg") no-repeat 0px 5px;
}
div.user-info a.user-topics{
	background:url("./styles/prosilver/theme/img/topic-ico.jpg") no-repeat 0px 5px;
}*/


/*Page Body*/
div#page-body{


}

div.forabg{
	background:#018fd4 url("./styles/prosilver/theme/img/forums-bottom.jpg") no-repeat left bottom;
	margin-bottom:20px;
	padding:0px;
	float:left;
}
div.header{
	color:#fff;
	background:url("./styles/prosilver/theme/img/forums-top.jpg") no-repeat;
	height:30px;
	width:1000px;
}
/*div.header div.forum-ico{
	padding:5px;
	float:left;
}*/
div.header div.title{
	width:590px;
	height:24px;
	/*background:#930;*/
	float:left;
	padding:6px 0px 0px 10px;
	font-size:14px;
}
div.header div.topics, div.header div.posts{
	width:100px;
	height:23px;
	/*background:#990;*/
	text-align:center;
	float:left;
	padding-top:7px;
}
div.header div.lastpost{
	width:170px;
	height:23px;
	/*background:#990;*/
	float:left;
	padding-left:30px;
	padding-top:7px;
}
div.header a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}

div.forums{
	width:990px;
	margin:0px 5px 0px 5px;
	float:left;
}
div.forums div.icon{
	width:40px;
	height:40px;
	background-position: 5px 5px;
}

div.forums div.forum{
	background:#fff url("./styles/prosilver/theme/img/forum-top.jpg") no-repeat;
	position:relative;
	height:37px;
}
div.forums div.forum div.post-info{
	/*position:absolute;
	top:15px;
	left:50px;*/
}
div.forums div.forum-bottom{
	width:990px;
	height:8px;
	background:#018fd4 url("./styles/prosilver/theme/img/forum-bottom.jpg") no-repeat;
}
div.forums div.forum div.forum-image{
	position:absolute;
	top:5px;
	left:5px;
}
div.forums div.forum div.forum-title{
	position:absolute;
	top:3px;
	left:40px;
}
div.forums div.forum div.forum-title a.forumtitle{
	font-size:14px;
	color:#018fd4;
	float:left;
	margin-right:5px;
}
div.forums div.forum div.forum-title div.pages{
	float:left;
	margin:1px 0px 0px 0px;
}
div.forums div.forum div.forum-title div.pages a, div.forums div.forum div.forum-title div.pages span.dot{
	background:#efefef;
	padding:1px 3px 1px 3px;
	font-size:8px;
	color:#444;
	text-decoration:none;
	margin-left:1px;
}
div.forums div.forum div.forum-title div.pages a:hover{
	background:#018fd4;
	color:#fff;
}

span.page-sep{
	display:none;
}
div.forums div.forum div.forum-title img{
	border:none;
	margin-top:5px;
}
div.forums div.forum div.forum-desc{
	color:#666;
	font-size:10px;
	position:absolute;
	top:23px;
	left:40px;
}
div.forums div.forum div.topic-info{
	position:absolute;
	top:23px;
	left:40px;
	color:#666;
	font-size:10px;
}
div.forums div.forum div.topic-info a{
	text-decoration:none;
}
div.forums div.forum div.topics{
	width:100px;
	position:absolute;
	top:0px;
	left:595px;
	color:#444;
	text-align:center;
	padding-top:12px;
}
div.forums div.forum div.posts{
	width:100px;
	position:absolute;
	top:0px;
	left:695px;
	color:#444;
	text-align:center;
	padding-top:12px;
}
div.forums div.forum div.lastpost{
	width:165px;
	padding:5px 0px 0px 30px;
	position:absolute;
	top:0px;
	left:795px;
}
div.forums div.forum div.lastpost div.last-post-author a{
	font-size:12px !important;
	/*color:#018fd4 !important;*/
}
div.forums div.forum div.lastpost div.last-post-author a img{
	border:none;
	margin-top:2px !important;
}
div.forums div.forum div.lastpost div.last-post-time{
	font-size:10px;
	color:#666;
	margin-top:4px;
}

div.topic-actions{
	float:left;
	margin-bottom:20px;
	width:1000px;
	height:20px;
}
div.topic-actions div.buttons{
	float:left;
}
div.topic-actions div.pagination{
	float:right;
}
div.topic-actions div.pagination a, div.topic-actions div.pagination strong, div.topic-actions div.pagination div.dot{
	text-decoration:none;
	display:block;
	float:left;
	font-weight:normal;
	color:#444;
	background:#efefef;
	margin-left:1px;
	font-size:11px;
	padding:3px 5px 4px 5px;
}
div.topic-actions div.pagination strong, div.topic-actions div.pagination a:hover{
	background:#018fd4;
	color:#fff;
}

div.sort-posts{
	width:1000px;
	background:#efefef url("./styles/prosilver/theme/img/nav-left.jpg") no-repeat;
	float:left;
	height:29px;
	padding:0px;
	margin-bottom:21px;
}
div.sort-posts form{
	width:980px;
	margin:0px 0px 20px 0px;
	padding:2px 10px 0px 10px;
	height:27px;
	display:block;
	font-size:13px;
	color:#444;
	background:url("./styles/prosilver/theme/img/nav-right.jpg") no-repeat top right;
}

/*Post Body*/
div.inner{
	float:left;
	margin:5px 0px 0px 5px;
	padding:0px;
	width:990px;
	background:#fff url("./styles/prosilver/theme/img/forum-top.jpg") no-repeat;
}
div.inner div.line{
	width:990px;
	float:left;
	background:url("./styles/prosilver/theme/img/dot.jpg") repeat-y 749px 0px;
}
div.postbody{
	position:relative;
	float:left;
	width:990px;
}
div.postbody table tr{
	vertical-align:top;
}
div.postprofile{
	float:left;
	width:240px;
	height:90px;
	position:relative;
}
div.postprofile div.user-avatar{
	position:absolute;
	top:10px;
	left:10px;
}
div.postprofile div.user-name{
	position:absolute;
	top:8px;
	left:90px;
}
div.postprofile div.user-name a{
	font-weight:bold;
	color:#222 !important;
	text-decoration:none;
}
div.postprofile div.user-rank{
	position:absolute;
	top:22px;
	left:90px;
	font-size:10px;
	color:#666;
}
div.postprofile div.user-posts{
	position:absolute;
	top:41px;
	left:90px;
	font-size:11px;
	color:#444;
}
div.postprofile div.user-icons{
	position:absolute;
	top:64px;
	left:90px;
}
div.postprofile div.user-icons a{
	display:block;
	float:left;
	margin:0px 5px 5px 0px;
}
div.postprofile div.user-online{
	position:absolute;
	top:0px;
	right:0px;
}
div.user-online img{
	height:50px !important;
	width:50px !important;
	position:absolute;
	bottom:0px;
	right:0px;
}

div.postbody div.top-post{
	border-bottom:#efefef solid 1px;
	width:750px;
	height:27px;
	position:relative;
}
div.postbody div.author{
	font-size:10px;
	color:#666;
	position:absolute;
	top:7px;
	left:8px;
}
div.postbody div.profile-icons{
	position:absolute;
	top:6px;
	right:10px;
}
div.postbody div.profile-icons a{
	margin-left:9px;
	text-decoration:none;
}
div.postbody div.author a{
	color:#444 !important;
	font-size:10px !important;
	text-decoration:none;
}
div.postbody div.author a:hover, div.post-bottom a:hover, div.postprofile div.user-name a:hover{
	color:#018fd4 !important;
}
div.postbody div.author img{
	border:none;
	float:left;
	margin:2px 2px 0px 0px !important;
}

div.postbody div.content{
	padding:9px 10px 12px 10px;
	line-height:18px;
	font-size:12px;
	color:#222;
	width:730px;
	overflow:hidden;
}
div.codebox{
	width:708px;
	background:#efefef;
	overflow:auto;
	color:#444;
	padding:10px;
	border:#666 solid 1px;
}

div.post-down{
	position:relative;
	width:750px;
	height:24px;
	border-top:#efefef solid 1px;
}
div.post-down a{
	color:#444;
	font-size:10px;
	text-decoration:none;
}
div.post-down a.back-to-top{
	color:#444;
	font-size:10px;
	text-decoration:none;
	position:absolute;
	top:7px;
	left:9px;
	padding-left:12px;
	background:url("./styles/prosilver/theme/img/back-to-top.jpg") no-repeat 0px 4px;
}
div.post-down a.quote{
	position:absolute;
	top:7px;
	right:10px;
	padding-left:14px;
	background:url("./styles/prosilver/theme/img/post-quote.jpg") no-repeat 0px 3px;
}
div.post-down a:hover{
	color:#018fd4;
}

div.post-bottom{
	width:990px;
	height:3px;
	float:left;
	background:url("./styles/prosilver/theme/img/post-bottom.jpg") no-repeat left bottom;
}

/*Quick Reply*/
div#quick-reply{
	background:#444 url("./styles/prosilver/theme/img/reply-bottom.jpg") no-repeat left bottom;
	float:left;
	width:1000px;
	padding-bottom:5px;
	margin-bottom:20px;
}
div#quick-reply div.reply-header{
	color:#fff;
	background:url("./styles/prosilver/theme/img/reply-top.jpg") no-repeat;
	height:24px;
	font-size:14px;
	padding:6px 0px 0px 10px;
	width:990px;
}
div.reply-inner{
	float:left;
	margin:5px 0px 0px 5px;
	padding:0px;
	width:990px;
	background:#fff url("./styles/prosilver/theme/img/reply-inner-top.jpg") no-repeat;
	
}
div.reply-bottom{
	width:990px;
	height:3px;
	float:left;
	background:url("./styles/prosilver/theme/img/reply-inner-bottom.jpg") no-repeat left bottom;
}
div#quick-reply form{
	margin:0;
	padding:0;
	position:relative;
	width:990px;
	height:161px;
	background:url("./styles/prosilver/theme/img/reply-bg.jpg") no-repeat 10px 10px;
}
div#quick-reply form textarea{
	position:absolute;
	top:10px;
	left:10px;
	width:958px;
	height:100px;
	font-size:12px;
	color:#222;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px 6px 5px 6px;
	border:none;
	background:none;
}
div#quick-reply form div.buttons{
	position:absolute;
	top:132px;
	left:10px;
}
div#quick-reply form div.buttons input{
	margin:0px;
}

/*Page Footer*/
div#page-footer{
	margin:18px 0px 20px 0px;
}

div.statistics{
	width:242px;
	height:83px;
	padding:7px 0px 0px 10px;
	background:url("./styles/prosilver/theme/img/user-info.jpg") no-repeat;
	float:left;
	margin:0px 20px 0px 0px;
}
div.statistics span{
	display:block;
	font-size:12px;
	display:block;
	margin-bottom:6px;
}
div.adm{
	width:1000px;
	text-align:center;
}
div.adm a{
	color:#444;
}
table#partners{
	width:1000px;
	height:70px;
	background:#efefef;
	border:none;
	margin-bottom:18px;
	float:left;
}
table#partners tr td{
	width:200px;
	text-align:center;
}
div.online{
	width:980px;
	padding:0px 10px 0px 10px;
	margin-bottom:19px;
	float:left;
}
div.online div, div.online div a{
	font-size:14px;
	color:#222;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:normal;
}
div.online div{
	display:block;
	margin-bottom:5px;
}
div.online p{
	color:#444;
	margin:0px 0px 3px 0px;
}

