/* Tabs classes */

.tabs {
	float: left;
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid #000;
	margin-top: 8px;
}

.tabs ul {
        margin: 0;
        padding: 0 0 0;
        list-style: none;
}

.tabs li {
        float: left;
	background-color: #F2F1F1;
	border-left: 1px solid #000;
	border-top: 1px solid #000;

        margin: 0;
        margin-right: 4px;
        padding: 0 0 0 10px;
        line-height: 18px;
}

.tabs li.current {
        background-color: #ffffff;
     margin-right: 4px;
	 
}




.tabs span {
        float: left;
        display: block;
        	border-right: 1px solid #000;
        padding: 0px 10px 0 0;
}

.tabs .current span {
        border-right: 1px solid #000;
}

.tabs a {
        text-decoration: none;
        font-family: Verdana, Arial;
        font-size: 12px;


}

.tabs a:link
 {
        color: #000;
		
}

.tabs a:visited
 {
        color: #2B6FB6;
		
}

.tabs a:hover {
        color: #2B6FB6;

}

.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%;
	overflow: visible;
	margin-top: 4px;
}

.panel_wrapper {
        border: 1px solid #919B9C;
        border-top: 0px;
        padding: 10px;
        padding-top: 5px;
        clear: both;
        background-color: white;
}

fieldset {
	border: 1px solid #919B9C;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.8;
	padding: 0;
	margin: 0;
	padding: 12px;
	text-align: justify;
}

legend {
        color: #2B6FB6;
        font-weight: bold;
}

.properties {
        width: 100%;
}

.properties .column1 {
}

.properties .column2 {
        text-align: left;
}

#plugintable thead {
        font-weight: bold;
        background-color: #DDDDDD;
}

#plugintable, #about #plugintable td {
        border: 1px solid #919B9C;
}

#plugintable {
        width: 99%;
        margin-top: 5px;
}

#pluginscontainer {
	overflow: auto;
}

/* MSIE Specific styles */

* html .panel_wrapper {
        width: 100%;
}

.column {
        float: left;
}



#link .panel_wrapper, #link div.current {
        height: 125px;
}

#image .panel_wrapper, #image div.current {
        height: 190px;
}

/* Disables the advanced tab in the table plugin. */
/*
#table #advanced_tab {
        display: none;
}
*/

/* Disables the border input field and label in the table plugin. */
/*
#table #border, #table #borderlabel {
        display: none;
}
*/

