/* CSS Document */


table {
	width:300px;
	margin:0; 
 	padding:0;
	font-family: Trebuchet, Arial, sans-serif;	
	color: #1c5d79;
	
}

#table_2 {
	width:620px;
	margin:0; 
 	padding:0;
	font-family: Trebuchet, Arial, sans-serif;	
	color: #1c5d79;
	
}

table, tr, th, td {
	border-collapse: collapse;
}
caption {
	margin:0;
	background: #f3f3f3;
	height: 26px;
	line-height: 26px;
	text-indent: 20px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;

	border: solid 1px #326e87;
	border-bottom: none;
	border-collapse: collapse;
	margin-left: -1px;
}

/* HEAD */

thead {
	background-color: #FFFFFF;
	border: none;
}
thead tr th {
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #1c5d79;
	background-image: url(../images/col_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #326e87;
	border-collapse: collapse;
	font-size: 12px;
	
}

/* BODY */

tbody tr {
	background: #dfedf3;
	font-size: 12px;
}
tbody tr.odd {
	background: #F0FFFF;
}
tbody tr:hover, tbody tr.odd:hover {
	background: #99CCFF;
}
tbody tr th, tbody tr td {
	padding: 2px 2px 2px 5px;
	border: solid 1px #326e87;
}
tbody tr th {

	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 12px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #1c5d79;

}
tbody tr th:hover {
	background: #99CCFF;

}

/* LINKS */

table a {
	color: #1c5d79;
	text-decoration: none;
	font-size: 12px;

}
table a:hover {
	color: #FF6600;
	border-bottom: none;
}

/* FOOTER */

tfoot {
	background: #f3f3f3;
	height: 24px;
	line-height: 24px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #555d6d;
	text-align: center;
	letter-spacing: 3px;
	border-top: solid 2px #326e87;
	border-bottom: dashed 1px #c2c2c2;
}
tfoot tr th, tfoot tr td {
	padding: .1em .6em;
	
}
tfoot tr th {
	border-top: solid 1px #326e87;
}
tfoot tr td {
	text-align: right;
	
}

