/* Name: "Slick Green" 
 * Author: Jan Berndt <jan_berndt@users.sf.net>
 * $Id: slickgreen.css,v 1.14 2005/04/19 20:40:03 saschalorenz Exp $
 */

a:link { color:#9C0000; text-decoration:underline }
a:visited { color:#9C0000; text-decoration:underline }
a:hover { color:#9C0000; text-decoration:underline; font-style:oblique }


.body{
	font-family: sans-serif; 
	font-size: medium; 
	color: #000000;  
	background-color: #EEEEEE;
	padding: 15px;
	border: 1px solid #000000
}

.title{
	height: 25px; 
	margin-bottom: 10px;
	padding-top: 10px;
	
	border: 1px solid #000000; 
	background-color: #336666;
	font-size: large; 
	font-weight: bold;
	color: #EEEEEE;  
	text-align: center;
}

.location{
	display: none;
}

.naviarea{
	padding:10px 0 20px 0;
	border: 1px solid #000000; 
	background-color: #CDCECD;
	font-size: small;
	text-align: left;
}

.leftarea{
	font-size: small;
	text-align: left;
	margin-bottom: 15px;
}

ul.navi {
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}

li.navi {
	padding:0;
}


.mainarea{
	min-height: 400px;
	padding: 5px;
	margin-bottom: 15px;

	border: 1px solid #000000; 
	font-size: small; 
	background-color: #CDCECD;
	text-align: center;
}

.thumbs_table {

}

.thumbs_row {

}

.thumbs_cell {
	vertical-align: top;
}

.annotation {
	color: #000000;
}

div.naviarea{
	width: 250px; 
}

div.leftarea{
	float: left;
	width: 250px; 
}

div.mainarea{
	margin-left: 270px;
}

table.mainarea{

}

td.leftarea{
	width: 1%;
	padding: 0px;
	vertical-align: top;
	white-space: nowrap;
	max-width: 250px;
}

td.naviarea{
	width: 1%;
	padding: 10px;
	vertical-align: top;
	white-space: nowrap;
	max-width: 250px;
}

td.mainarea{
	width: 99%; 
	vertical-align: top;
}

div.clear{
	clear:both;
}

.footer{
	height: 25px; 
	
	margin-top: 10px;
	border: 1px solid #000000; 
	background-color: #336666;
	color: #EEEEEE;  
}

.footer_left a:link {
	text-decoration: underline;
	color: #CDCECD;
	}
.footer_left a:visited {
	text-decoration: underline;
	color: #CDCECD;
	}
.footer_left a:hover {
	text-decoration: none;
	color: #CDCECD;
	}
.footer_left a:active {
	text-decoration: underline;
	color: #CDCECD;
	}
.footer_left{
	text-align: left;
	width: 33%;
}

.footer_center a:link {
	text-decoration: underline;
	color: #CDCECD;
	}
.footer_center a:visited {
	text-decoration: underline;
	color: #CDCECD;
	}
.footer_center a:hover {
	text-decoration: none;
	color: #CDCECD;
	}
.footer_center a:active {
	text-decoration: underline;
	color: #CDCECD;
	}
.footer_center{
	text-align:center;
	width: 33%;
}

.footer_right a:link {
	text-decoration: underline;
	color: #CDCECD;
	}
.footer_right a:visited {
	text-decoration: underline;
	color: #CDCECD;
	}
.footer_right a:hover {
	text-decoration: none;
	color: #CDCECD;
	}
.footer_right a:active {
	text-decoration: underline;
	color: #CDCECD;
	}
.footer_right{
	text-align: right;
	width: 33%;
}



.picture{
	border: 1px solid #000000;
	background-color: #EEEEEE;
	padding: 10px;
}

.picturedir {
	border: 1px solid #000000;
	background-color: yellow;
	padding: 10px;
}

.picturefooter{
	font-size: x-small;
}


.thumbnail{
	border: 1px solid #000000;
	background-color: #EEEEEE;
	text-align: center;
	padding: 5px;
}

.thumbdir {
	border: 1px solid #000000;
	background-color: yellow;
	text-align: center;
	padding: 5px;
}

.thumbnailfooter{
	font-size: x-small;
	font-style: oblique;
}


.quickjump{
}

.quickjump_showall{
	width: 2%;
}

.quickjump_left_enabled{
	font-weight: bold;
}

.quickjump_left_disabled{
	color: #5D5D5D;  
	font-style: oblique;
}

.quickjump_right_enabled{
	font-weight: bold;
}

.quickjump_right_disabled{
	color: #5D5D5D;  
	font-style: oblique;
}

.quickjump_page{
}

.quickjump_activepage{
	font-weight: bold;
}

.album_description{
	border: 1px solid #000000;
	background-color: #EEEEEE;
	text-align: center;
	padding: 5px;
}

.picture_description{
	text-align: center;
	padding: 2px;
}

.admin_panel{
	min-height: 400px;
	padding: 10px;

	border: 1px solid #000000; 
	font-family: sans-serif; 
	font-size: medium; 
	background-color: #CDCECD;
	text-align: left;
}

.admin_item{
	text-align: left;
	height: 100%;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 5px;
}

.admin_list
{
	float: left;
	width: 400px;
	text-align: left;
	border: 1px solid #000000;
	background-color: #8BAE39;
	padding: 5px;
	margin: 5px;
}

.login_panel{
	padding: 10px;

	border: 1px solid #000000; 
	font-family: sans-serif; 
	font-size: medium; 
	background-color: #CDCECD;
	text-align: center;
}

.login_text{
}
.login_box{
}
.login_submit{
}

.pictureDescForm {
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: sans-serif; 
	font-size: 8pt;
	text-align: left;
	margin: 20px 5px 5px 5px ;
	padding: 10px;
}

.pictureDescForm input {
	font-size: 8pt;
}

