/*************************

  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.20

  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/style.css $

  $Revision: 5705 $

  $Author: gaugau $

  $Date: 2009-01-28 10:52:43 +0100 (Mi, 28 Jan 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 {
        font-family : Tahoma;
        font-size: 9px;
        color : c0c0c0;
        margin: 0px;
}


table {

        font-size: 9px;

}



h1{

        font-size: 9px;

        font-family: Tahoma;

        text-decoration: none;

        line-height : 130%;

        color : #c0c0c0;

        margin: 0px;

}



h2 {

        font-family: Tahoma;

        font-size: 9px;

        margin: 0px;

}



h3 {

        font-weight: normal;

        font-family: Tahoma;

        font-size: 9px;

        margin: 0px;

}



p {

        font-family: Tahoma;

        font-size: 9px;

        margin: 2px 0px;

}



ul {

        margin-left: 0px;

        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: Tahoma;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}


.listbox {
        font-family: Tahoma;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}


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


.comment_button {

        font-family: Tahoma;

        font-size: 9px;

        border: 1px solid #ffffff;

        background-position : bottom;

        padding-left: 3px;

        padding-right: 3px;

}



.radio {

        font-family: Tahoma;

        font-size: 9px;

        vertical-align : middle;

}



.checkbox {

        font-family: Tahoma;

        font-size: 9px;

        vertical-align : middle;

}



a {

        color: #c0c0c0;

        text-decoration: none;

}



a:hover {

        color: #d5d5d5;

        text-decoration: underline;

}



.bblink a {

        color: #c0c0c0;

        text-decoration: underline;

}



.bblink a:hover {

        color: #d5d5d5;

        text-decoration: underline;

}



.maintable {
        border: 1px solid #ffffff;
/*        background-color: #FFFFFF;*/
        background-color: #ffffff;
        margin-top: 1px;
        margin-bottom: 1px;


}



.tableh1 {
        background : #ffffff ;
        color : #c0c0c0;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        
}



.tableh1_compact {
        background : #ffffff ;
        color : #c0c0c0;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;

}



.tableh2 {
        background: #ffffff ;
        color : #c0c0c0;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


.tableh2_compact {
        background: #EFEFEF ;
        color : #c0c0c0;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}


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




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



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

.catrow_noalb {
        background: #ffffff ;
        color : #c0c0c0;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {

        background: #ffffff ;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}



.album_stat {

        font-size: 9px;

        margin: 5px 0px;

}



.thumb_filename {

        font-size: 9px;

        display: block;

}



.thumb_title {
        font-weight : normal;
        font-size: 9px;
        padding: 2px;
        display : block;
}



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



.thumb_caption a {
        text-decoration: underline;
        color: #f3f3f3;
}



.thumb_num_comments {

        font-weight: normal;

        font-size: 9px;

        padding: 2px;

        font-style : normal;

        display : block;

}



.user_thumb_infobox {

        margin-top: 1px;

        margin-bottom: 1px;

}



.user_thumb_infobox th {

        font-weight : normal;

        font-size: 9px;

        margin-top: 1px;

        margin-bottom: 1px;

        text-align : center;

}



.user_thumb_infobox td {

        font-size: 9px;

        margin-top: 1px;

        margin-bottom: 1px;

        text-align : center;

}



.user_thumb_infobox a {

        text-decoration: none;

        color: #c0c0c0;

}



.user_thumb_infobox a:hover {

        color: #c0c0c0;

        text-decoration: underline;

}



.sortorder_cell {

        background : #f3f3f3 ;

        color : #c0c0c0;

        padding: 0px;

        margin: 0px;

}



.sortorder_options {

        font-family: Tahoma;

        background : #f3f3f3 ;

        color : #c0c0c0;

        padding: 0px;

        margin: 0px;

        font-weight: normal;

        font-size: 9px;

        white-space: nowrap;

}



.navmenu {

        font-family: Tahoma;

        color: #c0c0c0;

        font-size: 9px;

        font-weight: bold;

        background : #ffffff ;

        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: underline;

        color: #c0c0c0;

}



.navmenu a:hover {

        background : #ffffff ;

        text-decoration: underline;

        color: #d5d5d5;

}



.admin_menu_thumb {

        font-family: Tahoma;

        font-size: 9px;

        border: 1px solid #f3f3f3;

        background-position : bottom;

        color: #c0c0c0;

        margin-top: 0px;

        margin-bottom: 0px;

        width: 85px;

}



.admin_menu_thumb a {

        color: #c0c0c0;

        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: #d5d5d5;

        text-decoration: underline;

}



.admin_menu {

        font-family: Tahoma;

        font-size:9px;

        border: 1px solid #d5d5d5;

        background-color:#f3f3f3;

        background-image : url(images/button_bg.gif);

        background-position : bottom;

        color: #c0c0c0;

        margin-top: 0px;

        margin-bottom: 0px;

        padding-top:2px;

        padding-bottom:2px;

        padding-left:1px;

        padding-right:1px;

        text-align: center;

}



.admin_menu a {

        color: #c0c0c0;

        text-decoration: none;

        display: block;

        position: relative;

        padding-top: 1px;

        padding-bottom: 1px;

        padding-left: 2px;

        padding-right: 2px;

}



.admin_menu a:hover {

        color: #d5d5d5;

        text-decoration: unnderline;

}



td #admin_menu_anim {

        background-image : url(images/button_bg_anim.gif);

}



.comment_date{

        color : #c0c0c0;

        font-size : 9px;

        vertical-align : middle;

}



.image {
border: 1px solid #d5d5d5;
background-color: #FFFFFF;
border-radius: 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 2px;
padding: 2px;
}

.a img {
border: 1px solid #d5d5d5;
background-color: #FFFFFF;
border-radius: 5px;
-moz-border-radius: 6px;
-webkit-border-radius: 5px;
margin-bottom: 2px;
padding: 2px;
}

.a:hover img {
border: 1px solid #d5d5d5;
background-color: #FFFFFF;
border-radius: 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 2px;
padding: 2px;
}



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


.thumbnails {
        background: #EFEFEF ;
        padding: 5px;
}


.footer {

        font-size : 9px;

}



.footer a:hover {
        color: #c0c0c0;
        text-decoration: underline;
}



.footer a:hover {

        color: #d5d5d5;

        text-decoration: underline;

}



.statlink {

        color: #c0c0c0;

}



.statlink a {

        text-decoration: none;

        color: #c0c0c0;

}



.statlink a:hover {

        color: #d5d5d5;

        text-decoration: underline;

}



.alblink a {

        text-decoration: underline;

        color: #c0c0c0;

}



.alblink a:hover {

        color: #d5d5d5;

        text-decoration: underline;

}



.catlink {

        display: block;

        margin-bottom: 1px;

}



.catlink a {

        text-decoration: underline;

        color: #c0c0c0;

}



.catlink a:hover {

        color: #d5d5d5;

        text-decoration: underline;

}



.topmenu {

        line-height : 80%;

        font-size: 9px;

}



.topmenu a {

        color : #c0c0c0;

        text-decoration : none;

}



.topmenu a:hover  {

        color : #d5d5d5;

        text-decoration : none;

}



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


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


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


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

.clickable_option {
        cursor : default;
}



.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 80%;
        font-family: Tahoma;
        vertical-align : middle;

}

#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);}