body {
	font:12px Verdana, sans-serif;
	text-align:center;
	background:#f4f4f4;
	line-height:16px;
	margin:0;
	padding:0;
	color:#222;
}

.ui-tabs .ui-tabs-hide {
    margin-top:15px;
	list-style:none;
	background:#D5D5D5;
	padding:25px;
}

#wrap {
	text-align:left;
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	width:960px;
}
#header {
	padding:0px 25px 30px 25px;
	background:#424242;
	height:250px;
	color:#fff;
	margin-bottom:10px;
}
#header h1 {
	float:left;
	font-size:32px;
	font-weight:normal;
	height:200px;
	width:200px;
	background:url(../../images/iskitLogo.png) no-repeat;
	margin:0;
}
#header h1 a {
	display:block;
	height:100px;
	width:150px;
	padding:180px 25px 0;
	color:#fff;
	text-decoration:none;
}
#header h2 {
	float:left;
	width:auto;
	font-size:18px;
	font-weight:normal;
	padding-left:25px;
	margin-top:40px;
}
#header fieldset {
	float:left;
	width:640px;
	border:0;
	margin-left:20px;
}
input.iskitWrite {
	width:500px;
}

input.capt, input.iskitWrite {
	padding:12px;
	font-size:14px;
	color:#424242;
	background:url(../../images/txtBg.png) repeat-x;
	border:1px solid #222;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#header img {
	float:left;
	width:auto;
	margin-top:15px;
}
input.capt:hover, input.iskitWrite:hover {
	background:#fff;
}
input.capt {
	width:200px;
	float:left;
	margin:10px 20px 0;
	font-size:10px;
}
input.btn {
	float:left;
	width:102px;
	height:37px;
	background:url(../../images/submitBtn.png) no-repeat -12px -135px;
	margin:15px 20px 0 10px;
	border:0;
	font-size:18px;
	cursor:pointer;
	text-shadow:0 2px 0 #fff;
}
input.btn:hover {
	background:url(../../images/submitBtn.png) no-repeat -12px -73px;
}
input.btn:active {
	background:url(../../images/submitBtn.png) no-repeat -12px -13px;
}
p#iskitCount {
	width:25px;
	padding:15px;
	background:#606060;
	float:right;
	color:#919191;
	font-size:18px;
	margin:-2px 50px 0 0;
}


#list {
	clear:left;
	font-size:16px;
	padding-top:25px;

}

#list h3 {
	display:inline;
	margin-right:45px;
	width:50px;
}

#list h3 a {
	margin-top:25px;
	padding:15px 25px 15px 25px;
	color:#606060;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	font-size:24px;
}

#list h3 a:hover, #list h3 a.current {
	background:#D5D5D5;
}

.tabs_list{
	list-style-type: none;
}

.tabs_list li{
	display:inline;
	margin-left:20px;
	width:50px;
}

.tabs_list li a{
	margin-top:25px;
	padding:15px 25px 15px 25px;
	color:#606060;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	font-size:24px;
	background:#D5D5D5;
	background: rgba(213, 213, 213, 0.3);
}

.tabs_list li a:hover, .tabs_list li a.current{
	background:#D5D5D5;
	background: rgba(213, 213, 213, 1);
}

ul#Iskits {
	margin-top:15px;
	list-style:none;
	background:#D5D5D5;
	padding:25px;
}

div#Iskits {
	margin-top:15px;
	list-style:none;
	background:#D5D5D5;
	padding:25px;
	
}
li.iskitEntry  {
	margin:25px;
	padding:20px;
	background:#EAEAEA;
	list-style-type: none;
	height:130px;
	
	
	
}
li.iskitEntry p {
	
	margin-left:50px;
	list-style-type: none;
	padding-right:35px;
	width:640px;
	word-wrap:break-word;
}

li.iskitEntry:hover {
	background:#f1f1f1;
}
#Iskits h5, .Iskits h5 {
	text-align:center;
	float:left;
	width:auto;
	margin: -5px 0px 0 -65px;
	font-size:9px;
}
span.iskitNumber {
	background:#222;
	border:3px solid #f2f2f2;
	padding:15px;
	font-size:24px;
	color:#D5D5D5;
	display:block;
}
ul.iskitLinks {
	font-size:12px;
	list-style:none;
	width:200px;
	padding-top:4px;
	
	position:static;
	font-style:italic;
	
}
ul.iskitLinks li {
	display:inline;
	
}

ul.iskitLinks p {
	width:700px;
	margin-left:0px;
	list-style-type: none;
}
a.voteU, a.voteD {

	height:16px;
	width:16px;
	text-indent:-99999px;
	display:block;
	text-decoration:none;
}
a.voteU {
	background:transparent url("../../images/arrow-up.gif" ) no-repeat center;
}
a.voteD{
	background:transparent url("../../images/arrow-down.gif") no-repeat center;
}

ul.vote {
	list-style:none;
	text-align:center;
	width:80px;
	float:right;
}

li.up{
	height:16px;
	width:16px;
	padding-left:30px;
	margin-bottom:10px;
}

li.down{
	padding-top:8px;
	padding-left:30px;
	height:16px;
	width:16px;
}

li.votes {
	margin-bottom:12px;
	font-size:21px;
	
	
}
a.permalink {
	color:#606060;
	text-decoration:none;
	padding-bottom:2px;
}
a:hover.permalink {
	color:#000;
	border-bottom:1px solid #000;
}
a.report {
	width:50px;
	text-align:right;
	text-indent:20px;
	display:inline-block;
	color:#F2352F;
	text-decoration:none;
	padding-bottom:2px;
	background:transparent url("../../images/caution.gif") no-repeat center;
	background-position:left;
	
}
a:hover.report {
	color:#C1272D;
	border-bottom:1px solid #C1272D;
}
ol#pages {
	list-style:none;
}
ol#pages li {
	display:inline;
	background:#D5D5D5;
	margin:10px;
	padding:5px;

}
ol#pages li a {
	padding:5px;
	color:#666;
	text-decoration:none;
}
ol#pages li a:hover {
	color:#000;
	text-decoration:underline;
	background:#EAEAEA;
}
ol#pages li span {
	padding:5px;
	color:#666;
	text-decoration:none;
}
.abuse_count{
	position:relative;
	display:inline;
	color:#E00;
	font-size:10px;
	font-style:normal;
	margin-left:15px;
}
.alert
{
	overflow: hidden;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 0;
	color: #000;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
}
.rights{
	text-align:center;
	
	}
.corner{
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-msie--border-radius: 5px;
}
.language_button {
	background:#D5D5D5;
	background: rgba(213, 213, 213, 0.3);
	float:right;
	height:200px:
	width:200px;
}
.language_button a{
	color:#fff;
	text-decoration:none;
	font-size:20px;
	background:#D5D5D5;
	background: rgba(213, 213, 213, 0.3);
}
.langBtn {
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:gray;
	background-image:url("../../images/langBG.png");
	background-position:center bottom;
	background-repeat:repeat;
	border-left:#999 1px solid;
	border-right:1px solid #999;
	color:#fff !important;
	cursor:pointer;
	padding-bottom:10px;
	font-size:16px;
	text-decoration:none;
	float:right;
	margin-top:0px;
	width:50px;
	text-align:center;
}