﻿.launchPad_link { cursor: pointer; text-decoration: none; color: #000; font-weight: bold; }
.launchPad_link_n { cursor: pointer; text-decoration: none; color: #000; font-weight: normal; }
.launchPad_link_g { cursor: pointer; text-decoration: none; color: #6a6a6a; font-weight: bold; }
.launchPad_link_ng { cursor: pointer; text-decoration: none; color: #6a6a6a; font-weight: normal; }
.launchPad_icon { vertical-align: middle; border: 0; margin-right: 7px; }
.launchPad_clear { height: 1px; overflow: hidden; line-height: 1px; clear: both; margin: 0; padding: 0; border: 0; }
.launchPad_fleft { float: left; margin: 0; padding: 0; border: 0; }
.launchPad_fright { float: right; margin: 0; padding: 0; border: 0; }
.launchPad_flatUL { list-style: none; text-indent: 0; margin: 0; padding: 0; }
.launchPad_flatUL li { list-style: none; display: block; margin: 2px; padding: 0; }
.launchPad_success { font-size: 90%; color: #333; padding: 5px 5px 5px 35px; background: #cfc url(/__resource/LaunchPad.Core/Resources.Images/tick.gif) 10px center no-repeat; margin: 8px 0px 8px 0px; border: 1px solid #dda; }
.launchPad_notification { font-size: 90%; color: #333; padding: 5px 5px 5px 42px; background: #ffc url(/__resource/LaunchPad.Core/Resources.Images/rsd_icon.png) 10px center no-repeat; margin: 8px 0px 8px 0px; border: 1px solid #dda; }
.launchPad_error { font-size: 90%; color: #fff; padding: 5px 5px 5px 35px; background: #b55 url(/__resource/LaunchPad.Core/Resources.Images/warning_triangle.png) 10px center no-repeat; margin: 8px 0px 8px 0px; border: 1px solid #dda; }
.launchPad_warning { font-size: 90%; color: #333; padding: 5px 5px 5px 35px; background: #ff0 url(/__resource/LaunchPad.Core/Resources.Images/warning_triangle.png) 10px center no-repeat; margin: 8px 0px 8px 0px; border: 1px solid #dda; }
.stickyNote { position: absolute; width: 150px; height: 100px; background: #fcfa8d; border: 1px solid #dcda6d; font-size: 11px; text-align: left; }
.stickyNoteHandle { margin: 0px; padding: 0px; background: #ecea7d; cursor: move; }
.stickNoteContentHolder { padding: 5px; width: 140px; height: 60px; overflow: auto; }
.stickNoteContent { }
.stickyNoteControls { background: #fdfb8e; margin: 0px 0px 3px 5px; }
.stickyNoteControls a { text-decoration: none; color: #333; font-weight: normal; }
.stickyNote:before,
.stickyNote:after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
   -o-transform:rotate(-3deg);
   transform:rotate(-3deg);
}

#launchPad__EditorShade { position: absolute; z-index: 500; background: #000; top: 0px; left: 0px; display: none; }
#launchPad__EditorContainer { position: absolute; top: 0px; right: 0px; z-index: 99; padding: 0px; text-align: left; }
#launchPad__EditorContainer ul { border: 1px solid #a4a4a4; border-top: 0px; }
#launchPad__EditorContainer ul, #launchPad__EditorContainer ul li { margin: 0px; padding: 0px; text-indent: 0px; list-style: none; }
#launchPad__EditorContainer ul li { background: #f6f6f6 url(/__resource/LaunchPad.Core/Resources.Images/editoritem_back.gif) bottom left repeat-x; padding: 8px; width: 200px; border-top: 1px solid #a4a4a4; }
#launchPad__EditorContainer ul li a { text-decoration: none; color: #000; font-weight: bold; }

.launchPadToolbar { position: relative; clear: both; background: #ffc url(/__resource/LaunchPad.Core/Resources.Images/helpbar_back.gif) center right no-repeat; color: #ffc; border-bottom: 1px solid #a5a5a5; text-align: left; z-index: 120; height: 40px; }
.launchPadToolbar ul { list-style: none; margin: 0px; padding: 0px; text-indent: 0px; }
.launchPadToolbar ul li { list-style: none; color: #333; font-weight: bold; float: left; background: #ffd; position: relative; z-index: 101; }
.launchPadToolbar ul li a { text-decoration: none; color: #333; font-weight: bold; float: left; padding: 5px 10px; margin: 4px; background: #ffd; border: 1px solid #f3f3f3; }
.launchPadToolbar ul li.launchPadToolbarParentOption { z-index: 115; }
.launchPadToolbar ul li.launchPadToolbarParentOption a { padding-right: 25px; background: #ffd url(/__resource/LaunchPad.Core/Resources.Images/arrowhead_more_icon.gif) center right no-repeat; z-index: 115; }
.launchPadToolbar ul li a:hover, .launchPadToolbar ul li a.hovered { background-color: #ffe; border: 1px solid #c3c3c3; text-decoration: underline; }
.launchPadToolbar ul li ul { display: none; width: 190px; background-color: #ffe; position: absolute; z-index: 103; border: 1px solid #c3c3c3; top: 34px; left: 4px; }
.launchPadToolbar ul li ul li { display: block; clear: left; background-color: #ffe !important; }
.launchPadToolbar ul li ul li a { display: block; clear: left; border: 0px; background-image: none !important; background-color: #ffe !important; z-index: 101; }
.launchPadToolbar ul li ul li a:hover, .launchPadToolbar ul li ul li a.hovered { border: 0px; background-image: none !important; }
.launchPadToolbar ul li .launchPad_icon { margin-right: 10px; }

.modalDialog__ { background: #fff; border: 1px solid #000; height: 100%; }
.modalDialog__Title { background: #3d3da4; padding: 5px; text-align: left; font-weight: bold; color: #fff; }
.modalDialog__Inner { padding: 8px 8px 25px 8px; text-align: left; position: relative; }
.modalDialog_OKCancel { position: absolute; bottom: 4px; right: 8px; z-index: 605; }
.modalDialog_resizeHandle { position: absolute; bottom: 0px; right: 0px; height: 20px; width: 20px; line-height: 1px; overflow: hidden; background: #dfdfdf; cursor: move; z-index: 600; }
.modalDialog__CloseButton { position: absolute; top: 5px; right: 8px; color: #fff; }
.modalDialog__CloseButton a { color: #fff; }

.formContainer { width: 350px; }
.formRow { clear: left; text-align: left; border: 1px solid transparent; }
.formRowError { border: 1px solid #a00; background: #ffc9bb; }
.dataObjectFormErrorMessage { text-align: right; padding-right: 1%; font-size: 80%; }
.dataObjectFormErrorSummary { margin: 1%; }
.formRow:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.formRow label { float: left; width: 34%; padding-top: 6px; padding-left: 1%; text-align: left; }
.formRow input, .formRow textarea { border: 1px solid #4c4c4c; font-size: 100%; padding: 3px; text-align: left; background: #fff; width: 99%; }
.formRow input.focus, .formRow textarea.focus { background: #efffef; }
.formRow select { font-size: 100%; width: 100%; }
.formRow .Checkbox { text-align: left; }
.formRow .Checkbox input, .formRow .CheckboxList input { width: auto; }
.formRow .DateOfBirthDay { width: 25%; }
.formRow .DateOfBirthMonth { width: 50%; }
.formRow .DateOfBirthYear { width: 25%; }
.formRow .dataObjectPicker input { float: right; width: auto; margin-right: 3%; margin-top: 4px; }
.formRow .dataObjectPicker label { float: right; width: 93%; clear: right; }
.formRow .RadioButtons span, .formRow .RadioButtons input, .formRow .RadioButtons label { float: left; width: auto; }
.formRow .RadioButtons span { padding-top: 3px; }
.formRow .RadioButtons label { margin: 0px 10px 0px 2px; }
.formRow .orderDirectionControl { float: left; padding: 5px; border: 1px solid #3d3d3f; cursor: pointer; }
.CuteEditorGroupMenuCell { height: 22px; }
.formRowContent { float: left; width: 64%; margin-bottom: 3px; margin-top: 3px; text-align: right; }
.formRowContent label { float: none; width: auto; }
.formRowContent .Checkbox { width: auto; float: left; }
.formRowNoLabel .formRowContent { width: 99%; }
.formRowContent .Paragraph { text-align: left; }
.formRowNoLabel .formRow .formRowContent { width: 65%; }
.formRow .UserList, .formRow .GroupList, .formRow .CheckboxList { height: 160px; overflow: auto; padding: 0% 1% 1% 0%; width: 63%; border: 1px solid #adadaf; }
.formRow .UserList div, .formRow .GroupList div, .formRow .CheckboxList div { border-bottom: 1px solid #a4a4a4; clear: left; padding: 0.5%; margin: 0.5%; height: 1.5em; }
.formRow .UserList div label, .formRow .GroupList div label, .formRow .CheckboxList div label { float: left; text-align: left; width: 93%; padding-top: 0px; }
.formRow .UserList div input, .formRow .GroupList div input, .formRow .CheckboxList div input { width: 4%; float: left; margin-right: 1%; }
.formRow .fieldDescription { font-style: italic; font-size: 70%; font-weight: bold; }
.formRowContent .DataObjectPicker label { float: right; text-align: right; }
.formRowFocus { background: #c9ffbb; border: 1px solid #0a0; }
.formRowFocus label { color: #000; }
.DataObjectPickerWrapper { border-bottom: 1px solid #a4a4a4; }
.dataObjectPickerControl span.dataObjectPickerItemControls { cursor: pointer; float: left; width: 14%; margin: 1px; color: #000; padding: 2px; background: transparent; text-align: center; }
.dataObjectPickerControl span.dataObjectPickerItem { cursor: pointer; float: left; width: 83%; margin: 1px; color: #000; padding: 2px; background: #e3e3e6; border: 1px solid #e3e3e6; }
.dataObjectPickerControl span.dataObjectPickerItemSelected { background: #138816; border: 1px solid #a3e3a6; font-weight: bold; color: #fff; }
.dataObjectPickerListContainer { height: 150px; overflow: auto; }

.formRow .formRowErrorMessage { clear: left; display: block; }
.formRow .loginForgottenPasswordLink { text-align: right; }
.formRow .formRowContent .formRow label { float: left; width: 35%; }
.submitRow { text-align: right; clear: left; }
.submitRow input { width: auto; }
.submitRow .formRowContent { text-align: right; width: 99%; }
.submitRow .formRowContent * { text-align: center; }

.launchPadCaptchaWrapper { position: relative; width: 230px; float: right; text-align: left; }
.launchPadCaptcha { border: 1px solid #aaa; }
.formRow input.captchaInput { width: 230px; }
.captchaReloadLink { position: absolute; top: 3px; right: 3px; }

#shadeContentHolder { position: absolute; overflow: hidden; padding: 30px 10px 10px 10px; width: 720px; z-index: 210; border: 5px solid #a9a9a9; -moz-border-radius: 5px; }
#shade { background: #000; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 200; }
#shadeClose { position: absolute; top: 5px; right: 5px; cursor: pointer; }
#shadeContentHolder .formRow { margin: 1%; }
#shadeContentHolder .submitRow { position: absolute; top: 0px; left: 0px; width: 99%; margin: 0px; padding: 5px; border-top: 1px solid #a3a3a3; background: #f2f2db; }
#shadeContentHolder .submitRow .btnCancel { margin-right: 20px; }
#shadeContentHolder .dataObjectFormWrapper .dataObjectFormWrapper .submitRow { position: relative; bottom: auto; right: auto; }
.shadeTitle { margin: 0 0 5px 0; background: #efefc9; color: #4d4d4f; padding: 5px 5px 5px 10px; font-size: 25px; text-align: left; border-bottom: 1px solid #a3a3a3; }
.shadeTitle small { font-size: 18px; }
.shadeSubTitle { margin: 0 0 5px 0; background: #fbfbcb; color: #4d4d4f; padding: 5px 5px 5px 10px; font-size: 16px; text-align: left; border-bottom: 1px solid #b3b3b3; border-top: 1px solid #b3b3b3; }
.shadeSubTitle a { color: #5d5d5f; text-decoration: none; }
.shadeContent { padding: 10px; margin: 5px; }
.dataObjectFormWrapper .dataObjectFormWrapper .formRowContent { width: 64%; }
#shadePages { position: absolute; left: 0px; }
.shadePage { position: absolute; top: 0px; overflow: auto; text-align: left; }
.shadePage .formContainer { width: auto; }

.error { color: red; }

.stackBar__Item { position: relative; margin: 0px; padding: 0px; text-indent: 0px; z-index: 99; }
.stackBar__Item a { color: #000; font-weight: bold; }
.stackBar__Item a img { border: 0px; }
.stackBar__Contents { top: 0px; right: 1000px; position: absolute; z-index: 90; border: 1px solid #4c4c4c; background: #fff; padding: 10px; text-align: left; }

ul.launchPad__WorkflowItems, ul.launchPad__WorkflowItems li { list-style: none; margin: 0px; padding: 0px; text-indent: 0px; }
ul.launchPad__WorkflowItems li { padding: 8px; border: 1px solid #a4a4a4; }
ul.launchPad__WorkflowItems li div { border-top: 1px solid #e4e4e4; padding-top: 4px; margin: 6px 0px 0px 5px; }
ul.launchPad__WorkflowItems li div a { font-size: 10px; text-decoration: none; color: #545454; }

/* Dashboard */
.dashboard
{
    position: relative;
    padding-top: 20px;
}
    
.dashboardAddWidget
{
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
    
.dashboardWidgetList
{
    display: block;
}

.dashboardWidgetList, .dashboardWidget
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    position: relative;
}
    
.dashboardWidget, .dashboardWidgetPickerDragging, .dashboardWidgetPlaceholder
{
    float: left;
    margin: 0 0.5% 1% 0.5%;
    width: 46.75%;
    padding: 0% 0.9% 1% 1%;
    -moz-border-radius: 5px;
    background: #f4f4f8;
    border: 1px solid #c3c3c7;
    list-style: none;
}

.dashboardWidgetPlaceholder
{
    border: 1px dotted green !important;
    background: #fff !important;
    height: 50px;
}    
    
.dashboardWidgetQuarter
{
    width: 22.5%;
}
.dashboardWidgetHalf
{
    width: 47%;
}
.dashboardWidgetThreeQuarters
{
    width: 71%;
}
.dashboardWidgetFull
{
    width: 97.5%;
}
    
.dashboardWidgetList li.dashboardWidgetLoading
{
    height: 100px;
    background: #f4f4f8 url(/__resource/LaunchPad.Core/Resources.Images/loading_alt.gif) center center no-repeat;
}
    
.dashboardWidgetHandle
{
    cursor: move;
    background: #fcfdfe;
    color: #3d3c3b;
    font-weight: bold;
    padding: 5px;
    -moz-border-radius: 3px;
    border: 1px solid #dcddde;
    margin: 1% 0 2% 0;
    position: relative;
}
    
.dashboardWidgetControlBox
{
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 50;
    cursor: pointer;
}
    
.dashboardWidgetControlBox img
{
    height: 10px;
}

/* Draggable picker */

.draggablePicker
{
	position: absolute;
	top: 75px;
	width: 200px;
	right: 0px;
	background: #f3f3f7;
	border: 1px solid #3d3d3c;
	padding: 8px;
	overflow: auto;
	text-align: left;
	-moz-border-radius: 3px;
}

.pickerDragHandle
{
	height: 5px;
	background: #c4c4ce;
	cursor: n-resize;
	margin-bottom: 3px;
}

.pickerHeader
{
	padding: 3px 3px 3px 5px;
	margin-bottom: 2px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #c4c4ce;
	background: #e7e7e8;
}

.draggablePicker .pickerContents
{
	height: 325px;
	overflow: auto;
}

.draggablePicker ul, .draggablePicker ul li
{
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

.draggablePicker ul li
{
	border: 1px solid #dcddde;
	padding: 5px;
	margin: 0px 3px 3px 0px;
	-moz-border-radius: 3px;
	background: #fff;
	cursor: move;
}

.pickerClose
{
	margin: 3px;
}

#launchPad__EditorContainer { right: 1px; }

.launchPad_dropZonePlaceholder { background: #f3f3f6; border: 1px dotted #fafffb; min-height: 20px; }
.launchPad_dropZoneBar { position: relative; margin: 0px; padding: 0px; border: 0px; }
.launchPad_dropZoneBarInner { position: absolute; top: 0px; right: 0px; z-index: 100; display: none; }
.launchPad_dropZoneBarInner a { text-decoration: none; }
.launchPad_dropZoneOptionsContainer { position: absolute; top: 6px; right: 6px; z-index: 90; }
.launchPad__DropZoneDropPlaceHolder { background: #cfffcf; padding: 20px; border: 2px dotted green; }

.launchPad_ModuleLIWrapper { list-style: none; margin: 0px; padding: 0px; text-indent: 0px; min-height: 5px; }
.launchPad_ModuleWrapperHover { background: #f3f5f7; }
.launchPad_ModuleHandle { cursor: move; }
.launchPad_ModuleEditPanel .formContainer { width: 95%; }
.launchPad_ModuleEditPanel { background: #fff; color: #000; padding: 5px; }
.launchPad_ModuleEditBar { position: relative; display: none; top: -15px; }
.launchPad_ModuleEditBar div { position: absolute; top: 3px; right: 80px; z-index: 90; padding: 3px 6px 3px 3px; background: #fff; border: 1px solid #bdbdbf; }
.launchPad_ModuleEditBar div a { float: left; margin: 2px 5px; }
.launchPad_ModuleEditBar img { border: 0px; }
.launchPad_ModuleNameBar { position: relative; top: 0px; }
.launchPad_ModuleNameBar div { position: absolute; z-index: 91; top: 0px; left: 0px; padding: 4px; color: #334; background: #ffc; border: 1px solid #adacac; }
.launchPad_ModuleMenu { position: absolute; z-index: 80; top: 0; right: 0; }
.launchPad_ModuleEditBarOption { color: #000; display: block; text-decoration: none; }

.launchPad_button
{
	padding: 5px;
	border: 1px solid #a4a4a4;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
	font-size: 9px;
	cursor: pointer;
	text-align: center;
	float: left;
	background-color: #f6f7f5;
	background-repeat: no-repeat;
	background-position: center 6px;
	color: #333;
	margin: 0px 3px 0px 0px;
}

.launchPad_buttonHover
{
	background-color: #fff;
}

.launchPad_button span
{
	display: block;
	margin-top: 20px;
}

.launchPad_DataObjectCriteriaForm
{
	padding-left: 8%;
	position: relative;
	margin: 0.5% 0% 0.5% 0%;
	width: 92%;
	border: 1px solid #d4d5d6;
	background: #f4f5f6;
	color: #333;
}

.launchPad_DataObjectCriteriaForm .launchPad_DataObjectCriteriaForm
{
	background: transparent !important;
}

.launchPad_DataObjectCriteriaForm .removeCriteriaLink
{
	position: absolute;
	top: 10px;
	right: 10px;
}

.launchPad_DataObjectCriteriaForm .addOrCriteriaLink
{
	position: absolute;
	top: 10px;
	right: 50px;
}

.launchPad_DataObjectCriteriaForm .addAndCriteriaLink
{
	position: absolute;
	top: 25px;
	right: 50px;
}

.launchPad_DataObjectCriteriaAnd
{
	background: #f4f5f6 url(/__resource/LaunchPad.Core/Resources.Images/criteria_and.png) top left no-repeat !important;
}

.launchPad_DataObjectCriteriaOr
{
	background: #f4f5f6 url(/__resource/LaunchPad.Core/Resources.Images/criteria_or.png) top left no-repeat !important;
}

.launchPad_DataObjectCriteriaForm .formRow
{
	clear: none;
	float: left;
	width: 30%;
	margin-right: 1%;
}

.launchPad_DataObjectCriteriaForm .formRowContent
{
	width: 90% !important;
}

.launchPad_DataObjectCriteriaFormCriteria .formRow
{
	clear: left;
	width: 63%;
}

.launchPad_DataObjectCriteriaFormCriteria .formRow label
{
	display: none;
}

.launchPad_DataObjectCriteriaFormCriteria .criteriaFormFilters
{
	clear: left;
}

.launchPad_DataObjectCriteriaFormCriteria .criteriaFormFilters .formRow
{
	float: left;
	clear: none;
	width: 30%;
}

.launchPad_DataObjectCriteriaFormCriteria .criteriaFormFilters label
{
	width: 65%;
	display: inline !important;
}

.launchPad_DataObjectCriteriaFormCriteria .criteriaFormFilters .formRowContent
{
	width: 30% !important;
}

/* SiteMap */

li.launchPad__siteMapItem { list-style: none; clear: left; padding: 5px; }
li.launchPad__siteMapItem a { padding: 5px; text-decoration: none; color: #000; }
li.launchPad__siteMapItem a:hover { background: #4242a7; color: #fff; }
li.launchPad__siteMapPlaceholder { border: 1px dotted #444; background: #f8f8f8; height: 24px; list-style: none; }
li.launchPad__siteMapItem a.launchPad__siteMapDropHover { background: #d4ffd4; border: 2px dotted #fff; }
.launchPad__siteMap ul { margin-top: 8px; padding-left: 15px; }
.launchPad__siteMapItemSelected .launchPad__siteMapItemLink { background: #f7f7f7; border: 2px dotted #a4a4a4; }
.launchPad__siteMapItemSelected .launchPad__siteMapItemLink .launchPad__siteMapItemSelected { background: transparent; border: 0; }

/* Status Area and Dashboard */

#statusArea, #statusAreaDashboardLink, #statusAreaDeleteModule, #statusAreaDashboard, #statusAreaDashboardShade, #statusAreaQuickTasks { position: absolute; z-index: 80; padding: 6px; background: #ffffcc; border: 1px solid #adacac; cursor: pointer; right: 0px; font-weight: bold; }
#statusAreaQuickTasks { cursor: default; display: none; text-align: left; }
#statusAreaQuickTasks ul { text-indent: 0; margin: 0; padding: 0; }
#statusAreaQuickTasks ul li { margin: 3px; padding: 0px; list-style: none; display: block; border-bottom: 1px solid #d3d3d6; }
#statusAreaQuickTasks ul li a { text-decoration: none; color: #0d0d0f; padding: 5px; display: block; }
#statusAreaQuickTasks ul li a:hover { color: #3d3d3f; }
#statusAreaDeleteModule { background: #f42d2d; color: #fff; padding: 25px; }
.statusAreaDeleteModuleHover { background: #fff !important; color: #f42d2d !important; }
#statusAreaDashboard { top: 5px; bottom: 45px; left: 5px; right: 5px; text-align: left; cursor: default; overflow: auto; padding: 10px; display: none; background: #fff; }
#statusAreaDashboard ul { text-indent: 0px; margin: 0px; padding: 0px; }
#statusAreaDashboard ul li { list-style: none; cursor: pointer; }
#statusAreaDashboard ul li.dashboardModule { margin: 15px; border: 1px solid #7f7f7f; padding: 10px; background: #ffffcc; }
#statusAreaDashboardShade { top: 0px; bottom: 0px; left: 0px; right: 0px; border: 0px; z-index: 70; background: #ffffff; display: none; }
.siteMapPageControls { display: none; padding: 4px; position: absolute; top: 15px; left: 0px; z-index: 85; background: #fff; border: 1px solid #a4a6a6; top: 60px; width: 185px; }
.siteMapPageControls div { float: left; margin: 5px; background: #fff; padding: 4px; border: 1px solid #a4a7a7; }
.ctlModules li { list-style-type: circle; float: none; padding: 5px !important; }

.siteMapForm .template ul { padding: 5px 0 0 0; margin: 0 0 5px 0; text-indent: 0; }
.siteMapForm .template ul li { float: left; list-style: none; margin: 5px; padding: 5px; width: 100px; cursor: pointer; border: 1px solid #fff; }
.siteMapForm .template ul li span { display: block; background: #000; color: #fff; padding: 5px; }
.siteMapForm .template ul li.selected { border: 1px solid green; }
.siteMapForm .template ul li div.pageTemplate { height: 100px; }
.siteMapDropHover, .droppablePageHover { border: 2px solid red; }

/* Dashboard Site Map */

.siteMapContainer { float: left; margin: 0 0 40px; width: 100%; height: 100%; padding-top: 40px; }
.siteMapToolbar { position: absolute; top: 0px; left: 0px; right: 0px; height: 30px; padding: 10px 5px 0px 15px; border-bottom: #a4a7a7; background: #f3f6f9; }
.siteMapToolbar li { float: left; border-right: 1px solid #a4a6a6; padding: 0px 15px 0px 15px; }
.siteMapViewPanel { float: left; width: 29%; position: relative; z-index: 6000; }
.siteMapViewPanel .launchPad_AddModuleGroupInner li { float: left; width: 43%; margin: 0% 1% 0.5% 1%; padding: 5px; list-style: none; cursor: move; position: relative; z-index: 6000; }
.siteMapPrimaryNav li { width: 25%; }
.siteMapPrimaryNav li ul li { width: 100% !important; }
.siteMapPrimaryNav.col1 li { width: 99.9%; }
.siteMapPrimaryNav.col2 li { width: 50.0%; }
.siteMapPrimaryNav.col3 li { width: 33.3%; }
.siteMapPrimaryNav.col4 li { width: 25.0%; }
.siteMapPrimaryNav.col5 li { width: 20.0%; }
.siteMapPrimaryNav.col6 li { width: 16.6%; }
.siteMapPrimaryNav.col7 li { width: 14.2%; }
.siteMapPrimaryNav.col8 li { width: 12.5%; }
.siteMapPrimaryNav.col9 li { width: 11.1%; }
.siteMapPrimaryNav.col10 li { width: 10.0%; }
.siteMapPrimaryNav.col11 li { width: 9.09%; font-size: 80%; }
.siteMapPrimaryNav.col12 li { width: 8.3%; font-size: 80%; }
.siteMapPrimaryNav.col13 li { width: 7.69%; font-size: 80%; }
.siteMapPrimaryNav.col14 li { width: 7.14%; font-size: 80%; }
.siteMapPrimaryNav.col15 li { width: 6.6%; font-size: 80%; }
.siteMapPrimaryNav { margin: 0; float: left; width: 70%; padding-top: 30px !important; }
.siteMapPrimaryNav .home { display: block; float: none; background: #ffffff url(/__resource/LaunchPad.Core/Resources.Images/L1-left.png) center bottom no-repeat; position: relative; z-index: 2; padding: 0 0 30px 0; }
.siteMapPrimaryNav .home .siteMapPageControls { top: 0px; }
.siteMapPrimaryNav li { float: left; background: url(/__resource/LaunchPad.Core/Resources.Images/L1-center.png) center top no-repeat; padding: 30px 0; margin-top: -30px; position: relative; }
.siteMapPrimaryNav li a { text-decoration: none; margin: 0 20px 0 0; padding: 10px 0; display: block; font-size: 14px; font-weight: bold; text-align: center; color: black; background: #c3eafb url(/__resource/LaunchPad.Core/Resources.Images/white-highlight.png) top left repeat-x; border: 2px solid #b5d9ea; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; -moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */ }
.siteMapPrimaryNav li a:hover { background-color: #e2f4fd; border-color: #97bdcf; }
.siteMapPrimaryNav li:last-child { background: url(/__resource/LaunchPad.Core/Resources.Images/L1-right.png) center top no-repeat; }
.siteMapPrimaryNav li a:link:before, .siteMapPrimaryNav li a:visited:before { content: " " attr(href) " "; display: block; text-transform: uppercase; font-size: 10px; margin-bottom: 5px; word-wrap: break-word; }
.siteMapPrimaryNav li a:link:before, .siteMapPrimaryNav li a:visited:before { color: #78a9c0; }
.siteMapPrimaryNav li li { width: 100%; clear: left; margin-top: 0; padding: 10px 0 0 0; background: url(/__resource/LaunchPad.Core/Resources.Images/vertical-line.png) center bottom repeat-y; }
.siteMapPrimaryNav li li a { background-color: #cee3ac; border-color: #b8da83; }
.siteMapPrimaryNav li li a:hover { border-color: #94b75f; background-color: #e7f1d7; }
.siteMapPrimaryNav li li:first-child { padding-top: 30px; }
.siteMapPrimaryNav li li:last-child { background: url(/__resource/LaunchPad.Core/Resources.Images/vertical-line.png) center bottom repeat-y; }
.siteMapPrimaryNav li li a:link:before, .siteMapPrimaryNav li li a:visited:before { color: #8faf5c; }
.siteMapPrimaryNav li li ul { margin: 10px 0 0 0; width: 100%; float: right; padding: 9px 0 10px 0; background: #ffffff url(/__resource/LaunchPad.Core/Resources.Images/L3-ul-top.png) center top no-repeat; }
.siteMapPrimaryNav li li li { background: url(/__resource/LaunchPad.Core/Resources.Images/L3-center.png) left center no-repeat; padding: 5px 0; }
.siteMapPrimaryNav li li li a { background-color: #fff7aa; border-color: #e3ca4b; font-size: 12px; padding: 5px 0; width: 80%; float: right; }
.siteMapPrimaryNav li li li a:hover { background-color: #fffce5; border-color: #d1b62c; }
.siteMapPrimaryNav li li li:first-child { padding: 15px 0 5px 0; background: url(/__resource/LaunchPad.Core/Resources.Images/L3-li-top.png) left center no-repeat; }
.siteMapPrimaryNav li li li:last-child { background: url(/__resource/LaunchPad.Core/Resources.Images/L3-bottom.png) left center no-repeat; }
.siteMapPrimaryNav li li li a:link:before, .siteMapPrimaryNav li li li a:visited:before { color: #ccae14; font-size: 9px; }
.siteMapUtilityNav { float: right; max-width: 50%; margin-right: 10px; }
.siteMapUtilityNav li { float: left; margin-bottom: 10px; }
.siteMapUtilityNav li a { margin: 0 10px 0 0; padding: 5px 10px; display: block; border: 2px solid #e3ca4b; font-size: 12px; font-weight: bold; text-align: center; color: black; background: #fff7aa url(/__resource/LaunchPad.Core/Resources.Images/white-highlight.png) top left repeat-x; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; -moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */ }
.siteMapUtilityNav li a:hover { background-color: #fffce5; border-color: #d1b62c; }
.siteMapUtilityNav li a:link:before, .siteMapUtilityNav li a:visited:before { color: #ccae14; font-size: 9px; margin-bottom: 3px; }

/* Page Selector */

.launchPadPageSelector_Container { overflow: auto; height: 150px; margin: 0px 0px 4px 0px; border-bottom: 1px solid #a5a5a5; }

/* My Tasks */

.addTaskLink, .cancelTaskLink { margin: 5px; cursor: pointer; font-weight: bold; font-size: 130%; }
ul.myTasks { margin: 0; padding: 0; text-indent: 0; }
ul.myTasks li { float: left; margin: 10px; border: 1px solid #a5a5a5; font-size: 110%; font-weight: bold; width: 250px; height: 150px; list-style: none; position: relative; cursor: pointer; }
ul.myTasks li span { position: absolute; top: 20px; left: 5px; width: 200px; padding: 20px; }
ul.myTasks li.hover span { background: #f2fff2; }
ul.myTasks li .removeTask { position: absolute; top: 5px; right: 0px; }

.AdminOnly { display: none; }

.spreadsheetXmlImport { padding: 10px; margin: 5px; border: 1px solid #a3a3a5; }

#colorpicker { position: absolute; width: 145px; height: 135px; overflow: hidden; background: #F9F9F9; border: 2px #C0C0C0 outset; z-index: 1000; }
#colorpicker-hue-container { position: absolute; top: 4px; left: 120px; width: 18px; height: 110px; }
#colorpicker-hue-bg-img { width: 100%; height: 100%; }
#colorpicker-hue-slider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#colorpicker-hue-thumb { position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 1009; cursor: default; }
#colorpicker-bar { text-align: right; padding-right: 10px; }
#colorpicker-close { cursor: pointer; color: blue; font-size: 10px; font-family: Tahoma, Helvetica, Sans-Serif; font-weight: bold; }
#colorpicker-div { position: absolute; top: 8px; left: 8px; width: 100px; height: 100px; border: 1px solid #666; }
#colorpicker-bg, #colorpicker-bg-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1001; overflow: hidden; }
#colorpicker-selector { position: absolute; top: 0px; left: 0px; width: 11px; height: 11px; z-index: 1009; margin-top: -6px; margin-left: -6px; cursor: default; }
#colorpicker-selector img { position: absolute; left: 0; top: 0; }
#colorpicker-footer { position: absolute; top: 114px; left: 10px; width: 127px; }
#colorpicker-value { float: left; }
#colorpicker-value, #colorpicker-value-input { font-size: 9px !important; font-family: Helvetica, Verdana, Sans-Serif; height: 10px; }
#colorpicker-value-input { width: 40px; }
#colorpicker-okbutton { float: right; padding: 0 10px; background: #3366FF; font-size: 10px; font-family: Tahoma, Helvetica, Sans-Serif; border: 1px solid #666666; color: #ffffff; }

.ac_results { padding: 0px; border: 1px solid WindowFrame; background-color: Window; overflow: hidden; }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; }
.ac_results iframe { display: none; /*sorry for IE5*/ display: /**/ block; /*sorry for IE5*/ position: absolute; top: 0; left: 0; z-index: -1; filter: mask(); width: 3000px; height: 3000px; }
.ac_results li { margin: 0px; padding: 2px 5px; cursor: pointer; display: block; width: 100%; font: menu; font-size: 12px; overflow: hidden; }
.ac_loading { background: Window url('./indicator.gif') right center no-repeat; }
.ac_over { background-color: Highlight; color: HighlightText; }

.adminPortalMenu { height: 35px; width: 226px; background: url(/__resource/LaunchPad.Core/Resources.Images/adminportal_dropdown.png) top left no-repeat; }
