﻿#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;
}

.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;
}

.formRow:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.formRow label
{
	float: left;
	width: 35%;
	padding-top: 4px;
	text-align: left;
}

.formRow input, .formRow textarea
{
	border: 1px solid #4c4c4c;
	font-size: 100%;
	padding: 3px;
	font-family: Arial;
	text-align: left;
	background: #fff;
	width: 99%;
}

.submitRow input
{
	width: auto;
}

.formRow input.focus, .formRow textarea.focus
{
	background: #efffef;
}

.formRow select
{
	font-size: 100%;
	font-family: Arial;
	width: 100%;
}

.formRow .CheckboxList input
{
	width: auto;
}

.formRowContent
{
	float: left;
	width: 65%;
	margin-bottom: 5px;
	text-align: right;
}

.formRowContent label
{
  float: none;
  width: auto;
}

.formRowContent .Checkbox
{
	width: auto;
	float: left;
}

.formRowNoLabel .formRowContent
{
	width: 99%;
}

.formRowContent .DataObjectPicker label
{
    float: none;
    position: relative;
    top: -10px;
}

.formRowContent .Paragraph
{
	text-align: left;
}

.formRowNoLabel .formRow .formRowContent
{
	width: 65%;
}

.formRowContent .DataObjectPicker div, .formRowContent .CheckboxList div
{
    border-bottom: 1px solid #a4a4a4;
}

.formRowContent .DataObjectPicker div input
{
    position: relative;
    top: 7px;
}

.formRowContent .CheckboxList div input
{
    position: relative;
    top: 0px;
}

.submitRow
{
	text-align: right;
}

.submitRow .formRowContent
{
	text-align: right;
	width: 99%;
}

.submitRow .formRowContent *
{
  text-align: center;
}

.formRow .formRowErrorMessage
{
	clear: left;
	display: block;
}

.formRow .loginForgottenPasswordLink
{
	text-align: right;
}

.launchPad_ModuleEditPanel .formContainer
{
	width: 95%;
}

.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;
}

.launchPad_ModuleLIWrapper
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}

.launchPad__ModuleHandle
{
  background: #f2f2f2;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px;
  margin: 0px;
  /*display: none;*/
}

#launchPad__Notifications
{
	background: #faffa3;
	padding: 3px;
	border: 1px solid #a4a4a4;
	width: 280px;
	height: 100px;
	overflow: auto;
  display: none;
}

#launchPad__Notifications ul, #launchPad__Notifications ul li
{
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#launchPad__Notifications ul li
{
	display: block;
	margin: 2px;
	border: 1px solid #bdbdbd;
	padding: 4px;
	text-align: left;
	width: 250px;
	overflow: hidden;
}

#launchPad__Notifications ul li a, #launchPad__Notifications ul li a img
{
	border: 0px;
	vertical-align: middle;
	margin: 0px 4px 0px 0px;
}

#launchPad__NotificationDesc
{
	display: none;
	position: absolute;
	right: 0px;
	background: #faffd3;
	padding: 3px;
	border: 1px solid #c4c4c4;
	width: 250px;
}

#launchPad__EditorContainer
{
	right: 1px;
}

.launchPad_dropZoneBar
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.launchPad_dropZoneBarInner
{
  background: #3d3da4;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px;
  position: relative;
  text-decoration: none;
  /*display: none;*/
}

.launchPad_dropZoneBarInner a
{
  text-decoration: none;
}

.launchPad_dropZoneOptionsContainer
{
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 90;
}

.launchPad_ModuleEditPanel
{
	background: #fff;
	color: #000;
	padding: 5px;
}

.launchPad_ModuleEditBar
{
	color: #000;
	position: relative;
	text-decoration: none;
}

.launchPad_ModuleEditBar img
{
	border: 0px;
}

.launchPad_ModuleMenu
{
	position: absolute;
	z-index: 80;
	top: 0;
	right: 0;
}

.launchPad_ModuleEditBarOption
{
  color: #000;
  display: block;
  text-decoration: none;
}

.launchPad_addModuleDialog
{
  height: 450px;
  overflow: auto;
}

.launchPad_addModuleDialog ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #fff;
}

.launchPad_addModuleDialog ul li
{
  float: left;
  width: 150px;
  overflow: hidden;
  margin: 5px;
  text-align: left;
  list-style: none;
  padding: 4px;
  margin-bottom: 3px;
  border: 1px solid #fff;
}

.launchPad_addModuleDialog ul li:hover
{
  background: #fafafa;
  border: 1px solid #a5a5a5;
}

.launchPad_addModuleDialog ul li a
{
  cursor: pointer;
  text-decoration: none;
  color: #3d3d3d;
  font-weight: bold;
  display: block;
}

.launchPad_addModuleDialog ul li:hover a
{
	color: #000;
}

.launchPad_addModuleDialog ul li a small
{
  font-weight: normal;
  display: none;
  margin-top: 6px;
}

.launchPad_addModuleDialog ul li.selected
{
  background: #edffed;
  border: 1px solid #393;
}

.launchPad_AddModuleGroup
{
	margin: 0px 8px 8px 8px;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid #a6a6a6;
	padding: 8px;
	color: #000;
	cursor: pointer;
	clear: both;
	background: #f4f4f4;
}

.launchPad_AddModuleGroupInner
{
	margin-bottom: 8px;
}

.launchPad_AddModuleClear
{
	border-bottom: 1px solid #d7d7d7 !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; }

/* 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;
}

#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;}