/* sides */



.side_middle {

	background: url("side_middle.gif") repeat-x left top;

	margin: 0px;

	width: 100%;

	margin-left: 0px;

	margin-right: 0px;

	padding: 0px 10px 0px 0px;

	line-height: 18px;

	text-align: right;

	font-weight: bold;

}



.side_middle_left {

	background: url("side_middle_left.gif") no-repeat right top;

	margin: 0px;

	width: 4px;

	margin-left: 0px;

	margin-right: 0px;

	padding: 0px 0px 0px 0px;

	line-height: 18px;

}



.side_middle_right {

	background: url("side_middle_right.gif") no-repeat left top;

	margin: 0px;

	width: 4px;

	margin-left: 0px;

	margin-right: 0px;

	padding: 0px 0px 0px 0px;

	line-height: 18px;

}



.side_left {

	background: url("side_left.gif") repeat-y right top;

	margin: 0px;

	width: 4px;

	margin-left: 0px;

	margin-right: 0px;

	padding: 0px 0px 0px 0px;

	line-height: 18px;

}



.side_right {

	background: url("side_right.gif") repeat-y left top;

	margin: 0px;

	width: 4px;

	margin-left: 0px;

	margin-right: 0px;

	padding: 0px 0px 0px 0px;

	line-height: 18px;

}



.side_middle_bottom {

	background: url("side_middle_bottom.gif") repeat-x left top;

	margin: 0px;

	width: 100%;

	margin-left: 0px;

	margin-right: 0px;

	padding: 0px 10px 0px 0px;

	height: 18px;

}



.side_middle_left_bottom {

	background: url("side_middle_left_bottom.gif") no-repeat right top;

	margin: 0px;

	width: 4px;

	margin-left: 0px;

	margin-right: 0px;

	padding: 0px 0px 0px 0px;

	height: 18px;

}



.side_middle_right_bottom {

	background: url("side_middle_right_bottom.gif") no-repeat left top;

	margin: 0px;

	width: 4px;

	margin-left: 0px;

	margin-right: 0px;

	padding: 0px 0px 0px 0px;

	height: 18px;

}



/* This file contains the CSS data for all popups in TinyMCE */

/* Tabs classes */



.tabs {

	float: left;

	width: 100%;

	line-height: normal;

	background-image: url("tabs_bg.gif");

}



.tabs ul {

	margin: 0;

	padding: 0 0 0;

	list-style: none;

}



.tabs li {

	float: left;

	background: url("tab_bg.gif") no-repeat left top;

	margin: 0;

	margin-left: 0;

	margin-right: 2px;

	padding: 0 0 0 10px;

	line-height: 18px;

}



.tabs li.current {

	background: url("tab_sel_bg.gif") no-repeat left top;

	margin-right: 2px;

}



.tabs span {

	float: left;

	display: block;

	background: url("tab_end.gif") no-repeat right top;

	padding: 0px 10px 0 0;

}



.tabs .current span {

	background: url("tab_sel_end.gif") no-repeat right top;

}



.tabs a {

	text-decoration: none;

	font-family: Verdana, Arial;

	font-size: 11px;

}



.tabs a:link, .tabs a:visited, .tabs a:hover {

	color: black;

}



.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; /* 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: 11px;

	padding: 0;

	margin: 0;

	padding: 4px;

}



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: 10px;

}



#pluginscontainer {

	height: 290px;

	overflow: auto;

}



/* MSIE Specific styles */



* html .panel_wrapper {

	width: 100%;

}



.column {

	float: left;

}



h1, h2, h3, h4 {

	color: #2B6FB6;

	margin: 0;

	padding: 0;

	padding-top: 5px;

}



h3 {

	font-size: 12px;

}



#link .panel_wrapper, #link div.current {

	height: 125px;

}



#image .panel_wrapper, #image div.current {

}



/* 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;

}

*/