/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2008 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.18
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/water_drop/style.css $
  $Revision: 4380 $
  $Author: gaugau $
  $Date: 2008-04-12 12:00:19 +0200 (Sa, 12 Apr 2008) $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* Hex 000000 = RGB   0,  0,  0 = black        */
/* Hex 5F5F5F = RGB  95, 95, 95 = light black  */
/* Hex BDBEBD = RGB 189,190,189 = dark grey    */
/* Hex D1D7DC = RGB 209,215,220 = medium grey  */
/* Hex CCD7E0 = RGB 204,215,224 = light grey   */
/* Hex CBD7DE = RGB 203,215,222 = steel grey   */
/* Hex F2F5F7 = RGB 242,245,247 = dark white   */
/* Hex EFEFEF = RGB 239,239,239 = dark white   */
/* Hex FFFFFF = RGB 255,255,255 = white        */
/* Hex 000666 = RGB   0,  6,102 = dark blue    */
/* Hex 0033CC = RBG   0, 91,104 = medium blue  */
/* Hex 718EA5 = RGB 113,142,165 = light blue   */
/* Hex 8AA5B5 = RGB 138,165,181 = light blue   */
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */


body {
        background:#6a6a6a;
        
	background-repeat: repeat-x; 
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color : #494949;
        margin-top: 20px;
        margin-bottom: 20px;
}


table {
        font-size : 10px;
}

h1{
        font-weight: bold;
        font-size: 7pt;
        font-family: "Trebuchet MS";
        text-decoration: none;
        text-transform:uppercase;
        line-height : 8px;
        color: #000000;
        margin: 0px;
}

h2 {    
        font-family: Trebuchet MS;
        padding-left : 0px;
        font-size: 7pt;
        margin: 0px;
        line-height :8px;
}

h3 {
        font-weight: normal;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 7pt;
        margin: 2px;
}


p {
        font-family: Trebuchet MS, 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-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #000000;
        padding-right: 3px;
        padding-left: 3px;
}


.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #000000;
        font-color:#000000;
        background-color:#cccccc;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        font-color:#000000;
        border: 1px solid #000000;
        background-color:#cccccc;
        padding-left: 3px;
        padding-right: 3px;
}

.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: #666666;
        font-weight:bold;
        text-decoration: none;
	text-transform:uppercase;
	line-height :8px;
	
}

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

.bblink a {
        color: #0101ff;
        font-weight:bold;
        text-decoration: none;
		text-transform:uppercase;
}

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


.tableh1 {
        font-family: Trebuchet MS;
        text-transform:uppercase;
        background : #b0afab ;
        color: #666666;		
        font-size : 6pt;
        padding-top: 1px;
        padding-right: 8px;
        padding-bottom: 1px;
        padding-left: 8px;
        font-size: 7pt;
}




.maintable {
        background-color: #b0afab;
        border: 0px solid #b0afac;
        margin-top: 0px;
        margin-bottom: 0px;
}

.tableh1_compact {
        background : #cccccc;
        color : #666666;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 8px;
        text-transform:uppercase;
        font-size : 7pt;
}

.tableh2 {
        background: #cccccc;
        color : #666666;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
		text-transform:uppercase;
}

.tableh2_compact {
        background: #cfcfcf;
        color : #666666;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
		text-transform:uppercase;
}

.tableb {
        background: #cfcfcf;
        padding-top: -2px;
        padding-right: -2px;
        padding-bottom: -2px;
        padding-left: -2px;
}


.tableb_compact {
        background: #cfcfcf;
        color:#666666;
        font-family:Verdana;
        padding-top: -2px;
        padding-right: -2px;
        padding-bottom: -2px;
        padding-left: -2px;
}

.tablef {
        background: #c9c7c7;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
}

.catrow_noalb {
        background: #cfcfcf;
        color : #666666;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
}

.catrow {
        background: #cfcfcf;
        color:#666666;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
}

.album_stat {
        margin: 5px 0px;
}

.thumb_filename {
        display: block;
}

.thumb_title {
        color: #6d6d6d;
        font-family: Trebuchet MS;
        text-transform:uppercase;
        font-size : 7pt;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 2px;
        padding-right: 2px;
        line-height :8px;
       

        
}

.thumb_caption {
       font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 5pt;
        text-transform: uppercase;
        font-style : none;
        display : block;
        padding-bottom: 0px;
        padding-top: 3px;


}

.thumb_caption a {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
         font-weight: normal;
         font-size: 5pt;
         text-transform: uppercase;
        padding-top: 3px;
        padding-right: 8px;
        padding-bottom: 0px;
         font-style : none;
         display : block;

}

.thumb_num_comments {
       font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 5pt;
        text-transform: uppercase;
        font-style : none;
        display : block;
        padding-bottom: 0px;
        padding-top: 3px;

    }

.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 {
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

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

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

.sortorder_cell {
        background : #cccccc;
        color : #cccccc;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #cccccc;
        color : #cccccc;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #ff0000;
        font-size: 100%;
        font-weight: normal;
        background : #cccccc;
        border-style: none;
        font-size : 7pt;
}

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

.navmenu a {
        font-weight: normal;
        position: relative;
        display: block;
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        text-decoration: none;
        color: #ff6102;
        font-size : 7pt;
}

.navmenu a:hover {
        background : #cfcfcf;
        font-weight: normal;
        text-decoration: none;
        color:#D5E3EA;
        font-size : 7pt;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-weight:normal;
        color: #df7e4b;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
        
}

.admin_menu_thumb a {
        color: #df7e4b;
        font-weight:normal;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        padding-right: 1px;
        
}


.admin_menu_thumb a:hover {
        font-weight:normal;
        color: #c7c7c7;
        text-decoration: none;
        
}

.admin_menu {
        font-family: Trebuchet MS, Helvetica, sans-serif;
        font-size: 9px;
        font-weight:normal;
        background-color:#cccccc;
        color: #df7e4b;
        margin-top: 0px;
        margin-bottom: 1px;
        padding-top:1px;
        padding-bottom:0px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
        line-height 8px;
}

.admin_menu a:link {
        color: #df7e4b;
        font-size: 9px;
        font-weight:normal;
        text-decoration: none;
        display: block;
        line-height :8px;
}

.admin_menu a:hover {
        color: #b0afac;
        font-size: 9px;
        font-weight:normal;
        background-color:#cfcfcf;
        text-decoration: none;
        line-height :8px;
}

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

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

.image {
        border-style: solid;
        border-width:1px;
        border-color: #559cf8;
        margin: 2px;
}

.imageborder {
        border: 1px solid #559cf8;
        background-color: ;
        margin-top: 30px;
        margin-bottom: 30px;
}
	a img {
		border-style: solid;
	border-width:1px;
	border-color: #559cf8;
	padding:4px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
	background-color:#FFFFFF;}

a:hover img {
		border-style: solid;
	border-width:1px;
	border-color: #f5cf4a;
	padding:4px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
	background-color:#FFFFFF;
	cursor:crosshair;}




.display_media {
        background: #cfcfcf;
        padding: 5px;
}

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

hr {
    border: none 0;
    border-top: 1px solid #212121;
    width: 100%;
    height: 1px;
}


.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        font-weight:bold;
        color: #6a6a6a;
}

.footer a:hover {
        color: #b0afac;
        font-weight:bold;
        text-decoration: none;
}

.statlink {
                text-decoration: none;
	        font-weight:bold;
	        color: #808080;
	        font-size : 7pt;
}

.statlink a {
        text-decoration: none;
        font-weight:bold;
        color: #808080;
        }


.statlink a:hover {
        color: #ffffff;
        font-weight:bold;
        text-decoration: none;
}

.alblink a {
        font-family: Trebuchet MS;
	text-transform:uppercase;
        background : #c0c0c0 ;
	color: #666666;		
	font-size : 6pt;
        padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
        font-size: 7pt;
        border: 1px solid #bababa;
        
}

.alblink a:hover {
        font-family: Trebuchet MS;
	text-transform:uppercase;
	background : #c0c0c0 ;
        color: #f6414a;		
	font-size : 6pt;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
        font-size: 7pt;
        border: 1px solid #bababa;
}

.catlink {
        display: block;
        margin-bottom: 3px;
}

.catlink a {
        text-decoration: none;
        font-weight:bold;
        color: #539dfa;
}

.catlink A:hover {
	border-bottom: 1px dotted #e8101c;}

.topmenu {
        font-size: 100%;
}

.topmenu a {
        color : #ff02ea;
        font-weight:bold;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #b0afac;
        font-weight:bold;
        text-decoration : none;
}

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

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

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

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

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

}
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0px none; }
#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');}