@charset "utf-8";
/* CSS Document */
#pro_bor{
	text-align: left;
}
#pro_bor table {
	border:1px solid gray;
	border-collapse:collapse;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D3E4E5;
}
#pro_bor table caption{
	border:1px solid #5C443A;
	color:#5C443A;
	font-weight:bold;
	letter-spacing:20px;
	padding:6px 4px 8px 0px;
	text-align:center;
	text-transform:uppercase;
}
#pro_bor table td, th {
	color:#363636;
	padding:2px 5px 2px 8px;
}
#pro_bor table tr { border:1px dotted gray;
}
#pro_bor table thead th, tfoot th {
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	text-align:left;
	text-transform:uppercase;
	background-color: #036;
}
#pro_bor table tbody td a { color:#363636;
 text-decoration:none;
}
#pro_bor table tbody td a:visited { color:gray;
 text-decoration:line-through;
}
#pro_bor table tbody td a:hover { text-decoration:underline;
}
#pro_bor table tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
#pro_bor table tbody th a:hover { color:#363636;
}
#pro_bor table tbody td+td+td+td a { background-image:url('bullet_blue.png');
 background-position:left center;
 background-repeat:no-repeat;
 color:#03476F;
 padding-left:15px;
}
#pro_bor table tbody td+td+td+td a:visited { background-image:url('bullet_white.png');
 background-position:left center;
 background-repeat:no-repeat;
}
#pro_bor table tbody th, tbody td { text-align:left;
 vertical-align:top;
}
#pro_bor table tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
#pro_bor table .odd { background:#fff;
}
#pro_bor table tbody tr:hover {
	border:1px solid #03476F;
	color:#000000;
	background-color: #009fa8;
}
