/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronModalCss */
/* path: /WorkArea/java/plugins/modal/ektron.modal.css
/* ############################################################# */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
   the Window's z-index value will be set to 3000 by default (in ektron.jqmodal.js). 
   You can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).modal({zIndex: 500}); 
*/
	
.ektronWindow {display: none; position: fixed !important; top: 25%; left: 50%; margin-left: -20em; width: 40em; background-color: #fff; color: #333; border: 1px solid #525252; padding: 1em;}
.ektronModalOverlay { background-color: #3f3f3f; margin: 0; padding: 0;}

/* widths */
.ektronModalWidth-10 {margin-left: -5em !important; width: 10em !important;}
.ektronModalWidth-20 {margin-left: -10em !important; width: 20em !important;}
.ektronModalWidth-25 {margin-left: -12.5em !important; width: 25em !important;}
.ektronModalWidth-30 {margin-left: -15em !important; width: 30em !important;}
.ektronModalWidth-40 {margin-left: -20em !important; width: 40em !important;}
.ektronModalWidth-50 {margin-left: -25em !important; width: 50em !important;}
.ektronModalWidth-60 {margin-left: -30em !important; width: 60em !important;}
.ektronModalWidth-70 {margin-left: -35em !important; width: 70em !important;}
.ektronModalWidth-80 {margin-left: -40em !important; width: 80em !important;}
.ektronModalWidth-90 {margin-left: -45em !important; width: 90em !important;}
.ektronModalWidth-100 {margin-left: -50em !important; width: 100em !important;}

/* heights */
.ektronModalHeight-10 {height: 10em !important;overflow-y: auto !important;}
.ektronModalHeight-20 {height: 20em !important;overflow-y: auto !important;}
.ektronModalHeight-25 {height: 25em !important;overflow-y: auto !important;}
.ektronModalHeight-30 {height: 30em !important;overflow-y: auto !important;}
.ektronModalHeight-40 {height: 40em !important;overflow-y: auto !important;}
.ektronModalHeight-50 {height: 50em !important;overflow-y: auto !important;}
.ektronModalHeight-60 {height: 60em !important;overflow-y: auto !important;}
.ektronModalHeight-70 {height: 70em !important;overflow-y: auto !important;}
.ektronModalHeight-80 {height: 80em !important;overflow-y: auto !important;}
.ektronModalHeight-90 {height: 90em !important;overflow-y: auto !important;}
.ektronModalHeight-100 {height: 100em !important;overflow-y: auto !important;}


/* Ektron Themes:  multiclass the outermost div with the theme className to achieve these styles */
.ektronModalStandard {font-size: 12px;}
div.ektronModalStandard { padding: 0em;	border: solid 1px #525252; background: #E1E7F2;	top: 50%; font-size: 12px;}
div.ektronModalStandard, div.ektronModalStandard input, div.ektronModalBody table th, div.ektronModalBody table td {font-family: Arial, Verdana, sans-serif;}
.ektronModalStandard .ektronModalHeader h3 { background-image: url('/WorkArea/images/application/darkblue_gradiant-nm.gif'); background-color: #3163BD;	background-repeat: repeat-x; background-position: 0 -2px; color: #fff;	margin: 0;	padding: .6em .25em; font-size: 1em; position: relative;}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose {display: block;	background-image: url('/WorkArea/images/application/closeButton.gif'); background-repeat: no-repeat;	background-position: 0px -23px;	background-color: Transparent; text-decoration: none; width: 21px; height: 21px; position: absolute; right: .25em; top: .25em; text-indent: -10000px; overflow: hidden; cursor: pointer;}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose:hover {background-position: -23px 0;}
.ektronModalStandard div.ektronModalBody { background: #FFFFFF none repeat scroll 0%; border: 1px solid silver;	color: #333333;	margin: 1em 0.75em;	padding: 0.5em;}
.ektronModalStandard div.ektronModalBody table { margin: 0 1.5em;}
.ektronModalStandard div.ektronModalBody table th {	font-size: 12px; padding-right: 1em; padding-top: .25em;}
.ektronModalStandard div.ektronModalBody table th, div.ektronModalBody table td{ vertical-align: top;}
.ektronModalStandard div.ektronModalBody fieldset{	clear: both;}

/* Buttons */
.ektronModalStandard .ektronModalButtonWrapper{	margin: 1em 0 .25em; padding: 0; list-style: none; width: 100%;}
.ektronModalStandard .buttonWrapper { float: right;	margin: 1em 0 0 0;	padding: 0;	list-style: none;	width: 50%;}
.ektronModalStandard .ektronModalButtonWrapper li, ul.buttonWrapper li { display: inline; background-image: none; background-color: transparent;}
.ektronModalStandard ul.buttonWrapper li { float: right;	margin: 0;	padding: 0;	border: 0px;}
.ektronModalStandard a.button{	display: block;	padding: .5em 1em .5em 2.25em; border: 1px solid silver; background-color: #eee; color: #8F8F8F; background-repeat: no-repeat; background-position: .5em .4em; font-size: 1em; margin: 0 0 0 .75em; line-height: 100%; cursor: pointer; text-decoration: none;}
.ektronModalStandard a.button:active {  color: #8F8F8F;	font-size: inherit;}
.ektronModalStandard a.button:visited {	color: #8F8F8F;}
.ektronModalStandard a.button:hover { text-decoration: none;}
.ektronModalStandard a.buttonLeft {	float: left;}
.ektronModalStandard a.buttonRight { float: right;}
.ektronModalStandard a.text { font-size: .75em;}
.ektronModalStandard a.cancelButton { background-image: url('/WorkArea/images/application/delete.gif');}
.ektronModalStandard a.okButton { background-image: url('/WorkArea/images/application/check.gif');}
.ektronModalStandard a.nextButton { background-image: url('/WorkArea/images/application/but_next.gif'); background-position: .5em .25em;}
.ektronModalStandard a.backButton {	background-image: url('/WorkArea/images/application/but_prev.gif'); background-position: -.1em .25em;}
.ektronModalStandard a.deleteButton { background-image: url('/WorkArea/images/application/btn_delete-nm.gif'); background-position: .25em .1em; margin-right: .5em;}
.ektronModalStandard a.redHover:hover {	background-color: #FBE3E4; border: 1px solid #FBC2C4; color: #D12F19;}
.ektronModalStandard a.blueHover:hover { background-color: #DFF4FF;	border: 1px solid #C2E1EF; color: #336699;}
.ektronModalStandard a.greenHover:hover { background-color: #E6EFC2; border: 1px solid #C6D880;	color: #529214;}

/*Messages*/
.ektronModalStandard .messages {display: block; width: auto; margin-bottom: .1em; font-size: 1em;}
.ektronModalStandard .messages span { display: block; margin: .25em; padding: .5em .5em .5em 2em; background-repeat: no-repeat;	background-position: .25em .5em;}
.ektronModalStandard .messages span.wordbreak {	display: inline; text-indent: -10000px;	margin: 0; padding: 0; width: 0; overflow: hidden; font-size: 1px;}

/* clearfix */
.ektronModalStandard .clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0;}
.ektronModalStandard .clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .ektronModalStandard .clearfix {	height: 1%;}
.ektronModalStandard .clearfix { display: block;}
/* End hide from IE-mac */

/* The following section of code must always be the last section of this file (IE Expression Bug)
   Do not place any piece of styling information below this point */
/* Background iframe styling for IE6. Prevents ActiveX bleed-through 
   (<select> form elements, etc.). 
*/
* iframe.ektronModalIframe {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6 star (*) selector used to hide 
   definition from browsers other than IE6.
   For valid CSS, use a conditional include instead 
*/
* html .ektronWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronThickBoxCss */
/* path: /WorkArea/csslib/box.css
/* ############################################################# */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#Ekt_AjaxContent{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#EkTB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#EkTB_window a:link {color: #666666;}
#EkTB_window a:visited {color: #666666;}
#EkTB_window a:hover {color: #000;}
#EkTB_window a:active {color: #666666;}
#EkTB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#EkTB_overlay {
	position: fixed;
	z-index:100000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.EkTB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #EkTB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#EkTB_window {
	position: fixed;
	background: #ffffff;
	z-index: 100002;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #EkTB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#EkTB_window img#EkTB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#EkTB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#EkTB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}


#EkTB_closeAjaxWindow a 
{
	width: 16px;
	height: 16px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 1px 0;
	text-align:right;
	float:right;
	position:absolute;
	right:0.25em;
	top:0.25em;
	background-image:url('/WorkArea/images/ui/icons/cancel.png');
	display:block;
	background-repeat:no-repeat;
	
}

#EkTB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#EkTB_title{
	background-color:#e8e8e8;
	height:27px;
}

#EkTB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#EkTB_ajaxContent.EkTB_modal{
	padding:0px;
}

#EkTB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#EkTB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:100003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #EkTB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#EkTB_HideSelect{
	z-index:99000;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #EkTB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#EkTB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.EkTB_dialog_header
{	
	background-color:#6699CC;
	font-family:Verdana;
	font-weight:bold;
	font-variant:small-caps;
	padding:3px;
	border-bottom:solid 1px black;	
	text-align: right;
	margin-bottom:5px;
}
.EkTB_dialog_header span
{	
	float: left;
	text-align: left;
	display: block;
}

.EkTB_dialog
{

}
.EkTB_dialog th
{	
	padding-right: 10px !important;
}

.EkWksChoice
{
	text-align:center;
}
.EkWksName
{
	
}
.EkWksShareFolders th
{
	padding-left: 5px !important;
}

.EkTB_Button
{	
	border: solid 1px black !important;
}

.EkTB_Button:hover {
    border: 1px solid #f00 !important;
    background: #6699CC !important;
}

.EkTB_dialog label {
    /*display: block !important;*/
    /*float: left !important;*/
    margin: 2px 4px 2px 4px !important;
}

div.Ekt_AccordianMain { width: auto; }
div.Ekt_AccordianMain,div.Ekt_AccordianItem { margin: 0; }
div.Ekt_Accordian { background: #6699CC; font-size: 18px; padding: 5px; margin: 2px; }
div.Ekt_Accordian a { color: #FFF; }
div.Ekt_AccordianItem a { color: #000; }
div.Ekt_AccordianItem { border:solid 1px black; margin:2px;}
div.Ekt_AccordianItem ul { list-style: none; padding: 5px; }

#EkTB_container-image {padding:0;margin:12px;border:1px solid silver;position: relative;} 

#EkTB_container-image div.ekt_captionWrapper 
{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
}

#EkTB_container-image div.ekt_captionWrapper div.ekt_captionInnerWrapper {
	padding: .25em;
	margin: .25em;
}

#EkTB_container-image div.ekt_caption {
	background-color: #fff;
	border: 1px solid #999;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	width: 100%;
	margin: 0em;
	padding: 0em;
}

#EkTB_container-image div.ekt_caption div.ekt_caption_text {
	padding: .5em;
	color: #333;
}

#EkTB_container-image a {
	display: block;
	float: right;
	padding: .4em .5em;
	margin: .35em;
	color: #fff;
	background-color: #333;
	font-size: .87em;
	text-decoration: none;
	line-height: 1em;
}

#EkTB_container-image a:hover {color: #fff; background-color: #666;}

#EkTB_container-foot {padding:0;margin:0;}

.EkTB_overlayMacFFBGHack {background: url('/WorkArea/images/application/macFFBgHack.gif') repeat;}

/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronPageBuilderWizardsAddPageCSS */
/* path: /WorkArea/PageBuilder/Wizards/css/ektron.pagebuilder.wizards.addpage.css
/* ############################################################# */

/* Body */
body.ektronWizardFrame {font-size: 75%; font-family: Arial, Verdana, sans-serif; margin: 0; padding: 0;}
body.ektronWizardFrame form.ektronWizardForm {display: block; width: 100%;}
body.ektronWizardFrame form.ektronWizardForm .InnerWrapper {margin: 1em .75em; padding: .25em;}

/* Text Elements */
.ektronWizardStepWrapper h4 {background-image:url('/WorkArea/PageBuilder/Wizards/images/icon_info_lg.gif'); background-position:left top; background-repeat:no-repeat; border-bottom: solid 1px #333; margin: .5em .75em; font-size: 1em; padding-bottom:.5em;}
.ektronWizardStepWrapper h4 span {display:block; padding-left:50px; height:3.5em;}
.ektronWizardStepWrapper .ektronFolderSelect {display: block; margin: .1em .75em .25em; font-size: .9em}
.ektronWizardStepWrapper #ektronPageBuilderChangePath { margin-left: 50px; } 
.ektronWizardStepWrapper .pageBuilderPleaseSelectLayout {display: block; margin: .1em .75em .25em; font-size: .9em}
.redirectMessage h4 {color: #529214; margin: .5em .75em; font-size: 1em;}
.redirectMessage p {margin: 0; padding: 0 .75em;}

/* Table elements */
.ektronWizardStepWrapper table.ektronPageBuilderWizardTable {}
.ektronWizardStepWrapper table th, .ektronWizardStepWrapper table td {font-size: 12px;}
.ektronWizardStepWrapper table.ektronPageBuilderWizardTable th, .ektronWizardStepWrapper table.ektronPageBuilderWizardTable td {padding-bottom: .75em;}
.ektronPageBuilderWizard div.ektronModalBody table {margin:0 1.5em;}

/* Form Elements */
.ektronWizardStepWrapper label { margin: 0 .25em;}
.ektronWizardStepWrapper input.inputText {width: 15em;}
.ektronWizardStepWrapper #step2 {display: none;}
.ektronWizardStepWrapper #step3 {display: none;}
.ektronWizardStepWrapper #btnFinish {position: absolute; top: -10000px; left: -10000px;}

/* Layout/Alignment */
.ektronWizardStepWrapper .txtRight { text-align: right; vertical-align: top;}

/* page 2 */
.ektronAliasTaxonomy { height: 305px; }
.ektronAliasTaxonomy .ektronAliasTaxLeft { margin-left:.75em; width:300px; float:left; }
.ektronAliasTaxonomy fieldset { border:1px solid #1D5987; }
.ektronAliasTaxonomy fieldset legend { padding: 0.2em 0.5em; border:1px solid #1D5987; color:#1D5987; font-size:90%; text-align:right; }
.ektronAliasTaxonomy .ektronAliasing { width:300px; float:right; margin-right:.75em; height: 300px; }
.ektronAliasTaxonomy .ektronAliasing .ektronFieldInside { height: 268px; overflow: auto; }
.ektronAliasTaxonomy .ektronAliasing .ektronFieldInside ul { list-style-type: none; margin: 0 0 0 5px; }
.ektronAliasTaxonomy .ektronAliasing .ektronFieldInside h5 { font-size: 90%; font-weight:normal; margin: 0.5em 0 0 0; }
.ektronAliasTaxonomy .ektronAliasing .ektronFieldInside input { width: 12em; }
.ektronAliasTaxonomy .ektronAliasing .ektronFieldInside .aliasPreviewLabel  { margin-left: 5px; font-size: 75%; }
.ektronAliasTaxonomy .ektronAliasing .ektronFieldInside .AliasPreview { font-size: 75%; }
.ektronAliasTaxonomy .ektronAliasing .ektronFieldInside .createManualAlias input { width: 1em; margin-left: 0px; }

.ektronAliasTaxonomy .ektronAliasing fieldset { height: 290px; }
.ektronAliasTaxonomy .ektronPageTitle { height: 2.1em; }
.ektronAliasTaxonomy fieldset.ektronTaxonomy { margin-top: 9px; }
.ektronAliasTaxonomy fieldset.ektronTaxonomy > div { height: 198px; overflow:auto; }
.ektronAliasTaxonomy .ektronAliasing .ektronFieldInside ul li{ text-indent: -.5em; padding-left: .5em; }

.ektronAliasTaxonomy div.treecontainer > ul > li { background:none; }
.ektronAliasTaxonomy div.treecontainer > ul > li > div.hitarea { background-position:-48px -45px; }
.ektronAliasTaxonomy div.treecontainer > ul > li.collapsable > div.collapsable-hitarea { background-position:-16px -90px; }

/* Alias Preview */
.ektronWizardStepWrapper .aliasPreviewContainer {font-size: .9em; padding: .25em; margin: 0; color: #888; width: 40em;}
.ektronWizardStepWrapper #aliasValue {display: inline; padding: 0; margin: 0; word-break: break-all; -moz-binding: url('/WorkArea/csslib/xml/moz_wordwrap.xml');}
.ektronWizardStepWrapper .AliasPreview, .ektronWizardStepWrapper #aliasValue, .ektronWizardStepWrapper .extValue {color: #6699CC}

/* Tabs */
.ektronPageBuilderTabs, .ektronPageBuilderTabPanel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.ektronPageBuilderTabPanel textarea {
    width:98% !important;
}


.ektronPageBuilderTabs {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ektronPageBuilderTabs:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ektronPageBuilderTabs li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}

.ektronPageBuilderTabs a, .ektronPageBuilderTabs a span {
    display: block;
    padding: 0 10px;
    background: url('/WorkArea/csslib/tab.gif') no-repeat;
}

.ektronPageBuilderTabs a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

.ektronPageBuilderTabs .selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}

.ektronPageBuilderTabs a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ektronPageBuilderTabs a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ektronPageBuilderTabs .selected a span {
    padding-bottom: 1px;
}

.ektronPageBuilderTabs .selected a, .ektronPageBuilderTabs a:hover, .ektronPageBuilderTabs a:focus, .ektronPageBuilderTabs a:active {
    background-position: 100% -150px;
}

.ektronPageBuilderTabs a, .ektronPageBuilderTabs .disabled a:hover, .ektronPageBuilderTabs .disabled a:focus, .ektronPageBuilderTabs .disabled a:active {
    background-position: 100% -100px;
}

.ektronPageBuilderTabs .selected a span, .ektronPageBuilderTabs a:hover span, .ektronPageBuilderTabs a:focus span, .ektronPageBuilderTabs a:active span {
    background-position: 0 -50px;
}

.ektronPageBuilderTabs .selected a:link, .ektronPageBuilderTabs .selected a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.ektronPageBuilderTabs a:hover, .ektronPageBuilderTabs a:focus, .ektronPageBuilderTabs a:active,
.ektronPageBuilderTabs .unselect a:hover, .ektronPageBuilderTabs .unselect a:focus, .ektronPageBuilderTabs .unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .ektronPageBuilderTabs { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ektronPageBuilderTabs  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.ektronPageBuilderTabPanel {
    border-top: 1px solid #97a5b0;
    padding: .25em;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    overflow: auto;
    height: 23em;
}
.ektronWizardStepWrapper .ektronPageBuilderTabPanel table.directContainerMetadataForm{display:block}

#ektronPageBuilderTaxonomy, #ektronPageBuilderSummary {display: none;}

/* Template Lists */
.ektronWizardStepWrapper .ektronPageBuilderPageLayouts {display: none; position:relative;}
.ektronWizardStepWrapper .ektronTemplateListWrapper {margin: 0 .75em; border: solid 1px #c0c0c0; height: 19em; overflow-y: scroll; position:relative; }
.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList {margin: 0em; padding: 0; list-style: none; font-family: Arial, Verdana, sans-serif; }
.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li {background-image: none; margin: 0; padding: 0; float: left; width: 200px;}
.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li .templateInnerWrapper {margin: 4px; text-align: center; border: solid 1px transparent;}

.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li a {display: block; text-decoration: none; color: #333; text-align: center; padding: 4px; position: relative;}
.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li a:focus, .ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li a:active {-moz-outline-style: none; outline: none;}
.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li a span.ektronTemplateThumb {display: block; background-repeat: no-repeat; width: 180px; height: 180px; margin: auto; border: solid 1px transparent;}
.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li a span.checked {display: block; width: 18px; height: 18px; background-repeat: no-repeat; position: absolute; right: 4px; top: 4px; z-index: 1; background-image: url('/WorkArea/images/application/check_16x16.gif'); background-position: -50px -50px;}
.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li strong {display: block; padding: .25em 0; font-weight: normal; text-align: center; color: #8F8F8F; word-break: break-all; -moz-binding: url('/WorkArea/csslib/xml/moz_wordwrap.xml');}
	/* === template hovers === */
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.hover {}
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.hover .templateInnerWrapper{background-color: #DFF4FF; border: 1px solid #C2E1EF;}
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.hover a span.ektronTemplateThumb {border: solid 1px #C2E1EF;}
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.hover strong {color: #336699;}
	/* === template selected === */
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.selected {}
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.selected .templateInnerWrapper{background-color: #E6EFC2; border: 1px solid #C6D880;}
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.selected a {}
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.selected a span.ektronTemplateThumb {border: solid 1px #C6D880;}
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.selected strong {color: #529214;}
	.ektronWizardStepWrapper .ektronTemplateListWrapper ul.ektronTemplateList li.selected a span.checked {background-color: #E6EFC2; background-position: 3px 0; border-left: solid 1px #C6D880; border-bottom: solid 1px #C6D880}
	
/* Clear Fix */
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    font-size: 0; 
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Additional IE specific bug fixes... */
* html Textarea#RadEContentTextareaSummary  { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    height:220px !important;
}
*:first-child+html Textarea#RadEContentTextareaSummary   { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    height:220px !important;
}

/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronBubbleCss */
/* path: /WorkArea/csslib/bubble/bubble.css
/* ############################################################# */

#FloatBubble{display: none;position: absolute;z-index: 3200;}
#EkBubbleTable{width:400px;border:0px;text-align:left;}
#EkBubbleData{width: 360px; overflow: auto;background-color:#ffffff;}
#EkCloseBubbleIcon{text-align: right;background-color:#ffffff;}
#EkClose{height:11px;width:11px;}
#EkTop{height:52px;width:247px;background-image:url('/WorkArea/images/application/bubble/top.gif');}
#EkTopR{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/topr.gif');}
#EkTopL{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/topl.gif');}
#EkBotR{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/botr.gif');}
#EkBotL{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/botl.gif');}
#EkTopTile{background-image:url('/WorkArea/images/application/bubble/toptile.gif');}
#EkCenL{background-image:url('/WorkArea/images/application/bubble/cenl.gif');}
#EkCenR{background-image:url('/WorkArea/images/application/bubble/cenr.gif');}
#EkBot{background-image:url('/WorkArea/images/application/bubble/bot.gif');}
#FloatBubbleT{display: none;position: absolute;z-index: 3200;}
#EkBubbleTableT{width:400px;border:0px;TEXT-ALIGN:left;}
#EkBubbleDataT{width: 360px; overflow: auto;background-color:#ffffff;}
#EkCloseBubbleIconT{TEXT-ALIGN: right;background-color:#ffffff;}
#EkCloseT{height:11px;width:11px;}
#EkTopT{background-image:url('/WorkArea/images/application/bubble/topt.gif');}
#EkTopRT{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/topr.gif');}
#EkTopLT{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/topl.gif');}
#EkBotRT{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/botr.gif');}
#EkBotLT{height:52px;width:21px;background-image:url('/WorkArea/images/application/bubble/botl.gif');}
#EkBotTile{background-image:url('/WorkArea/images/application/bubble/bottile.gif');}
#EkCenLT{background-image:url('/WorkArea/images/application/bubble/cenl.gif');}
#EkCenRT{background-image:url('/WorkArea/images/application/bubble/cenr.gif');}
#EkBotT{height:52px;width:247px;background-image:url('/WorkArea/images/application/bubble/bott.gif');}

