﻿/*-------------------------- Common Table layout -----------------------*/
	.table {
		margin-bottom: 15px;
		width: 100%;
		border-collapse: collapse;
	}
	.table_header td {
		background: url('/images/layout/tableheader-bg.gif') no-repeat left top;
		color: #0D1F51;
		border-top: 1px solid #CBD6DE;
		border-bottom: 1px solid #ADBECB;
		font-size: 12px;
		font-weight: bold; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px
	}
	.table_header2 {
		background: url('/images/layout/tableheader-bg.gif') no-repeat left top;
		color: #0D1F51;
		border: 1px solid #ADBECB;
		font-size: 12px;
		font-weight: bold; 
		padding:10px; 
	}	
	.table_header td a:link, .table_header td a:visited {
		text-decoration: underline;
		color: #0D1F51;
	}
	.table_header td h1{
		text-decoration: none;
		color: #0D1F51;
		padding: 0px;
		margin: 0px;		
	}	
	.table_header td h2{
		text-decoration: none;
		color: #0D1F51;
	}	
	.table_header td h3{
		font-size: 12px;
		color: #0D1F51;
		padding: 0px;
		margin: 0px;
	}	
	.table_header td h4{
		font-size: 10px;
		color: #0D1F51;
		padding: 0px;
	
	}	
	.table_header td a:hover {
		text-decoration: underline;
		color: #0D1F51;
	}
	.table_header td {
		border: 1px solid #CBD6DE;
	}
	.table td a:link, .row1 td a:visited {
		text-decoration: none;
		font-weight: bold;  
		color: #0D1F51;
	}
	.table td a:hover {
		text-decoration: underline;
		font-weight: bold;  
		color: #0D1F51;
	}	
	.row1 td, .row2 td, .row_hover td, .paging_row td {
		padding: 5px;
		color: #666666;
		border: 1px solid #CBD6DE;
	}
	.row1 td {
		background: #ffffff;
	}
	.row2 td {
		background: #eeeeee;
	}
	.row_hover td {
		background: #FBFACE;
		color: #000000;
	}
	/*------------------- End Table -------------------------*/

