@charset "utf-8";
/* CSS Document 
   Created by Rudiarsana <http://balisidenotes.com>
   
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
}
body {
	background-color: #000000;
	margin: 0px;
	text-align: center;
}
a:link {
	color: #797979;
	text-decoration: none;
}
a:visited {
	color: #797979;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #797979;
	text-decoration: none;
}
#wrapper {
	width: 765px;
	margin: auto;
	text-align: left;
}
#header {
	width: 765px;
	text-align: left;
}
#main-content {
	width: 765px;
	float: left;
	padding-bottom: 20px;
}
#sidebar {
	width: 180px;
	float: left;
	background: url(images/sidebar-bg.gif) left top no-repeat;
	padding: 10px 20px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #1e1e1e;
}
#sidebar li ul li {
	border-bottom: none;
	list-style: square;
	padding-left: 5px;
	margin-left: 20px;
}
#right-text {
	width: 505px;
	float: right;
	padding-right: 20px;
}
#footer {
	clear: both;
	width: 765px;
	height: 58px;
	padding-top: 42px;
	background: url(images/footer-line.gif) left top no-repeat;
	text-align: center;
}

#lightbox{
	background-color: #000000;
	padding: 10px;	
}
#lightboxDetails{
	font-size: 11px;
	padding-top: 5px;
	text-align: left;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;	
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
