body, td, th, p, div {
	font: 11px Verdana, Geneva, sans-serif;
	line-height: 150%;
	color: #555;
}

td, th, p, span {
	text-shadow: 1px 1px #f5f5f5;
}

.clearfix {
	float: left;
	clear: both;
	width: 100%;
}

#panel-info {
	font-size: 11px;
	overflow: hidden;
}

#panel-info .logo {
	float: left;
	width: 210px;
	margin-right: 20px;
}

#panel-info .info {
	float: right;
	width: 60%;
	text-align: right;
	padding-top: 10px;
}

#panel-info .info span.version {
	display: block;
	color: #ccc;
	text-shadow: none;
	margin-bottom: 5px;
}

#panel-info .info a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 5px;
	padding: 2px 0 2px 20px;
}

#panel-info .info a.support {
	background: url(../images/warriorpanel/icon-support.png) no-repeat;
}

#panel-info .info a.documentation {
	background: url(../images/warriorpanel/icon-documentation.png) no-repeat;
}

#panel-info .info a.members {
	background: url(../images/warriorpanel/icon-members.png) no-repeat;
}

#wpbody-content span.warning {
	font-weight: bold;
	color: #d41f16;
}

.form-field input.checkbox {
	width: auto;
}

p.submit {
	margin: 10px 0;
}

/* WORDPRESS DEFAULT STYLES */
.wrap {
	background: #fff;
	border: 1px solid #e6e6e6;
	margin: 40px 20px 40px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.wrap .inside {
	padding: 20px;
	overflow: hidden;
}

textarea, input.text, select {
	background: #f9f9f9;
	font: 11px Verdana, Geneva, sans-serif;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #e6e6e6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px !important;
}

select {
	padding: 2px !important;
}

textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, select:hover {
	background: #fff;
}

table.widefat {
	margin-bottom: 10px;
	border-bottom: none;
}

table.widefat th {
	font-weight: bold;
}

table.widefat td {
	padding: 6px 4px 4px 8px;
	border-bottom: 1px solid #f1f1f1;
}

table.widefat td.desc {
	color: #8c8c8c;
	text-shadow: none;
}

#wpbody-content select {
	height: auto !important;
}
/* -----------------------------------
	Message Styles 
-----------------------------------*/
#message {
	clear: both;
	background: #ffffe0 url(../images/warriorpanel/icon-info.png) 10px 50% no-repeat;
	margin: 20px 0;
	padding: 7px 80px 5px 40px;
	position: relative;
}

#message p {
	color: #000 !important;
	line-height: 140%;
	text-shadow: none !important;
}

#message span.close {
	float: right;
	font: 9px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 2px 2px 2px 18px;
	position: absolute;
	top: 10px;
	right: 10px;
}

#message span.close a {
	width: 16px;
	height: 16px;
	background: url(../images/warriorpanel/icon-close.png) no-repeat;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

.widget-content input {
	padding: 4px 0 !important;
}

/* -----------------------------------
	Tab Styles 
-----------------------------------*/
#tabs {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: none !important;
}

#tabs ul {
	float: left;
	clear: both;
	width: 96%;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.ui-tabs .ui-tabs-panel {
	padding: 0 !important;
}

ul.tab-items {
	margin: 0;
	padding: 0;
}

ul.tab-items li {
	float: left;
	background: #f1f1f1;
	font-size: .85em;
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
	list-style: none;
	margin: 0 10px 0 0 !important;
	padding: 6px 10px !important;
	border: 1px solid #eee;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

ul.tab-items li a {
	color: #000;
	text-decoration: none;
	padding: 0 !important;
}

ul.tab-items li.ui-tabs-selected {
	background: #fff;
	border: 1px solid #eee;
}

ul.tab-items li.ui-tabs-selected a {
}

.widget-sidebar .ui-tabs-panel {
	clear: both;
	padding-top: 20px !important;
}

.ui-tabs-panel ul {
	margin: 0;
	padding: 0;
}

.ui-tabs-panel ul li {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.postbox .inside {
	width: 98%;
	padding: 10px;
}

fieldset .postbox div.input {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

fieldset div.input label {
	float: left;
	width: 180px;
	margin-right: 10px;
}

fieldset div.text input, fieldset div.text textarea, fieldset div.select select {
	float: left;
	width: 70%;
}

fieldset div.input input.checkbox {
	width: auto;
}

fieldset div.input .desc {
	clear: both;
	color: #999;
	margin-left: 190px;
	padding-top: 2px;
}

h3.hndle {
	font-size: 11px;
	cursor: default !important;
	margin: 0;
	padding: 7px 9px;
}

div.handlediv {
	height: 25px !important;
	cursor: pointer;
}