/*   ========================================================
     =                                                      =
     = corePHPAlbum - web-based photo gallery               =
     =                                                      =
     = Official code                                        =
     = file release 2.0.0                                   =
     =                                                      =
     = http://sourceforge.net/projects/corephpalbum         =
     =                                                      =
     ======================================================== */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #505050;
	margin: 0px;
}

a:focus, a:active, a:visited, a:link {
	text-decoration: none;
	color: #000033;
	margin-left: 0px;
	margin-right: 0px;
}

a:hover {
	text-decoration: underline;
}

#wallpaper {
	background-image: url('bluishblack/bg.png');
	background-repeat: repeat;
}

#container {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #505050;
}

/* Route bar */
#route {
	padding-top: 5px;
	background-image: url('bluishblack/bar.png');
	background-repeat: repeat;
	height: 26px;
}

.routetext {
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.routetext:focus, a.routetext:active, a.routetext:visited, a.routetext:link {
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
	text-decoration: none;
}

a.routetext:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.slide_route
{
	color: #33FAFA;
}

/* Navigator */
.navigator {
	text-align: center;
}

/* Title */
.pageheader {
	color: #33FAFA;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}

/* Header */
.albumheader {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}

/* footer, powered-by and copyright */
#albumfooter {
	color: #FFFFFF;
	background-color: #505050;
	font-size: 13px;
	text-align: left;
	padding: 20px 100px 20px 100px;
}

#copyright {
	color: #FFFFFF;
	background-color: #505050;
	border-top: 2px dotted #000000;
	margin: 0px 15% 0px 15%;
	padding-top: 20px;
	text-align: center;
}

#debug {
	padding: 20px;
	text-align: center;
}

/* The cell format of index table */
.indextable {
	background-color: #505050;
}

.indexcell {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}

/* The slide cell format */
.slidecell {
	text-align: center;
}

/* warning messages */
.warning 
{
	color: #ff0000;
	font-size: medium;
	font-weight: bold;
}

/* Remark in slide page */
.imageremarks {
	color: #33FAFA;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

/* Folder description in index page */
.descfolder {
	color: #000033;
	font-size: 120%;
	font-weight: bold;
}

.highlight {
	color: #FF0000;
}
