html,body {
	margin:0px;
	padding:0px;
	background-color:#f9f9f9;
	width:100%;
	height:100%;
	font-family:arial;
	font-size:12px;
}

h2 {
	color:inherit !important;
}


select {
	background-color:#f5f5f5;
}

* {
margin: 0;
padding: 0;
}

img {
	border:0px;
}

a {
	color: #438bc5;
}

form {
	display: block;
	margin-top: 0em;
}

fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
}

header {
	width:100%;
	min-width:1000px;
	height:80px;
	background-color:#f1f1f1;
	border-bottom:1px solid #e8e8e8;
}

header:after {
	display:block;
	content:'';
	clear:both;
}

header nav:after {
	clear:none;
}

.body {
	width:80%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

section.body {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
}

.logo {
	float:left;
	display:block;
}

nav {
	display:block;
	padding-top:18px;
}

nav:after {
	display:block;
	content:'';
	clear:both;
}

nav a {
	display:block;
	height:27px;
	line-height:27px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: -o-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: linear-gradient(top,#f9f9f9,#f1f1f1);
	color: #444;
	border: 1px solid rgba(0,0,0,0.1);
	border: 1px solid #e0e0e0;
	text-decoration:none;
	margin-left: -1px;
	font-size: 11px;
	font-weight: bold;
}

nav a:first-child {
	margin-left:0px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

nav a:last-child {
	-ms-border-radius: 2px;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

nav a.current {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #9a2a25;
	background-image: -webkit-linear-gradient(top,#b3322b,#9a2a25);
	background-image: -moz-linear-gradient(top,#b3322b,#9a2a25);
	background-image: -ms-linear-gradient(top,#b3322b,#9a2a25);
	background-image: -o-linear-gradient(top,#b3322b,#9a2a25);
	background-image: linear-gradient(top,#b3322b,#9a2a25);
	border: 1px solid #ccc;
	color: #ffffff;
}

nav a.current:hover {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #9a2a25;
	background-image: -webkit-linear-gradient(top,#b3322b,#9a2a25);
	background-image: -moz-linear-gradient(top,#b3322b,#9a2a25);
	background-image: -ms-linear-gradient(top,#b3322b,#9a2a25);
	background-image: -o-linear-gradient(top,#b3322b,#9a2a25);
	background-image: linear-gradient(top,#b3322b,#9a2a25);
	border: 1px solid #ccc;
	color: #ffffff;
}

nav a:hover{
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
	background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
	background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
	background-image: -o-linear-gradient(top,#eee,#e0e0e0);
	background-image: linear-gradient(top,#eee,#e0e0e0);
	border: 1px solid #ccc;
	color: #333;
}

nav a:active{
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background: #f8f8f8;
	color: #333;
}

.profile {
	display:block;
	position:absolute;
	right:0px;
	top:50px;
	padding-top:5px;
	width:350px;
	
}

.profile:after {
	display:block;
	content:'';
	clear:both;
}

.profile .user {
	display:block;
	color:#666;
	font-size:11px;
	text-decoration:none;
	text-align:right;
	margin-left:20px;
	padding-top:2px;
	height:33px;
	position:absolute;
	top:-30px;
	right:0px;
}

.profile .user:after {
	display:block;
	content:'';
	clear:both;
}

.profile .user img {
	display:block;
	float:right;
	margin-left:10px;
	margin-top:-6px;
	border:1px solid #d3d3d3;
	border-radius:2px;
	width:29px;
	height:29px;
}

.profile .icon {
	float:right;
}

.profile .icon {
	display:block;
	font-size:11px;
	color:#000;
	background-color:#ffffff;
	border:1px solid #ccc;
	padding:1px 3px;
	border-radius:2px;
	position:relative;
	margin-left:35px;
}

/*.profile .icon:after {
	display:block;
	content:'';
	width:5px;
	height:5px;
	position:absolute;
	left:-3px;
	top:5px;
	z-index:10;
	background:#f1f1f1;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

.profile .rating:before {
	display:block;
	content:'';
	width:16px;
	height:16px;
	position:absolute;
	left:-23px;
	top:0px;
	background:url('../i/ico_star.png') 0 0 no-repeat;
}

.profile .download:before {
	display:block;
	content:'';
	width:16px;
	height:16px;
	position:absolute;
	left:-23px;
	top:0px;
	background:url('../i/ico_down.png') 0 0 no-repeat;
}

.profile .upload:before {
	display:block;
	content:'';
	width:16px;
	height:16px;
	position:absolute;
	left:-23px;
	top:0px;
	background:url('../i/ico_up.png') 0 0 no-repeat;
}

.profile .msg:before {
	display:block;
	content:'';
	width:16px;
	height:16px;
	position:absolute;
	left:-23px;
	top:0px;
	background:url('../i/ico_msg.png') 0 0 no-repeat;
}

#page-header {
	width:80%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
}

#page-body {
	width:80%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
}

#footer {
	width:80%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
	text-align:center;
}

#footer:after,#page-body:after {
	display:block;
	content:'';
	clear:both;
}

#page-header:after {
	content:'';
	display:block;
	clear:both;
}

.buttons {
	float:left;
	margin-right:10px;
}

.post-icon a, #page-header a,.button2,.button1,.left-box,.right-box {
	display:block;
	padding:3px 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	color: #444;
	border: 1px solid #e0e0e0;
	border-radius:0px;
	text-decoration:none;
	margin-left: -1px;
	font-size: 11px;
	font-weight: bold;
}

.display-options {
	margin-top:15px;
	margin-bottom:10px;
}

.button2,.button1,.post-icon a,.left-box,.right-box {
	display:inline-block;
}

.post-icon a {
	height:20px;
	line-height:20px;
}

.reply-icon a {
	display:inline-block;
	height:20px;
	line-height:20px;
	padding:3px 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	color: #444;
	border: 1px solid #e0e0e0;
	border-radius:0px;
	text-decoration:none;
	margin-left: -1px;
	font-size: 11px;
	font-weight: bold;
}

.reply-icon a:hover {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #438bc5;
	background-image: -webkit-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -moz-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -ms-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -o-linear-gradient(top,#438bc5,#3d7db3);
	background-image: linear-gradient(top,#438bc5,#3d7db3);
	border: 1px solid #325e92;
	color: #ffffff;
}

.no_legend a {
	color:#000000 !important;
	font-weight:bold;
}

.inputbox {
	background-color: #f5f5f5;
	color: #444;
	border: 1px solid #e0e0e0;
}

#page-header a:hover,.button1:hover, .button2:hover,.post-icon a:hover,.left-box:hover,.right-box:hover {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #438bc5;
	background-image: -webkit-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -moz-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -ms-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -o-linear-gradient(top,#438bc5,#3d7db3);
	background-image: linear-gradient(top,#438bc5,#3d7db3);
	border: 1px solid #325e92;
	color: #ffffff;
}

#page-header #nav-header {
	float:left;
	z-index:200;
}

#page-header #nav-header a {
	float:left;
}

#page-header #nav-header a:first-child {
	border-radius:2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#page-header #nav-header a:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

#search-adv, #search-box {
	float:right;
}

#search-box input[type=text] {
	height:20px;
	border:1px solid #d9d9d9;
	border-top:1px solid #c0c0c0;
	width:300px;
	border-radius:2px;
	background:#f9f9f9;
	padding-left:5px;
	display:block;
	float:left;
	z-index:0;
}

#search-box input[type=text]:hover {
	display:block;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color:#f5f5f5;
	border:1px solid #c0c0c0;
}

#search-box input[type=text]:focus {
	display:block;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color:#f5f5f5;
	border:1px solid #9a2a25;
}

.search-box:after {
	display:block;
	content:'';
	clear:both;
}

.search-box input[type=text] {
	height:27px;
	border:1px solid #d9d9d9;
	border-top:1px solid #c0c0c0;
	width:150px;
	border-radius:2px;
	background:#f9f9f9;
	padding-left:5px;
	display:block;
	float:left;
	z-index:0;
}

.search-box input[type=text]:hover {
	display:block;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color:#f5f5f5;
	border:1px solid #c0c0c0;
}

.search-box input[type=text]:focus {
	display:block;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color:#f5f5f5;
	border:1px solid #9a2a25;
}

/*.search-box input[type=submit] {
	display:block;
	float:left;
	padding:3px 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	color: #444;
	border: 1px solid #e0e0e0;
	border-radius:0px;
	text-decoration:none;
	margin-left: -1px;
	font-size: 11px;
	font-weight: bold;
}*/

.search-box input[type=submit] {
	display:block;
	height:29px;
	width:50px;
	float:left;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background: #438bc5 url('../i/ico_find.png') 50% 50% no-repeat;
	border: 1px solid #325e92;
	margin-left:0px;
	border-radius:1px;
	color: transparent;
	-webkit-transition: display 1s ease;
}

.search-box input[type=submit]:hover {
	background-color: #3d7db3;
}

/*
.search-box input[type=submit]:hover {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #438bc5;
	background-image: -webkit-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -moz-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -ms-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -o-linear-gradient(top,#438bc5,#3d7db3);
	background-image: linear-gradient(top,#438bc5,#3d7db3);
	border: 1px solid #325e92;
	color: #ffffff;
}*/

.nav-links {
	padding-bottom:10px;
}

.nav-links:after {
	display:block;
	content:'';
	clear:both;
}

.nav-links a {
	color: #000000;
	display: block;
	float:left;
	margin:0px;
	margin-left:0px;
	height:23px;
	line-height:24px;
	font-size: 12px;
	padding-left:20px;
	padding-right:14px;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	border:1px solid #d9d9d9;
	/*border-right:0px;*/
	background:#f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	position:relative;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 4px;
}

.nav-links a:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.nav-links a:after {
	display:block;
	content:'';
	width:15px;
	height:15px;
	border-top:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	position:absolute;
	right:-8px;
	top:3.5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index:100;
	background: rgb(245,245,245); 
	background: -moz-linear-gradient(-45deg,  rgba(245,245,245,1) 0%, rgba(241,241,241,1) 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(241,241,241,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(245,245,245,1) 0%,rgba(241,241,241,1) 100%); 
	background: -o-linear-gradient(-45deg,  rgba(245,245,245,1) 0%,rgba(241,241,241,1) 100%); 
	background: -ms-linear-gradient(-45deg,  rgba(245,245,245,1) 0%,rgba(241,241,241,1) 100%); 
	background: linear-gradient(135deg,  rgba(245,245,245,1) 0%,rgba(241,241,241,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f1f1f1',GradientType=1 ); 
}
/*
.nav-links a:after {
	display:block;
	content:'';
	width:13px;
	height:25px;
	background:url('../i/bg_corner.gif') 0 0 no-repeat;
	position:absolute;
	right:-13px;
	top:-1px;
	z-index:100;
}*/



.nav-links a:hover {
	background:#f9f9f9;
	background-image: -webkit-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -moz-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -ms-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -o-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: linear-gradient(top,#f9f9f9,#f5f5f5);
	border:1px solid #c4c4c4;
	/*border-right:0px;*/
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.nav-links a:hover:after {
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f9f9f9 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #f9f9f9 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #f9f9f9 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #f9f9f9 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(135deg,  #f9f9f9 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.forabg {
	margin-top:20px;
}

.forabg ul li {
	display:table;
	width:100%;
	color:#888;
}

.forabg li.row:nth-child(odd)  {
	background-color:#f8f8f8;
}


.forabg ul dl {
	display:table-row;
	background-image:none !important;
}

.forabg ul li.header dt,.forabg ul li.header dd {
	font-weight:bold;
	font-size:12px;
}

.forabg ul li.header,.forabg ul li.header a  {
	color:#000000;
	text-decoration:none;
}

.forabg ul dt  {
	display:table-cell;
	width:50%;
	border-bottom:1px solid #e0e0e0;
	border-left:0px solid #e0e0e0;
	border-right:0px solid #e0e0e0;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}

.forabg ul dd {
	display:table-cell;
	width:8%;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-right:0px solid #e0e0e0;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	text-align:center;
	color:#000000;
}

.forabg ul li.header dd {
	text-align:center;
}

.forabg ul dd.lastpost {
	width:15%;
}

.forumbg {
	margin-top:20px;
}

.forumbg ul li {
	display:table;
	width:100%;
	color:#888;
}

.forumbg li.row:nth-child(odd)  {
	background-color:#f8f8f8;
}


.forumbg ul dl {
	display:table-row;
	background-image:none !important;
}

.forumbg ul li.header dt,.forumbg ul li.header dd {
	font-weight:bold;
	font-size:12px;
}

.forumbg ul li.header,.forumbg ul li.header a  {
	color:#000000;
	text-decoration:none;
}

.forumbg ul dt  {
	display:table-cell;
	width:50%;
	border-bottom:1px solid #e0e0e0;
	border-left:0px solid #e0e0e0;
	border-right:0px solid #e0e0e0;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}

.forumbg ul dd {
	display:table-cell;
	width:8%;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-right:0px solid #e0e0e0;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	text-align:center;
	color:#000000;
}

.forumbg ul li.header dd {
	text-align:center;
}

.forumbg ul dd.lastpost {
	width:15%;
}

.table1 {
	width:100%;
}

table {
	border-collapse:collapse;
}

td {
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}

tbody td a {
	color:#438bc5;
	font-size:12px;
}

td:first-child {
	border-left:0px;
}
td:last-child {
	border-right:0px;
}

thead {
	font-size:12px;
	font-weight:bold;
}

tbody tr:nth-child(even) td {
	background-color:#f8f8f8;
}

tbody tr:hover td {
	background-color:#f4f1e7;
}


dl.icon dt {
	padding-left:50px;
	background:url('../i/forum_read.png') 12px 50% no-repeat;
}

dl dt a {
	color:#000000;
	text-decoration:none;
	font-size:11px;
}

dl dt a:hover {
	text-decoration:none;
	color: #438bc5;
}

dl dt strong {
	font-weight:normal;
	font-size:11px;
}

li.header dl dt a {
	font-size:12px;
}

li.header dl dt a:hover {
	color: #438bc5;
}



ul.topiclist dfn {
	display:none;
}

li.header dl.icon dt {
	padding-left:0px;
	background:none;
}

.nav-links-footer {
	margin-top:10px;
}

.feed-icon-forum {
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../i/rss.png) 0 0 no-repeat;
}

.feed-icon-forum span {
	display: none;
}

a.forumtitle, a.topictitle {
	font-size: 14px;
	line-height: 1.3em;
	font-family: Arial;
	color: #438bc5;
}


#page-body > p.rightside {
	margin-top: 0;
}

#page-body > p, .section-index #page-body > form {
	margin: 6px 4px;
}
p.rightside, li.rightside, ul.rightside, ul.linklist li.rightside, .right-box {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}

.rightside, .right-box {
	text-align: right;
}

ul.linklist {
	display: block;
	height: 14px;
	margin: 10px 4px;
}

ul.linklist li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

ul.linklist li a {
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
}

ul.linklist li a:hover {
	text-decoration:underline;
}

.copyright .copy-right {
	float: right;
	text-align: right;
	padding-right: 8px;
}

.copyright .copy-left {
float: left;
text-align: left;
padding-left: 8px;
}

h3 {
	margin-top:15px;
}

a.forumtitle {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

a.forumtitle:hover {
	text-decoration:underline;
}

.nav-extra {
	clear: right;
	float: right;
	font-size: 11px;
	margin: 0 8px;
}

.pagination {
	/*padding-top:15px;
	padding-bottom:15px;*/
	margin-bottom:10px;
	display:block;
	text-align:left;
	float:right;
}


.pagination:after {
	display:block;
	content:'';
	clear:both;
}

.pagination a,.pagination span strong {
	display:inline-block;
	height:27px;
	line-height:27px;
	/*float:left;*/
	padding-left:10px;
	padding-right:10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: -o-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: linear-gradient(top,#f9f9f9,#f1f1f1);
	color: #444;
	border: 1px solid rgba(0,0,0,0.1);
	border: 1px solid #e0e0e0;
	text-decoration:none;
	margin-left: -1px;
	font-size: 11px;
	font-weight: bold;
}

.pagination a:first-child {
	margin-left:0px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination a:last-child {
	-ms-border-radius: 2px;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination span strong:last-child {
	-ms-border-radius: 2px;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination span strong {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #438bc5;
	background-image: -webkit-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -moz-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -ms-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -o-linear-gradient(top,#438bc5,#3d7db3);
	background-image: linear-gradient(top,#438bc5,#3d7db3);
	border: 1px solid #325e92;
	color: #ffffff;
}

.pagination span.page-sep {
	display:none;
}

.pagination a:hover{
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
	background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
	background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
	background-image: -o-linear-gradient(top,#eee,#e0e0e0);
	background-image: linear-gradient(top,#eee,#e0e0e0);
	border: 1px solid #ccc;
	color: #333;
}

.search-box {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:10px;
	float: left;
}

.post > div.inner, .panel > div.inner, .old-ie .post div.inner, .old-ie .panel div.inner-panel {
	padding: 5px 10px;
}

.post, .panel {
	margin-bottom: 4px;
	padding: 4px;
}

.topic-actions {
	margin: 0 4px 3px;
	font-size: 11px;
	height: 28px;
	min-height: 28px;
}
.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	padding-bottom: 1px;
}

.content h2, .panel h2, .panel > div > h3, .panel .content > h3 {
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-weight: normal;
	margin: 4px 0;
	padding: 0;
	font-size: 16px;
	color: #4a4a4a;
}

p.author {
	margin: 0;
	padding: 0 0 5px;
	font-size: 11px;
	line-height: 1.2em;
	color: #444;
}

fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid #ccc;
	padding: 5px 0 0 0;
	line-height: 120%;
}

fieldset.polls dl:after {
	display:block;
	content:'';
	clear:both;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd div {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	padding: 0 3px;
	overflow: visible;
	min-width: 12px;
	background: #f4f4f4;
	/*background: #f4f4f4 url(../i/images/poll.png) 0 0 repeat-x;*/
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}



div.rules, div.post, .panel, .cp-mini {
	background: #ffffff;
	margin-bottom: 2px !important;
	margin-left: 4px !important;
	margin-right: 4px !important;
	border: 1px solid #e0e0e0;
}

.clear {
	clear:both;
}

#topicreview {
    height: 200px;
    overflow: scroll;
}


.postbody {
	padding: 0;
	line-height: 1.48em;
	width: 76%;
	/*float: left;*/
	clear: both;
	word-wrap: break-word;
}

.postbody .ignore {
}

.postbody h3.first, .postbody h3.first a {
	/* The first post on the page uses this */
	color: #2574b2 !important;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	padding: 2px 0 0 0;
	margin: 0 0 2px 0 !important;
	text-transform: none;
	border: none;
	line-height: 125%;
	font-weight: normal;
	font-size: 16px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
.postbody h3, .postbody h3 a, .postbody h3 a:visited { color: #4a4a4a; }
.postbody h3 a:hover { color: #2574b2; }

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.postbody .content {
	font-size: 12px;
}

.search .postbody {
	width: 68%
}

/* Poster profile icons
----------------------------------------*/
.post ul.profile-icons li {
    opacity: 0;
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
}
.post:hover ul.profile-icons li {
    opacity: 1;
}

ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 2px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
	color:#000000;
	font-weight:bold;
	/*background-color: #dfdfdf;
	background-position: 0 0;
	opacity: 1;
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;*/
}

ul.profile-icons li:hover a {
	color:#ffffff;
}

ul.profile-icons li {
	display:block;
	height:27px;
	line-height:27px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: -o-linear-gradient(top,#f9f9f9,#f1f1f1);
	background-image: linear-gradient(top,#f9f9f9,#f1f1f1);
	color: #444;
	border: 1px solid rgba(0,0,0,0.1);
	border: 1px solid #e0e0e0;
	text-decoration:none;
	margin-left: -1px;
	font-size: 11px;
	font-weight: bold;
	transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { 
	display: none; 
}
ul.profile-icons li:hover { 
    /*opacity: 0;*/
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #438bc5;
	background-image: -webkit-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -moz-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -ms-linear-gradient(top,#438bc5,#3d7db3);
	background-image: -o-linear-gradient(top,#438bc5,#3d7db3);
	background-image: linear-gradient(top,#438bc5,#3d7db3);
	border: 1px solid #325e92;
	color: #ffffff;
}

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
	padding-bottom: 5px;
}

.postbody ul.profile-icons li {
	margin: 0 -1px;
}

.postbody ul.profile-icons li:first-child {
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}

.postbody ul.profile-icons li:last-child {
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}

/* Profile & navigation icons */
.email-icon a:after 	{ display:block; content:'@'; position:absolute; left:3px; top:-4px; }
.aim-icon, .aim-icon a			{ background: url("../i/imageset/icon_contact_aim.gif") top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: url("../i/imageset/icon_contact_yahoo.gif") top left no-repeat; }
.web-icon a:after			{ display:block; content:'WWW'; position:absolute; left:-5px; top:-3px; }
.msnm-icon, .msnm-icon a			{ background: url("../i/imageset/icon_contact_msnm.gif") top left no-repeat; }
.icq-icon a:after			{ display:block; content:'ICQ'; position:absolute; left:0px; top:-3px; }
.jabber-icon, .jabber-icon a		{ background: url("./styles/art_deluxe/imageset/icon_contact_jabber.gif") top left no-repeat; }
.pm-icon a:after				{ display:block; content:'ЛС'; position:absolute; left:3px; top:-3px; }
.quote-icon a:after				{ display:block; content:'ОТВЕТ'; position:absolute; left:-4px; top:-3px; }

/* Moderator icons */
.report-icon a:after		{ display:block; content:'#'; position:absolute; left:-2px; top:-3px;  }
.warn-icon a:after			{ display:block; content:'*'; position:absolute; left:-2px; top:-3px; }
.edit-icon a:after			{ display:block; content:'РЕДАКТИРОВАТЬ'; position:absolute; left:-4px; top:-3px; }
.delete-icon a:after		{ display:block; content:'X'; position:absolute; left:-3px; top:-3px; }
.info-icon a:after			{ display:block; content:'i'; position:absolute; left:-2px; top:-3px; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.icq-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.quote-icon	{ width: 28px; height: 20px; }
ul.profile-icons li.report-icon	{ width: 2px; height: 20px; }
ul.profile-icons li.edit-icon	{ width: 87px; height: 20px; }
ul.profile-icons li.delete-icon	{ width: 2px; height: 20px; }
ul.profile-icons li.info-icon	{ width: 0px; height: 20px; }
ul.profile-icons li.warn-icon	{ width: 0px; height: 20px; }

/* Fix profile icon default margins */
/* ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; } */

/* Post author */
p.author {
	margin: 0;
	padding: 0 0 5px;
	font-size: 11px;
	line-height: 1.2em;
	color: #444;
}
p.author img { margin-right: 4px; }
p.author strong { font-weight: normal; }

/* Post signature */
.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 11px;
	color: #444;
	border-top: 1px solid #ccc;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	margin: 2px 0 10px 0;
	min-height: 80px;
	color: #444;
	border-left: 1px solid #ccc;
	width: 22%;
	float: right;
	word-wrap: break-word;
}
.pm .postprofile {
	border-left: 1px solid #ccc;
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
	font-size: 11px;
}
.postprofile dt {
    font-size: 14px;
    line-height: 1.4em;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.postprofile strong {
	font-weight: normal;
	color: #4a4a4a;
}

.avatar {
	border: none;
	margin-bottom: 3px;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid #ccc;
	padding: 5px 0 0 0;
	line-height: 120%;
}

fieldset.polls dl.voted {
	color: #2574b2;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

.old-ie fieldset.polls dd div { color: #fff; }

fieldset.polls dd div.pollbar2 { background-position: 0 -25px; }
fieldset.polls dd div.pollbar3 { background-position: 0 -50px; }
fieldset.polls dd div.pollbar4 { background-position: 0 -75px; }
fieldset.polls dd div.pollbar5 { background-position: 0 -100px; }
fieldset.polls dl.voted dd div { background-position: 0 -125px; }


/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: rgba(255, 255, 255, 0.3) url(./styles/vpa_deluxe/theme/images/bb_quote.gif) 5px 8px no-repeat;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 12px;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #f0f0f0;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: normal;
	margin-left: 20px;
	display: block;
	font-size: 11px;
	color: #444;
}

blockquote.uncited {
	padding-top: 25px;
}

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0.5em 1px 0 25px;
	font-size: 1em;
}

dl.codebox dt {
	margin-bottom: 3px;
	padding-left: 2px;
	font-size: 11px;
	font-weight: normal;
	display: block;
	color: #444;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #000;
	margin: 2px 0;
}

.syntaxbg		{ color: #f7f7f7; }
.syntaxcomment	{ color: #444; }
.syntaxdefault	{ color: #000; }
.syntaxhtml		{ color: #000; }
.syntaxkeyword	{ color: #2574b2; }
.syntaxstring	{ color: #4a4a4a; }

/* Attachments
----------------------------------------*/
.attachbox {
	float: left;
	width: auto; 
	margin: 5px 5px 5px 0;
	padding: 6px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px dashed #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	clear: left;
	max-width: 98%;
	max-width: calc(100% - 14px);
	max-width: -moz-calc(100% - 14px);
}

.attachbox dt {
	color: #444;
	font-size: 11px;
}

.attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #ccc;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.attach-image img {
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
}

div.inline-attachment p {
	font-size: 100%;
}

dl.file {
	display: block;
}

dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

dl.file dd {
	margin: 0;
	padding: 0;	
}

dl.thumbnail img {
	padding: 3px;
	border: 1px solid #ccc;
}

dl.thumbnail dd {
	font-style: italic;
}

.attachbox dl.thumbnail dd {
	font-size: 100%;
}

dl.thumbnail dt a:hover {
}

dl.thumbnail dt a:hover img {
	border: 1px solid #aaa;
}

/*
    Reported / unapproved
*/
p.rules {
    background: rgba(37, 116, 178,  0.1);
    border: solid 1px #6fa0c7;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	padding: 6px;
	margin: 5px 10px;
	font-size: 12px;
	line-height: 1.4em;
}
.old-ie p.rules {
    background: #d3e4f3;
}
p.rules:hover {
    border-color: rgba(27, 18, 167,  0.5);
}

p.rules img {
	vertical-align: middle;
	padding-top: 2px;
}
p.rules strong { font-weight: normal; }

p.rules a {
	vertical-align: middle;
	clear: both;
}

/*
    Lists bbcode
*/
.content ul, .content ol {
    margin-bottom: 1em;
    margin-left: 3em;
}
.content li {
    list-style-type: inherit;
}

/*
    Post highlight
*/
.posthilit { color: #2574b2; }

/*
	Zoom in image
*/
span.zoom-container {
	position: relative;
	display: inline-block;
	min-height: 34px;
}
span.zoom-image { 
	display: none; 
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
	opacity: 0.7;
}
img.zoom + span.zoom-image {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 30px;
	height: 30px;
	background: url("./styles/vpa_deluxe/theme/images/zoom.png") 0 0 no-repeat;
	cursor: pointer;
}
.zoom-container:hover span.zoom-image { opacity: 1; }
img.zoom.zoomed-in + span.zoom-image { 
	background-position: 0 -30px;
	opacity: 0;
}
.zoom-container:hover img.zoom.zoomed-in + span.zoom-image { opacity: 0.7; }
/*
    Layouts for pages not covered in other css files
*/


/* notification */
div#message, #confirm .panel, #agreement .panel {
    margin: 40px 0;
    font-size: 12px;
}
div#message .inner, #confirm .panel .inner, #agreement .panel .inner { 
    padding-bottom: 20px; 
}
div#message h2, #confirm h2, #agreement h2 { 
    margin-left: 0; 
    margin-bottom: 20px; 
}

hr.divider {
	display:none;
}

.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	background: url("./styles/art_deluxe/imageset/icon_back_top.gif") no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: url("./styles/art_deluxe/imageset/icon_back_top.gif") no-repeat 0 center;
	text-decoration: none;
	padding-left: 14px;
	line-height: 1em;
	margin: 4px 0;
	display: inline-block;
}

/*
    Dropdown tabs
*/
#tabs { overflow: visible; }
div.dropdown-tabs {
    position: relative;
    float: left;
    margin: 0;
    margin-right: 16px;
    padding: 0;
    padding-left: 12px;
    height: 24px;
    background: #ffffff;
}
div.dropdown-tabs > a {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
    margin: 0;
    margin-right: -10px;
    padding-top: 6px;
    padding-right: 24px;
    height: 22px;
    color: #4a4a4a;
    text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
    background: #fff;
}
div.dropdown-tabs:hover { background-position: bottom left; }
div.dropdown-tabs:hover > a { background-position: bottom right; color: #2574b2; }
div.dropdown-tabs > ul { 
    width:200px;
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 200;
    background: #ffffff;
    padding: 0;
    border:1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(100,100,100,0.5);
    -moz-box-shadow: 1px 1px 1px rgba(100,100,100,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(100,100,100,0.5);
}
div.dropdown-tabs:hover > ul { display: block; }
.dropdown-tabs li a, .dropdown-tabs span,
#tabs .dropdown-tabs li a, #tabs .dropdown-tabs li a span { 
    background: none;
    margin: 0;
    padding: 0;
    line-height: 1em;
    height: auto;
}
.dropdown-tabs li a, #tabs div.dropdown-tabs ul li a {
    padding: 8px 6px;
    text-decoration:none;
}

.dropdown-tabs li a:hover {
	color:#000000;
}

.dropdown-tabs li, #tabs .dropdown-tabs li { 
    margin: 0;
    padding: 5px 15px;
    display: block;
    float: none;
    border-bottom:1px dashed #e0e0e0;
    /*border-top: solid 1px #fff;
    border-bottom: solid 1px #bbb;*/
}

.dropdown-tabs li:hover {
	background-color:#f0f0f0;
}

.dropdown-tabs li:first-child, #tabs .dropdown-tabs li:first-child { border-top-width: 0; }
.dropdown-tabs li:last-child, #tabs .dropdown-tabs li:last-child { border-bottom-width: 0; }

dl.details {
	font-size: 12px;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #444;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #000;
	float: left;
	width: 65%;
}

dl.details:after {
	display:block;
	content:'';
	clear:both;
}


.pmlist {
	list-style:none;
	padding-left:20px;
	margin-bottom:20px;
}

.pmlist li {
	display:table;
	width:100%;
	border-bottom:1px solid #f0f0f0;
	padding-top:5px;
	padding-bottom:5px;
}

.pmlist dl.icon {
	display:table-row;
}

.pmlist dl.icon dt {
	background-image:none;
	display:table-cell;
}

.pmlist dl.icon dd {
	display:table-cell;
	background:#ffffff;
	vertical-align:middle;
	width:10%;
}

.rank-img {
	display:none;
}