/*************************
  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.25
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/style.css $
  $Revision: 5997 $
  $Author: gaugau $
  $Date: 2009-05-26 08:43:24 +0200 (Di, 26 Mai 2009) $
**********************************************/

/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/

body   { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #efefe7; margin: 0 10px 10px; border-style: solid; border-width: 0 5px 7px; border-color: #a50808; outline: solid 2px #000 }

table  { font-size: 12px; border-width: 0 }

h1 { color: #000000; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 120%; text-decoration: none; margin: 2px }

h2  { font-size: 18px; font-family: Arial, Helvetica, sans-serif; margin: 0 }

h3  { font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 2px }


.hr1 {
  border: 0px;
  border-color: #000000;
  width: 100%;
  color: #000000;
  background-color: #000000;
  height: 1px;
  outline: 0px;
  outline-color: #000000;
   
}



.hr2 {
  border: 2px;
  border-color: #000000;
  width: 100%;
  color: #A50808;
  background-color: #A50808;
  height: 5px;
  outline: 2px;
  outline-color: #000000;
   
}


p {
        font-family: Arial, Helvetica, sans-serif;
        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-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; padding-right: 3px; padding-left: 3px; border: solid 1px #595959 }

.listbox    { font-size: 100%; font-family: Verdana, Arial, Arial, Helvetica, sans-serif; vertical-align: middle; border: solid 1px #595959 }

.button   { font-size: 100%; font-family: Arial, Helvetica, sans-serif; background-image: url(images/button_bg.gif); background-position: 50% bottom; border: solid 1px #595959 }

.comment_button   { font-size: 85%; font-family: Arial, Helvetica, sans-serif; background-image: url(images/button_bg.gif); background-position: 50% bottom; padding-right: 3px; padding-left: 3px; border: solid 1px #595959 }

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a  { color: black; font-weight: bold; text-decoration: none }

a:hover  { color: #000000; font-weight: bold; text-decoration: underline }

.bblink a  { color: #000000; font-weight: bold; text-decoration: none }

.bblink a:hover  { color: #000000; font-weight: bold; text-decoration: underline }

.maintable   { background-color: #efefe7; margin-top: 1px; margin-bottom: 1px; border: solid 1px #595959 }

.tableh1  { color: #ffffff; background: #bd2121; padding: 3px 10px }

.tableh1_compact   { color: #ffffff; background: #bd2121; padding: 2px 5px }

.tableh2  { color: #000000; background: #efefe7; padding: 3px 10px }

.tableh2_compact  { color: #000000; background: #efefe7; padding: 2px 5px }

.tableb  { background: #efefe7; padding: 3px 10px }


.tableb_compact  { background: #efefe7; padding: 2px 5px }

.tablef  { background: #efefe7; padding: 10px }

.catrow_noalb  { color: #000000; background: #efefe7; padding: 3px 10px }

.catrow  { background: #efefe7; padding: 3px 10px }

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a  { color: #000000; font-weight: bold; text-decoration: underline }

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        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: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a  { color: #000000; font-weight: bold; text-decoration: none }

.user_thumb_infobox a:hover  { color: #000000; font-weight: bold; text-decoration: underline }

.sortorder_cell  { color: #ffffff; background: #bd2121; margin: 0; padding: 0 }

.sortorder_options  { color: #ffffff; font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background: #bd2121; white-space: nowrap; margin: 0; padding: 0 }

.navmenu  { color: #ffffff; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background: #bd2121; 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: #FFFFFF;
}

.navmenu a:hover  { color: #000000; text-decoration: none; background: #efefe7 }

.admin_menu_thumb   { color: #000000; font-size: 85%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background-image: url(images/button_bg.gif); background-position: 50% bottom; margin-top: 0; margin-bottom: 0; width: 85px; border: solid 1px #595959 }

.admin_menu_thumb a  { color: #000000; font-weight: bold; text-decoration: none; display: block; padding: 1px 10px; position: relative }


.admin_menu_thumb a:hover  { color: #000000; font-weight: bold; text-decoration: underline }

.admin_menu   { color: #000000; font-size: 85%; font-family: Arial, Helvetica, sans-serif; background-color: #efefe7; background-image: url(images/button_bg.gif); background-position: 50% bottom; text-align: center; margin-top: 0; margin-bottom: 0; padding: 2px 1px; border: solid 1px #595959 }

.admin_menu a  { color: #000000; font-weight: bold; text-decoration: none; display: block; padding: 1px 2px; position: relative }

.admin_menu a:hover  { color: #000000; font-weight: bold; text-decoration: underline }

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media  { background: #efefe7; padding: 3px 10px }

.thumbnails  { background: #efefe7; padding: 5px }

.footer {
        font-size : 9px;
}

.footer a  { color: #000000; font-weight: bold; text-decoration: none }

.footer a:hover  { color: #000000; font-weight: bold; text-decoration: underline }

.statlink  { color: #ffffff; font-weight: bold }

.statlink a  { color: #ffffff; font-weight: bold; text-decoration: none }

.statlink a:hover  { color: #ffffff; font-weight: bold; text-decoration: underline }

.alblink a  { color: #000000; font-weight: bold }

.alblink a:hover  { color: #000000; font-weight: bold; text-decoration: underline }

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a  { color: #000000; font-weight: bold }

.catlink a:hover  { color: #000000; font-weight: bold; text-decoration: underline }

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a  { color: #000000; font-weight: bold; text-decoration: none }

.topmenu a:hover   { color: #000000; font-weight: bold; text-decoration: underline }

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th  { color: #000000; font-size: 100%; background: #efefe7; padding: 4px 10px; border-top: 1px solid #ffffff }

.img_caption_table td  { background: #efefe7; white-space: normal; padding: 6px 10px; border-top: 1px solid #ffffff }

.debug_text  { background-color: #efefe7; margin: 0; width: 100%; border: #efefe7 }

.clickable_option {
        cursor : default;
}

.listbox_lang  { color: #000000; font-size: 80%; font-family: Arial, Helvetica, sans-serif; background-color: #efefe7; vertical-align: middle; border: solid 1px #efefe7 }
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}
