/* style sheet */
body {
	background: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-size: 11px;
}

img {
	border: none;
}

.fontblack {
	color: #909090;
}

.fontwhite {
	color: #909090;
}

a.fontwhite:hover {
	color:#ffffff;
}

a.fontblack:hover {
	color: #000000;
}

.fontblackhigh {
	color: #000000;
}

.fontwhitehigh {
	color: #ffffff;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

.black {
	background: #000000;
}

.white {
	background: #ffffff;
}

#header {
	background: url(assets/logo_white.gif) 30px 30px no-repeat;
	text-align: left;
	width: 1024px;
	padding: 30px;
	padding-bottom: 10px;
	margin: 10px auto;
	height: 160px;
}

#header .homelink {
	width: 100px;
	height: 140px;
	top: 10px;
}

#header #navigation {
	float: left;
	margin-top: 1px;
	margin-left: 66px; 
	padding: 0px;
}

* html #header #navigation {
	margin-left: 32px;
}

#header #navigation li {
	display: block;
	float: left;
	padding: 3px;
	list-style: none;
}

#fotos {
	text-align: left;
	height: 355px;
	overflow: hidden;
	width: 1024px;
	margin: 0px auto;
}

#fotos #loading {
	text-align: center;
	width: 1024px;
	margin-top:-165px;
}

#fotos #fototable {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	overflow: auto;
}

#fotos #fototable table {
	margin: 0px;
	padding: 0px;
}

#subnavoverlay {
	text-align: left;
	height: 340px;
	width: 1024px;
	margin: 0px auto;
	margin-top: -340px;
}

#subnav {
	text-align: left;
	height: 340px;
	overflow: auto;
	width: 1024px;
	margin: 0px auto;
	margin-top: -680px;
}

#fotos ul {
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 20px;
}

#fotos ul li {
	list-style: none;
	padding-bottom: 7px;
}

#fotos #fototable table tr td p {
	text-align: left;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	line-height: 20px;
	font-size: 11px;
	float: left;
}

* html #fotos #fototable table tr td p {
	line-height: 17px;
	letter-spacing: -0.5px;
}

#fotos img.startImg {
	margin-top: 35px;
	float: left;
}

#footer div.lightning {
	float: left;
}

#footer div.desc {
	float: right;
}

#footer {
	text-align: left;
	width: 1024px;
	padding: 30px;
	margin: 0 auto;
}

#footer h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

#footer img {
	margin-left: 4px;
	margin-top: -2px;
	vertical-align: middle;
}
.vScrollbar {
	float: left;			
}

.hScrollbar {
	clear: both;
	}

.vTrack {
	height: 300px;
	width: 15px;
	position: relative;
	background: #ddd;
	overflow: hidden;			
}

.hTrack {
	float: left;
	height: 15px;
	width: 255px;
	position: relative;
	background: url(assets/scrollbar-track.gif) repeat-x;
	overflow: hidden;			
}			

.vThumb, .hThumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background: url(assets/scrollbar-thumb.gif) repeat-x;
	overflow: hidden;
}

.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 15px;
	width: 15px;
	overflow: hidden;						
}

.arrowLeft, .arrowRight, .corner {
	float: left;
	}
	
.arrowLeft {
	background: url(assets/scrollbar-arrow-left.gif) no-repeat;
}
.arrowRight {
	background: url(assets/scrollbar-arrow-right.gif) no-repeat;
}
	
.corner {
	background: #000;
}

div.hidebarblack {
	position: absolute;
	background: #000000;
	width: 1100px;
	height: 30px;
	border: 1px solid #ff0000;
}

ul.newsMenuVerical {
    height: 283px;
    overflow-y: scroll;
}

