/*----[Grid CSS ] --- */

.StatGrid {
    border: 1px solid #EFEDE4;
    border-width: thin;
	padding-left:5px;
}

.StatGrid th {
    border-left: 1px solid white;
    color: #666666;
    background-color: #C3BEBB;
    background-repeat: repeat-x;
    padding-top: 4px;
    padding-right: 3px;
    padding-bottom: 4px;
    padding-left: 5px;
	text-align:center;
}

.StatGrid  td {
    border : 1px solid #ededed;
}

.StatGrid a {
	text-decoration:underline;
	color:#7D848F;
	display:block;
	width:100%;
	height:100%;
}

.StatGrid a:link {
	text-decoration:underline;
	color:#7D848F;
}

.StatGrid a:visited {
	text-decoration:underline;
	color:#7D848F;
}


.StatGrid a:hover {
	text-decoration:underline;
	color:#001F4F;
	font-weight:bold;
	background-color:#FAFFDF;
}





.StatGrid input {

   
}

.StatGrid .EmptyRow .DeleteButton, .StatGrid .NewRow .DeleteButton, .StatGrid .EmptyRow input {
    visibility: hidden;
}

.StatGrid .VdfRowEven {
    background-color:#EFF4FF;
}

.StatGrid .VdfRowOdd {
}
/*----[End Grid CSS ] --- */

.StatHeader {
	background-color : #ADD8E6;
	width : 100%;
	
}
.StatHeader td{
    height : 17px;
	padding-left : 10px;
	text-align : left;
}

#StatisticSortTable{
	
}


#sortMainDiv{

}

#ProductListDiv{
	margin-left:1%;
}

#StatHeaderDiv{
	margin-top : 16px;
}

#GoButtonDiv{
	margin-top:1%;
}
/*---main div--*/
#DisplayStatistics{
	display:block;
	clear:both;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#DivEmployee{
	display:block;
	clear:both;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
#DivPriority{
	display:block;
	clear:both;
	width:95%;
	margin-left:auto;
	margin-right:auto;

}

.TableCaption{
	font-size:12px;
	font-weight:bold;
	margin-bottom:1px;
	margin-top:15px;
	text-align:left;
	padding:5px;
}
/*--end--*/
/*---status table and div css------*/
#StatusTable{
	width:100%;
}

.StatusProductTotal .columnSubCategory{
	color:white;
}
.columnProduct {
	width:12%;
}

.columnCategory {
	width:16%;
}

.columnSubCategory {
	width:16%;
}

.columnOpen{
	width:7%;
	text-align:center;
}

.columnNew{
	width:7%;
	text-align:center;
}

.columnClosed{
	width:7%;
	text-align:center;
}

.columnOnHold{
	width:7%;
	text-align:center;
}

.columnDevelopment{
	width:7%;
	text-align:center;
}


.columnTesting{
	width:7%;
	text-align:center;
}

.columnRe-Opened{
	width:7%;
	text-align:center;
}


.columnTotal{
	width:7%;
	text-align:center;
	padding-right:5px;
		
}
/*-----End--*/
/*------pripority table and div css--------*/
#PriorityTable{
	width:100%; 
	border:1px;
}

.columnProductPriority{
	width:18%;
	
}
.columnCategoryPriority{
	width:16%;
}
.columnSubCategoryPriority{
	width:16%;
}
.columnHigh{
	width:12%;
	text-align:center;
}
.columnMedium{
	width:12%;
	text-align:center;
}
.columnLow{
	width:12%;
	text-align:center;
}
.columnTotalPriority{
	width:12%;
	text-align:center;
}

/*-----------End----------*/
/*---Employee Status table and div css--------*/
#EmployeeStatusTable{
	width:100%;
	border:1px;
}
#EmployeeStatusTable .StatusHeader{
	text-align:center;
}

#EmployeeStatusTable .columnEmp{
	width:20%;
	padding-left:5px;
}

#EmployeeStatusTable .columnEmpStatus{
	text-align:center;
}

.columnEmpOpen{
	width:10%;
	text-align:center;
}
.columnEmpNew{
	width:10%;
	text-align:center;
}
.columnEmpOnHold{
	width:10%;
	text-align:center;
}
.columnEmpTest{
	width:10%;
	text-align:center;
}
.columnEmpDevlopment{
	width:10%;
	text-align:center;
}
.columnEmpClosed{
	width:10%;
	text-align:center;
}
.columnReOpened{
	width:10%;
	text-align:center;
}
.columnEmpTotal{
	width:10%;
	text-align:center;
}

/*---Employee Status table and div css--------*/
#EmployeePriorityTable{
	width:100%;
	border:1px;
}
#EmployeePriorityTable .PriorityHeader{
	text-align:center;
}
#EmployeePriorityTable.columnEmp{
	width:20%;
	padding-left:5px;
}

#EmployeePriorityTable .columnEmpPrority{
	text-align:center;
}
/*---------------End---------*/


.CategoryTable{
	position:relative;
	width:100%;
	text-align:center;
}

.StatGrid  .RowStyle{
	width:25%;
	text-align:center;
}

.StatGrid  .RowStyleValue{
	text-align:center;
}


/*---Status and Priority table--------*/
#StatusPriorityTable{
	width:100%;
	border:1px;
}
#StatusPriorityTable .StatusHeader{
	text-align:center;
}
#StatusPriorityTable .PriorityColumn{
	width:20%;
	text-align:left;
}

#StatusPriorityTable .PriorityColumn{
	width:10%;
	text-align:center;
	
}
#StatusPriorityTable .StatusColumn{
	width:10%;
	text-align:left;
}
/*---------------End---------*/
.columnStatus{
	width:10%;
	text-align:left;
}
/*---Product IP table and div css------*/
#IPTable{
	width:100%; 
	border:1px;
}

.columnProductPriority{
	width:19%;
	
}
.columnCategoryPriority{
	width:17%;
}
.columnSubCategoryPriority{
	width:17%;
}

.colIPOne{
	width:4%;
	text-align:center;
}
.colIPTwo{
	width:4%;
	text-align:center;
}
.colIPThree{
	width:4%;
	text-align:center;
}
.colIPFour{
	width:4%;
	text-align:center;
}
.colIPFive{
	width:4%;
	text-align:center;
}
.colIPSix{
	width:4%;
	text-align:center;
}
.colIPSeven{
	width:4%;
	text-align:center;
}
.colIPEight{
	width:4%;
	text-align:center;
}
.colIPNine{
	width:4%;
	text-align:center;
}

.colIPTen{
	width:4%;
	text-align:center;
}
.colIPTotal{
	width:10%;
	text-align:center;
}

/*---------------End---------*/
