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

  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 0E72A4 = RBG  14, 114, 164 = light blue

*/



body {
        background-color: #FFFFFF;
        font-family: Tahoma;
        font-size : 11px;
        color: #FFFFFF;
        margin: 0px;
        }

table {

        font-size: 11px;

}



h1{

        font-weight: normal;
        font-size: 11px;
        font-family: Tahoma;
        text-decoration: none;
        line-height : 120%;
        color : #949494;
        margin: 2px;

}



h2 {

        font-family: Tahoma;   
        padding-left : 18px;
        font-size: 11px;
        margin: 0px;

}



h3 {

        font-weight: normal;
        font-family: Tahoma;
        font-size: 11px;
        margin: 2px;
}



p {

        font-family: Tahoma;
        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: 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-position : bottom;
}


.comment_button {

        font-family: Tahoma;

        font-size: 100%;

        border: 1px solid #d5d5d5;

        background-position : bottom;

        padding-left: 3px;

        padding-right: 3px;

}



.radio {

        font-family: Tahoma;

        font-size: 100%;

        vertical-align : middle;

}



.checkbox {

        font-family: Tahoma;

        font-size: 100%;

        vertical-align : middle;

}



a {

        color: #86598B;
        
        font-weight: bold;
                
        cursor: default;

        text-decoration: none;

}



a:hover {

        color: #FDA1C1;
        text-decoration: none;         
        cursor: default;
                
}

.bblink a {

        color: #86598B;
        
        cursor: default;

        text-decoration: none;

}



.bblink a:hover {

        color: #333333;
        text-decoration: underline;        
        cursor: default;
        
}



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

}



.tableh1 {
        background-image: url('http://vodianova-online.net/bg.gif') ;
        line-height: 20px;
        color : #949494;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;        
}



.tableh1_compact {
        background-image: url('http://vodianova-online.net/bg.gif') ;
        color : #949494;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}



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


.tableh2_compact {
        background-image: url('http://vodianova-online.net/bg.gif') ;
        color : #949494;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        }


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




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



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

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

.catrow {

        background: #ffffff ;      
        color: #333333;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}



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



.thumb_filename {
        font-size: 100%;
        display: block;
}



.thumb_title {
        font-size: 85%;
        padding: 2px;
        display : block;        
        }


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



.thumb_caption a {
        text-decoration: underline;
        cursor: default;
        color: #FFFFFF;
        background-image: url('http://vodianova-online.net/bg.gif') ;
}



.thumb_num_comments {
        font-weight: normal;
        font-size: 85%;
        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: 85%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}



.user_thumb_infobox a {

        text-decoration: none;
        color: #333333;        
        cursor: default;

}



.user_thumb_infobox a:hover {

        color: #ffffff;
        text-decoration: underline;        
        cursor: default;
        
        border-bottom: 0px dotted #FF6666;


}



.sortorder_cell {

        background-image: url('http://vodianova-online.net/bg.gif') ;
        color: #ffffff;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}



.sortorder_options {

        font-family: Tahoma;
        background-image: url('http://vodianova-online.net/bg.gif') ;
        color: #949494;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 100%;
        white-space: nowrap;
}



.navmenu {

        font-family: Tahoma;

        color: #949494;
        
        font-weight: bold;

        background : #d5d5d5 ;

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

}



.navmenu a:hover {

        background : #d5d5d5 ;

        text-decoration: none;
        
        cursor: default;

        color: #ffffff;
        
}



.admin_menu_thumb {

        font-family: Tahoma;

        font-size: 9px;

        border: 0px solid #f3f3f3;

        background-position : bottom;

        color: #333333;

        margin-top: 0px;

        margin-bottom: 0px;

        width: 0px;

}



.admin_menu_thumb a {

        color: #333333;

        text-decoration: none;

        display: block;

        position: relative;

        padding-top: 2px;

        padding-bottom: 2px;

        padding-left: 5px;

        padding-right: 5px;

}





.admin_menu_thumb a:hover {

        color: #86598B;

        text-decoration: none;
        
        cursor: default;
        
        border-bottom: 0px dotted #FF6666;

}



.admin_menu {

        font-family: Tahoma;

        font-size:11px;

        border: 1px solid #f3f3f3;

        background-color:#ffffff;

        background-position : bottom;

        color: #333333;

        margin-top: 0px;

        margin-bottom: 0px;

        padding-top:0px;

        padding-bottom:0px;

        padding-left:0px;

        padding-right:0px;

        text-align: center;

}



.admin_menu a {

        color: #333333;

        text-decoration: none;

        display: block;

        position: relative;

        padding-top: 1px;

        padding-bottom: 1px;

        padding-left: 2px;

        padding-right: 2px;

}



.admin_menu a:hover {

        color: #949494;
        
        cursor: default;

        text-decoration: none;
      
}

.comment_date{

        color : #949494;

        font-size : 100%;

        vertical-align : middle;

}

.image {
        border-style: solid;
        border-width:3px;
			padding: 0px;
			background-color: #FFFFFF;
        border-color: #CCCCCC;
        margin: 2px;
        }

.image:hover {
border-style: solid;
        border-width:3px;
			padding: 0px;
			background-color: #FFFFFF;
        border-color: #fda1c1;
        margin: 2px;
cursor: default;
filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);   
opacity: 0.8;           
filter: alpha(opacity=80);
}

.imageborder {
        border: 0px solid #CCCCCC;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

a img {
	padding: 0px;
	border: #CCE265 0px solid;
}


img a:hover {padding: 0px; border: #F0BBC8 1px solid}


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


.thumbnails {
        background: #ffffff ;
        padding: 6px;
        }


.footer {

        font-size : 11px;

}

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


.footer a:hover {
        color: #F0BBC8;
        cursor: default;
        text-decoration: none;
        }


.statlink {

        color: #949494;
        
        cursor: default;

}



.statlink a {

        text-decoration: none;

        color: #666666;
        
        cursor: default;

}



.statlink a:hover {

        color: #666666;

        text-decoration: none;
        
        cursor: default;
        
        border-bottom: 1px solid #666666;

}



.alblink a {

        text-decoration: none;
        
        font-size:75%;
		text-transform:uppercase;

        color: #86598B;
        
        cursor: default;

}



.alblink a:hover {

        color: #cc6699;

        text-decoration: underline;
        
        cursor: default;
        
        }



.catlink {

        display: block;
        
        cursor: default;

        margin-bottom: 2px;

}



.catlink a {

        text-decoration: underline;

        color: #999999;
        
        cursor: default;

}



.catlink a:hover {

        color: #cc6699;

        text-decoration: none;
                
        cursor: default;

}



.topmenu {

        font-family: Tahoma;
        line-height : 130%;
        font-size : 110%;
}



.topmenu a {

        color : #86598B;

        text-decoration : none;

}



.topmenu a:hover  {

        color : #86598B;

        text-decoration : none;
        
        cursor: default;
        
        border-bottom: 2px solid #cc6699;

}



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


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


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


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

.clickable_option {

        cursor: default;
}



.listbox_lang {
        color: #757575;
        background-color: #ffffff;
        border: 1px solid #efefef;
        font-size: 100%;
        font-family: Tahoma;
        vertical-align : middle;

}

#vanity a {

        display:block;

        width:57px;

        height:20px;

        margin: 3px 20px;

}
