@charset "utf-8";
td img {display: block;}

#Table_01 {
	margin: 0px auto;
	position:relative;
	left:0px;
	top:0px;
	width:990px;
}

td,th {
	font-family: verdana;
	font-size: 12px;
}
a {
	font-family: verdana;
}

a.link:link{color:#000000; text-decoration:none}
a.link:active{color:#000000; text-decoration:none}
a.link:visited{color:#000000; text-decoration:none}
a.link:hover{color:blue; text-decoration:underline}

body {background-image:url(images/background.gif); width:100%; background-color:#1E53AC; background-repeat:repeat-x}

	a:active,a:link,a:visited,a:focus {
		color: red;
		font-weight: normal;
		text-decoration : none;
	}	

	a:hover {
		color : #f27b08;
	}

	small {
		font-size: 10px;
		font-weight: normal;
	}

	table.outer {
		border : $thumb_border_width = 1px solid #505050;
		background : transparent;
		color: black;
		font-size: 14px;
		text-align : center;
		vertical-align : top;
		margin : 0px;
		padding : 0px;
}

	table.outer td {
		border : none;
		color: #ffffff;
		padding : 5px;
	}

	table.outer td.img {
		border :  $thumb_td_border_width = 1px solid #505050;
		background : #303030;
		padding : $thumb_td_padding = 7px;
	}

	table.outer td.empty {
		border : none;
		background : transparent;
		padding : 0px;
	}

	table.outer td.desc {
		background : #363636;
		color: red;
	}

	table.outer th {
		border : none;
		background : #505050;
		color: red;
		font-size: 18px;
		font-weight: bold;
		text-align : center;
		padding : 5px;
	}

	table.outer th.sub {
		border : none;
		background : #505050;
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
		text-align : left;
		padding : 1px 1px 1px 10px;
	}

	img.thumb {
		border : $thumb_td_border_width = 1px solid black;
		margin : 0px;
	}

	img.full {
		border: none;
		margin : 10px;
	}