/* This file contains the CSS data for all popups in TinyMCE */ .mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected { margin-left: 1px; } .mceButtonNormal { border-top: 1px solid; border-left: 1px solid; border-bottom: 1px solid; border-right: 1px solid; border-color: #F0F0EE; cursor: default; } .mceButtonOver { border: 1px solid #0A246A; cursor: default; background-color: #B6BDD2; } .mceButtonDown { cursor: default; border: 1px solid #0A246A; background-color: #8592B5; } .mceButtonDisabled { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); -moz-opacity:0.3; opacity: 0.3; border-top: 1px solid; border-left: 1px solid; border-bottom: 1px solid; border-right: 1px solid; border-color: #F0F0EE; cursor: default; } .mceActionPanel { margin-top: 5px; } /* Tabs classes */ .tabs { float: left; width: 100%; line-height: normal; font-family:Arial; font-size:12px; padding:0 22px 0 0; background: url("tabs_bg.gif") repeat-x left top; } .tabs ul { margin: 0; padding: 0 0 0; list-style: none; } .tabs li { float: left; background: url("tab_bg.gif") repeat left top; margin: 0; margin-left: 0; margin-right: 2px; padding: 0 0 0 10px; line-height: 20px; } .tabs li.current { background: url("tab_sel_bg.gif") repeat-x left top; margin-right: 2px; } .tabs span { background: url("tab_end.gif") no-repeat right top; float: left; display: block; padding: 0px 10px 0 0; } .tabs .current span { background: url("tab_sel_end.gif") no-repeat right top; font-weight:bold; } .tabs a { text-decoration: none; font-family: Arial, Verdana; font-size: 12px; } .tabs a:link,.tabs a:visited{ color: black;font-weight:bold; } .tabs a:hover { } .tabs a:focus {outline:0;} .tabs .current { } .tabs .current a, .tabs .current a:link, .tabs .current a:visited { color: white; } .panel_wrapper div.panel { display: none; text-align:left; } .panel_wrapper div.current { display: block; width: 100%; text-align:left; 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; width: 100%; } .panel_wrapper fieldset { clear:both; border: 1px solid #919B9C; font-family: Arial,Verdana, Arial; font-size: 10px; padding: 0; margin: 0; padding: 2px; } .panel_wrapper legend { color: #2B6FB6; font-weight: bold; } /* MSIE Specific styles */ * html .panel_wrapper { width: 100%; } /* 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; } */