
/* project list view (used in project_list.php)
------------------------------------------------------*/

TABLE.data_table {
	margin-top: 30px;
	margin-left: 10px;
	margin: 0 auto;
	width: 940px;
	padding-bottom: 90px;
	}
	TABLE.data_table TH {
		padding: 0;
		}
		TABLE.data_table TH P { 
			border-bottom: 1px solid #505050;
			font-weight: bold;
			color: #fff;
			padding: 8px 10px 5px 10px;
			position: relative;
			cursor: pointer;
			}	
			TABLE.data_table TH P SPAN.arrow { 
				display: block;
				height: 10px;
				width: 10px;
				position: absolute;
				top: 10px;
				right: 10px;
				}
				TABLE.data_table TH.headerSortDown P SPAN.arrow { 
					background: url(../img/arrow_dropdown.png) no-repeat right 0;
					}
				TABLE.data_table TH.headerSortUp P SPAN.arrow { 
					background: url(../img/arrow_dropdown.png) no-repeat 0px -14px;
					}


							
	TABLE.data_table TH A {
		text-decoration: none;
		font-weight: bold;
		padding-right: 15px;
		background: url(../img/arrow_dropdown.png) right 0 no-repeat;
		}
		TABLE.data_table TH A:hover {
			color: #00aedb;
			}

	TABLE.data_table TR { 
		}
		TABLE.data_table TR TD {  
			vertical-align: middle;
			color: #C0C0C0;
			padding: 10px;
			border-bottom: 1px solid #505050;
			}
			TABLE.data_table TR TD.dark {
				background: #252525;
				}
			TABLE.data_table TR TD A.button {  
				margin: 0;
				}  

			TABLE.data_table TR TD EM {  
				line-height: 14px;
				font-weight: normal;
				font-size: 10px;
				display: block;
				padding-top: 6px;
				}
				
				
				/*

				TABLE.data_table TH.project_title  {  
					width: 220px;
					}	
				TABLE.data_table TH.location  {  
					width: 220px;
					padding-left: 20px;
					}
				TABLE.data_table TH.client_type  {  
					width: 140px;
					padding-left: 20px;
					}
				TABLE.data_table TH.service_type  {  
					width: 140px;
					padding-left: 20px;
					}
				TABLE.data_table TH.date_completed  {  
					width: 140px;
					padding-left: 20px;
					}

				TABLE.data_table TR TD.project_title { 
					padding-left: 10px;
					}  
					TABLE.data_table TR TD.project_title A {
						font-weight: bold;
						} 
					
				TABLE.data_table TR TD.location { 
					padding-left: 20px;
					}  
				TABLE.data_table TR TD.client_type { 
					padding-left: 20px;
					}  
				TABLE.data_table TR TD.service_type { 
					padding-left: 20px;
					}  
				TABLE.data_table TR TD.date_completed { 
					padding-left: 20px;
					}  
		
				*/

