﻿.maincontainer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.contentArea
{
	width: 100%;
	border: thin #000088 solid;
}

.actionPanel
{
	width: 150px;
}

h1 {
	font-size: large;
}
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	background-color:#F5F5F5;
}

.labelLeft150 {
	display: block;
	float: left;
	width: 150px;
	padding: 0px;
}

.table {
	display: table;
	width: 100%;
}
.tr
{
	display: table-row;
}

.td
{
	padding: 2px;
	display: table-cell;
}

.td150
{
	padding: 2px;
	width: 150px;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}

.header,
.headertop
{
	border: navy solid;
    font-weight: bold;
    font-size: x-small;
    text-transform: uppercase;
    color: #fffacd;
    font-family: Arial, 'Courier New', Courier;
    background-color: #3366cc;
    text-align: left;
}

.headerleft
{
	height: 19px;
	width: 150px;
	vertical-align: top;
	background-color:#E2E4FC;
	font-weight: bold;
	text-transform:uppercase;
}


.headerCenter
{
	border: navy solid;
    font-weight: bold;
    font-size: x-small;
    text-transform: uppercase;
    color: #fffacd;
    font-family: Arial, 'Courier New', Courier;
    background-color: #3366cc;
    text-align: center;
}

.helpTitle
{
	
}

.historyHighlight1
{
    background-color: #e4f1f1;
}
.historyHighlight2
{
    background-color: #fffff0;
}

.helpDescription
{
	font-style: italic;
}



td
{
    font-size: small;
    font-family: Verdana, Arial
}

.helpBox
{
	border: medium #000000 solid;
	width: auto;
	color: blue;
	font-family: Arial;
	height: 80px;
	background-color: #FFFFDD
}

.helpTitle
{
	font-weight:bold;

}

.helpDescription
{
	font-style:italic;
	font-size:xx-small;
}

.InProgress
{
    background-color: #ccffcc
}
.Halted
{
    background-color: #ffcc66
}
.Completed
{
    background-color: #dcdcdc
}
.Closed
{
    background-color: #bebebe
}
.Pending
{
    background-color: #ccffff
}
.fileZone {
	border: thin solid #000000;
	text-transform: uppercase;
	background-color: #ffe4b5;
}

.dialogOpen
{
    font-weight: bolder;
    font-size: small;
    color: white;
    background-color: #000088;
    clear:both;
    padding-top: 3px;
}

.title
{
	font-size: large;
	font-weight: bold;
	color:#CC0000;
}

.description 
{
	font-size: small;
	font-style:	italic;
}

.highlight
{
    background-color: #ffffff;
}

.helpImage
{
	margin-left: auto; 
	margin-right:auto; 
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
dd {
	font-style: italic;
	margin-bottom: 15px;
}
dt {
	font-size: medium;
	font-weight: bold;
}

.calendarTask
{
	position: absolute;
	width: 250px;
	height: 150px;
	border: solid 2px blue;
	background-color:white;
	padding: 5px;
}
.calendarTask2
{
	
	
	
}

.sidebox {
	font-size: small;
	z-index: 100;
}
.sideboxhead {
	background: url(/img/taskcalendartop.png) no-repeat top right;
	width: 221px; /* ems so it will grow */
	height: 30px;
	overflow:hidden;
	font-size: x-small;
	text-indent: 4px;
}

.sideboxhead div
{
	padding: 1px 1px 1px 4px; 
	overflow:hidden;
}

.sideboxbottom {
	width: 221px;
	height: 14px;
	background: url(/img/taskcalendarbottom.png) no-repeat bottom right;
}
.sideboxbody 
{
	padding: 2px;
	background-color:#E5E5E5;
	width:217px;
	font-size:x-small;
}

.sideboxbody div 
{
	color: Black;	
}

.sideboxbody div b
{
	text-transform:uppercase;	
	
}

.panelAdvancedFilter
{
	padding-left: 10px;
	border-bottom: 1px black solid;
	width:100%;
}

.checkBoxShowAdvancedFilter
{
	border-bottom: 1px black solid;
	width: 100%;
}

