.wrap > div
{
	margin-top: 10px;
	background: #f5f5f5;
	border: 1px solid #adadad;
	padding: 4px 10px;
}


.active
{
	background: #e7f7d3;
}

.validate_error
{
	border: 1px solid #ffa200;
	background: #fffabf;
}

input[type=text], textarea
{
	width: 400px;
}

textarea
{
	height: 200px;
}

.toggler
{
	cursor: pointer;
}

#editInstruction
{
	color: #666;
	font-style: italic;
}

.rdetector_restore
{
	text-align: right;
}

.toggler
{
	color: #2583ad;
}

.toggler:hover
{
	color: #f00;
}

.help
{
	background: #ffffef;
	padding: 5px 10px;
	margin-top: -5px;
	border: 1px solid #eee;

}

.help, .help *
{
	font-size: 11px;
}

.help ol, .help ul
{
	list-style-type: disc;
	padding-left: 20px;
}

#stats
{
	width: 250px;
	float: left;
	margin-right: 10px;
}

#statsDetails
{
	width: 380px;
	float: left;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.striped .o td
{
	background: #ffffef;
}

a.stats_detail
{
	cursor: pointer;
}

#rdOptionsHolder fieldset
{
	border: 1px solid #ccc;
	padding: 10px;
	-moz-border-radius: 10px;
}

#rdOptionsHolder legend
{
	border: 1px solid #ccc;
	padding: 3px 10px;
	font-weight: normal;
	color: #000;
	-moz-border-radius: 5px;
}

.emphasized_link
{
	background: #62af15 !important;
	color: yellow !important;
}

.ui-tabs-nav li.ui-tabs-selected .emphasized_link
{

}


/*
 * jQuery UI
*/

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	margin-top: 5px;
	font-size: 11px;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}

.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #E4E5E3;
	border-right: none;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: .5em 1em;
	color: #eeeeee;
	background: #327E04 url(images/327E04_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.ui-tabs-nav li a:hover {
	background: #5A9D1A;
	color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #EcEdE8;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #EcEdE8 url(images/EcEdE8_40x100_textures_07_diagonals_small_85.png) 0 50% repeat-x;
	color: #403D38;
}
.wrap .ui-tabs-panel {
	margin: 0;
	padding: 5px;
	clear:left;
	border: 1px solid #E4E5E3;
	background: #ffffff;
	height: 100%;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */


