﻿/* CSS Document */
body{
	font-size:12px;
	line-height:17px;}
table{
	width:100%;
	border-top:1px solid #CCCCCC;
	border-right:0px;
	border-bottom:0px;
	border-left:1px solid #CCCCCC;
	margin-top:12px;	
	margin-bottom:24px;}
th{
	background-color: #E5EEFC;
	text-align:center;}
td,th{
	border-top:0px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:0px;
	padding:8px 8px 8px 8px;}
td{
	background-color: #FFFFFF;}
td.gray{
	background-color:#F2F2F2;}
td.url{
	background-image: url(../Images/b-url.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-left:26px;
}
td.files{
	background-image: url(../Images/b-files.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-left:26px;
}