/* 
WebAlbum Gallery Application
by GNV & Partners snc
http://www.gnvpartners.com/

Main CSS Document 
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
body {
	background: #000 url(/webalbum/img/bg_jek2k_pink.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
}
div#header {
	position: absolute;
	width: 600px;
	height: 90px;
	top: 0px;
	left: 50%;
	margin-left: -300px;
	padding: 5px 0 0 0;
	font-size: 9px;
	text-align: right;
}
a#logo {
	background: transparent url(/webalbum/img/logo_pink.jpg) no-repeat left top;
	display: block;
	width: 250px;
	height: 50px;
	margin: 10px 0 0 0;
	border: 0;
	text-align: left;
	text-indent: -9999px;
}
div#application {
	position: absolute;
	width: 800px;
	top: 70px;
	left: 50%;
	margin-left: -400px;
	padding: 30px 0 0 0;
}
div#text {
	position: absolute;
	width: 600px;
	top: 560px;
	left: 50%;
	margin-left: -300px;
	margin-bottom: 100px;
	padding: 30px 0 10px 0;
}
div#options, div#notes {
	width: 600px;
	margin: 0 0 30px 0;
	text-align: justify;
	float: left;
}
div#footer {
	clear: both;
	width: 600px;
	text-align: right;
	border-top: 1px solid #333;
}
div#list {
	position: absolute;
	width: 600px;
	top: 120px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
}
h4 {
	padding: 5px 0 5px 0;
	font-size: 1.75em;
	font-weight: normal;
	color: #F06;
}
a:link, a:visited {
	color: #F06;
	text-decoration: none;
	/*border-bottom: 1px solid #FFF;*/
}
a:hover, a:active {
	color: #FFF;
	/*border-bottom: 1px solid #666;*/
}
div#header:hover, div#options:hover, div#notes:hover, div#footer:hover {
	color: #FFFFFF;
}
table.file-list {
	width: 600px;
	padding: 3px;
	margin: 0;
	border: 1px solid #333;
	text-align: left;
	font-weight: normal;
	color: #666;
}
table.file-list th {
	background-color: #F06;
	color: #FFF;
	padding: 7px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
table.file-list td {
	font-size: 10px;
	padding: 3px;
	margin: 0;
	color: #999;
	vertical-align: middle;
}
table.file-list td a:link, table.file-list td a:visited { 
	color: #FFF;
}
table.file-list td.folder {
	background-image: url(/webalbum/img/image.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
}
p.home {
	background-image: url(/webalbum/img/folder.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 0 0;
	height: 16px;
	color: #999;
	text-align: left;
	text-indent: 20px;
}
p.info {
	background-image: url(/webalbum/img/info.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 0 0;
	height: 16px;
	color: #999;
	text-align: left;
	text-indent: 20px;
}