fieldset.oMasterForm { padding: 0; margin: 0; border: 0; }
legend.oMasterForm { display: none; }

/* Hide By Offset */
.hbo { height: 1px; width: 1px; position: absolute; top: -9999px; left: -9999px; line-height: 1px; font-size: 1px; display: block; z-index: -99; overflow: hidden; }

/* Page Element Container Default */
.page-element-outer { clear: both; }
.page-element-inner { width: 100%; overflow: hidden; }
.page-element-body, .clear { width: 100%; overflow: hidden; }

.oSystemWarning { margin: 5px; padding: 5px; border: 1px solid #000000; background: #f7f7f7; color: #ff0000; font-size: 11px;  }

/* Box CSS */
.oHeadlineBoxStyle {}
.oPageListerContainerOuter { }
.oPageListerContainerInner { width: 100%; overflow: hidden; }

.oBoxContainer { }
.oBoxFull { margin: auto; margin-bottom: 10px; float: none; }
.oBoxCentre { margin: auto; margin-bottom: 10px; float: none; }
.oBoxLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
.oBoxRight { float: right; margin-left: 10px; margin-bottom: 10px; }

ul.oBoxList { }
li.oBoxItem { }
span.oBoxItem { display: block; }
.oBoxItemOuter { display: block; }
.oBoxItemInner { display: block; }
.oBoxItemTitle { display: block; }
.oBoxLink { }
.oBoxItemAuthor { display: block; }
.oBoxItemDate { display: block; }
.oBoxItemSummary { display: block; }
.oBoxFooter { display: block; }

/* Asset Attachment */
.oAssetAttachmentOuter { clear: both; background: #FAFAFA; color: #000; padding: 5px; border: solid 1px #EFEFEF; margin-bottom: 10px; }
.oAssetAttachmentThumbnail { float: left; width: 60px; }
.oAssetAttachmentDetailOuter { margin-left: 60px; }
.oAssetAttachmentDetailInner { float: left; }
span.oAssetAttachmentTitle { display: block; }
span.oAssetAttachmentSummary { display: block; }
.oAssetBrowserLinks { margin-top: 3px; }
.oAssetBrowserLinks ul { list-style-type: none; margin: 0; padding: 0; }
.oAssetBrowserLinks ul li { list-style-type: none; margin: 0; padding: 0; padding-right: 5px; }

/* Form Stuff, will build up as we migrate RenderEngine.css with new HTML */
.oDataFormQuestionNewLine { width: 100%; float: none; display: block; }
.oDataFormLabelNewLine { }
.oDataFormAnswerTextNewLine { float: none; width: 100%; }
.oDataFormAnswerNewLine { display: block; width: 100%; float: none; }

/* New Tables */
table.oDataGrid { width: 100%; border: 0; border-collapse: separate; font-size: 1em; empty-cells: show; margin-top: 1em; }
table.oDataGrid tr { text-align: left; }

tr.table-row-background-alpha { background: #ffffff; }
tr.table-row-background-beta { background: #F7F7F7; }

table.oDataGrid th, table.oDataGrid td { vertical-align: top; padding: 3px 7px 3px 7px; }
table.oDataGrid th { border: 1px solid #736273; color: #ffffff; background: #666666; font-size: 1em; font-weight: bold; }
table.oDataGrid th a:link, table.oDataGrid th a:visited { color: #ffffff; text-decoration: none; }
table.oDataGrid th a:hover, table.oDataGrid th a:active { color: #ffffff; text-decoration: underline; }

table.oDataGrid td { }
table.oDataGrid td a:link, table.oDataGrid td a:visited { } 
table.oDataGrid td a:hover, td.DataHeader a:active { } 

a.oDataGridHeaderLinkSortAsc, a.oDataGridHeaderLinkSortAsc:link, a.oDataGridHeaderLinkSortAsc:visited { background: url(/EasySiteWeb/EasySite/SupportFiles/Images/icons/asc.gif) right no-repeat; padding-right: 15px; }
a.oDataGridHeaderLinkSortAsc:hover, a.oDataGridHeaderLinkSortAsc:active { background: url(/EasySiteWeb/EasySite/SupportFiles/Images/icons/asc.gif) right no-repeat; padding-right: 15px; }

a.oDataGridHeaderLinkSortDesc, a.oDataGridHeaderLinkSortDesc:link, a.oDataGridHeaderLinkSortDesc:visited { background: url(/EasySiteWeb/EasySite/SupportFiles/Images/icons/desc.gif) right no-repeat; padding-right: 15px; }
a.oDataGridHeaderLinkSortDesc:hover, a.oDataGridHeaderLinkSortDesc:active { background: url(/EasySiteWeb/EasySite/SupportFiles/Images/icons/desc.gif) right no-repeat; padding-right: 15px; }

/* Page Tools Container */
.oPageToolsContainerOuter {}
.oPageToolsContainerInner { width: 100%; overflow: hidden; }
.PageToolsExecSummary { display: block; }
.PageToolsExecSummary a {}
.PageToolsAddAComment { display: block; }
.PageToolsPrintThisPage { display: block; }      

/* Style Login Box */
.login-panel-inner { width: 100%; }
.oLoginFormElement { width: 100%; overflow: hidden; }
.oLoginFormQuestion { display: block; }
.oLoginFormLabel { display: block; }
.oLoginFormAnswer { display: block; }

/* Login Element Panel */
.oLoginPanel { border: solid 1px #E5E5E5; background: #F2F2F2; padding: 3px; margin: auto; }
.oLoginTitle { text-align: left; background: #E5E5E5; padding: 3px 6px 3px 6px; color: #666666; font-weight: bold; }
.oLoginContent { background: #ffffff; padding: 10px; }
.oLoginError { color: #ff0000; margin: 1em; } 
/*.oLoginButtonContainer { margin-left: 35%; } */
.oLoginPanelSubtext { padding-top: 4px; }
/* 
.DataFormInputText { border: 1px solid red; } delete asap 
*/
/* Page Diffs */
.oTextDiffAdded			{	background-color: #0f0; color: #000; }
.oTextDiffChanged		{	background-color: #ffb;	}
.oTextDiffDeleted		{	background-color: #c00; color: #000; text-decoration: line-through;	}
.oElementDiffChanged	{	border: 1px solid #aa0; background-image: url(/EasySiteWeb/EasySite/SupportFiles/Images/DiffBackgrounds/DiffChanged.gif); }
.oElementDiffAdded		{	border: 1px solid #0a0;	background-image: url(/EasySiteWeb/EasySite/SupportFiles/Images/DiffBackgrounds/DiffAdded.gif);	}
.oElementDiffDeleted	{	border: 1px solid #a00;	background-image: url(/EasySiteWeb/EasySite/SupportFiles/Images/DiffBackgrounds/DiffDeleted.gif); }

/* Panel Classes */
.panel_window { border: solid 1px #E5E5E5; background: #F2F2F2; padding: 3px; margin-bottom: 10px }
.panel_title { text-align: left; background: #E5E5E5; padding: 3px 6px 3px 6px; color: #666666; font-weight: bold; }
.panel_content { background: #ffffff; padding: 10px; }
.panel_error { color: #ff0000; margin: 1em; } 

/* General Forms */
.oDataFormContainer { clear: both; }

/* Generic Module Element */
.oModuleElementOuter { clear: both; }
.oModuleElementInner { width: 100%; margin-bottom: 1em; }
.oModuleElementTitle { }
.oModuleElementDescription { margin: 0.5em 0 0.5em 0; }
.oModuleElementResults { margin: 0.5em 0 0.5em 0;}

/* Generic Page Element */
.page-element-outer { clear: both; }
.page-element-inner { width: 100%; overflow: hidden; }
.oPageElementOuter {}
.oPageElementInner {}

/* Countdown Element */
.oCountdownElementCalendarOuter { margin: 1em; float: left; background: url("/EasySiteWeb/EasySite/StyleData/Default/Images/calendar.png") no-repeat top left; }
.oCountdownElementCalendarInner { height: 120px; width: 120px; overflow: hidden; text-align: center; position: relative; }

.oCountdownElementTimerOuter { margin: 1em; float: left; background: #eee; padding: 3px 10px 3px 10px; border: 3px #ccc ridge; }
.oCountdownElementTimerInner { text-align: center; }
.oCountdownElementBody { padding: 47px 0 23px 0; }
.oCountdownElementNumber { font-size: 3em; color: #06c; font-style: italic; }
.oCountdownElementLabel {text-transform: capitalize; font-size: 1em; font-weight: bold; color: #fff; position: absolute; top: 29px; left: 20px; }
.oCountdownElementDigital { color: #06c; font-size: 1.2em; font-style: italic; font-weight: bold; }

/* Asset Browser Thumbnail View */
.asset-thumbnail-list-outer { clear: both; }
.asset-thumbnail-list-inner {}
.asset-thumbnail-panel { width: 24%; float: left; }
.asset-thumbnail-panel-inner { text-align: center; }
.oAssetThumbnailOuter { }
.oAssetThumbnailInner { }
.oAssetThumbnailImage { }
.oAssetThumbnailCaption { }
.oAssetBrowserLinks { }
/* Photo Galleries */
.oAlbumList ul { margin: 0; padding: 0; list-style-type: none; }
.oAlbumList ul li { display: block; float: left; margin: 10px; border: 1px solid #ccc; min-height: 100px; min-width: 100px; text-align: center; }
.oAlbumList ul li a { display: block; padding: 10px; min-height: 90px; min-width: 90px; }
.oAlbumList ul li span { display: block; }

/* Inline Asset */
.oAssetInlineCaption { display: block; }

/* Pagination */
.results-pagination-outer { clear: both; }
.results-pagination-inner { width: 100%; }
.oPaginationIcon { font-size: 1em; line-height: 1em; font-weight: bold; }
.oPaginationSep { }

/* Navigation Tabs Element */
.el-tab-navigation-outer { clear: both; }
.el-tab-navigation-inner { width: 100%; overflow: hidden; }
ul.oTabNavigation { display: inline; list-style-type: none; }
li.oTabNavigation {}
li.oTabNavigationSelected {}
a.oTabNavigation, a.oTabNavigationSelected {}
span.oTabNavigationItemOuter, span.oTabNavigationItemOuterSelected {}
span.oTabNavigationItemInner, span.oTabNavigationItemInnerSelected {}

/* Forms */
.oDataFormQuestionNewLine { width: 100%; float: none; } 
.oDataFormLabelNewLine { }
.oDataFormAnswerTextNewLine { float: none; width: 100%; padding-bottom: 5px; }

/* Forms Checkbox List - Uses inheritance */
span.oDataFormCheckboxList { width: 100%; overflow: hidden; display: block; }
span.oDataFormCheckboxList input { height: 15px; width: 13px; overflow: hidden; margin: 2px; float: left; }
span.oDataFormCheckboxList label { display: block; margin-left: 22px; padding-top: 2px; }
span.oDataFormCheckboxList br { clear: left; margin: 0 0 2px 0; display: block; font-size: 2px; line-height: 2px; }

/* Discussion Forums */
.oForumMainTopicBodyInner { display: block; width: 100%; overflow: hidden; }

.oForumAvatarOuter { display: block; float: left; }
.oForumAvatarInner { display: block; }

.oForumPostBodyOuter { display: block;  }
.oForumPostBodyInner { display: block; width: 100%; overflow: hidden; }

.oForumPostHeaderOuter { display: block; }
.oForumPostHeaderInner { display: block; width: 100%; overflow: hidden; }

.oForumPostMessageOuter { display: block; }
.oForumPostMessageInner { display: block; width: 100%; overflow: hidden; }

.oForumsGridView table th.col-board { width: 55%; }

/* Ensure Category Tree Tables clear */
.CategoryTreeView table  { clear: both;} 

/* Extended Search */
h2.object-title { margin: 0; padding: 0; }

.search-results-outer { clear: both; }
.search-results-inner { width: 100%; overflow: hidden; }
.search-results-outer ul { list-style-type: none; padding: 0; margin: 0; }
.search-results-outer li { list-style-type: none; padding: 0; margin-bottom: 1em; }
h3.item-title { margin: 0; padding: 0; font-size: 1.1em; }
h3.item-title a:link, h3.item-title a:visited {}
h3.item-title a:hover, h3.item-title a:active {}
.search-results-outer li.item span { display: block; }

.search-results-outer .item-url { color: #999; font-size: 0.95em; }
.search-results-outer .item-date { color: #999; font-size: 0.95em; }

.object-footer-outer { clear: both; }
.object-footer-inner { width: 100%; overflow: hidden; }
.match-count { float: left; width: 45%; }
.match-count p {}
.more-items { float: right; width: 45%; text-align: right; }
.more-items p {}
a.more-items-link:link, a.more-items-link:visited {}

/* Social Bookmarks */
.social-bookmarks { clear: both; padding: 15px 0 0 0; font-size: 0.9em; }
.social-bookmarks p { display: inline; font-weight: bold; }
.social-bookmarks ul { list-style-type: none; display: inline; margin: 0; padding: 0; padding-left: 15px; }
.social-bookmarks li { list-style-type: none; display: inline; margin: 0; padding: 0; padding-left: 18px; margin-right: 10px; }
li.delicious { background: url("/EasySiteWeb/EasySite/SupportFiles/images/icons/delicious_icon.gif") no-repeat left top; }
li.digg { background: url("/EasySiteWeb/EasySite/SupportFiles/images/icons/digg_icon.gif") no-repeat left top; }
li.reddit { background: url("/EasySiteWeb/EasySite/SupportFiles/images/icons/reddit_icon.gif") no-repeat left top; }
li.facebook { background: url("/EasySiteWeb/EasySite/SupportFiles/images/icons/facebook_icon.gif") no-repeat left top; }
li.stumbleupon { background: url("/EasySiteWeb/EasySite/SupportFiles/images/icons/stumble_icon.gif") no-repeat left top; }

.social-bookmarks a:link, .social-bookmarks a:visited { text-decoration: none; }
.social-bookmarks a:hover, .social-bookmarks a:active { text-decoration: underline; }

/* Access Channels */
.style-element-outer { margin-bottom: 1em; clear: both; }
.style-element-inner { width: 100%; overflow: hidden; }
.oAccessChannels { border: 2px solid #06c; padding: 8px; background: #f7f7f7; }
.head-outer { clear: both; }
.head-inner { width: 100%; overflow: hidden; }
.head-outer h2 { font-size: 1.1em; font-weight: bold; color: #06c; margin: 0; padding: 0; }

.body-outer { clear: both; margin-top: 8px; }
.body-inner { width: 100%; overflow: hidden; }

.style-element-outer .image, .oAccessChannels .image { float: left; width: 100px; vertical-align: top; text-align: left; }
.style-element-outer .image img { display: block; float: left; }
.style-element-outer .show-image { margin-left: 110px; }
.style-element-outer .content-inner { width: 100%; overflow: hidden; }

.oAccessChannels ul, .oAccessChannels li { margin: 0; padding: 0; list-style-type: none; }
.oAccessChannels li { margin-bottom: 3px; }
.oAccessChannels address { font-style: normal; font-size: 1em; }

.oAccessChannels .panel-alpha { float: left; width: 49%; }
.oAccessChannels .panel-beta { float: left; width: 49%; }
.oAccessChannels .panel-gamma { clear: both; width: 100%; }

.AccessChannelTreeView { width: 100%; }

/* Tools UI */

.tool_options { background: #F2F2F2; padding: 3px 10px 0 10px; }
.tool_options ul, .tool_options li { padding: 0; margin: 0; list-style-type: none;  }
.tool_options li { margin-left: 3px; padding-left: 19px; background: url("/EasySiteWeb/EasySite/SupportFiles/images/icons/tools_bullet.gif"); background-repeat: no-repeat; background-position: center left; }

.tools-outer { clear: both; border: 1px solid #ccc; padding: 10px; background: #fff; }
.tools-inner, .panel-inner, .tree-body, .selected-body { width: 100%; overflow: hidden; }
              
.tools-outer h1 { font-size: 1.2em; color: purple; font-weight: normal; }
              
.tools-outer fieldset { border: 1px solid #ccc; margin: 0; padding: 0; }
.tools-outer legend { padding-left: 8px; padding-right: 8px; }
.tools-outer legend .oDataFormElementContainer { padding: 8px; }
              
.tree-outer { width: 60%; float: left; }
.tree-inner { padding: 10px; }
.category-toggle { }
 /*            
.tree-body table { width: 95%; border: 0; padding: 0; margin: 0; empty-cells: show; clear: both; }
*/
/*
.tree-body table th, .tree-body table td { padding: 0; margin: 0; border: 0; text-align: left !important; font-weight: normal; border: 1px red solid; }
*/
.tree-body td, .tree-body th, .tree-body input, .tree-body select, .tree-body table caption { }
              
.selected-outer { width: 35%; float: left; }
.selected-inner { padding: 10px; border: 1px solid #ccc; vertical-align: top; }
              
.selected-outer ul { list-style-type: square; margin-left: 0.75em; padding-left: 0.75em; }
.selected-outer li { margin-bottom: 2px; }
.selected-outer li a:link, .selected-outer li a:visited { text-decoration: none; }
.selected-outer li a:hover, .selected-outer li a:active { text-decoration: underline; }

/* Tabs */
.tabs-outer { border: 1px solid #333; padding: 5px; background: #eee; }
.tabs-inner { width: 100%; overflow: hidden; }
.tabs-outer ul { list-style-type: none; margin: 0; padding: 0; }
.tabs-outer li { list-style-type: none; margin: 0; padding: 0; display: block; float: left; width: 18%; margin-right: 5px; }
.tab-container { width: 100%; overflow: hidden; text-align: center; }

.tab-container a:link, .tab-container a:visited { display: block; }
.tab-container a:hover, .tab-container a:active {}
.tab-outer { display: block; padding: 5px; border: 1px solid blue; }
.tab-inner { width: 100%; overflow: hidden; }

.tab-selected .tab-outer { display: block; padding: 5px; background: #fff; border: 1px solid red; }

/* Events Calendar List */
.oEventsList dl { margin: 0; padding: 0; }
.oEventsList dl p { margin: 0; }
.oEventsList dl span { display: block; }
.oEventsList dt.oEventTitle {}
.oEventsList dd.oEventDate {}
.oEventsList dd.oEventVenue {}
.oEventsList dd.oEventSummary {}

/* Page Manager */
.page-manager-outer { position: absolute; top: 0; left: 0; width: 300px; background: #dbedff; height: 100%; overflow: hidden; border: 1px solid #000; }
.page-manager-inner { padding: 10px; }

.RadMenu { }
.rmActive { }

/* Ratings + Comments */
.oComments .oModuleElementTitle, .oRatingsTitle { font-size: 1.1em; }
.oComments table.oDataGrid { font-size: 0.94em; }

/* Semantic Tags */
.abbr, .q, .cite, .var, .samp, .k, .acronym, abbr, q, cite, var, samp, k, acronym { background: #e8e8e8; }

/* Events Calendar */
.oEventCalendarGridOuter ul { list-style-type: none; margin: 0; padding: 0; }
.oEventCalendarGridOuter ul li { list-style-type: none; margin: 0; padding: 0; }

/* Headline Box */
.oRSSFeedAZOuter { padding: 2px; }
.oRSSFeedAZInner {}
.atoz-sep { padding-left: 2px; padding-right: 2px; }
.selected {}
.selected-atoz { font-weight: bold; }

/* EasyPortal */
.oPortalSetup, .portal-element-outer { }
.portal-element-inner {}
.portal-element-body {}
.portal-element-outer .body-outer { clear: both; }
.portal-element-outer .body-inner { width: 100%; overflow: hidden; }

/* portal body */
.drop-zone-outer, .oAlpha { }
.drop-zone-inner { }
.oBeta .drop-zone-inner { margin-right: 10px; }
.drop-zone-body { width: 100%; overflow: hidden; }

/* Portal UI (hide / show portlets at users will) */
.oPortalUIBody { display: none; } /* Initially hidden! */
.oPortalUIHeader { }
.oPortalUIHeader { margin-bottom: 10px; }
.setup-outer, .oPortalUIOptions { background: #eee; padding: 6px; border: 1px solid #ccc; margin-bottom: 10px; clear: both; } 
.oPortalUIOptions setup-inner { width: 100%; overflow: hidden; }
.oPortalUIOptions .options {}
.oPortalUIOptions ul {}
.oPortalUIOptions ul li { list-style-type: square; }
.oPortalUIOptions ul li a:link, .oPortalUIOptions ul li a:visited {}
.oPortalUIOptions ul li a:hover, .oPortalUIOptions ul li a:active {}

/* Portlet */
.portlet-outer, .oPortlet, .portlet-alpha { }
.portlet-alpha .portlet-inner { }

.oPortlet .header-outer, .oPortlet .portlet-header { background: url("/EasySiteWeb/EasySite/StyleData/Default/Images/box-hdr-l.gif") no-repeat top left; width: 100%; overflow: hidden;}
.oPortlet .header-inner { background: url("/EasySiteWeb/EasySite/Default/EIBS_Compelling/Images/box-hdr-r.gif") no-repeat top right; width: 100%; overflow: hidden; }
.oPortlet h2.oPortletHandle { cursor: move; font-weight: bold; }
.oPortlet h2.oPortletHandle a:link, .oPortlet h2.oPortletHandle a:visited { text-decoration: none; color: #000; }
.oDropZone { background-color: #fff; }
             
.oPortletUIBody { display: none; } /* Interface for picking portlet tabs to show or hide */
.oPortletUIBody .oDataFormFieldset { border: 0; padding: 10px; margin: 0; }
.oPortletUIBody .oDataFormLegend { display: none; }
.oPortletUIBody .themepicker { width: 100%; overflow: hidden; }
.oPortletUIBody .theme-checkbox { overflow: hidden; width: 50px; float: left; border: 1px solid black; margin-right: 10px; }
.oPortletUIBody .theme-checkbox input { display: none; }
.oPortletUIBody .theme-checkbox label { display: block; padding: 2px 4px; font-size: 0.9em; text-align: center; }
.portlet-alpha .oPortletUIBody .theme-checkbox label { background-color: Olive; color: #fff; }
.portlet-beta .oPortletUIBody .theme-checkbox label { background-color: Purple; color: #fff; }
.portlet-gamma .oPortletUIBody .theme-checkbox label { background-color: Orange; color: #fff; }
.oPortletUIBody button { color: #666666; background: #eeeeee url("/EasySiteWeb/EasySite/StyleData/Default/Images/button_bg.gif") repeat-x left top; border: 1px solid #cccccc; margin-right: 10px; padding: 3px 6px 3px 6px; font-weight: normal; cursor: pointer; line-height: 1.6em; font-size: 0.94em; }
.oPortlet .body-outer { border: 1px solid #ccc; margin: 0; padding: 0; }
.oPortlet .body-inner {}

/* Open / Close / Edit / Remove buttons on Portlet / Portlet Tabs */
.oPortlet ul.options { margin: 0; padding:0; }
.oPortlet ul.options li { display: block; float: left; list-style-type: none; margin: 0; padding: 0; }
.oPortlet ul.options li.expander { position: relative; top: 10px; left: 9px; width: 16px; height: 16px; }
.oPortlet ul.options li.header { position: relative; top: 3px; left: 15px; }
.oPortlet ul.options li.edit { position: relative; top: 3px; right: 5px; float: right; }
.oPortlet ul.options li.edit button { border: 1px solid #ccc; padding: 1px 5px; font-size: 0.96em; color: #999; }
.oPortlet ul.options li.expander button { border: 0; width: 15px; height: 15px; background: url("/EasySiteWeb/EasySite/StyleData/Default/Images/rollup.png") no-repeat top left; }
.oPortlet ul.options li.remove { position: relative; top: 3px; right: 5px; float: right; }
.oPortlet ul.options li.remove button { border: 0; width: 16px; height: 16px; background: url("/EasySiteWeb/EasySite/StyleData/Default/Images/portlet_remove.gif") no-repeat top left; }
.oPortlet ul.options li.remove span { display: none; }
.oPortlet ul.options li button.oPortletButton { }
.oPortlet ul.options li.expander button.oPortletButton span { display: none; }
.oPortletButtonClosed { background: url("/EasySiteWeb/EasySite/StyleData/Default/Images/rolldown.png") !important; } /* There is No OPENED eqv */
.configurePortlet { }
.configurePortlet span { display: none; }
.oPortlet ul.options li.edit button {}
.oPortlet ul.options li.edit span { display: block; }

/* Portlet / Portlet Tab Header Items */
.oPortletTab, .portlet-outer {}
.oPortletTab .header-outer { background: #f2f2f2; border: 0; border-bottom: 1px solid #ccc; }
.oPortletTab .header-inner { padding: 0; background: 0; }
.oPortletTab h2.oPortletTabHandle { font-size: 1.2em; font-weight: normal; text-transform: uppercase; }
.oPortletTab ul.options li.expander button { background: url("/EasySiteWeb/EasySite/StyleData/Default/Images/portlettab_open.gif") no-repeat top left; }
.oPortletTab ul.options li.expander { top: 6px; }
.oPortletTab .body-outer { border: 0; }

/* Portlet Tabs */
/* Dragging / Dropping */
.oDragProxy { border: 2px dotted blue !important; }
.oDropProxy { margin: 5px; border: 2px dotted red !important; }
.oDragOver { }
li.portal-bookmark { background-color:#fff; list-style-type: none; }
/* Themes / Sparks */
.portlet-alpha { }
.portlet-alpha .header-inner { color: Red; }
.portlet-beta .header-inner { color: Blue; }
.portlet-gamma .header-inner { color: Green; }
.portlet-iota .header-inner { color: Orange; }
.portlet-kappa .header-inner { color: Olive; }
.portlet-delta .header-inner { color: Fuchsia; }
.portlet-epsilon .header-inner { color: Purple; }
.portlet-zeta .header-inner { color: Lime; }
.portlet-eta .header-inner { color: Maroon; }
.portlet-theta .header-inner { color: Navy; }
.portlet-iota .header-inner { color: Orange; }
.portlet-kappa .header-inner { color: Olive; }
.portlet-alpha .oDropZone { background-color: #fff; }
.portlet-beta .oDropZone { background-color: #fff; }
.portlet-gamma .oDropZone { background-color: #fff; }

li.hidden-bookmark { display: none; }

/* Administration Bar */
.administration-outer { background: #eeeeee url("/EasySiteWeb/EasySite/StyleData/Default/Images/button_bg.gif") repeat-x left top; border: 1px solid #cccccc; width: 500px; position: relative; z-index: 9999; }
.administration-inner { border: 0 !important; background: 0 !important; background: none !important; padding: 2px !important; margin: 0 !important; }
.administration-body { }

.administration-body .welcome { padding: 3px; }
.administration-body select { width: 10em; }

#AdminLinksOuter .options { width: 23%; border: 1px solid #ccc; background: #fff; overflow: visible !important; text-align: left !important; height: auto; } 
#AdminLinksOuter .options .title { display: block; padding: 2px; }
#AdminLinksOuter .options ul, .options ul li { list-style-type: none; padding: 0; margin: 0; text-transform: lowercase !important; }
#AdminLinksOuter .options ul li { background: #fff; display: block; padding: 0 3px 0 3px; }
#AdminLinksOuter .options ul li a { display: block !important; cursor: hand; width: 100% !important; height: 1.6em; background: red; }
#AdminLinksOuter .options ul { left: -999em; position: absolute; top: 10px; border: 1px solid #ccc; width: 100%; padding-top: 3px; overflow: visible !important; }
#AdminLinksOuter .options:hover ul { left: -1px !important; }
#AdminLinksOuter .options:hover ul:hover { left: -1px !important; }
#AdminLinksOuter ul.showList { left: -1px !important; }


