/* Tabs classes */
.tabs {
	float: left;
	width: 100%;
	line-height: normal;
	background-image: url("images/tabs_bg.gif");
}

.tabs ul {
	margin: 0;
	padding: 0px 0px 0;
	list-style: none;
}

.tabs li {
	float: left;
	background: url("images/tab_bg.gif") no-repeat left top;
	margin: 0;
	margin-left: -1px;
	margin-right: 4px;
	padding: 0 0px 0 10px;
	line-height: 30px;
	font-weight:bold;
}

.tabs li.current {
	background: url("images/tab_sel_bg.gif") no-repeat left top;
	margin-right: 4px;
}

.tabs span {
	float: left;
	display: block;
	background: url("images/tab_end.gif") no-repeat right top;
	padding: 0px 10px 0px 0px;
	margin-right:-3px;
	_margin-right: -2px !ie6;
	margin-left: -1px;
}

.tabs .current span {
	background: url("images/tab_sel_end.gif") no-repeat right top;
}

.tabs a {
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.tabs a:hover {

}

.tabs .current {

}

.tabs .current a, .tabs .current a:link, .tabs .current a:visited {

}

.panel_wrapper div.panel {
	display: none;
}

.panel_wrapper div.current {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible; /* Should be auto but that breaks Safari */
}

.panel_wrapper {
	border: 1px solid #919B9C;
	border-top: 0px;
	padding: 10px;
	padding-top: 5px;
	clear: both;
	/* background-color: white; */
}

fieldset {
	border: 1px solid #919B9C;
	font-family: Verdana, Arial;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	padding: 4px;
}

legend {
	color: #2B6FB6;
	font-weight: bold;
}

.properties {
	width: 100%;
}

.properties .column1 {

}

.properties .column2 {
	text-align: left;
}

.tabs a:link, .tabs a:visited {
	color: #ff5500;
}

.tabs a:hover {
	color: #fff;
}

.tabs li.current a:link, .tabs a:visited {
	color: #fff;
}

.tabs li.current a:hover {
	color: #ff5500;
}


#plugintable thead {
	font-weight: bold;
	background-color: #DDDDDD;
}

#plugintable, #about #plugintable td {
	border: 1px solid #919B9C;
}

#plugintable {
	width: 99%;
	margin-top: 10px;
}

#pluginscontainer {
	height: 290px;
	overflow: auto;
}

/* MSIE Specific styles */

* html .panel_wrapper {
	width: 100%;
}

.column {
	float: left;
}

.tabs h1, .tabs h2, .tabs h3, .tabs h4 {
	color: #2B6FB6;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

.tabs h3 {
	font-size: 14px;
}