@charset "UTF-8";
#content/* sidebar */
 {
	width:80%;
}
ul {
	margin:10px;
}
ul li {
	border-bottom:1px solid #b484da;
	list-style:none;
	padding:5px 2px 1px;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: .8em;
}
ul li a {
	color:#CCCCCC;
	display:block;
	font-family:Geneva;
	padding:2px;
	text-decoration:none;
	font-weight: normal;
	margin: 0px;
}
ul li a:hover {
	background-color: #CCCCCC;
	color: #333333;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	background-color: #000000;
}
a {
	text-decoration: none;
	color: #CCCCCC;
}
/* Table Style */
table {
	color: #7F7F7F;
	border-collapse: collapse
}
table, caption {
	margin: 0 auto
}
caption, th, td {
	border-left: 0;
	padding: 10px
}
caption, thead th, tfoot th, tfoot td {
	background-color: #F1F1F1;
	color: #666;
	font-weight: bold;
	text-transform: uppercase
}
thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: center
}
tbody th {
	padding: 20px 10px
}
tbody tr.odd {
	background-color: #F7F7F7;
	color: #666
}
tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}
tbody a:active, tbody a:hover, tbody a:focus, tbody a:visited {
	color: #666
}
tbody tr:hover {
	background-color: #EEE;
	color: #333
}
tbody tr:hover a {
	background-color: #FFF
}
#footer {
	width:80%;
}

.thumbnail img {
	background-color:#fff;
	border:0px #ccc solid;
}
.thumbnail img:hover {
	background-color:#ddd;
	opacity: .5;
	filter: alpha(opacity=50);
	-khtml-opacity:50;
	-moz-opacity:0.5;
	border: 0px solid #4A6F1E;
}

