body, td {
       font-size:11px;
}
.listTable {
	border-collapse: collapse;
}
textarea, select, option, input {
       font-size: 11px;

}
.numberTotal td{
	padding: 2px;
	font-weight: bold;
}

#TotalHeading{
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#TotalBudget, #TotalActual, #TotalForecast{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #000;
}



.alertBox{
	border: 1px solid #ffe8cd;
	background-color: #fff9d8;
	background: #fff9d8;
	color: #cc0000;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.severityReportComments {
	display: inline;
	font-weight: bold;
}

.editGroupTable{
	/*width: 90%;*/
	border-collapse: collapse;
	border: 2px solid #000;
}
.editGroupTable tr{
	border-bottom: 1px solid #c0c0c0;
}
.editGroupTable td{
	padding: 1px;
	padding-left: 2px;
}

.editGroupTable thead{
	border-bottom: 2px solid #000;
}

.reportHeading {
	text-align: center;
	font-weight: bold;
	background-color: #FFFF99;
	cursor: move;
}

.move{
	cursor: move;
}

.reportHeadingIncluded{
	text-align: center;
	font-weight: bold;
	background-color: #fcdfb5;
	cursor: move;
}

.reportItemDefiningHeader{
	background-color: #AFAFAF; /*#E0E0E0;*/
}

.reportItemDefiningHeader2{
	background-color: #D3D3D3; /*#f4f4f4;*/
}

.reportItemPositive{
	background-color: #53b448;
	font-weight: bold;
        color: #ffffff;
	text-align: center;
	width: 47px;
}
.reportItemNegative{
	background-color: #f00;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 47px;
}

#extraLinks{
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	padding: 2px;
}
#extraLinks li{
	background-color: #f0f0f0;
	padding-left: 4px;
}


.toleranceLevels {
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	margin: 0px;
	padding: 4px;
}

.toleranceLevels > div { /* the first heading */
	border: none;
	font-weight: normal;
	margin-bottom: 6px;
	margin-left: 0px;
}

.toleranceColumn {
	font-size: 8pt;
	border-bottom: none;
}

.headingBlock{
	margin-bottom: 20px;

}

.negativeBetter{
	text-align: center;
	font-weight: bold;
	color: #f00;
}

.positiveBetter{
	text-align: center;
	font-weight: bold;
	color: #53b448; /*	(74, 199, 36) */
}

.valueNotSet{
	border: 2px solid #f00;
}

.categoryTable{
	width: 95%;
	border-collapse: collapse;
}
.categoryTable th, .listTable th {
	background-color:#666666;
    color: #ffffff;
    padding: 3px;
}

.categoryTable td, .listTable td{
	border: 1px solid #cccccc;
	padding: 2px;
}


.renameTable{
	border-collapse: collapse;
	width: 100%;
}
.renameTable th {
	background-color:#c0c0c0;
	color: #000;
}

.renameTable td{
	border: 1px solid #c0c0c0;
	padding: 2px;
}

.viewTable{
	width: 100%;
}

.itemUsed{
	background-color: #f0f0f0;
	color: #606060;
}


/* *********** For scrolling tables */
div.tableContainer{
	width: 100%;		/* table width will be 99% of this */
	height: 600px; 	/* must be greater than tbody */
	overflow: auto;
}

@media print {
	div.tableContainer, tbody.scrollBody{ 
		overflow: visible; 
		height: auto;
	}
}

div.tableContainer thead th{
	position:relative; 
	top: expression(document.getElementById('scrollTable').scrollTop-2); /* IE5+ only */
}
div.tableContainer table > tbody.scrollBody	{  /* note child selector syntax which IE6 and older do not support */
	overflow: auto; 
	height: 500px;
}

tbody.scrollBody tr, tbody.scrollBody td{
	height: 20px;
}

/* ************** end scrolling tables */


.groupBlock, .GroupDeleteCell, .GroupFlagCell, .GroupFlagHeading, .GroupNameCell, .GroupReportCell, .GroupTypeCell, .GroupDeleteHeading, .GroupNameHeading, .GroupTypeHeading, .GroupReportHeading{
	height: 20px;
	display: block;
	border: 1px solid #c0c0c0;
	border-top: none;
}

.groupBlock{
	width: 578px; /*509px;*/
}

.groupBlockRowBreak{
	background-color: #f0f0f0;
	height: 20px;
	clear: both;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.GroupDeleteHeading, .GroupFlagHeading, .GroupNameHeading, .GroupTypeHeading, .GroupReportHeading{
	background-color: #c0c0c0;
	font-weight: bold;
}

.GroupDeleteCell, .GroupFlagCell, .GroupNameCell, .GroupTypeCell, .GroupReportCell{
	cursor: move;
}

.GroupDeleteCell, .GroupDeleteHeading{
	width: 45px; /*30*/
	float: left;
	text-align: center;
}


.GroupFlagCell, .GroupFlagHeading{
	width: 20px;
	float: left;
	text-align: center;
}

.GroupNameCell, .GroupNameHeading{
	xwidth: 341px; /*388*/
	width: 410px;
    padding-left:5px;
	float: left;
	border-left: none;
	border-right: none;
	overflow: hidden;
}

.GroupTypeCell, .GroupTypeHeading{
	width: 45px;
	float: left;
	text-align: center;
}

.GroupReportCell, .GroupReportHeading{
	width: 45px;
	float: left;
	text-align: center;
	font-weight: bold;
}

.generateReport{
	font-size: 8pt;
	font-style: italic;
}

/***** toleance table tds ****** */
.tolTable{
	border-collapse: collapse;
	border: 1px solid #000;
}

.tolTable th, .tolGray{
	background-color: #f0f0f0;
}

.tolTable tr{
	vertical-align: middle;
}

.tolTable td{
	vertical-align: middle;
	border: 1px solid #000;
	width: 80px;
}


.tolTable input{
	text-align: right;
}

.tolTable th.tolGreen{
	border: 1px solid #000;
	background-color: #53b448;
	color: #fff;
}

.tolTable th.tolRed{
	border: 1px solid #000;
	background-color: #b00c0c;
	color: #fff;
}

.tolGreen{
	text-align: center;
	background-color: #53b448;
	color: #fff;
}

.tolYellow{
	text-align: center;
	background-color: #fef53b;
	width: 40px;
}

.tolOrange{
	text-align: center;
	background-color: #FF9900; /*#fd9729;*/
	width: 40px;
}

.tolRed{
	text-align: center;
	background-color: #b00c0c;
	color: #fff;
}

.tolPivot{
	text-align: center;
}

.tolDesc{
	text-align: left;
	margin-top: 5px;
}

.tolDesc ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

.tolDesc_Red{
	font-weight: bold;
	color: #f00;
}

.tolDesc_Green{
	font-weight: bold;
	color: #53b448;
}

#includeConditions, #includeConditionsPre{
	display: inline;
}

#DuplicateText{
	display: inline;
	color: #c00;
	font-weight: bold;
	margin-left: 10px;
}

.SelectAllNone {
	font-weight: normal;
	font-size: 7pt;
	cursor: pointer;	
}


#moveItemBlock{
	width: 90%;
	margin-top: 30px;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	padding: 5px;
	height: 50px;
}


fieldset.navClientAccess{
	border: 1px solid #c0c0c0;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

fieldset.navClientAccess legend{
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #c00;
}

#TemplateDesc{
	margin-top: 5px;
	padding: 3px;
	background-color: #ccffcc;
	border: 1px solid #339966;
	font-size: 8pt;
}

.GroupReportIcon{
	vertical-align: middle; 
	border: none;
}

#indicatorA, #indicatorB, #indicatorC, #indicatorD, #indicatorE{
	display: inline;
	font-weight: bold;
} 

.isInList{
	background-color: #60BC23;
	color: #000;
}

/* ******** start tabs ************* */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
	border-bottom: 1px solid gray;
	/* width: 90%; width of menu. Uncomment to change to a specific width */
	margin-bottom: 1em;
}

.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;	
	white-space: nowrap;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
	white-space:nowrap;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.tabSelected{
	position: relative;
	top: 1px;
}

.shadetabs li.tabSelected a{ /*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li.tabSelected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ******** end tabs ************* */

.numberField{
	text-align: right;
}

.thisPeriod{
	background-color: #FFFFC5;
}

.numbersTableQuadrants{
	width: 630px;
}
.numbersTableQuadrants td {
	vertical-align: top;
	padding-right: 0px;
}
td.dataInput {
	text-align: center;
}
td.dataInput img {
	vertical-align: middle;
}
.numbersTable{
	width: 90%;
	border-collapse: collapse;
}
.numbersTable td {
	padding-top:5px;
}

.invoiceDownload{
	width: 180px;
	text-align: center;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	margin: 2px;
	padding: 2px;
	float: left;
}

.renWhat{
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	margin-left: 20px;
	padding: 1px;
}

table.inputContainer td{
	padding: 1px;
}

/* Manually Calculated Forecast in EditGroup */
.mc{
	background-color: #c0c0c0;
	color: #fff;
	padding: 2px;
	font-size: 6pt;
}

.sortCategory{
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	color: #000;
	padding: 4px;
	margin: 5px;
	cursor: move;
}

.rptConfigList{
	/*width: 170px;*/
}

.reportSelectionTable{
	border-collapse: collapse;
}
.reportSelectionTable tr{
	vertical-align: top;
}

.reportSelectionTable tr:hover{
	background-color: #f0f0f0;
}

.reportSelectionTable td{
	/*border: 1px solid #f0f0f0;*/
}

.posVariance{
	background-color: #900;
	font-weight: bold;
	color: yellow;
	text-align: center;
}

/* notifications */
.notifyLevelInfo{
	color: #0000cd;
}

.notifyLevelWarn{
	color: #ffa500;
}

.notifyLevelCritical{
	color: #ff0000;
	font-weight: bold;
}

.notifyTable{
	border-collapse: collapse;
	width: 100%;
}

.notifyTable td{
	border: 1px solid #eee;
	padding: 1px;
	font-size: 8pt;
	vertical-align: top;
}


.noteBlock{
	cursor: move;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	margin-bottom: 3px;
}

.isInGroup{
	background-color: #f0f0f0;
	color: #c0c0c0;
	font-style: italic;
}

.cpSelect{
	width: 20px; 
	margin-right: 2px;
	cursor: pointer;
	border: 1px solid #000;
}

.duplicate{
	background-color: #FDFD96;
}

.boardReportImg{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #6600cc;
	background-color: #9933ff;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.8);	
	font-size: 7pt;
	padding: 1px;
	margin-right: 4px;
}