﻿
body 
{
}

img
{
	border: none 0px;
}

/* --------------------------------------------------- */
/* Styles for admin console */
/* --------------------------------------------------- */

.AdminConsoleContainer
{
	position: absolute;
    top: 0px;
	left: 0px;
	/*height: 50px;*/
    background-color: #ffffcc;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
	border-width:1px;
	border-style:solid;
	border-color: #666666;
	z-index: 50 !important;
}

#AdminConsole table td
{
	height: 33px;
	font-size: 1.0em;
	line-height: 1.2em;
}

#ConsoleControls
{
	cursor: pointer;
	padding-right: 3px;
}

#ActionButtons, #PageStatus, #ConsoleControls
{
	padding-left: 10px;
}

#ActionButtons input, #ActionButtons a
{
	margin: 0 !important;
	padding: 0 !important;
}

#AdminConsole td
{
	/*height: 50px;*/
	vertical-align: middle !important;
}

.adminMessageGood
{
    background-color: #99ff99 !important; 
    text-align: center !important; 
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.adminMessageBad
{
    background-color: #ff0000 !important; 
    text-align: center !important; 
    padding: 10px !important;
}

.adminMessageBtn
{
	border:1px outset Black !important;
	background-color: #cccccc !important;
	font-weight: bold !important;
	margin: 0.8em 0 0.3em 0 !important;
}

.editButton
{
	/*float:left;
    display: block;*/
    margin-left: -5px !important;
    margin-top: -5px !important;
    height: 16px !important;
    width: 16px !important;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:12pt;
}

.dragHandle
{
	 cursor: move;
	 background-image: url(/Admin/images/icn_handle.gif);
	 background-repeat: repeat-y;
	 padding: 5px 15px 5px 15px;
	font-size: 1em;
	line-height: 1.2em;
}


.hidden
{
    display: none;
}

/* ----------------------------------
			editor formatting
-----------------------------------*/

/* editorPopup class needs to override any formatting that might be cascading
   from the site templates. anytime a conflict is found, add the conflicting
   style to this class. */
.editorPopup 
{
    /*position: relative !important;*/
	border-width: 3px !important;
	border-style: solid !important;
	border-color: #666666 !important;
	padding: 10px !important;
	width: 600px !important;
	font-size: 12px !important;
	font-family: Arial, Sans-Serif !important;
	font-variant: normal !important;
	text-transform: none !important;
	font-style: normal !important;
	line-height: 1.3em !important;
	text-align: left !important;
	text-transform: none !important;
	background: #ffffdd url() !important;
}

.editorPopup span
{
	border: none !important;
}

.editorPopup .header 
{
	 cursor: move !important;
	 background-image: url(/Admin/images/icn_handle.gif) !important;
	 background-repeat: repeat-y !important;
	 background-color:#DDDDDD !important;
	 color:Black !important;
	 margin-top: 5px !important;
	 margin-bottom: 15px !important;
	 padding-top: 5px !important;
	 padding-bottom: 5px !important;
	 padding-left: 14px !important;
}
.editorPopup .header-nodrag
{
	 cursor: default !important;
	 background-image: none !important;
	 background-repeat: repeat-y !important;
	 background-color:#DDDDDD !important;
	 color:Black !important;
	 margin-top: 5px !important;
	 margin-bottom: 15px !important;
	 padding-top: 5px !important;
	 padding-bottom: 5px !important;
	 padding-left: 14px !important;
}

.editorPopup .header h2, .editorPopup .header-nodrag h2 
{
	margin: 0px !important;
	font-size: 1.4em !important;
	font-family: Arial !important;
	font-weight: bold !important;
	margin-bottom: 10px !important;
	color: #000000 !important;
}

.editorPopup .header h2 span
{
	color: #000000 !important;
}

.editorPopup a, .editorPopup a:visited, .editorPopup a:active
{
	float: none !important;
	display: inline !important;
	color: Blue !important;
}

.editorPopup a:hover
{
	float: none !important;
	display: inline !important;
	color: #6666ff !important;
}

.editorPopup p 
{
	font-size: 12px !important;
	margin: 0 0.5em 1em 0 !important;
	padding: 0 0.5em 0 20px !important;
	border: none !important;
	width: auto !important;
	color: Black !important;
}

.editorPopup .hr
{
	width: 550px !important;
	border-top:1px solid #EEEEFF !important;
	margin: 10px 0px 5px 10px;
	background: none !important;
	height: 5px !important;
}

.editorPopup label
{
	display: inline-block !important;
	width: 160px !important;
	margin-left: 0px !important;
	font-weight: bold;
	float: none !important;
	color: Black !important;
}
.editorPopup label.sub
{
	font-style: italic !important;
	font-weight: normal;
}
.editorPopup label.subwide
{
	font-style: italic !important;
	font-weight: normal;
	width: 500px !important;
}

.editorPopup select {
	border:1px inset #685c53 !important;
	font-size:0.9em !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	width: 200px !important;
}
.editorPopup select.selectShort {
	border:1px inset #685c53 !important;
	font-size:0.9em !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	width: 100px !important;
}
.editorPopup input {
	/*border:1px inset #685c53 !important;*/
	font-size:1em !important;
	margin-bottom:0px !important;
	margin-left: 0px !important;
	width: 360px !important;
}
.editorPopup input.inputShort {
	border:1px inset #685c53 !important;
	font-size:1em !important;
	margin-bottom:0px !important;
	margin-left: 0px !important;
	width: 50px !important;
}
.editorPopup input.inputMed {
	border:1px inset #685c53 !important;
	font-size:1em !important;
	margin-bottom:0px !important;
	margin-left: 0px !important;
	width: 200px !important;
}
.editorPopup input.inputFull {
	border:1px inset #685c53 !important;
	font-size:1em !important;
	margin-bottom:0px !important;
	margin-left: 0px !important;
	width: 100% !important;
}
.editorPopup input.inputMultiline {
	height: 50px !important;
}
.editorPopup input.adminBtn {
	border:1px outset #f2bc48 !important;
	font-size:1em !important;
	width:5em !important;
	cursor:pointer !important;
	display: inline !important;
}
.editorPopup input:hover.adminBtn {
	border:1px outset #3b6e8f !important;
	background-color:#3b6e8f !important;
	color:white !important;
	display: inline !important;
}
.editorPopup input[type="checkbox"]
{
	width: 25px !important;
	margin-left: 2px !important;
	position: relative;
}
.editorPopup input[type="radio"]
{
	width: 25px !important;
	margin-left: 2px !important;
}
.editorControls 
{
	padding-left: 10px !important;
	margin-top: 1em !important;
	text-align: right;
}
/*
.editorPopup input.adminBtn {
	border:1px outset #f2bc48;
	font-size:1em;
	padding:0.2em;
	margin:1em 1em 1em 0;
	width:5em;
	cursor:pointer;
	display: inline;
}
.editorPopup input:hover.adminBtn {
	border:1px outset #3b6e8f;
	background-color:#3b6e8f;
	color:white;
	display: inline;
}
*/

.editorPopup .popupcbl
{

}
.editorPopup .popupcbl label
{
	display: inline !important;
	width: auto !important;
}

/* Styles for old asset controls */

.editor
{
    /**/
    display: none;
    position: absolute;
    font-family: Sans-Serif;
    font-size: 12px;
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 10px;
    border: solid 4px #ffa500;
    text-align: left;
    width: 325px;
}

.editor h4, .htmlEditor h4
{
    margin-top: 0px;
    margin-bottom: 5px;
    color: #4b9096;
}

.editor input, .editor select
{
    margin-bottom: 10px;
}

.editorButtons
{
    display: block;
    width: 200px;
}

.htmlEditor
{
    left: -5000px;
    position: absolute;
    font-family: Sans-Serif;
    font-size: 12px;
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 10px;
    border: solid 4px #ffa500;
    text-align: left;
    width: 525px;
}

a.updateButton
{
    display: inline-block;
    background-color: #ffa500;
    padding: 2px 5px 2px 5px;
    margin-right: 5px;
}

a.updateButton:link, a.updateButton:visited
{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

a.updateButton:hover
{
    color: #c0d643;
    font-size: 12px;
    font-weight: bold;
}

.textEditor
{
    /* display: none; */
}

/* this is the CLICK TO EDIT link */
.assetEditLink
{
	display: block;
    margin: -5px 0px 0px -5px !important;
    font-size: 10px !important;
    font-family: Sans-Serif !important;
    color: black !important;
    cursor: pointer !important;
    opacity: 0.5 !important;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50) !important;
}

/* this is the icon that appears next to the url textbox in an oldstyle ImageAsset */
.imagePickerIcon img
{
	margin: 4px 0px 0px 5px !important;
	float: none !important;
}

.instruction
{
	font-weight: normal;
}

/* -------------------------------------------------
		Admin Content block styles
------------------------------------------------- */
.AdminContent
{
	background-color: #ffffcc;
	border: dashed 2px red;
	padding: 10px 10px 10px 10px;
	width: 95%;
	margin-bottom: 1em;
}

.AdminContent .hr
{
	width: 100% !important;
	border-top:1px solid #eeeeee !important;
	margin: 7px 0px 7px 0px;
	
}

.AdminContent h4
{
	margin-bottom: 0;
	margin-top: 0;
}

.AdminContent label
{
	display: inline-block !important;
	width: 260px !important;
	margin-left: 0px !important;
	font-weight: bold;
	float: none !important;
}

.AdminContent th, .AdminContent td
{
    text-align: left;
    vertical-align: top;
}
.AdminContent li h1
{
    font-size: 1em;
}
.AdminContent ul
{
    margin-top: 0px;
}



.browseServerButton
{
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* -----------------------------------------
	Admin Fields Hider panel styles
------------------------------------------*/
.adminFieldsHider
{
	padding: 10px;
}
.adminFieldsHider td
{
	vertical-align: top;
	padding-right: 20px;
	width: 50%;
	height: 2em;
}
.adminFieldsHider th
{
	text-align: left;
	font-size: 1.3em;
}

/* ----------------------------------------
    Editor checkbox list styles
---------------------------------------- */

span.cblContainer
{
    display:block;
    margin-left: 164px;
}

span.cblContainer label
{
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	left:-30px;
	padding:3px 0 3px 28px;
	position:relative;
	width:115px !important;
}

span.subType
{
    display: block;
    padding-left: 15px;
}

/* ------------------------------------------
		Editor radio button list styles
------------------------------------------ */

table.editorRbl
{
	margin-left: 10px;
}
table.editorRbl label
{
	width: 100%;
	display: inline !important;
	font-size: 0.8em;
}
table.editorRbl td
{
	padding-bottom: 0 !important;
}


/* ----------------------------------------
    Editor tab panel styles
---------------------------------------- */
.editorPopup .ajax__tab_container 
{
    min-height: 400px;
}
.editorPopup .ajax__tab_tab
{
    font-weight: bold;
    font-size: 12px;
    padding: 4px 10px 4px 6px;
    /*min-width: 150px;*/
    color: #000000 !important;
}
.editorPopup .ajax__tab_body
{
	height: 365px;
	overflow-x: hidden; 
	overflow-y: auto;
}
.editorPopup .ajax__tab_panel
{
	padding-bottom: .5em;
}

.editorPopup table.editorTabs td
{
	vertical-align: top;
}
.editorPopup table.editorTabs th
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}


/* --------------------------------------------------
		Utility styles
-------------------------------------------------- */
.msgSuccess
{
	font-weight: bold;
	color: Green;
}

.msgFailure
{
	font-weight: bold;
	color: Red;
}

