
body
{
    font-style: normal;
    font-family: Arial, Verdana, Trebuchet MS;
    font-size: 1 em;
}
img
{
    border: 0;
}
hr
{
    page-break-before: always;
}
/* Basic Layout */
.AdminisratorPanel
{
   /* background-image: url(/cssadminhandler.ashx?file=/images/Administration/top_bg.gif);
    background-repeat: repeat-x;*/
    height: 36px;
    width: 100%;
    z-index:1000000;
   
}
.AdministratorPanelPreview
{
    float: right;
    margin-right: 10px;
    margin-top: 0px;
}
.AdministratorPanelPreview a
{
    
    text-decoration: none;
    font-weight: bold;
    margin-left: 4px;
    font-size:14px;
}


/* Menus */
.SectionSettings
{
    margin-bottom: 5px;
}
/*ActionBar*/

.actions
{
    margin: 4 px 0 4px 0 !important;
    list-style: none !important;
    line-height: 1 !important;
    text-align: left !important;
    color: #FFF !important;
    clear: left !important;
    font-family: arial, helvetica, sans-serif !important;
    text-align: center !important;
}

.actions li, .actions ul
{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.actions li
{
    display: inline;
    float: left;
}

.actions a, .actions a:link, .actions a:visited
{
    padding: 2px 24px 0 6px !important;
    line-height: 12px !important;
    text-decoration: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    background: none !important;
}

.actions img
{
    vertical-align: middle;
    background: none !important;
    border: none !important;
    text-decoration: none !important;
    padding: 0 5px 0 0 !important;
    margin: 0 !important;
}

.actions li a, .actions li a:link, .actions li a:visited
{
    font-weight: bold !important;
    font-family: arial, helvetica, sans-serif !important;
    font-size: 99% !important;
    color: #4e4e4e !important;
    display: block !important;
    text-decoration: none !important;
    float: none !important;
    margin-top: -4px;
}

.actions li li
{
    padding: 0 8px !important;
}

.actions li li a, .actions li li a:link, .actions li li a:visited
{
    border: 0 !important;
    padding: 3px 0 !important;
    color: #4e4e4e !important;
    border: none !important;
}
.actions li li a:hover
{
    color: #FFF !important;
}

.actions li li
{
    white-space: nowrap !important;
    width: 156px !important;
}

.actions li ul
{
    position: absolute !important;
    background: url(/cssadminhandler.ashx?file=images/administration/actionsMenu.png) no-repeat left bottom !important;
    width: 199px !important;
    padding: 18px 6px 18px 0 !important;
    margin: 0 0 0 -7px !important;
    left: -999em !important;
    float: none !important;
    height: auto !important;
    z-index: 10000 !important;
}
.actions .input
{
    display: inline !important;
}
* html .actions li ul
{
    background: #000 !important;
}

*:first-child + html .actions li ul
{
    padding: 18px 6px 18px 0 !important;
    margin: 0 0 0 -7px !important;
}
.actions li:hover ul, .actions li.sfhover ul
{
    left: auto !important;
}
.actions.disabledMenu li:hover ul, .actions.disabledMenu li.sfhover ul
{
    left: -999em !important;
}
.suckerfish
{
    background: transparent url(/cssadminhandler.ashx?file=images/administration/Settings-Shadow.png) no-repeat scroll right top !important;
    padding-left: 20px;
    height: 19px !important;
}
.roundedTop
{
    background: transparent url(/cssadminhandler.ashx?file=images/administration/actionBar_RT.png) no-repeat scroll right top !important;
    height: 6px !important;
    margin-left: 6px !important;
}
.roundedTop .rLeft
{
    background: transparent url(/cssadminhandler.ashx?file=images/administration/actionBar_LT.png) no-repeat scroll left top !important;
    height: 6px !important;
    margin-left: -6px !important;
}
.roundedMiddle
{
    background: transparent url(/cssadminhandler.ashx?file=images/administration/actionBar_ML.png) repeat-y scroll left top !important;
    padding: 0 0 0 6px !important;
}
.roundedMiddle .rLeft
{
    background: transparent url(/cssadminhandler.ashx?file=images/administration/actionBar_MR.png) no-repeat scroll right top !important;
    font-size: 99% !important; /*height: 1% !important;*/
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.roundedBottom
{
    background: transparent url(/cssadminhandler.ashx?file=images/administration/actionBar_RB.png) no-repeat scroll right bottom !important;
    height: 5px !important;
    margin-left: 6px !important;
}

.roundedBottom .rLeft
{
    background: transparent url(/cssadminhandler.ashx?file=images/administration/actionBar_LB.png) no-repeat scroll left top !important;
    height: 5px !important;
    margin-left: -6px !important;
}
.SectionAdd
{
    position:relative;
    height: 25px;
    line-height: 25px !important;
    vertical-align: middle;
}
.SectionSelect
{
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    position: Absolute;
    top: 2px;
    font-weight: bold !important;
    font-family: arial, helvetica, sans-serif !important;
    font-size: 99% !important;
    color: #4e4e4e !important;
    text-decoration: none !important;
    float: none !important;
}
.SectionSelect a
{
    padding: 0 !important;
}


/* Publishing Panel */
.PublishingPanel
{
    position: relative;
    z-index: 1 !important;
    margin: 5px 0 5px 0;
}

/* Typography */


/* Survey Panel */
.surveyResultsPanel
{
    border: solid 5px white;
    background-color: White;
}
.SurveyInner
{
}
.SurveyResultsCancel
{
    position: relative;
    top: -20px;
    left: 20px;
    float: right;
}
.SurveyResultsSearch
{
}
.SurveyResultsSearch input, .SurveyResultsSearch select
{
    -x-system-font: none;
    font-family: "lucida grande" , "lucida sans unicode" , "trebuchet ms" ,arial,verdana,sans-serif;
    font-size: 99%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 140%;
}
.SurveyResultSearchDropDown
{
    width: 30%;
    border: 2px solid #DFDFDF;
    padding: 2px;
}
.SurveyResultSearchTextBox
{
    width: 60%;
    margin-right: 2px;
}
.SurveyResultSearchButton
{
    margin: 8px 0 0 0;
}
.modalPopup
{
    background: #CCCCCC;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* Tables */
.basicTable
{
    margin: 2px 0 0 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.basicTable th
{
    
    padding: 8px;
    background: #e9e9e9;
    border:0px;
    border-bottom: 1px solid #DFDFDF;
    vertical-align: top;
}
.basicTable tr
{
    line-height: 16px;
    background: #fcfcfc;
}
.basicTable td.money, th.money
{
    text-align:right;
    padding-right:20px !important;
}
.basicTable td
{
    padding: 8px;
    
    border-bottom: 1px solid #fff;
    border-top: 1px solid transparent;
}
.basicTable tr.alt
{
    background: #f6f6f6 !important;
}
.basicTable .button16
{
    width: 16px !important;
}
#basicTable tr:hover td
{
    background: #efefef;
}
*:first-child + html #toolbar .suckerfish li:hover, *:first-child + html #toolbar .suckerfish li.sfhover, *:first-child + html .actions li:hover, *:first-child + html .actions li.sfhover
{
    position: static;
}

/*Image buttons */
.imageButtonNew
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/BtnAdd.png) left center no-repeat;
    padding: 0.2em 0.5em 0.2em 0.5em;
    width: 207px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}
.imageButtonResetWebsite
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/BtnDelete150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}

.imageButtonRevert
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/BtnRevert150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}

.imageButtonDelete
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/BtnDelete150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}
.imageButtonSave
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/BtnOK150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}
.imageButtonHomepage
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/BtnHome150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}
.imageButtonPreview
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/btnPrintPreview150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
    margin:0 2px 0 2px;float:right;

}

.imageButtonViewResults
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/btnReport150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
    margin:0 2px 0 2px;float:right;

}

.imageButtonPurchase_Medium
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/BtnPurchase100.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 100px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}
.clearLeft
{
    clear:left;
}
.clearRight
{
    clear:right;
}
.clear
{
    clear:both;
}
.imageButtonPreviewCancel
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/btnPrintPreviewCancel150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
    margin:0 2px 0 2px;float:right;

}


.imageButtonUpload
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/btnUpload150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}
.imageButtonLogin
{
    margin: 0px 0px 0px 0px;
    background: url(/cssadminhandler.ashx?file=images/administration/btnLogin150.png) left center no-repeat;
    padding: 0.2em 0.0em 0.2em 0.5em;
    width: 150px;
    height: 31px;
    line-height: 31px;
    font-family: arial;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3e3e3e !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}
.imageButtonDelete16
{
    background: url(/cssadminhandler.ashx?file=images/administration/delete16.png) left center no-repeat;
    width: 16px;
    height: 16px;
}
.imageButtonEdit
{
    background: url(/cssadminhandler.ashx?file=images/administration/edit16.png) left center no-repeat;
    width: 16px;
    height: 16px;
}
.imageButtonMoveUp
{
    background: url(/cssadminhandler.ashx?file=images/administration/up16.png) left center no-repeat;
    width: 16px;
    height: 16px;
}
.imageButtonMoveDown
{
    background: url(/cssadminhandler.ashx?file=images/administration/down16.png) left center no-repeat;
    width: 16px;
    height: 16px;
}
.imageButtonMoveRight
{
    background: url(/cssadminhandler.ashx?file=images/administration/Right16.png) left center no-repeat;
    width: 16px;
    height: 16px;
}
.imageButtonMoveLeft
{
    background: url(/cssadminhandler.ashx?file=images/administration/Left16.png) left center no-repeat;
    width: 16px;
    height: 16px;
}
/* Administrative views */
.themeSelect
{
    display: inline;
    float: left;
    text-align: center;
    height: 200px;
    margin: 20px 5px 5px 5px;
}
.adminControl
{
    font-family: Aria, Verdana, Trebuchet MS !important;
    font-size: 1em !important;
    font-weight: normal;
    text-decoration: none !important;
    color: #353535 !important;
}
.adminControl a
{
    text-decoration: none;
    color: #2a7491;
}
.adminControl a:hover
{
    text-decoration: underline;
    color: #6dcff6;
}
.formHeader
{
    
    background: url(/cssadminhandler.ashx?file=images/administration/formHeaderBG.png) left center repeat-x;
    font-size: 1.2em !important;
    font-weight:bold;
    border-collapse:collapse;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    
    height: 24px;
    line-height: 24px;
    padding-left:7px;
}
.expandPanel
{
    background-color:#FCFCFC;
    border-collapse:collapse;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    
}
.slideDown
{
    
    background: url(/cssadminhandler.ashx?file=images/administration/formHeaderBG.png) left center repeat-x;
    font-size: 1.0em !important;
    font-weight:bold;
    border-collapse:collapse;
    border:1px solid #dfdfdf;
    vertical-align:middle;
    height: 24px !important;
    line-height: 24px !important;
    padding-left:7px;
  
}
.slideDown img
{
    float:right;
  
}
/* CSS Friendly */
div.AspNet-CheckBoxList ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li.AspNet-CheckBoxList-Item
{
	white-space:nowrap;    /* forces the checkbox and text to be on the same line */
}
li.AspNet-CheckBoxList-Disabled label
{
	color:#999;
}
ul.AspNet-CheckBoxList-RepeatDirection-Horizontal li
{
	display:inline;
}
div.AspNet-RadioButtonList ul
{
	list-style-type:none;  
	padding:0px;           
	margin:0px;            
}
li.AspNet-RadioButtonList-Item
{
	white-space:nowrap;    
}
/* CSS Friendly */

/* Additional Styles */
.textSearchInput
{
    float:left;
    width:85%;
    height:25px;
}
/* Update Progress Extender */
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	mozopacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}
/*Autocomplete*/
.autocomplete_list
{
	visibility: hidden;
	margin: 0px !important;
	padding: 0px;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	text-align: left;
	list-style-type: none;
	overflow: auto;
	font-weight: normal;
	font-family: tahoma;
	font-size: 12px;
}

/* AutoComplete highlighted item */
.autocomplete_highlighted_listitem
{
	background-color: Highlight;
	color: HighlightText;
	padding: 3px;
}

/* AutoComplete item */
.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 3px;
}
