/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2007 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.
  
  ********************************************
  Coppermine version: 1.4.14
  $Source$
  $Revision: 3966 $
  $Author: gaugau $
  $Date: 2007-09-17 08:53:13 +0200 (Mo, 17 Sep 2007) $
**********************************************
Theme re-build for Scale Spotting by Thomas Zeh
http://www.scale-spotting.com
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-size: 12px;
	text-align: center;
	background-color: #D6E0F0;
	font-family: Verdana, sans-serif, Helvetica;
}

table {
	border-collapse:collapse;
	border: 1px solid #003399;
	margin: auto;
	width: 96%;
	margin: 5px 2%;
	background: #D6E0F0;
}

td, th { padding: 5px; }

th {
	font-weight: bold;
	color: #abcfff;
	background-color: #003399;
}

h1, h2, h3, h4 {
	color: #003399;
	font-weight:bold;
}

h1, h2 { text-align: center; }

h1{
	font-size: 22px;
	margin: 5px 10px 15px 10px;
}

h2 {
    font-size: 18px;
	border-width: 2px 0;
	border-style: solid;
	border-color: #003399;
	margin: 15px 0;
	padding: 1px 0;
}

h2 a { color: inherit; }

h3 {
	text-align:left;
    font-size: 14px;
	border-bottom: 1px solid #000;
	margin: 5px 15px;
	padding: 2px 5px;
}

h4 { margin: 5px; }

a {
    color: #505050;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #003399;
    text-decoration: underline;
}

p {
    margin: 8px 20px;
	text-align: justify;
}

img { vertical-align: middle; }

ul {
	text-align: left;
	margin: 0 20px;
}

li {
	margin: 0px 20px;
    padding: 1px;
}

#gesamt {
    width: 1000px;
    margin: auto; 
    color: #555;
	background:#abcfff;
}

#left {
	float:left;
	width:170px;
	text-align:left;
}

#right {
	float:right;
	width:814px;
	margin-right:10px;
	background:#e6f0ff;
	border: 3px solid #fff;
	border-top: 0;
}

#footer {
	padding:3px;
    margin:2px 0px;
    font-size: 10px;
}

.small { font-size:10px; }

.center { text-align:center; }

.voting_img { padding: 10px; }

#left ul { margin: 0; }

#left ul li {
	list-style-type: none;
	font-size: 11px;
	margin: 0;
	padding: 2px 5px;
}

#left ul li.menu_link {
	padding: 5px 5px 5px 30px;
	background: url(../../images/sclsp/tut.png);
}

#left ul li.menu_link a {
	display:block;
	width:auto;
	height:15px;
	color:#abcfff;
	font-size: 12px;
}

#left ul li.menu_link a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.breadcrumb {
	display:block;
	background:#003399;
	height:15px;
	margin: 0;
	padding: 5px;
	color:#fff;
	background-image:url(../../images/sclsp/navi.png);
}

.breadcrumb a { color:#abcfff; }

.breadcrumb a:hover { color:#fff; }

.maintable { background-color: #efefef; }

.thumb_title, .thumb_caption {
	font-weight: bold;
	font-size: 80%;
	padding: 2px;
	display: block;
}

.cell {
	float: left;
	width: 44%;
	margin: 5px 3%;
}

.cell a img {
	float: left;
	width: auto;
	border: 2px solid #E6F0FF;
}

.cell h3, .cell p {
	margin: 0;
	margin-left: 90px;
}

.cell p { padding-left: 5px; }

.alb { margin: 10px 50px; }

.alb a img {
	width:75px;
	float:left;
	margin-right:10px;
	border:2px solid #E6F0FF;
}

.alb h3, .alb p {
	float:right;
	width: 625px;
	margin: 0;
	padding:0;
}

.stats {
	border-bottom: 1px solid #000;
	text-align:center;
}

.sortorder {
	list-style-type:none;
	margin: 0;
	padding: 0;
	float:right;
	width:150px;
	text-align:right;
	font-size:10px;
}

.sortorder li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.pages {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

.pages li {
	float: left;
	width: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pages li a {
	display: block;
	background-color: #D6E0F0;
	padding: 1px 3px;
	border: 1px solid #003399;
	margin: 0 2px;
}

.pages li a:hover {
	background-color: #003399;
	color: #fff;
	text-decoration: none;
}

.pages li.active {
	background-color: #abcfff;
	color: #003399;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #003399;
	margin: 0 2px;
}

.thumb_cell {
	float: left;
	width: 162px;
	margin: 5px 0;
}

.thumb_cell a img { border: 2px solid #E6F0FF; }

.cell a img:hover, .alb a img:hover, .thumb_cell a img:hover { border: 2px solid #003399; }

.clear {
	clear:both;
	height:1px;
}

.footer { display: none; }

/* Forum */

.forum_catrow {
	background-color:#abcfff;
	height: 20px;
	text-align:left;
}

.date_span {
	float: right;
	width: auto;
	font-size: 10px;
	color: #555;
	font-weight: normal;
	margin-top: 10px;
	line-height: 10px;
}

.border_left { border-left: 1px solid #abcfff; }

.row1 { background-color: #D6E0F0; }

.row2 { background-color: #E6F0FF; }

div.row1, div.row2 { padding-bottom: 5px; }

.small_th {
	font-weight:bold;
	color: #003399;
	background-color: #abcfff;
}

.folder_img_list {
	float:left;
	width:auto;
	margin-left:10px;
}

.folder_img_list li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.forum_rights {
	float:right;
	width:auto;
	font-size:10px;
	text-align:right;
	margin-right: 10px;
}

.smileys {
	margin: 10px 0;
	text-align: center;
}

.smileys img { margin: 0 5px; }

.button_row {
	height: 25px;
	line-height: 25px;
	clear: right;
	padding: 2px 0;
}

input[type=button], input[type=submit], input[type=reset] {
	text-align: center;
	border: 1px solid #003399;
	height: 20px;
	min-width: 40px;
	overflow: visible;
	padding: 0 5px;
	background: #D6E0F0;
	vertical-align: middle;
}

input[type=text], input[type=password], select  {
	padding: 1px;
	border: 1px solid #003399;
}

.button_row input[type=submit], .button_row input[type=button], .button_row input[type=reset]  {
	background: #E6F0FF;
	margin: 0 3px;
}

.button_row input[type=button] { width: 50px; }

.button_row input[type=text] { margin-top: 2px; }

textarea {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #003399;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background: #abcfff;
}

.forum_help {
	width: 100%;
	font-size: 10px;
	background: #D6E0F0;
	text-align: center;
	color: #003399;
	border: 0;
	border-bottom: 1px solid #003399;
	padding: 2px;
}

.goto {
	border: 0;
	background-color: transparent;
	color: #f00;
}

.posting_box {
	width: 96%;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #003399;
	background: #D6E0F0;
	padding: 0;
}

.posting_box h3 {
	padding: 0 1%;
	margin: 0;
	border-bottom: 1px solid #003399;
	line-height: 24px;
}

.posting_left {
	float: left;
	width: 72%;
	padding: 1% 2%;
	margin: 0;
	border-right: 1px solid #003399;
	text-align: justify;
	min-height: 150px;
}

.low { min-height: 50px; }

.posting_right {
	float: right;
	width: 21%;
	padding: 1%;
	margin: 0;
	text-align: left;
	font-size: 10px;
}

.posting_right span {
	font-size: 12px;
	font-weight: bold;
}

.quote {
	width: 95%;
	margin: auto;
	padding: 5px;
	background: #E6F0FF;;
}

.quote h6 {
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #003399;
}

.poll li { clear: right; }

.inbox_size, .poll_result {
	background: #D6E0F0;
	padding: 2px 5px;
	border: 1px solid #003399;
	color: #003399;
	float: right;
}

.poll_result { width: 330px; }

.inbox_size {
	font-size: 10px;
	text-align: center;
	width: 175px;
}

.inbox_size div, .poll_result div {
	height: 15px;
	display: block;
	background: #E6F0FF;
	margin: 2px 0;
	text-align: left;
}

.inbox_size div { width: 100%; }

.poll_result div {
	width: 250px;
	float: left;
	margin-right: 10px;
}

.inbox_size div div, .poll_result div div {
	background-color: #003399;
	margin:0;
}

.link_button a, .link_button_large a {
	text-align: center;
	border: 1px solid #003399;
	color: #000;
	padding: 2px 5px;
	background: #D6E0F0;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

.link_button_large a { font-size: 14px; }

.link_button a:hover, .link_button_large a:hover {
	background: #abcfff;
	text-decoration: none;
}

.image_details { text-align: justify; }

.image_details th {
	padding: 0 1%;
	border-bottom: 1px solid #003399;
	line-height: 24px;
	font-size: 14px;
	color: #003399;
	background: inherit;
	text-align: left;
}

.image_details td {
	padding: 5px 1%;
	vertical-align: top;
}

.fl, .float {
	float: left;
	width: auto;
}

.fr {
	float: right;
	width: auto;
}

.w20 { width: 20%; }

.w30 { width: 30%; }

.w40 { width: 40%; }

.w50 { width: 50%; }

.w60 { width: 60%; }

.w70 { width: 70%; }

.w80 { width: 80%; }

.w90 { width: 90%; }