/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }



body {
 font-family: Arial, Helvetica, sans-serif;
 background-image:url(../img/body_bg.png);
 background-position: top;
 background-repeat: repeat-x;
 font-size: 12px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 height: 120px;
 margin: 0px;
 background-image: url(../img/by_vcharkarn.png);
 background-position: top right;
 background-repeat: no-repeat;
}
#content { 
 width: 900px;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 20px;
 height: 350px;
}

#content a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#content img {
	border: 0px;
}

#content a:hover {
	color: #9CC817;
	text-decoration: underline;
}

/* stats */
#header #stats {
	position: relative;
	top: 30px;
	font-weight: bold;
	color: #999999;
	left: 100px;
}

/* nav */

#nav {
	margin: 0 auto;
	top: 90px;
	width:80%;
	clear: both;
	height: 1em;
	border: solid 1px #fff;
	border-left: none;
	border-right: none;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}
#nav ul {
	display: inline;
	float: left;
	margin-top: 3px;
}

#nav li {
	display: inline;
	padding-right: 1em;
}

#nav .current {
	color: #333;
}

#nav a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #9CC817;
	text-decoration: underline;
}

#nav #search {
	display: inline;
	position: relative;
	float: right;
}

#nav #search form {
	display: inline;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* form */
input {
	height: 20px;	
	border: solid 1px #ccc;
	margin-top: 0px;
}

label {
	font-weight: bold;
	margin-right: 5px;
}

input.button {
	height: 23px;
	padding: 2px;
	margin-left: 2px;
	background-image: url(../img/button_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

#set_gear {
	text-align: right;
	margin: 0.5em;
	padding: 0.5em;
	margin-right: 0em;
}

#set_gear .gear {
	color: #fff;
	background-color: #DBF295;
	padding: 0.5em;
}

#set_gear .gear a:hover {
	color: #000;
}

/* set */
#set_header {
	display: block;
	border-bottom: solid 2px #9cc817;
}

#set_header .top {
	height: 3em;
}

#set_header .top h1 {
	font-size: 2em;
	color: #9CC817;
	margin-right: 5px;
	border-bottom: solid 1px #9CC817;
	float: left;
}

#set_header .top .stats {
	float: right;
	text-align: right;
	color: #9cc817;
}

#set_header .bottom {
	height: 2.5em;
}

#set_header .details {
	color: #666666;
	text-align: right;
}

#set_header .note {
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
}

#set_header .note .deleted {
	color: #FF3300;
}

#set_header .note .draft {
	color: #FF9900;
}

#set_instruction {
	margin: 0.5em;
	margin-left: 20px;
	margin-right: 20px;
	background: #FFFFFF;
	padding: 5px;
}

#set_instruction h3 {
	color: #9CC817;
	font-size: 1.2em;
	text-decoration: underline;
}

#set_instruction span {
	margin-left: 10px;
}

table.set_list {
	border-collapse: collapse;
	width: 100%;
}

.set_list th{
	text-align: left;
	color: #9CC817;
	!border-bottom: solid 1px #B7E62B;
}

.set_list tr {
	border-bottom: dotted 1px #B7E62B;
}

.set_list tr.alt {
	background: #ffffCF;
}

.set_list h2 {
	padding: 5px;
	font-size: 1.3em;
	padding-left: 0px;
	cursor: pointer;
	text-decoration: underline;
	line-height: 0.8em;
}

.set_list td.title span.details {
	color: #666;
	font-size: 0.8em;
}

.set_list td.title {
	padding-left: 30px;
	width: 60%;
	overflow: hidden;
	!border-bottom: solid 1px #B7E62B;
}

.set_list td.stats {
	text-align: center;
	!border-bottom: solid 1px #B7E62B;
}

.set_list td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.pagination {
	text-align: center;
	padding: 0.4em;
	margin: 0.5em;
}

.pagination span {
	background-color: #ffffCF;
	border: solid 1px #ffffaa;
	padding: 0.4em;
}

ul.q_list {
	list-style-type: none;
	list-style-position: inside;
	padding: 0.5em;
	background-color: #ffffCF;
}

.q_list li {
	padding: 1em;
	background-color: #fff;
}

.q_list li.total_num {
	font-weight: bold;
	border-bottom: solid 2px #9cc817;
	background-color: #ffffCF;
}

.q_list li.alt {
	background-color: #f5f5f5;
	border: solid 1px #ebebeb;
	border-left: none;
	border-right: none;
}

.q_list li .instruction {
	font-size: 1.2em;
	font-weight: bold;
	overflow: auto;
}

.q_list li .instruction.group {
	color: #9cc817;
}

.q_list li .instruction.part {
	color: #FF9900;
}

.list_mini {
	list-style-type: none;
	list-style-position: inside;
}

.list_mini li{
	border-bottom: dotted 1px #ccc;
	!border-bottom: solid 1px #ebebeb;
	padding: 0.3em;
	padding-left: 1em;
	padding-right: 1em;
}

.list_mini li.title {
	padding-left: 0.2em;
}

.list_mini li.last {
	border-bottom: none;
	color: #666;
}

.vcklink {
text-align:center;
margin-left:auto;
margin-right:auto;
}

.vcklink a:link, .vcklink a:visited {
font-size: 12px;
color:#393;
text-decoration:none;
border-right:1px solid #FFF;
padding-right: 3px;
}

.vcklink a:hover {
color:#3333CC;
}

