body
{
    font-size: 12px;
    /*font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;*/
    color: #232323;
    background-color: #ebf0f3;
	margin: 0px;
}

header,
footer,
nav,
section {
    display: block;
}

a
{
	/*text-decoration: none;
    color:#660000;
	font-weight: bold;*/
}
a:hover
{
	text-decoration: underline;
}

#mainContainer {
	/*overflow: hidden;*/
}

#menu {
	float: left;
	width: 180px;
	overflow: hidden;
	background-color: #37474f;
	min-height: 550px;
}

#mainWrapper {
	background-color: #EBF0F3;
	/*overflow: hidden;*/
	min-width: 1000px;
}

#bodyWrapper {
	background-color: #37474f;
}

#bodyContent {
	/*overflow: hidden;*/
	background-color: #EBF0F3;
	margin-left: 180px;
}

#pageWrapper {
	padding: 15px;
	min-height: 520px;
}

#pageBody {
	background-color: #ffffff;
	padding: 15px;
}

#pageBody h3:first-of-type
{
	margin-top: 0;
}

#footer {
	background-color: #ebf0f3;
	/*padding-left: 180px;*/
}

#footerContent {
	color: #999999;
	border-top: 1px solid #aaaaaa;
	background-color: #ebf0f3;
	padding: 1px 3px;
	clear: both;
	padding: 1px 5px;
	font-size: 11px;
}

.LinkPara a,
input[type="submit"],input[type="button"],input[type="submit"]
{
    /*font-size: 12px;
	background-color: #cc3333;
    border-radius: 5px;
    color: white;
	font-weight: normal;
	border: outset 2px #cc3333;*/
	
	/*display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	
	text-shadow:0 1px 0 #fff;
	background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#dbdbdb;
	border-color:#ccc;*/
}

.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}

.LinkPara a
{
	padding: 2px 4px;
}
.LinkPara a:hover
{
	text-decoration: none;
	background-color: #ff6666;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    /*font-weight: bold;
    color: #ff0000;*/
}

.validation-summary-valid
{
    display: none;
}

/*-------------------- jqGrid CSS fixes --------------------*/
input.ui-pg-input
{
    width: auto;
}
 
table.ui-jqgrid-btable
{
    border-style:none;
    border-collapse:separate;
}

table.ui-jqgrid-btable td
{
    border-style:none;
} 


/* Styles for Custom Views
-----------------------------------------------------------*/

.EditTable
{
    width: 704px;
}

.EditTable th
{
    width: 145px; 
    height: 21px; 
    text-align: left;
    vertical-align:top;
}
.EditTable td
{
    height: 21px; 
    text-align: left;
    vertical-align:top;
}

.EditDiv
{
}
.EditDiv table
{
	width: 100%;
}
.EditUserTable
{
    width: 704px;
}

.EditUserTable tr .col1
{
    width: 100px; 
    height: 21px; 
    text-align: left;
    vertical-align:top;
}

.EditUserTable tr .col2
{
    width: 604px; 
    height: 21px; 
    text-align: left;
    vertical-align:top;
}

.EditCompanyTable
{
    width: 704px;
}

.EditCompanyTable tr .col1
{
    width: 140px; 
    height: 21px; 
    text-align: left;
    vertical-align:top;
}

.EditCompanyTable tr .col2
{
    width: 564px; 
    height: 21px; 
    text-align: left;
    vertical-align:top;
}

.EditTimeSheetTable
{
    width: 704px;
}

.EditTimeSheetTable tr .col1
{
    width: 145px; 
    height: 21px; 
    text-align: left;
    vertical-align:top;
	font-weight: bold;
}

.EditTimeSheetTable tr .col2
{
    width: 700px; 
    height: 21px; 
    text-align: left;
    vertical-align:top;
}

.TimeSheetNotes .tinymce
{
    height:300px;
    width:100%;
}

.StandardHeader
{
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 10px 0;
	border-bottom: solid 1px #990000;
	color: #990000;
}

.ManageHeaderRow
{
    color:#FFFFFF;
    background-color:#990000;
    font-weight:normal;
}

.ManageHeaderRow th
{
    padding:5px;
}

.RegularRow a,
.AlternateRow a
{
	font-weight: bold;
}

.RegularRow
{
    background-color:#cccccc;
}

.AlternateRow
{
    background-color:#eeeeee;
}

.ManageTable .ProjectCell
{
    text-align:left;
}

.ManageTable td
{
    text-align:center;
    padding:5px;
}

.ActionCell
{
    background-color:#dddddd;
    font-weight:bold;
}


.ProjectTextBox
{
    width:200px;
}

.URLTextBox
{
    width:320px;
}

.EmailTextBox
{
    width:400px;
}

.UserNotesTextArea
{
    height:60px;
    width:400px;
}

.DatePicker
{
	height: 19px;
    margin: 0 4px 0 0;
    padding: 0;
    vertical-align: top;
    width: 80px;
}
.ui-datepicker-trigger
{
}

.ProjectNotes .tinymce
{
    height:300px;
    width:500px;
}

.TaskNoteEditor .tinymce
{
    height:200px;
    width:100%;
}

#taskNotes th
{
	border-left: solid 3px #999999;
	text-align: left;
	padding-left: 5px;
}
#taskNotes th span
{
	font-size: 80%;
	font-weight: normal;
}

.CompanyNotes .tinymce
{
    height:200px;
    width:700px;
}

.FooterCell
{
    color: white;
    font-size: 11px;
    text-align: left;
	font-family: Helvetica, Arial, sans-serif;

	background-color: rgb(176,0,0);
	background-image: linear-gradient(top, rgb(176,0,0) 0%, rgb(216,0,0) 40%, rgb(176,0,0) 100%);
	background-image: -o-linear-gradient(top, rgb(176,0,0) 0%, rgb(216,0,0) 40%, rgb(176,0,0) 100%);
	background-image: -moz-linear-gradient(top, rgb(176,0,0) 0%, rgb(216,0,0) 40%, rgb(176,0,0) 100%);
	background-image: -webkit-linear-gradient(top, rgb(176,0,0) 0%, rgb(216,0,0) 40%, rgb(176,0,0) 100%);
	background-image: -ms-linear-gradient(top, rgb(176,0,0) 0%, rgb(216,0,0) 40%, rgb(176,0,0) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(176,000,000)),color-stop(0.40, rgb(216,000,000)),color-stop(0.99, rgb(176,000,000)));
	border-radius: 0 0 20px  20px;
	border-top: solid 10px white;
	padding: 5px 25px;
}

.LoggedInCell
{
    text-align:center;
    width:155px;
    vertical-align:top;
}

.LoggedInSpan
{
	font-size: 14px;
	margin: 5px;
	text-align: left;
}

.LogInTable .ValidSummary
{
    color:#FF0000;
    height:100px;
}

.LogInTable .Label
{
    text-align:right;
    height:30px;
    width:200px;
}

.LogInTable .Field
{
    height:30px;
    width:200px;
}

.LogInTable .Message
{
    height:30px;
    width:200px;
}

.LogInTable .LogInSpacer
{
    height:300px;
}

.LogoCell
{
    width:160px;
    vertical-align:top;
}
    
.HeaderCell,
#header
{
	border-bottom: 1px solid #bbb;
	overflow: hidden;
}

#header #head_logo
{
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	height: 85px;
	width: 85px;
	background-image: url(Images/header_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#header #head_title
{
	font-size: 24px;
	padding: 4px 9px;
	margin-left: 100px;
}

.HeaderButtons
{
    padding: 5px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.55);
	border-bottom: 1px solid #dddddd;
	/*background-color: rgb(228,228,228);
	background-image: linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -o-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -moz-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -webkit-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -ms-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(228,228,228)),color-stop(0.99, rgb(216,216,216)));*/
}
.HeaderButtons div
{
  float: left;
  margin-left: 104px;
  font-size: 18px;
}

.HeaderButtons input[type=text]
{
	width: 38px;
	/*background-color: #e9e9e9;*/
}

.MainTable
{
	border-spacing: 0;
    min-width:1155px;
	max-width: 1600px;
}

.MainCell
{
    width:100%;
	vertical-align: top;
}

.LinkPara
{
    text-align:center;
}

/*.LinkPara a
{
	padding: 4px;
	background-color: #cc3333;
    border-color: #cc0000;
    border-radius: 5px;
    color: white;
}
.LinkPara a:hover
{
	padding: 4px;
	background-color: #cc3333;
    border-color: #cc0000;
    border-radius: 5px;
    color: white;
}*/

.Info
{
    padding-left:30px;
    font-family:Verdana;
    font-size:small;
}

.Info .ImportantInfo
{
    font-weight:bold;
    font-style:italic;
}

.TimeSheetFilterTable
{
    border-width:thin;
    border-style:solid;
    border-color:Black;
    width:810;
}

.TimeSheetFilterTable .Label
{
    text-align:right;
    width:300px;
}

.TimeSheetFilterTable .Filter
{
    text-align:left;
    width:300px;
}

.TimeSheetFilterTable .ApplyFilter
{
    text-align:center;
    width:210px;
}

.TaskFilterTable
{
    border-width:thin;
    border-style:solid;
    border-color:Black;
    width:810;
}

.TaskFilterTable .Label
{
    text-align:right;
    width:300px;
}

.TaskFilterTable .Filter
{
    text-align:left;
    width:300px;
}

.TaskFilterTable .ApplyFilter
{
    text-align:center;
    width:210px;
}

.VisibleFilter
{
    display:block;
}

.HiddenFilter
{
    display:none;
}

.OpenTaskTable
{
    border-width:thin;
    border-style:none;
    border-color:Black;
    width:810;
}

.OpenTaskTable .Label
{
    text-align:right;
    width:650px;
}

.OpenTaskTable .Filter
{
    text-align:center;
    width:60px;
}

.OpenTaskTable .OpenTaskID
{
    width:60px;
}

.OpenTaskTable .GoButton
{
    text-align:center;
    width:60px;
}

.LogEntryFilterTable
{
    border-width:thin;
    border-style:solid;
    border-color:Black;
    width:810;
}

.LogEntryFilterTable .Label
{
    text-align:right;
    width:300px;
}

.LogEntryFilterTable .Filter
{
    text-align:left;
    width:300px;
}

.LogEntryFilterTable .ApplyFilter
{
    text-align:center;
    width:210px;
}

.TaskPreviewDiv
{
    display:none;
    position:absolute;
    width:800px;
    background-color:white;
    border-width: 1px;
    border-style:solid;
    border-color:#999999;
	font-size: 12px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}

.ReportTable
{
	width:100%;
	border-collapse: collapse;
}

.ReportTable thead a
{
	background-color: #cc3333;
	border-radius: 5px;
	color: white;
	font-weight: normal;
	border: outset 2px #cc3333;
	padding: 2px 4px;
}

.ReportTable th,
.ReportTable td
{
	border: solid 1px #999999;
	margin: 0;
	padding: 3px;
	vertical-align: top;
}
.ReportTable th
{
	border-left: solid 3px #999999;
}

.ReportTable th.internal
{
	border-left-color: Red;
}
.ReportTable td p,
.ReportTable td ul,
.ReportTable td li
{
	margin-top:2px;
}

.ReportTable tr
{
	background-color: #eeeeee;
}
.ReportTable tr:nth-child(2n+1)
{
	background-color: white;
}

.ReportTable tr th.internal,
.ReportTable tr td.internal,
.ReportTable tr th.internal:nth-child(2n+1)
.ReportTable tr td.internal:nth-child(2n+1)
{
	background-color: rgb(240, 201, 207);
}

.ReportTable th
{
	text-align: left;
	width: 20%;
}
.ReportTable thead th:last-child
{
	border-bottom: solid 3px #660000;
}


.ProductionHours
{
	width: auto;
}
.ProductionHours td:first-child
{
	border-left: solid 3px #999999;
}
.ProductionHours td,
.ProductionHours th:last-child
{
	text-align: right;
	width: 15%;
}

#TaskViewTable th
{
	background-color: rgba(55, 71, 79, 0.08);
}
#TaskViewTable thead tr:first-child th,
#TaskViewTable tfoot tr:last-child th
{
	background-color: rgba(55, 71, 79, 0.2);
}
/*
#TaskViewTable
{
	width:100%;
	border-collapse: collapse;
}
#TaskViewTable th,
#TaskViewTable td
{
	border: solid 1px #999999;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}
#TaskViewTable th
{
	text-align: left;
	background: #e0e0e0;
	border-bottom: solid 2px #660000;
}
#TaskViewTable thead th
{
	background: #e0e0e0;
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #bcbcbc 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#bcbcbc));
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#bcbcbc 100%);
	background: -o-linear-gradient(top,  #e0e0e0 0%,#bcbcbc 100%);
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#bcbcbc 100%);
	background: linear-gradient(to bottom,  #e0e0e0 0%,#bcbcbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#bcbcbc',GradientType=0 );
	font-size:10px;
	text-align: center;
}
#TaskViewTable thead th:nth-child(4)
{
	text-align:left;
}
#TaskViewTable td:nth-child(4)
{
	text-align:left;
	font-size: 12px;
}
#TaskViewTable td div.dontwrap
{
	overflow: hidden;
	white-space: nowrap;
	width: 450px;
}*/
.WIPreviewDiv
{
    display:none;
    padding:5px;
    position:absolute;
    width:600px;
    background-color:#FFFF99;
    border-width:2px;
    border-style:solid;
    border-color:Black;
}

.AssigneePreviewDiv
{
    display:none;
    padding:5px;
    position:absolute;
    background-color:#EEEEEE;
    border-width:2px;
    border-style:solid;
    border-color:Black;
}

.TaskAssigneeDiv
{
    display:none;
    padding:5px;
    position:absolute;
    width:150px;
    background-color:#FFFFFF;
    border-width:2px;
    border-style:solid;
    border-color:Black;
}

.UpdateResult
{
    color:Red;
    font-weight:bold;
}

.TaskEditQuickMenu
{
	background-color:#EEEEEE;
	border: solid 1px #999999;
	font-size: 12px;
	display: none;
	padding: 4px;
}
.TaskEditQuickMenu a
{
  color: black;
  font-size: 10px;
  line-height: 20px;
  margin-left: 10px;
  width: 85%;
  display: block;
  white-space: nowrap;
}
.TaskEditQuickMenu a:hover
{
	background-color:#cccccc;
	text-decoration: none;
}
.TaskActionMenuDiv
{
    display:none;
    position:absolute;
    background-color:#EEEEEE;
    border-width:1px;
    border-style:solid;
    border-color:#999999;
}

.ContextMenuItem
{
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
    vertical-align:middle;
    font-size:smaller;
}

.MainMenuDiv
{
	/*padding: 0;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #cc0000;
	z-index: 10;
	border-radius: 10px 10px 0 0;
	width: 180px;*/
}

.SubMenuDiv
{
    display:none;
    padding:5px;
    position:inline;
    background-color:#FFFFFF;
}

/*-------------------- System Identification Styles --------------------*/ 
.Production
{
    background-color:#FFFFFF;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
}

.Test
{
    background-color:#99FF99;
    color:#000000;
    font-weight:bold;
    text-align:center;
}

.Development
{
    background-color:#FFFF99;
    color:#000000;
    font-weight:bold;
    text-align:center;
}

/*-------------------- jqGrid Task Styles --------------------*/ 
.Immediate td
{
    background-color: rgba(255, 204, 204, 0.6);
}

.Immediate.ui-state-hover td
{
    background-color: #FF9999;
}

.Immediate.ui-state-highlight td
{
    background-color: #FF6666;
}

.Urgent td
{
    background-color: rgba(255, 255, 204, 0.6);
}

.Urgent.ui-state-hover td
{
    background-color: #FFFF99;
}

.Urgent.ui-state-highlight td
{
    background-color: #FFFF66;
}

.Important td
{
    background-color: rgba(204, 255, 204, 0.60);
}

.Important.ui-state-hover td
{
    background-color: #99FF99;
}

.Important.ui-state-highlight td
{
    background-color: #66FF66;
}

.NotUrgent td
{
    background-color: rgba(204, 255, 255, 0.60);
}

.NotUrgent.ui-state-hover td
{
    background-color: #99FFFF;
}

.NotUrgent.ui-state-highlight td
{
    background-color: #66FFFF;
}

.CriticalLog td
{
    background-color: #FFCCFF;
}

.CriticalLog.ui-state-hover td
{
    background-color: #FF99FF;
}

.CriticalLog.ui-state-highlight td
{
    background-color: #FF66FF;
}

.ErrorLog td
{
    background-color: #FFCCCC;
}

.ErrorLog.ui-state-hover td
{
    background-color: #FF9999;
}

.ErrorLog.ui-state-highlight td
{
    background-color: #FF6666;
}

.WarningLog td
{
    background-color: #FFFFCC;
}

.WarningLog.ui-state-hover td
{
    background-color: #FFFF99;
}

.WarningLog.ui-state-highlight td
{
    background-color: #FFFF66;
}

.InfoLog td
{
    background-color: #CCFFCC;
}

.InfoLog.ui-state-hover td
{
    background-color: #99FF99;
}

.InfoLog.ui-state-highlight td
{
    background-color: #66FF66;
}

.FatalLog td
{
    background-color: #FFCCCC;
}

.FatalLog.ui-state-hover td
{
    background-color: #FF9999;
}

.FatalLog.ui-state-highlight td
{
    background-color: #FF6666;
}
.taskStatusSprite
{
	width: 16px;
	height: 16px;
	background: url('/Content/images/status_sprite.png');
	display: inline-block;
}



.MainMenuDiv h3
{
	/*font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 7px;
	line-height: 17px;
	background-color: #cc0000;
	border-radius: 5px 5px 0 0;
	color: whitesmoke;*/
	color: #7c96a3;
	font-weight: normal;
}
#TaskerMenu
{
	margin: 0;
}

#TaskerMenu .label {
	font-size: 90%;
	margin-left: 5px;
	min-width: 30px;
	float: right;
}

#TaskerMenu a,
#TaskerMenu a:visited
{
	color: #ccc;
	text-decoration: none;
	display: block;
	font-weight: 700;
	padding: 8px 15px;
	font-size: 12px;
	white-space: initial;
}
#TaskerMenu dt:hover,
#TaskerMenu dd > ul > li:hover {
	background-color: rgba(255, 255, 255, 0.03);
}

#TaskerMenu dt {
	/*background-color: rgb(245,245,245);
	background-image: linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);
	background-image: -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);
	background-image: -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);
	background-image: -webkit-linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);
	background-image: -ms-linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(245,245,245)),color-stop(0.99, rgb(233,233,233)));
	border-top: 1px solid #d9d9d9;
	cursor: pointer;
	padding: 3px 44px 3px 7px;
	color: #990000;*/
	position: relative;
	padding: 8px 15px;
	cursor: pointer;
	font-size: 12px;
	color: #cccccc;
}
#TaskerMenu dt.static {
	padding: 0px;
}
#TaskerMenu dt:hover
{
	/*background-color: rgb(228,228,228);
	background-image: linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -o-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -moz-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -webkit-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -ms-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(228,228,228)),color-stop(0.99, rgb(216,216,216)));*/
}

#TaskerMenu dt > span.arrow {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 36px;
	height: 100%;
	background-image: url('Images/arrow_right_white.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#TaskerMenu dt.selected {
	/*color: #660000;
	background-color: rgb(228,228,228);
	background-image: linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -o-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -moz-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -webkit-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -ms-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(228,228,228)),color-stop(0.99, rgb(216,216,216)));*/
}

	#TaskerMenu dt.selected > span.arrow {
		background-image: url('Images/arrow_down_white.png');
	}

#TaskerMenu dt.disabled {
	cursor: default;
	color: #bbbbbb;
	padding-right: 7px;
}

	#TaskerMenu dt.disabled > span.arrow {
		display: none;
	}

#TaskerMenu dt:first-child {
	border-top: none;
}


#TaskerMenu dd {
	margin-left: 0px;
}

#TaskerMenu dd dl {
	margin: 0;
	border-left: 5px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}

#TaskerMenu dd ul {
	margin: 0;
	padding: 0;
	position: relative;
}
					
#TaskerMenu dd ul li {
	position: relative;
	margin: 0;
	/*background-color: rgb(245,245,245);
	background-image: linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);
	background-image: -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);
	background-image: -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);
	background-image: -webkit-linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);
	background-image: -ms-linear-gradient(top, rgb(245,245,245) 0%, rgb(233,233,233) 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(245,245,245)),
		color-stop(0.99, rgb(233,233,233))
	);
	border-right: solid 4px #d9d9d9;
	border-top: 1px solid #d9d9d9;*/
	overflow: hidden;
	list-style: none;
	list-style-position: outside;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*#TaskerMenu dd ul li:hover
{
	background-color: rgb(228,228,228);
	background-image: linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -o-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -moz-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -webkit-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -ms-linear-gradient(top, rgb(228,228,228) 0%, rgb(216,216,216) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(228,228,228)),color-stop(0.99, rgb(216,216,216)));
}*/

#TaskerMenu dd ul li:before {
	/*position: absolute;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 100%;
	content: '';
	background-image: url('Images/bullet.png');
	background-position: center center;
	background-repeat: no-repeat;*/
}

/*#TaskerMenu dd ul li a
{
	font-weight: normal;
	padding: 3px 15px 3px 30px;
}*/

#TaskerMenu li {
	position: relative;
	padding: 3px 15px;
	cursor: pointer;
	font-size: 12px;
	color: #cccccc;
}

#TaskerMenu .toggle-list
{
	padding: 0;
}

#TaskerMenu .toggle-list ul li a
{
	padding: 0 30px;
}

#TaskerMenu dd ul li a
{
	padding: 0 0 0 15px;
	font-weight: normal;
							
}

#TaskerMenu li > span.arrow {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 36px;
	height: 100%;
	background-image: url('Images/arrow_right_white.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#TaskerMenu li.selected > span.arrow {
	background-image: url('Images/arrow_down_white.png');
}

#TaskerMenu li:hover,
#TaskerMenu li > ul > li:hover {
	background-color: rgba(255, 255, 255, 0.03);
}


#tblAttachments
{
	border: solid 1px #999999;
}
#tblAttachments th,
#tblAttachments td
{
	border: solid 1px #999999;
}

.TaskEdit {
}

.TaskEdit table tr
{
}
.TaskEdit table tr:nth-child(2n)
{
	background-color: #dddddd;
}
.TaskEdit table th,
.TaskEdit table th
{
	vertical-align: top;
}
.TaskEdit table th
{
	text-align: left;
	white-space: nowrap;
}
.TaskEdit table th:nth-child(2)
{
	text-align: right;
}

.TaskEdit table tr.sectBreak th,
.TaskEdit table tr.sectBreak td
{
	border-top: solid 1px #660000;
}

.TaskEdit .form-group {
	margin-bottom: 5px;
}

.TaskEdit hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.table {
	font-size: 12px;
}

.table > thead > tr > th {
	font-size: 100%;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 5px;
	border-left: 1px solid rgba(0, 0, 0, 0.06);
	border-right: 1px solid rgba(0, 0, 0, 0.06);
}


.ui-jqgrid tr.ui-row-ltr th
{
	text-align: left;
	background-color: rgb(231, 231, 231);
	border-right-width: 1px;
	border-right-color: inherit;
	border-right-style: solid;
}
.ui-jqgrid tr.jqgrow th
{
	font-weight: normal;
	overflow: hidden;
	white-space: pre;
	height: 22px;
	padding: 0 2px 0 2px;
	border-bottom-width: 1px;
	border-bottom-color: inherit;
	border-bottom-style: solid;
}

.taskNote th
{
	border-left-color: #aaaaaa;
	background-color: White;
	width: 175px;
	padding: 6px 3px;
	vertical-align: top;
	border-left: solid 3px #aaaaaa;
}
.taskNote td
{
	background-color: White;
	padding-left: 3px;
	vertical-align: top;
}
.taskNoteAdmin
{
	display: none;
}
.taskNoteAdmin th
{
	border-left-color: blue; background-color: lightblue;
}
.taskNoteAdmin td
{
	background-color: lightblue;
}
.taskNoteInternal th
{
	border-left-color: Red; background-color: LightPink;
}
.taskNoteInternal td
{
	background-color: LightPink;
}
.taskNotePublic th
{
	border-left-color: steelblue; background-color: lightsteelblue;
}
.taskNotePublic td
{
	background-color: lightsteelblue;
}

.defaultSkin table.mceLayout
{
	width: 100% !important;
}

#doNotChargeClient
{
	display: none;
}