/*
	layout.css for default design - Thickbox Gallery
	Copyright (c) 2006-2007 Yuji Takenaka <webmaster@davilin.com>
	Licensed under the MIT:
	http://www.opensource.org/licenses/mit-license.php
*/

/* common tags */
img{
	border: none;
}
div, p, form{
	margin: 0;
	padding: 0;
}

/* specific tags */
div#header{
	background-image: url("logo.png");
	background-color: #FFFFFF;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 80px;
	border-top: solid 1px #FFFFFF;
}
div#header h1{
	margin: 10px 10px 10px 15px;
	padding: 0;
	font-size: 180%;
}
div#header h2{
	margin: 10px 5px 0 25px; 
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
div#container{
	padding: 10px 0 0 0;
	font-size: 80%;
	text-align: center;
	/*background-color: red;*/
	background: url(back02.png) top left repeat-y;
	border-top: solid 1px yellow; border-bottom: solid 1px yellow;
	/*border: 1px solid #e2e2e2;*/
}
div#container a:hover{
	border-bottom: double 3px #F0E68C;
}
div#container>div, div#container>p, div#container>form{
	margin-bottom: 7px;
}
div#album_list{
	margin: 10px 20px 15px 20px;
}
div#album_list a, div#album_list span{
	white-space: nowrap;
}
form#upload_form{
	margin: 10px 0 7px 0;
}
input#upload{
	width: 250px;
	font-family: arial, sans-serif;
	font-size: 88%;
	height: 21px;
}
div#footer{
	margin-bottom: 5px;
	font-size: 90%;
	text-align: center;
}
div#selector{
	position: absolute;
	right: 0;
	top: 81px;
}
div#highslide-container a:hover{
	border: none;
}
div#controlbar a:hover{
	border: none;
}
div#myGallery{
	margin: 7px auto 10px auto;
	text-align: center;
}
div#myGallery a:hover{
	border: none;
}

/* common classes */
img.thumb{
	border: 3px solid #FFBF00;
}

div#container p.warning{
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
}
input.button{
	width: auto;
	font-family: tahoma, sans-serif;
	font-size: 88%;
	height: 21px;
}
input.text{
	width: 150px;
	font-family: arial, sans-serif;
}
input.file{
	font-family: arial, sans-serif;
}
span.bold{
	font-weight: bold;
}
input.description{
	padding-left: 2px;
}
td.right{
	text-align: right;
}

/* Image Table Layout */
table#grid{
	margin: 7px auto 10px auto;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}
table#grid a:hover{
	border-bottom: none;
}
table#grid td{
	padding: 0 4px 8px 4px;
}
table#grid td div{
	margin: 0;
	padding: 0;
}
table#grid div.functions{
	position: relative;
}
table#grid div.filename{
	text-align: right;
}

