/*************************
  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.17
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/water_drop/style.css $
  $Revision: 4311 $
  $Author: gaugau $
  $Date: 2008-03-02 09:51:36 +0100 (So, 02 Mrz 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-color: #D5E4E7;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color: #989898;
        margin: 0px;
}

table {
        font-size: 10px;
}

h1{
        font-size: 8px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        text-decoration: none;
        color : #0099CC;
        margin: 2px;
        font-style : normal;
}

h2 {

        font-family: Geneva, Arial, Helvetica, sans-serif;
        padding-left : 10px;
        font-size: 9px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px;
        color : #0099CC;
}

h3 {
        font-weight: normal;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 4px;
        margin: 2px;
}

p {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}



.textinput {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #71B1BD;
        padding-right: 3px;
        padding-left: 3px;
        background-color : #DFDFDF;
        color:#8D8D8D;
}

.listbox {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        background-color : #DFDFDF;
        font-size: 100%;
        border: 1px solid #71B1BD;
        vertical-align : middle;
        color:#8D8D8D;
}

.button {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #71B1BD;
        background-color : #DFDFDF;
        color:#8D8D8D;
}

.comment_button {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #71B1BD;
        background-color : #DFDFDF;
        color:#8D8D8D;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
	color: #5BA4B3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a:hover {
color: #525A5C;
        text-decoration: none;
}

.bblink a {
        color: #5BA4B3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.bblink a:hover {
        color: #525A5C;
        text-decoration: none;
}

.maintable {
	border: 1px solid #4E9CA6;
	background-color: #D3D3D7;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 2px;
}

.tableh1 {
	background : #67AFBD;
	color : #D6E8EC;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 11px;
}

.tableh1_compact {
	background : #67AFBD;
	color : #D6E8EC;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 11px;
}

.tableh2 {
	background : #71A9B8;
	color : #D6E8EC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 10px;
}

.tableh2_compact {
	background : #71A9B8;
	color : #D6E8EC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 10px;
}

.tableb {
        background: #D3D3D7;
        padding-top: 4px;
        padding-right: 0px;
        padding-bottom: 3px;
        padding-left: 4px;
}

.tableb_compact {
        background: #D3D3D7;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #D3D3D7;
        padding-top: 8px;
        padding-right: 0px;
        padding-bottom: 8px;
        padding-left: 0px;

}

.album_stat {
        font-size : 100%;
        margin: 5px 0px;
}

.thumb_title {
        font-weight : bold;
        font-size: 100%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 100%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: none;
        color: #C98079;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 100%;
        padding: 2px;
        font-style : normal;
        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: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #C98079;
}

.user_thumb_infobox a:hover {
        color: #C98079;
        text-decoration: underline;
}

.sortorder_cell {
        background : #6E383A;
        color : #C1D3D5;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        background : #6E383A;
        color : #C1D3D5;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 9px;
}

.navmenu {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        color: #C1D3D5;
        font-size: 100%;
        font-weight: normal;
        background : #000000;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 10px;
        margin-bottom: 1px;
        margin-left:10px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #B8A596;
}

.navmenu a:hover {
        background : #668FAF;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 0px solid #8B8B8B;
        background-color : #FFFFFF;
        color:#CCCCCC;
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 0px;
}

.admin_menu_thumb a {
        color: #808080;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 5px;
}


.admin_menu_thumb a:hover {
        color: #363636;
        text-decoration: underline;
}

.admin_menu {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 0px solid #BEBEBE;
        background-color : #668FAF;
        color:#C1D3D5;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #C1D3D5;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: underline;
}

.comment_date{
        color : #808080;
        font-size : 100%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #7CBAC5;
		padding: 2px;
		background-color:transparent;
        margin: 0px;
}

.imageborder {
        border: 0px solid #D3D3D7;
        background-color: #D3D3D7;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-right: 2px;
        margin-left: 2px;
}

.thumbnails {

        background: #D3D3D7;
        padding: 2px;
}

.footer {
        font-size: 11px;
        color: #808080;
}

.footer a {
        text-decoration: none;
        color: #808080;
}

.footer a:hover {
	color: #808080;
        text-decoration: underline;
}

.statlink {
        color: #D3D1DF;
}

.statlink a {
        text-decoration: none;
        color: #D3D1DF;
}

.statlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.alblink a {
        text-decoration: none;
        color: #DEDEDE;
}

.alblink a:hover {
        color: #DEDEDE;
        text-decoration: none;
}

.catlink {
        display: block;
        margin-bottom: 1px;
}

.catlink a {
        text-decoration: none;
        color: #54A2AC;
}

.catlink a:hover {
        color: #000000;
        text-decoration: none;
}

.topmenu {
        font-size : 100%;
}

.topmenu a {
        color : #7996B8;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #7996B8;
        text-decoration : none;
}

.topmenu td  {
        font-weight : bold;
}

.topmenu table {
  margin-left:auto;
  margin-right:auto;
  border-collapse:collapse;
  border: none;
}

.content_area {
  border-collapse:separate;
  margin: 1px;
}

.topmenu_transmission {
  margin: 5px;
}

.img_caption_table {
        border: none;
        background-color: #D3D3D7;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D3D3D7;
        font-size : 100%;
        color : #686868;
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        border-top : 1px solid #686868;
}

.img_caption_table td {
        background: #D3D3D7;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #686868;
}

.debug_text {
        border: #686868;
        background-color: #6287B3;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : hand;
}

.listbox_lang {
        color: #686868;
        background-color: #6287B3;
        border: 0px solid #686868;
        font-size: 80%;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        vertical-align : middle;
}


.gal_name {
   font-size: 100%;
   text-align: left;
   color: grey;
   font-weight: bold;
   padding-top: 5px;
}

.menu_title {
  font-size: 8px;
}

.lang_select_flags {
   display:block;
   width:100%;
   margin:10px;
   text-align:center;
}

.select_lists {
  margin: 5px;
}

#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);}