﻿/*  Tabbed control  TAKE CARE NOT TO CONFLICT WITH MAIN SYSTEM CSS TABS  */



.sys_tabbedarea-control {margin-bottom:20px;  }

.sys_tabbedarea-control .ui-tabs-nav li {  position: relative; float: left;}


.sys_tabbedarea-control .ui-tabs-nav {  list-style: none; position:relative; padding:0; margin:10px 0 0 0; }



.sys_tabbedarea-control .ui-tabs-nav a { font-weight:normal; text-decoration:none;display:block; background:#e3dfdf; border:1px solid #ccc; padding:3px; color:#999; height:25px;  width:90%;font-size:1.4em;background-image:url(/internationalDevelopment/css/images/closedGrayL.gif); background-repeat:no-repeat;background-position:right bottom; margin-right:50px;margin-bottom:0;}


.sys_tabbedarea-control .ui-tabs-nav li.ui-tabs-selected a {background-color:#000; color:#fff; background-image:url(/internationalDevelopment/css/images/openBlack.gif); background-repeat:no-repeat;background-position:right bottom; width:90%;}



.sys_tabbedarea-control .ui-tabs-panel { display: block; background: none; width:603px; margin-top:10px; margin-left: 60px; }



/*content area*/

.sys_tabbedarea-control .ui-tabs-panel p {}
.sys_tabbedarea-control .ui-tabs-panel a {}
.sys_tabbedarea-control .ui-tabs-panel li {list-style:square; font-size:.75em;}
.sys_tabbedarea-control .ui-tabs-panel ul ul {list-style:square;font-size:.75em;} 
.sys_tabbedarea-control .ui-tabs-panel ul ol {list-style:square;font-size:.75em;}
.sys_tabbedarea-control .ui-tabs-panel ol {list-style:square; font-size:.75em;}
.sys_tabbedarea-control .ui-tabs-panel ol ul {list-style:square; font-size:.75em;}


.sys_tabbedarea-control .ui-tabs-hide { display: none !important;  }

.sys_tabbedarea-control .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.sys_tabbedarea-control .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .sys_tabbedarea-control .ui-helper-clearfix { height:1%; }
.sys_tabbedarea-control .ui-helper-clearfix { display:block; }
/* end clearfix */

#tabbedarea11 {background:#d5dffc;}
#tabbedarea12 {background:#fcf5d5;}
#tabbedarea13 {background:#fcd7df;}
#tabbedarea14 {background:#fcd73e;}

#tabbedarea16,#tabbedarea15{display:none !important;}

/*#PLACE9, #PLACE10,*/

#PLACE11,#PLACE12 {display:none !important;}

#editor .sys_tabbedarea-control  li {list-style:none !important;}

/* END OF TABS */





