/* Admin container */

    form.elPageAdmin div#ZoneCentreRow 
    {
        background-color: #FFF;
        clear: both;
        background: #d6d6d6 url(../_images/admin/header_slice.gif) repeat-x top left;
    }    
    div.frmAdmin 
    {
        font: normal 95%/1em Verdana, Arial,Sans-Serif;
        padding-bottom: 15px;
        background: transparent url(../_images/admin/header_logo.png) no-repeat top right;
        
    }
    div.frmAdmin a
    , div.frmAdmin a:link
    , div.frmAdmin a:visited
    {
		text-decoration: none;
		font-weight: normal;
		color: #000;
    }
    div.frmAdmin span
    {
		color: #000;
    }
    div.frmAdmin fieldset
    {
        margin: 0;
        padding: 0 0 0 0;
	border: 0;

    }
    div.frmAdmin fieldset.indent
    {
        margin: 0;
    }
    div.frmAdmin fieldset fieldset
    {
        background-image: none;
    }
    
    /* big admin page titles */
    div.frmAdmin fieldset legend
    {
         color: #000;
         font: normal 1.5em/3.8em Verdana, Arial,Sans-Serif;

         display: block;
         height: 61px;
       margin: 10px 0 30px 0;
       text-indent: 20px;
       

    }
     div.frmAdmin fieldset legend span
     {

         display: block;	
         height: 61px;
         line-height: 41px;
         width: 100%;
         font-weight: normal;	
         color: #FFF;

     }
    div.frmAdmin fieldset fieldset legend
    , div.frmAdmin fieldset fieldset legend span
    {
		height: auto;
		margin: auto;
		line-height: normal;
		text-indent: 0;
		color: #000;
    }
    div.frmAdmin fieldset fieldset legend
    , div.frmAdmin fieldset fieldset legend span
    {
    	color: #444;	
    }	
    div.frmAdmin label
    {
        display: block;
        font-weight: bold;
        color: #363636;
        padding-bottom: 4px;
    }
    div.frmAdmin fieldset p
    {
        margin: 1em 20px 1em 20px;
        padding: 1em;
        line-height: 1.4em;
        font-size: 1em;
        color: #000;
    }
    div.frmAdmin fieldset ul p
    , div.frmAdmin fieldset ol p
    {
        margin: 1em;
        padding: 0;
        border: none;
        font-style: normal;
    }
    div.frmAdmin ul
    , div.frmAdmin ol
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    div.frmAdmin li input
    , div.frmAdmin li select
    , div.frmAdmin li textarea
    {
        font-size: 1em;
    }
    div.frmAdmin li input
    , div.frmAdmin li select
    {
    	overflow: hidden;	
    }

    div.frmAdmin em
    {
        color: #EF0000;
    }
    div.frmAdmin table th
    {
    	text-align: left;	
        font-weight: bold;
        color: #363636;    	
    }

/* Admin Links */

    div.frmAdmin a
    , div.frmAdmin a:link
    , div.frmAdmin a:visited
    , div.frmAdmin a:hover
    , div.frmAdmin a:active
    {   
        color: #000;
        text-decoration: none;
    }   
    div.frmAdmin a:hover
    {
        text-decoration: underline;
    }

/* Helpers */

    .noShow 
    , .Hide
    {
        display: none;
    }
    span.lblExpando
    {
    	cursor: pointer;
    }
    div.frmAdmin span.handle 
    {
        cursor: move;
        background-image: url(../_images/admin/drag.gif);
        background-repeat: no-repeat;
        background-position: bottom center;
        display: block;
        width: 5px;
        height: 11px;
        float: left;
        padding: 6px 5px 0 5px;
    }




















/* Request Translation popup */

    div.RequestTranslation
    {
    	position: absolute;
        width: 300px;
        border: solid 1px #000;
        background-color: #E0E0E0;
    }
    div.RequestTranslation label.Title
    {
    	width: 100%;
    	height: 19px;
    	line-height: 19px;
    	text-indent: 10px;	
    	font-weight: normal;
    	color: #000;
    	margin: 0 0 10px 0;
    	padding: 0;
    	display: block;
    	background-image: url(../_images/admin/label/label_slice.gif);
    	border-bottom: 1px solid #9b9c9d;
    }

/* Content/Event Management - Translations popup */

    ul.AvailableLanguages
    {
        position: absolute;
        width: 300px;
        border: solid 1px #000;
        background-color: #E0E0E0;
        padding-bottom: 5px;
    }
    ul.AvailableLanguages li
    {
        border: 0 !important;
        margin-top: 0 !important;
    }
    ul.AvailableLanguages li.buttons
    {
        padding: 5px;
    }
    ul.AvailableLanguages li label
    {
    	width: 100%;
    	height: 19px;
    	line-height: 19px;
    	text-indent: 10px;
    	font-weight: normal;
    	color: #000;
    	margin: 0;
    	padding: 0;
    	display: block;
    	background-image: url(../_images/admin/label/label_slice.gif);
    	border-bottom: 1px solid #9b9c9d;
    }
    ul.AvailableLanguages li select
    {
        margin-top: 5px;
        width: 97%;
    }
    ul.AvailableLanguages li.selector
    {
    	padding-left: 10px;
    }
    ul.AvailableLanguages li a.hoverbutton
    , ul.AvailableLanguages li a.hoverbutton:link
    , ul.AvailableLanguages li a.hoverbutton:visited
    {
        margin-right: 2px;
    }


/* ElementList & HtmlListboxes - server controls */

    fieldset.frmAdmin .floatl {
    	float: left;
    	width: 37%;
    	padding-left: 4px;
    }
    fieldset.frmAdmin .floatr {
    	float: right;
    	width: 38%;
    }
    fieldset.frmAdmin .floatl select
    , fieldset.frmAdmin .floatr select 
    {
        font: normal 1em/1.4em Verdana, Arial, sans-serif;
        margin: 5px 3px 5px 3px;
        width: 100%;
    }
    fieldset.frmAdmin div.ListSmall .floatl 
    , fieldset.frmAdmin div.ListSmall .floatr
    {
        width: 42%;
    }
    fieldset.frmAdmin div.ListBig .floatl 
    , fieldset.frmAdmin div.ListBig .floatr
    {
        width: 47%;
    }
    fieldset.frmAdmin .floatl label
    , fieldset.frmAdmin .floatr label
    {
        font-weight: normal;
        display: block;
        margin-top: -21px;
        border-top: solid 1px #9F9F9F;
    }
    
    /* Small arrow buttons */
    fieldset.frmAdmin div.btnarrow {
    	padding: 16px 3px 0 9px;
        display: block;
        margin: 0;
    	width: 30px !important;
    }
    fieldset.frmAdmin div.btnarrow .hoverbutton_small {
    	font-weight: bold;
    	font-size: 1.3em;
    }
    fieldset.frmAdmin div.btnarrow .separator 
    {
        height: 75px;
        display: block;
    }



/* Menu Editor - server control & menu man page */
    table.MenuEditorProp
    {
    	width:50%;
    	float: left;
    }
    table.MenuEditorProp table
    {
    	width:auto;
    	border: 0;
    	float: none;
    }
    div.MenuManPopup li.buttons 
	, div.MailPopup li.buttons 
    {
        padding-right: 5px;
    }
    div.MenuManPopup ol.inpForm
	, div.MailPopup ol.inpForm
    {
        width: 97%;
        padding: 0 !important;
    }
    div.MenuManPopup
	, div.MailPopup
    {
        margin: 0 0 0 20px;
    	width:47%;
    	float:right;    
    }
    table.MenuEditorAdvProp
    {
        width: 98% !important;
        
    }
    table.MenuEditorAdvProp label
    {
        margin-top: .3em;
        background-image: none !important;
        border: 0 !important;
    }
    table.MenuEditorAdvProp td 
    {
    }
    table.MenuEditorAdvProp td.Labels
    {

    }
    table.MenuEditorProp label
    , table.MenuEditorAdvProp label
    , table.MenuEditorAdvProp td span
    , table.MenuEditorAdvProp td.Labels
    {
        width: 100px;
        display: block;
        font-weight: normal;
        color: #000;
    }
    table.MenuEditorAdvProp td span
    {
        text-indent: 11px;
    }
    div.MenuManPopup ol.inpForm input.BoxStd
    , div.MenuManPopup ol.inpForm table.MenuEditorAdvProp input.BoxStd 
    {
        width: 185px !important;
        overflow: hidden;
    }
    div.MenuManPopup ol.inpForm table.MenuEditorAdvProp textarea.BoxStd
    {
        width: 185px !important;
        overflow: hidden;
    }
    div.MenuManPopup ol.inpForm table.MenuEditorAdvProp select.BoxStd
    {
        width: 190px !important;
        overflow: hidden;
    }
    table.MenuEditorAdvProp input.BoxSmall
    {
        width: 60px;
        margin-left: 4px;
        overflow: hidden;
    }
    table.MenuEditorAdvProp td.Radios
    {
        padding-bottom: 3px;
    }
    table.MenuEditorAdvProp td.Radios label
    {
        display: inline;
        font-weight: normal;
        
        height: auto;
        line-height: 1em;
        margin-top: .4em;    
        text-indent: 4px;
        white-space: nowrap;
    }
    table.MenuEditorAdvProp td.Radios input
    {

        display: inline;
    }
    div.MenuManPopup label.PopupAdvancedLabel
    {
        cursor: pointer;
    }
    div.MenuManPopup ol.inpForm li.first
	, div.MailPopup ol.inpForm li.first
    {
        padding-bottom: 5px !important;
        clear: both;
    }
    div.MenuManPopup ol.inpForm li.first input.BoxStd
	, div.MailPopup ol.inpForm li.first input.BoxStd
    {
        width: 84% !important;
        clear: none !important;
        float: left;
        margin-right: 5px;
    }
    div.MenuManPopup ol.inpForm li.first a.btnSolo
    {
        margin-top: 5px;
        margin-bottom: 5px !important;
		margin-right: 5px;
		float: right;
        clear: right;
    }
	div.MenuManPopup div.Collapsed label.PopupAdvancedLabel span
	{
        background: transparent url(../_images/admin/arrowdark.gif) no-repeat left center;
        cursor: pointer;
        padding-left: 15px !important;
	}
	div.MenuManPopup div.Expanded label.PopupAdvancedLabel span
	{
        background: transparent url(../_images/admin/arrowdarkdown.gif) no-repeat left center;
        cursor: pointer;
        padding-left: 15px !important;
	}   
	table.MenuEditorProp span.Label
	{
		border: solid 1px #9F9F9F;
		margin: 10px 0 0 10px;
		width: 94%;
	}
    table.MenuEditorProp span.formDesc
    {
        		margin: 0 0 0 10px;
        		padding: 5px 9px 5px 10px;
        		border-left: solid 1px #9F9F9F;
        		border-right: solid 1px #9F9F9F;
		width: 89% !important;
    }   	
    
    /* Default menu visiblity 
    table.treeTbl img.VisMode0
    {

    }
    table.treeTbl span.VisMode0
    {
        
    }
    */
    /* Un-Authenticated menu visiblity */
    table.treeTbl img.VisMode1
    {
        filter: gray;
    }
    table.treeTbl span.VisMode1
    {
        color: #076600;
    }
    
    /* Authenticated menu visiblity */
    table.treeTbl img.VisMode2
    {
	    filter: gray;
    }
    table.treeTbl span.VisMode2
    {
        color: #900202;
    }
    
    /* Hidden menu visiblity */
    table.treeTbl img.VisMode3
    {
        opacity: 0.6;
	    -moz-opacity: 0.6;
	    filter: alpha(opacity=60);
    }
    table.treeTbl span.VisMode3
    {
        color: #666;
    }
    
	div.MailPopup
	{
		width: 600px !important;
		max-height: 450px;
		overflow: scroll;
		overflow-x: hidden;
	}
	div.MailPopup ol.inpForm input.BoxBtn
	{
		clear:left;
		width: 85% !important;
	}	
	div.MailPopup ol.inpForm li.BoxBtn
	{
		min-height: 52px;
	}
	div.MailPopup ol.inpForm li.BoxBtn a.hoverbutton
	{
		float: left;
		margin-left: 2px;
		margin-top: 6px;
		clear: right;
	}
	
	div.MailPopup ol.inpForm li
	{
		overflow: hidden;
	}
    div.MailPopup ol.inpForm ul.CheckboxList li input
	, div.MailPopup ol.inpForm ul.CheckboxList li label
	, div.MailPopup ol.inpForm ul.CheckboxList li 
	{
		clear: none;
	}
	div.MailPopup ol.inpForm li ul.CheckboxList
	{
		margin-top: -8px;
	}
	div.MailPopup ol.inpForm li textarea
	{
		
	}
  	div.MailPopup ol.inpForm li textarea.pre
	{
		font-family: courier new, courier;
		font-size: 1.2em;
	}  
	div.MailPopup ol.inpForm li ul
	{
		margin: 0;
		padding; 0;
	}
	div.MailPopup ol.inpForm li.Clean ul
	{
		margin: 0 2px 0 0;
	}

/* Menu Management */

    table.treeTbl 
    {
        width: 100%;
        background-color: #f6f6f6;    
    }
    td.treeLeft 
    {
        width: 50%;
        padding: 10px;
    }
    td.treeRight
    {
        padding: 10px 5px 10px 0;
    }
    td.treeTools 
    {
        padding-top: 24px;
        width: 20px;
        padding-right: 10px;
        padding-left: 5px;
    }
    div.AdminTreeView 
    {
    	background-color: #FFF;
    	height: 550px;
    	overflow: auto;
    	margin: 0 11px 15px 10px;
        padding: 10px 6px 10px 10px;
    	border: solid 1px #9b9c9d;
    	border-width: 0 1px 1px 1px;
		color: #000;
    }
    table.treeTbl div.AdminTreeView 
    {
    	margin: 0;
    	border: 1px solid #999999;	
    	
    }
    div.AdminTreeView span
    {
        cursor: pointer;
    }
    fieldset.frmAdmin  .NoScroll
    {
        min-height: 300px;
    	overflow: visible;
    	height: auto !important;
    }
    table.treeTbl td.treeLeft span.Label
    , table.treeTbl td.treeRight span.Label
    {
		border-color: #9F9F9F;
		border-style: solid;
		border-width: 1px 1px 0 1px;
		width: 99%;
		padding-left: 2px;
    }
    table.treeTbl td.treeLeft span.formDesc
    , table.treeTbl td.treeRight span.formDesc
    {
		border-color: #9F9F9F;
		border-style: solid;
		border-width: 0 1px 0 1px;
    }



/* Menu Management popups */

    div.popup
    , div.EntityLocalisation
    {
    	position: absolute; 
    	border: 1px solid #000033; 
    	font-size: .9em; 
    	top: 0px; 
    	right: 0px; 
    	background-color:  #E0E0E0;
    	z-index: 99; 
    	width: 320px;
    	padding-bottom: 10px;
    }
    div.popup ol.inpForm
    {
    	margin: 0;
    	width: 94%;
    	margin: 0 10px 10px 10px;
    }
    div.popup ol.inpForm li label em
    {
    	display: none;
    }
    div.popup span.popupHead
    , div.EntityLocalisation span.popupHead 
    {
    	cursor: move;
    	height:26px;
    	padding:0!important;
    	display:block;
    	background-image:url(../_images/admin/admin_menu/header_bg_slice.jpg);
    	background-repeat:repeat-x;
    	background-position:top left;
    	line-height: 26px;
    	text-indent: 10px;
    }
    div.popup table.MenuEditorAdvProp input.BoxSmall
    {
        margin-left: 6px;
    }

/* Localisation popup */

    div.EntityLocalisation
    {
        z-index: 9999;
        padding-right: 10px; 
    }
    div.EntityLocalisation span.popupHead 
    {	
    	margin-right: -10px;
    }
    table.LocaleData
    {
    	margin: 10px;
    	width: 98%;
    }
    table.LocaleData th
    {
    	text-align: left;
    }
    table.LocaleData input.BoxStd
    {
    	width: 90%;
    	font-size: 1.1em;
    	padding: 3px 0 4px 4px;
    }
    table.LocaleData td.Labels
    {
    	width: 120px;
    }



/* Buttons */

    ol.buttonBar
    {
        clear: both;
    	list-style-type:none;
    	padding:0 !important;
    	margin:0 !important;
    	height:18px;
    	display:block;
    	background-image:url(../_images/hoverbutton/button_bkgd.gif);
    	background-repeat:repeat-x;
    	border-top: solid 1px #9F9F9F;
    }
ol.topButtons
    {
    	margin:0;
    	border-top: 0;
    	padding:0!important;
    	height: 19px;
    }
    ol.bottomButtons
       {
        clear: both;
        border-bottom: 0 !important;
    }
    ol.buttonBar li a.hoverbutton
    , ol.buttonBar li a.hoverbutton:link
    , ol.buttonBar li a.hoverbutton:visited
    , ol.buttonBar li a.hoverbutton_disabled
    , ol.buttonBar li a.hoverbutton_disabled:link
    , ol.buttonBar li a.hoverbutton_disabled:visited
    {
    	border-width: 0 0 0 1px;
    	margin: 0;
    }
	
/*

	Additional Button Bar Styling by AS (For the "Results" Tab) 

*/
	ol.FormResults li
	{
		float:left;
	}
	ol.buttonBar li label
	, div.buttonBar select
	{
		float:left;
	}
	ol.buttonBar li label
	{
		padding:4px 10px 0 25px;
	}
	ol.buttonBar li.ActivePager
	{
			padding:4px 0 0 20px;
	}
	ol.buttonBar li a
	, ol.buttonBar li a:link
	, ol.buttonBar li a:visited
	{
		cursor:pointer;
	}
	ol.buttonBar li.ActivePager a.Total
	, ol.buttonBar li.ActivePager a.Total:link
	, ol.buttonBar li.ActivePager a.Total:visited
	{
		padding:0 10px 0 0;
	}
	ol.buttonBar li.ActivePager em
	{
		color:#333;
		font-style:normal;
	}
	ol.buttonBar li.ActivePager a.page
,	ol.buttonBar li.ActivePager a.page:link
,	ol.buttonBar li.ActivePager a.page:visited
	{
		padding-left:2px;
		padding-right:2px;
		color:#333;
	}




/* Input forms */

    div.frmAdmin ol.inpForm textarea.PreFormat
    , div.frmAdmin ol li textarea.mceEditor
    {
        font-family: Courier new, Courier, Sans-Serif;
        font-size: 1.1em;
    }
    div.frmAdmin ol li textarea.mceEditor
    {
        width: 97% !important;
        margin: 7px 1%;
    }
    ol.inpForm fieldset
    {
        border: 0 !important;
        background-color: #e1e1e1;
    }
    ol.inpForm fieldset fieldset
    {
        margin-left: 0;
    }
    fieldset ol.inpForm fieldset.indent
    {
        margin-left: 0;
    }
    fieldset ol.inpForm fieldset li
    {
        padding-left: 0;
    }
    li.IntroText p
    {
        padding-left: 1em;
        
    }
    li.IntroText
    {
        border-bottom: solid 1px #9f9f9f;
        background-color: #e1e1e1;
    }
    ol.inpForm li.buttons
    {
        border: 0 !important;
        background-color: Transparent !important;
    }
    ol.inpForm
    {
        padding:0 2% 2% 2% !important;
        width:46%;
        float: left;
        clear: left;
    }
    ol.inpFormAlt
    {
        float: left;  
        padding-right: 0 !important;
        clear: right !important;
    }
    ol.inpFormFull
    {
        width: 96% !important;
        padding: 0 !important;
        margin: 2% !important;
        clear: both;
    }
    ol.inpFormReduce
    {
    	margin-top: -2% !important;
    }
    ol.inpFormFull li.first
    {
        margin-top: 0 !important;
    }
    ol.inpFormFull li.half
    {
        width: 48%;
    }
    ol.inpFormFull li.buttons
    {
        border-width: 1px 0 !important;
        border-color: #9F9F9F !important;
        border-style: solid !important;
        background-color: #EfEfEF !important;
    }
    ol.inpForm ul
    {
        margin: 0;
        padding: 0;
        border: 0;
    }
    ol.inpForm li
    , ol.inpFormFull li.Border
    {
    	margin: 15px 0 0 0!important;
    	padding:0 !important;
        width: 100%;
    	border:1px solid #9b9c9d;
    	float:left;
    	clear:both;
        background-color: #d1d1d1;
        position: relative;
    }
    ol.inpForm li.Clean
    {
        border: 0;
        background-color: Transparent
    }
    ol.inpForm li.Reduce
    {
        margin-bottom: -15px !important;
    }
    ol.inpForm li input.BoxStd
    , ol.inpForm li textarea.BoxStd
    , ol.inpForm li select
    {
    	width: 95% !important;
        margin: 6px 0 6px 6px;
        font: normal 1em/1.4em Verdana, Arial, sans-serif;
        padding: 2px 0 2px 4px;
    }
    ol.inpForm li textarea.BoxStd
    {
        padding-right: 2px;
    }
    ol.inpForm li select.BoxStd
    , ol.inpForm li select
    {
    	width: 97% !important;	
    }
    ol.inpForm li input.BoxBtn
    {
        width: 88% !important;
        float: left;
    }
    ol.inpForm li select.BoxBtn
    {
        width: 97% !important;
    }
    ol.inpForm li select.BoxBtnAlt
    {
        width: 89% !important;
        float: left;    
    }
    ol.inpForm li.pageTemplate div.Button
    {
        padding-left: 5px;
        float: left;
        clear: right;
        padding-top: 6px;
        width: 30px;
        height: 26px;
    }
    ol.inpForm li input.BoxFileBtn
    {
    /*    width: 78% !important; */
    }
    
    
    ol.inpForm li div.dtpControl
    {
        margin: 1.5% 1% 0 1.5%;
    }
    ol.inpForm li label
    , span.Label
	, span.FormLabel
    , ol.inpFormFull li label.Label
    {
    	width: 100%;
    	height: 19px;
    	line-height: 19px;
    	text-indent: 10px;
    	font-weight: normal;
    	color: #000;
    	margin: 0;
    	position: relative;
    	padding: 0;
    	overflow: hidden;
    	display: block;
    	background-image: url(../_images/admin/label/label_slice.gif);
    	border-bottom: 1px solid #9b9c9d;
    }
    ol.inpForm li label em
    {
        margin-left: -7px;
        margin-right: -2px;
        font-size: .9em;    
    }
    
    ol.inpForm li.parameters
    {
        margin-top: -15px !important;
    }
    ol.inpForm li.parameters
    , ol.inpForm li.parameters li
    {
            margin-top: 0;
        border: 0;
        background-color: Transparent;
    }
    ol.inpForm li.parameters li
    {
        
        background-color: #d1d1d1;
    }
    ol.inpForm li.parameters li li
    {
        border-width: 1px 1px 1px 1px;
    
    }
    ol.inpForm li.parameters li li li
    {
        border: 0;
    }

    /* Form Tooltips */

    span.formDesc
    {
        padding: 5px 10px;
        background-color: #bcedff;
        color: #000;
        display: block;
        clear: both;
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #9b9c9d;
        font-size: 1em;
        line-height: 1.3em;
    }    
    a.formDesc
    , a.formDesc:link
    , a.formDesc:visited
    {
    	position: absolute;
    	top: 0;
    	right: 0;
    	padding: 0;
    	margin: 0;
    	line-height: 19px;
    	height: 19px;
    	text-indent: 0;
    	width: 19px;
    	text-align: left;
    	background-color: #cfcfcf;
    	background-image: url(../_images/admin/label/title_question_mark.gif);	
    	color: #000;
    	border-bottom: 1px solid #9b9c9d;
    	cursor: pointer;
    }
    a.formDesc:hover
    , a.formDesc:active
    , a.formDesc:focus
    {
    	background-image: url(../_images/admin/label/title_question_mark_on.gif);	
    }
    a.formDesc span
    {
        display: none;
    }


    /* Yes-No Radios and Checkboxes */
    
    ol.inpForm ul.radYesNo
    {
        width: 250px;
        margin: -2% 0 0 0;
        padding: 0 0 1% 2%;
        clear: both;
        line-height: 1;
    }
    ol.inpForm ul.CheckboxList
    {
        margin: -2% 0 0 0;
        padding: 0 0 1% 2%;   


    }
    
    ul.radYesNo li 
    , ol.inpForm ul.radYesNo li 
    , ol.inpForm ul.CheckboxList li
    {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        display: block;
        float: left;
        clear: none;
        border: 0;
        width: auto;
        line-height: 1;
        background-color: Transparent;
    }    
    ul.radYesNo label 
    , ol.inpForm ul.radYesNo label
    , ol.inpForm ul.CheckboxList label
    {
        display: inline;
        float: left;
        width: auto;
        margin: 4px 0 0 5px;
        text-align: left;
        font: normal 1em/1.2em Verdana, Arial, sans-serif;
        background-image: none;
        border: 0;
        text-indent: 0;
        padding: 0 15px 0 0;
    }
    ul.radYesNo input
    , ol.inpForm ul.radYesNo input
    , ol.inpForm ul.CheckboxList input
    {
        float: left;
        width: 15px;
        margin: 0;
        padding: 0;
        font: normal 1em/1.4em Verdana, Arial, sans-serif;
    }
    

    /* Metadata Forms */

    fieldset.frmAdmin ul.MetaSectionButtons
    , fieldset.frmAdmin ul.MetaColumnButtons
    {
        margin: 0 0 0 1%;
        padding: 0;
        height: 30px;
        clear: both;
    }
    fieldset.frmAdmin ol.inpForm ul.MetaSectionButtons li
    , fieldset.frmAdmin ol.inpForm ul.MetaColumnButtons li
    {
        float: left;
        clear: none;
        margin-top: 0 !important;
        margin-right: -1px !important;
        display: block;
        width: 25px;
        height: 30px;
    }
    fieldset.frmAdmin ol.inpForm ul.Column li a.btnSolo 
    , fieldset.frmAdmin ol.inpForm ul.Section  li a.btnSolo 
    {
        float: left;
        clear: right;
        margin-top: 6px;
        margin-left: 3px;    
    }
    fieldset.frmAdmin li.MetaColumn
    , fieldset.frmAdmin li.Column
    {
        clear: both;
    }
    fieldset.frmAdmin li.MetaColumn
    {
        margin-bottom: 15px;
        padding-top: 15px;
        border-bottom: solid 1px #9F9F9F !important;
    }
    /* fieldset.frmAdmin li.MetaColumn */
    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li.ColumnName
    {
        margin-top: 0 !important;
    }
    fieldset.frmAdmin li.MetaColumn textarea.BoxHtml
    {
        width: 98% !important;
    }
    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li.ColumnDescription 
    {
        padding-bottom: 1% !important;
    }

    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li.ColumnMultiple input
    {
        margin: 5px;
    }
    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li.ColumnReference
    {
        border: 0;
        margin-top: 0 !important;
    }
    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li.ColumnReference li
    {
        border-width: 1px;
    }
    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column
    {
        background-color: Transparent;
        margin-bottom: 15px;
    }
    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li
    {
        border-width: 1px;
    }
    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li.Permissions
    , fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li.Validation
    {
        border: 0;
    }
    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li.Validation
    {
        padding-bottom: 15px !important;
    }
    fieldset.frmAdmin ol.inpForm li.MetaColumn ul.Column li li
    {
        border: 0;
    }
    fieldset.frmAdmin ul.MetaColumns li.BoxPre textarea.BoxStd
    {
        font-family: courier new, courier !important;
        font-size: 1.1em !important;
        height: 200px !important;
    }
    ol.inpForm li.MetaSection  fieldset ul.Section li.SectionName
    {
        border-width: 1px;
        margin-bottom: 15px !important;
    }
    ol.inpForm li.MetaSection  fieldset ul.Section li.SectionColumn
    {
        border: 0;
        margin-top: -15px !important;
    }
    ol.inpForm li.MetaSection  fieldset ul.Section li
    {
        background-color: transparent;
    }
    ol.inpForm li fieldset.Section span.mceEditor
    , ol.inpForm li fieldset.MetaSection span.mceEditor
    {
        margin: 0 0 0 -1px !important;
        position: relative;
    }
    ol.inpForm fieldset.MetaSection table.CheckboxList
    {
        margin: 5px 0 5px 2px;
    }
    ol.inpForm fieldset.MetaSection table.CheckboxList tr td input
    {
        float: left;
    }
    ol.inpForm fieldset.MetaSection table.CheckboxList tr td label
    {
        background-image: none;
        float: left;
        border: 0;
        width: auto;
        text-indent: 4px;
    }
    ol.inpForm li.MetaSection
    , ol.inpForm ul.Section li li
    {
        border: 0;
    }
    ol.inpForm ul.Section li
    {
        border-width: 1px;
    }
    ol.inpForm li.MetaSectionsNew 
    {
        margin-bottom: -15px !important;
    }   
    ol.inpForm fieldset.Collapsed legend span
    {
        background: transparent url(../_images/admin/arrow.gif) no-repeat left center;
        cursor: pointer;
        padding-left: 15px !important;
        margin-left: -15px;    
    }
    ol.inpForm fieldset.Expanded legend span
    {
        background: transparent url(../_images/admin/arrowdown.gif) no-repeat left center;
        cursor: pointer;
        padding-left: 15px !important;
        margin-left: -15px;    
    }



    /* Import/Export Panel */

    ol.inpForm fieldset.NodeImportExport
    , ol.inpForm fieldset.NodeImportExport legend
    , ol.inpForm fieldset.NodeImportExport legend span
    , ol.inpForm fieldset.MetaSection
    , ol.inpForm fieldset.MetaSection legend
    , ol.inpForm fieldset.MetaSection legend span
    , ol.inpForm fieldset.Section
    , ol.inpForm fieldset.Section legend
    , ol.inpForm fieldset.Section legend span
    , ol.inpForm li.MetaSection fieldset legend 
    , ol.inpForm li.MetaSection fieldset legend span
    {
        margin: 0 0 0 -.5% !important;
        padding: 0;
        line-height: 1em;
        display: block;
        width: 100.5%;        
    }
    ol.inpForm fieldset.NodeImportExport legend span
    , ol.inpForm fieldset.MetaSection legend span
    , ol.inpForm li.MetaSection fieldset legend span
    , ol.inpForm li fieldset.Section legend span
    {
    
        font-size: .65em;
        line-height: 1.8em;
        font-weight: bold;
        color: #000;
        width: 96%;
        border-bottom: solid 1px #9F9F9F !important;
        
    }
    ol.inpFormAlt fieldset.NodeImportExport legend span
    , ol.inpForm li fieldset.Section legend span
    {
        width: 94%;
    }


	/* Input with button */
    ul.BoxBtn
    {
        margin: 0 !important;
        padding: 0 !important;
        clear: both;
        width: 100%;
        
        
    }
    ul.BoxBtn li.Textbox
    {
        border: 0 !important;
        padding-bottom: 5px !important;
        margin: 0 !important;

    }
    ul.BoxBtn li.Textbox a.hoverbutton
    , ul.BoxBtn li.Textbox a.hoverbutton_disabled
    {
        float: left;
        clear: right;
        margin: 6px 0 6px 6px; 
    }
    div.frmAdmin ol.inpForm ul.BoxBtn li.Textbox input.BoxFile
    {
        width: 75% !important;
        float: left;
        margin: 6px 0 6px 6px; 
        font: normal 1em/1.4em Verdana, Arial, sans-serif; 
        padding: 2px 0 2px 4px;
    }


/* Localisation Script */
    
    ol.inpForm li.AspCheckbox ul li
    {
        border: 0;
        background-color: transparent !important;
    }
    fieldset.frmAdmin ol.inpForm li.AspCheckbox ul label
    {
        display: inline;
        background-color: transparent !important;
        background-image: none;
        border: 0;
    }
    ol.inpForm li.AspCheckbox input
    {
        display: inline;
    }



/* Node Parameter Control */

	ul.Parameters
	, ul.Parameters li.Clean
	{
		background-color: transparent;	
		border-width: 0 !important;
	}
	ul.Parameters li.Clean ul li
	{
		border-width: 1px;
	}
	ul.Parameters li ul.Section
	{
		border-bottom: solid 1px #9F9F9F;
	}

	ul.Parameters li.ParamMulti input
	{
		margin: 5px;
	}
	ul.Parameters li ul.ParamButtons
	{
		clear: both;
		margin-left: 7px;
		height: 26px;
	}
	ul.Parameters li ul.ParamButtons li
	{
		background-color: Transparent;
		border: 0;
		width: auto;
		margin-top: 0 !important;
		clear: none;
	}
	ul.Parameters li ul.ParamButtons li a.hoverbutton_image
	{
		float: left;
		margin-right: -1px;
	}
	ul.Parameters li.Double
	{
		width: 198%;
	}
	ul.Parameters li.Double input
	{
		font-size: 1em;
		font-family: Verdana, Sans-Serif;
		padding: 2px 0 2px 4px;	
	}
	ul.Parameters li.Double table
	{
		margin: 5px;
	}
	ul.Parameters li.Double table td span
	{
		padding-left: 2px;
		font-weight: bold;
	}
	ul.Parameters li ul.Reference
	{
		margin-top: -15px;
	}









/* Generic Grid Table */

    table.GridTbl
    {
		border-style: none;
		border-collapse: collapse;
        border: 0;
        margin: 0;
		padding: 0;
        width: 100%;
		
        
    }
    table.GridTbl td
    {
        border: 0;
        line-height: 2em;
        padding-left: 10px;
        padding-right: 5px;
        background-color: #FFF;
		
    }
    table.GridTbl tr:hover td
    {
        background-color: #EFEFEF;
    }
    table.GridTbl tr.Head td
    , table.GridTbl tr th
    {
        line-height: 2em;
        border-bottom:  solid 1px #9F9F9F;
        background-color: #e1e1e1;
        font-weight: bold;
    }
    table.GridTbl td.Link
    {
        padding-left: 19px;
    }
    table.GridTbl td a.Link
    , table.GridTbl td a.Link:link
    , table.GridTbl td a.Link:visited
    {
        background: transparent url(../_images/admin/bullet_arrows.gif) no-repeat left center;
        padding-left: 14px;
        margin-left: -5px;
        cursor: pointer;    
    }


/* Meta Data Selection Type */

    table.SelectionValues
    {
        width: 98%;
        border-collapse: collapse;
        border: 0;
        margin: 1%;
    }
    table.SelectionValues tr.SelectionRow
    {
        margin-bottom: 5px;
    }
    table.SelectionValues tr.SelectionRow td.Field
    {
        width: 50%;
    }
    table.SelectionValues tr.SelectionRow td.Field input.BoxBtn
    {
        width: 75% !important;
    }
    table.SelectionValues tr.SelectionRow td.Buttons
    {
        width: 150px;
        padding-top: 3px;
    
    }
    table.SelectionValues tr.SelectionRow td.Buttons a
    {
        float: left;
        margin-right: -1px;
    }


/* Meta Data - popups */

    div.ValidationPopup
    {
        width: 750px;
        font-size: .9em;
        position: absolute;
        background-color: #E0E0E0;
        border: solid 1px #000;
        z-index: 999;
    }
    div.ValidationPopup table
    {
        border-collapse: collapse;
        border: 0;
        margin: 1%;
        width: 100%;
    }
    div.ValidationPopup table th
    {
    	text-align: left;
    }
    div.ValidationPopup table select
    , div.ValidationPopup table input
    {
    	font-size: .9em;
    	width: 120px;
    }
    div.ValidationPopup table input
    {
    	width: 100px;
    }
    div.PermissionsPopup
    {
        font-size: .9em;
        position: absolute;
        background-color: #E0E0E0;
        border: solid 1px #000;
        width: 400px;	
        z-index: 999;
    }
    div.PermissionsPopup table.PermissionsControl
    {
    	width: 98%;
    	margin: 2%;
    }
    div.PermissionsPopup select
    {
    	font-size: 1em;
    	width: 200px;	
    }
    div.PermissionsPopup span.Label
    , div.ValidationPopup span.Label
    {
    	height:26px;
    	padding:0!important;
    	display:block;
    	background-image:url(../_images/admin/admin_menu/header_bg_slice.jpg);
    	background-repeat:repeat-x;
    	background-position:top left;
    	line-height: 26px;
    	text-indent: 10px;
    }
    div.PermissionsPopup span.Label em
    , div.ValidationPopup span.Label em
    {
    	display: none;
    }
    div.PermissionsPopup a.close
    , div.ValidationPopup a.close
	, div.MailPopup a.close
    {
    	height:14px;
    	width:14px;
    	margin:6px 6px 0 0;
    	top: 0;
    	right: 0;
    	display:block;
    	position: absolute;
    	background-image:url(../_images/admin/icons/button_close/button_close.gif);
    }
    div.PermissionsPopup a.close span
    , div.ValidationPopup a.close span
    {
    	display: none;
    }




ol.inpForm li.imageUrl img.ImgPreview
{
    margin: 2px 0 5px 7px;
    border: solid 1px #000 !important;
}





/* Nexus Branding */

    div.Branding
    {
    	color: #3e3e3e;
    	background-color: #efefef;
    	border-top: solid 1px #9f9f9f;
    	text-align: right;
    	padding-right: 20px;
    	line-height: 3em;
    	font-size: .9em;
    }


/* Handles indenting forms when nested tabs arent used, but top & bottom buttons are required */
    
    div.TabIndent
    {
    	margin: 10px 0 0 0;
    	padding: 0;
    	background-color: #d1d1d1;
        border-right: solid 1px #9F9F9F;
        border-left: solid 1px #9F9F9F;

    }

    div.TabIndent div.mtpTab
    {
        border: 0;
       
    }
    div.TabIndent ol.buttonBar
    {

    }
    div.TabIndent ol.bottomButtons
    {
        /*margin-top: -20px !important;
        border-bottom: solid 1px #9F9F9F !important;*/
    }
    div.TabIndent ol.topButtons	
    {
    	border-top: solid 1px #9F9F9F;
    }
    div.TabMatch 
    {
        border-right: solid 1px #9F9F9F;
        border-left: solid 1px #9F9F9F;
        border-bottom: solid 1px #9F9F9F;
        margin-right: -2px;
    }
    div.TabMatch  ol.bottomButtons
    {
        border-top: 0;
    }


/* Default Start Page - Server control */

    div.StartPage span
    {
        margin-right: 2em;
    }




    




/* Override & Reset buttons for parameters */

    span.chkOverride
    , span.chkReset
    , span.chkExpose
    {
        display: block;
        padding-left: 0px;
        margin-left: 30px;
        position: absolute;
        z-index: 99;
        top: 0;
        right: 30px;
        background-image: none;
        font-size: .9em;
    }
    span.chkExpose
    {
        right: 160px;
    }    
    span.chkOverride label
    , span.chkReset label
    , span.chkExpose label
    , li.MetaColumn span label
    {
        background-image: none !important;
        border: 0 !important;
        width: auto !important;
        cursor: pointer;
        top: -2px;    
    }
    span.chkOverride
    {
        top: 0;
        right: 10em;
    }
    li.MetaColumn span.chkOverride
    {
       right: 30px;
    }
    span.chkOverride input
    , span.chkOverride label
    , span.chkReset input
    , span.chkReset label
    , span.chkExpose input
    , span.chkExpose label
    , li.MetaColumn span input
    , li.MetaColumn span label
    {
        display: inline !important;
        font-weight: normal;    
    }   
    span.chkOverride
    {
        clear: right;   
    }



.ErrorImage 
{
  	background-position: center center; 
	text-align: center;
	vertical-align: middle;
	background-image: url(../_images/denied.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
	margin: 30% auto;
 }


div.MenuLocations
{
	clear: both;
	border: solid 1px #9F9F9F;
	background-color: #d1d1d1;
	width: 94%;
	margin-left: 10px;
}
div.MenuLocations span.Label
{
	margin: 0;
	border-width: 0 0 1px 0;
	width: 100%;
}

div.MenuLocations ul
{
	margin: 5px;
}
div.MenuLocations ul li
{
	line-height: 2em;
}
div.MenuLocations ul li a
{
	background: transparent url(../_images/admin/bullet_arrows.gif) no-repeat left center;
	padding-left: 14px;
}


label.Btop
{
	border-top: solid 1px #9F9F9F;
}

form.elPageAdmin div#ZoneCentreRow div.frmAdmin
{
color: #000;
}
