/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2009 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.22
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/style2.css $
  $Revision: 5740 $
  $Author: gaugau $
  $Date: 2009-03-05 08:27:01 +0100 (Do, 05 Mär 2009) $
**********************************************/



body {
        font-family : Lucida Sans;
        font-size: 10px;
        background: url();
	background-repeat: repeat-x;
	background-color: #030303;
        color : #535353;
        margin: 0px;
}

table {
        font-size: 10px;
}

h1{
        font-weight: bold;
        font-size: 11px;
        font-family: Lucida Sans;
        text-decoration: none;
        line-height : 80%;
        color : #2c330f;
        margin: 2px;
}

h2 {
        font-family: Lucida Sans;
        font-size: 10px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: Lucida Sans;
        font-size: 11px;
        margin: 2px;
}

p {
        font-family: Lucida Sans;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: Lucida Sans;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Lucida Sans;
        font-size: 100%;
        border: 1px solid #9e9e9e;
        vertical-align : middle;
}

.button {
        font-family: Lucida Sans;
        font-size: 100%;
        border: 1px solid #333333;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Lucida Sans;
        font-size: 100%;
        border: 1px solid #333333;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Lucida Sans;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Lucida Sans;
        font-size: 100%;
        vertical-align : left;
}


a {
        color: #323e0d;
        font-size: 10px;
        text-decoration: none;
        font-weight: bold;
	text-transform: none;
}

a:hover {
        color: #2c330f;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
	text-transform: none;
}

.bblink a {
        color: #323e0d;
        font-weight: bold;
        text-decoration: none;
	text-transform: none;
}

.bblink a:hover {
        color: #2c330f;
        font-weight: bold;
        text-decoration: none;
	text-transform: none;
}

.maintable {
        border: 1px solid #070802;
/*        background-color: #000000;*/
        background-color: #000000;
        margin-top: 1px;
        margin-bottom: 2px;
	-moz-border-radius: 4px;
	padding: 2px;
}

.tableh1 {
        background : #080808;
        color : #2c330f;
	padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.tableh1_compact {
        background : #080808;
        color : #2c330f;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #080808;
        color : #2c330f;
        padding-top: 5px;
        padding-right: 4px;
        padding-bottom: 5px;
        padding-left: 4px;
}

.tableh2_compact {
        background: #080808;
        color : #2c330f;
        padding-top: 10px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 5px;
}

.tableb {
        background: #080808;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}


.tableb_compact {
        background: #080808;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #080808;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #000000;
        color : #323e0d;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 10px;
}


.catrow_noalb:hover {
        background: #000000 ;
        color : #323e0d;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 10px;
}


.catrow {
        background: #000000 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 10px;
}


.catrow:hover {
        background: #000000 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: 10px;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 8px;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 10px;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 10px;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: italic;
        color: #2c330f;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 10px;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 10px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 10px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #2c330f;
}

.user_thumb_infobox a:hover {
        color: #2c330f;
        text-decoration: underline;
}

.sortorder_cell {
        background : transparent ;
        color : #2c330f;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Lucida Sans;
        background : #transparent ;
        color : #323e0d;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 10px;
        white-space: nowrap;
}

.navmenu {
        font-family: Lucida Sans;
        color: #323e0d;
        font-size: 100%;
        font-weight: bold;
        background : #000000 ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #323e0d;
}

.navmenu a:hover {
        background : transparent;
        text-decoration: none;
        color:         #323e0d;
}

.admin_menu_thumb {
        font-family: Lucida Sans;
        font-size: 5px;
        border: 1px solid #0b0d04;
        background-color: #080808;
        color: #323e0d;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #2c330f;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #2c330f;
        text-decoration: none;
}

.admin_menu {
        font-family: Lucida Sans;
        font-size: 5px;
        border: 1px solid #0b0d04;
        background-color:#080808;
        color: #2c330f;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:1px;
        padding-bottom:1px;
        padding-left:2px;
        padding-right:2px;
        text-align: center;
	-moz-border-radius: 2px;
}

.admin_menu a {
        color: #2c330f;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #2c330f;
        text-decoration: none;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #3a3a3a;
        font-size : 90%;
        vertical-align : middle;
}

.image {
	background-color: #020202;
	-moz-border-radius: 5px;
        background-position:center center;
	opacity:.89;
	padding-top: 5px;
	padding-bottom: 5px;
                padding-left: 5px;
                padding-right: 5px;
        margin: 2px;
}

.image:hover {
	background-color: #020202;
	-moz-border-radius: 5px;
        background-position:center center;
	opacity:.75;
	padding-top: 5px;
	padding-bottom: 5px;
                padding-left: 5px;
                padding-right: 5px;
        margin: 2px;
}

.imageborder {
	padding: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
}

.display_media {
        background: #040501;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


.thumbnails {
        background: #040501;
	-moz-border-radius: 5px;
}

}

.footer {
        font-size : 9px;
	text-transform: none;
}

.footer a {
        text-decoration: none;
        color: #2c330f;
}

.footer a:hover {
        color: #323e0d;
        text-decoration: none;
}

.statlink {
        color: #323e0d;
}

.statlink a {
        text-decoration: none;
        color: #323e0d;
}

.statlink a:hover {
        color: #323e0d;
        text-decoration: none;
}

.alblink a {
        font-family:Lucida Sans;
        color: #323e0d;
        padding: 3px;
        font-size: 10px;
	font-style:italic;
        text-decoration: none;
}

.alblink a:hover {
        font-family:Lucida Sans;
        color: #323e0d;
        padding: 3px;
        font-size: 10px;
	font-style:italic;
        text-decoration: none;
}

.catlink {
	font-family: Lucida Sans;
	font-style:italic bold;
        font-size : 11px;
        display: block;
        margin-bottom: 0px;

}

.catlink a {
	font-family: Lucida Sans;
	font-style:italic bold;
        font-size : 11px;
        text-decoration: none;
        color: #323e0d;
}

.catlink a:hover {
	font-family: Lucida Sans;
	font-style:italic bold;
        font-size : 11px;
        color: #212907;
        text-decoration: none;
}

.topmenu {
        line-height : 100%;
        font-size: 10px;
}

.topmenu a {
        color : #08330a;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #000000;
        text-decoration : none;
}

.img_caption_table {
        border: none;
        background-color: #7b3324;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #191e07;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #7b3324;
}

.img_caption_table td {
        background: #000000 ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #7b3324;
        white-space: normal;
}

.debug_text {
        border: #414141;
        background-color: #000000;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #000000;
        border: 1px solid #000000;
        font-size: 10px;
        font-family: Lucida Sans;
        vertical-align : middle;


