/*
Thanks to: http://arcsin.se for inspiration and original layout
*/

/* Standard elements */
* {
margin: 0;
padding: 0;
}

a {
color: #999;
text-decoration: none;
}

body {
background: #000 url(img/bg.png) repeat-x fixed left bottom;
color: #555;
margin: 20px 0;
text-align: center;
font: normal 0.7em sans-serif,Arial;
}

ul {
margin: 12px 30px;
}

/* Main structure */
.main {
background: #000; 
border: 3px double #EEE; 
border-color: #141414 #202020 #222 #202020; 
margin: 40px auto 4px auto; 
text-align: left;
width: 600px; 
}

/* Header */
.gfx {
background: #000 url(img/Image1.png) no-repeat left;
height: 170px;
margin: 10px;
}

.gfx h1 {
color: #444;
font: normal 2.6em Tahoma,sans-serif;
padding: 16px 40px;
text-align: right;
}

/* Menu */
.menu a {
background: #000;
border-right: 1px solid #222;
border-top: 1px solid #1A1A1A;
color: #444;
font-size: 1.2em;
float: left;
padding-top: 4px;
width: 149px; height: 36px;
}

.menu a span {	
padding-left: 6px;
}

.menu a:hover {
background-position: left bottom;
color: #666;
}

.menu a#last {
width: 150px;
border-right: none;
}

/* Content */
.content {
border-top: 1px solid #1A1A1A;
clear: both;
}

.content h1 {
margin: 0 0 4px;
font: bold 1.1em sans-serif,Arial;
color: #666;
}

.content p {
margin: 0 0 12px;
}

.item {
background: #030303 url(img/bgitem.gif) repeat-x;
padding: 8px 10px;
clear: both;
}

/* Footer */
.footer {
padding: 5px;
background: #0A0A0A;
color: #666;
clear: both;
}

.content img {
padding: 1px;
border: 1px solid #1A1A1A;
}

.left {
float: left;
margin: 0 5px 5px 0;
}

.right {
float: right;
margin: 0 0 5px 5px;
}

.important {
font-size: 1.25em;
font-weight: bold;
}

.content table {
margin: 0 auto;
border-spacing:1px;
font-family:Trebuchet, Trebuchet, Trebuchet, sans-serif;
font-size:12px;
background-color:#1A1A1A;
text-align:justify;
clear: both;
}

.content td, th {
padding: 3px 10px;
}
 
.content tbody th {
font-weight: bold;
}

.content tbody tr {
background-color:#030303; 
text-align:left;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
		
#lightboxCaption{ 
float: left;
}

#keyboardMsg{ 
float: right;
}

#lightbox img{
border: none;
} 

#overlay img{ 
border: none; 
}

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

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