
/*************************
  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.19
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/water_drop/style.css $
  $Revision: 4392 $
  $Author: gaugau $
  $Date: 2008-04-16 09:25:35 +0200 (Mi, 16 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 .mainCell  {
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666; 	
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

.contentpaneopen{
	width:680px;
	padding-right:5px;
	text-align:center;
	margin-left:140px;
}

 .mainCell h1 {
	padding: 0;
	font: 1.5em/2.1em Georgia, 'Times New Roman', Times, serif;
	color: #444;
	font-style:italic;
	letter-spacing: 0.5em;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
}

 .mainCell h2 {
	padding: 0;
	font: 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #444;
	font-style:italic;
	letter-spacing: 0.5em;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

 .mainCell h3 {
	margin: 0;
	font: 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #444;
	text-align: left;
	padding: 0;
}

 .mainCell p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

 .mainCell ul {
        margin-left: 5px;
        padding: 0px;
}

 .mainCell li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

 .mainCell .textinput {
	border: 1px solid #555;
	color: #333;
	padding: 2px;
}

 .mainCell .listbox {
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

 .mainCell .button {
	height: 22px;
	border:solid 2px #ebebeb;
	border: none;
	padding: 0 4px;
	margin: 0 0 0 6px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	cursor:pointer;
}

 .mainCell .comment_button {
	height: 22px;
	border:solid 2px #ebebeb;
	padding: 0 4px;
	margin: 0 0 0 6px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	cursor:pointer;
}

 .mainCell .radio {
        font-size: 100%;
        vertical-align : middle;
}

 .mainCell .checkbox {
        font-size: 100%;
        vertical-align : middle;
}

 .mainCell a {
	color: #7BA857;
	font-style: normal;
	font-size: 1em;
	text-decoration:none;
}

 .mainCell a:hover, a:active{
 	border:none;
	text-decoration:none;
	color: #333333;
}

 .mainCell .bblink a {
	color:#9FCC7F;
    text-decoration: none;
}

 .mainCell .bblink a:hover, .bblink a:active {
	color: #333333;
    text-decoration: none;
}

/*-----------Tables and backgrounds-----------*/

 .maicell .spacer {
	width:1px;
	height:10px;
}

 .mainCell .spacer1 {
	width:1px;
	height:1px;
}

 .mainCell .spacer2 {
	width:2px;
	height:2px;
}

 .mainCell .maintable {
        margin-top: 1px;
        margin-bottom: 1px;
}

 .mainCell .tableh1 {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

 .mainCell .tableh1_compact {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 12px;
        padding-left: 5px;
		text-align:center;
		background: url(images/border.gif) repeat-x left bottom;
}

 .mainCell .tableh2 {
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

 .mainCell .tableh2_compact {
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

 .mainCell .tableb {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

 .mainCell .tableb_compact {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

 .mainCell .tablef {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

 .mainCell .catrow_noalb {
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 30px;
}

 .mainCell .catrow {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 30px;
}

 .mainCell .album_stat {
        font-size : 85%;
        margin: 5px 0px;
}

 .mainCell a img {
	border: none;
	text-decoration: none;
	text-align:center;
	padding:0px;
}

 .mainCell .thumbnails {
 	padding-top:10px;
	border:solid 2px #ebebeb;
	text-align:center;
}

 .mainCell .thumbnails a {
 	display: block;
 	text-align:center;
}

 .mainCell .thumbnails a:hover img, .alb_thumb a:hover img {
	filter:alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: .5; opacity:0.5;
	background:#ebebeb;
}

 .mainCell .thumb_filename {
        font-size: 80%;
        display: block;
}

 .mainCell .thumb_title {
        font-weight : bold;
        font-size: 80%;
		margin-top:10px;
        padding: 2px;
        display : block;
}

 .mainCell .thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

 .mainCell .thumb_caption a {
        text-decoration: none;
        color: #000000;
}

 .mainCell .thumb_num_comments {
        font-weight: normal;
        font-size: 85%;
        padding: 2px;
        font-style : italic;
        display : block;
}

 .mainCell .user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

 .mainCell .user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

 .mainCell .user_thumb_infobox td {
        font-size: 85%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

 .mainCell .user_thumb_infobox a {
        text-decoration: none;
        color:#9FCC7F;
}

 .mainCell .user_thumb_infobox a:hover {
        color: #333333;
        text-decoration: none;
}

 .mainCell .sortorder_cell {
        color: #FFFFFF;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}

 .mainCell .sortorder_options {
        color: #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

 .mainCell .comment_date {
        color : #5F5F5F;
        font-size: 90%;
        vertical-align : middle;
}

 .mainCell .image {
 	padding:0px;
}

 .mainCell .main_img {
	margin-top:20px;
    border: 1px solid #DCDCDC;
	padding:0px;
}

 .mainCell .main_img img {
 	border:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:none;
}

 .mainCell .main_img tbody tr td{
 	padding:0px;
}
 

 .mainCell .imageborder {
}

 .mainCell .display_media {
 	text-align:center;
}

 .mailCell #gallery {
 	text-align:center;
}

 .mainCell .footer {
	display:none;
        font-size : 9px;
}

 .mainCell .footer a {
        text-decoration: none;
        color:#9FCC7F;
}

 .mainCell .footer a:hover {
        color: #333333;
        text-decoration: none;
}

/*-------- Cat & Album ------------*/

 .mainCell .statlink {
        color: #000000;
}

 .mainCell .statlink a {
        text-decoration: none;
        color: #AE855C;
		background: url(images/arrow.png) no-repeat left top;
		padding-left:14px;
}

 .mainCell .statlink a:hover {
        color: #333333;
        text-decoration: none;
}

 .mainCell .alblink a {
        text-decoration: none;
        color: #000000;
}

 .mainCell .alblink a:hover {
        color: #333333;
        text-decoration: none;
}

 .mainCell .catlink {
        display: block;
        margin-bottom: 2px;
}

 .mainCell .catlink a {
        text-decoration: none;
        color: #000000;
}

 .mainCell .catlink a:hover {
        color: #333333;
        text-decoration: none;
}


/*--------- Menu --------------*/

 .mainCell .navmenu {
 	padding-bottom:10px;
	margin-bottom:5px;
	background: url(images/border.gif) repeat-x left bottom;
}

 .mainCell .navmenu a {
	color: #7BA857;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-size: 1em;
	margin-right:20px;
}

 .mainCell .navmenu a:hover {
        text-decoration: none;
        color: #333333;
}


 .mainCell .shop {
 	padding-bottom:10px;
	margin-bottom:5px;
	widht:100%;
	background: url(images/border.gif) repeat-x left bottom;
}

 .mainCell .shop .admin_menu a {
	color: #7BA857;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-size: 1em;
	margin-right:20px;
}

 .mainCell .shop .admin_menu a:hover {
        text-decoration: none;
        color: #333333;
}



 .mainCell .admin_menu_thumb {
        font-size: 90%;
        border: 1px solid #D6D3C0;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

 .mainCell .admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}

 .mainCell .admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: none;
}

 .mainCell .admin_menu {
        font-size: 90%;
        text-align: center;
}

 .mainCell .admin_menu a {
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

 .mainCell .admin_menu a:hover {
}

 .mainCell td #admin_menu_anim {
}

/*--------- END MENU ------------*/

 .mainCell .img_caption_table {
        border: none;
        width : 100%;
        margin : 0px;
}

 .mainCell .img_caption_table th {
        font-size : 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
}

 .mainCell .img_caption_table td {
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        white-space: normal;
}

 .mainCell .debug_text {
        width : 100%;
        margin : 0px;
}

 .mainCell .clickable_option {
        cursor : default;

}

 .mainCell .listbox_lang {
        color: #000666;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

 .mainCell #vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}

 .mainCell #vanity img {border:0}

 .mainCell #v_php {float:left;background-image:url(../../images/powered-php.gif);}

 .mainCell #v_php:hover {background-image:url(../../images/h_powered-php.gif);}

 .mainCell #v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}

 .mainCell #v_mysql:hover {background-image:url(../../images/h_powered-mysql.gif);}

 .mainCell #v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}

 .mainCell #v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}

 .mainCell #v_css {float:right;background-image:url(../../images/valid-css.gif);}

 .mainCell #v_css:hover {background-image:url(../../images/h_valid-css.gif);}

