/*************************
  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.16
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/water_drop/style.css $
  $Revision: 4233 $
  $Author: gaugau $
  $Date: 2008-02-02 09:23:58 +0100 (Sa, 02 Feb 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 1E1208 = 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: #transparent;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color: #47646B;
        margin: 0px;
      
}

table {
        font-size : 11px;

}

h1{
        font-weight: normal;
        font-size: 9px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color: #718EA5;
        margin: 2px;
		
}

h2 {
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        background-image : url(images/box_left_icon.gif);
        background-repeat : no-repeat;
        background-position : left;
        padding-left : 18px;
        font-size: 18px;
        margin: 0px; color: #DFEDD3;
}

#pagewidth{ 
 width:952px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-image:url(/images/site-layouts/7/table.jpg);  
 background-repeat: repeat;
} 

#header{
 position:relative; 
 height:230px; 
 width:952px;

} 

h3 {
        font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 9px;
        margin: 2px;
}

p {
        font-family: Arial, 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: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #1E1208;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #1E1208;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCD7E0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}



.radio {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #EEE6DC;
        text-decoration: none;
}

a:hover {
        color: #547737;
        text-decoration: ;
}

.bblink a {
        color: #4D8594;
        text-decoration: none;
}

.bblink a:hover {
        color: #1D1D1D;
        text-decoration: ;
}

.maintable {
        border: 0px solid #ffffff;
        background-color: #transparent;
        margin-top: 0px;
        margin-bottom: 0px;
		color: #999999;
		        width: 840px;
		        margin-left: 1.5em;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	
}

.tableh1 {

	font-weight:bold;
        font-family: Trebuchet MS;
        background : #E8E8E8;
        color: #ffffff;		
	background-image: url("head.jpg");
	border: 0px solid #4C6C2D;
        font-size : 12px;
        padding-top: 5px;
        padding-right: 12px;
        padding-bottom: 5px;
        padding-left: 12px;
        height:35px;


        margin-left: 1.5em;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	
}



.tableh2 {
        font-family: Trebuchet MS;
        background : #E8E8E8;
        color: #ffffff;		
	background-image: url("head.jpg");
	border: 0px solid #3F6729;
        font-size : 12px;
        padding-top: 5px;
        padding-right: 12px;
        padding-bottom: 18px;
        padding-left: 12px;
padding-top:18px;


        margin-left: 1.5em;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
        
}


.title {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#B2B2B2;
	font-style:italic;
	font-weight:bold;
text-decoration: none;


        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 43px;
        padding-left: 12px;
padding-top:-28px;


        
}


.tableb {
        background: #transparent;
	color: #999999;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb a:hover {
        background: #transparent;

}



.tablef {
        background: #transparent;
	color: #999999;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #transparent;
        color : #999999;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}



.catrow_noalb:hover {
background: #2C1A0C;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;}

.catrow {
        background: #transparent;
	color: #999999;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow:hover {
background: #2C1A0C;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;}


.album_stat {
        font-size : 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}


.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: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #transparent;
        color: #89AF63;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #transparent;
        color: #ffffff;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        color: #999999;
        font-weight: bold;
        background :  ;
        border-style: none;
        
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px; 
}

.navmenu a {
text-decoration: none;
color: #000000;
display: block;
padding: 5px;}


.navmenu a:hover {
background-repeat: repeat-x;
background-position: top;
text-decoration: none;
color: #069CBF;}


.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        border: 1px solid #1E1208;
        background:#2A180A;
        background-position : bottom;
        color: #ffffff;
	letter-spacing:1px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;       margin: 4px;
}

.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;
}


.admin_menu_thumb a:hover {
        color: #ffffff;
        text-decoration: underline;
}

.admin_menu {
	background-repeat:repeat-x;
        font-family: Tahoma;
        font-size: 100%;
        border: 1px solid #1E1208;
        background:#2A180A;
        background-position : bottom;
        background-repeat: repeat-x;
        background-color: #transparent;
	letter-spacing:0px;
        color: #ffffff;
        margin: 4px;
        text-align: center;
}

.admin_menu a {
        color: #817B75;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px; 
}

.admin_menu a:hover {
        color: #817B75;
        text-decoration: underline;
}



.admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.admin_menu_wrapper {
        width:100%;
}



td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #ffffff;
        font-size: 95%;
        vertical-align : middle;
}


.imageborder {
        margin-top: 10px;
        margin-bottom: 10px;
        background-color:#transparent;
        

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}
a img {
border-left : 5px solid #312012;
border-right : 5px solid #312012;
border-bottom : 5px solid #312012;
border-top : 5px solid #312012;
	    padding:0px;
        margin: 2px;
	    background-color:#transparent;
	    	background-image: url("top.");
	    	

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	}
	
	.image {
border-left : 5px solid #312012;
border-right : 5px solid #312012;
border-bottom : 5px solid #312012;
border-top : 5px solid #312012;
	    padding:0px;
        margin: 2px;
background-color:#transparent;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}


	   
 a:link img {
border-left : 5px solid #312012;
border-right : 5px solid #312012;
border-bottom : 5px solid #312012;
border-top : 5px solid #312012;
	    padding:0px;
        margin: 2px;
	    background-color:#transparent;
	    	background-image: url("top.");
	    	

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
					opacity:.60;
filter: alpha(opacity=65);
 -moz-opacity: 0.6;
	}
	    	
	    	
a:hover img {
border-left : 5px solid #312012;
border-right : 5px solid #312012;
border-bottom : 5px solid #312012;
border-top : 5px solid #312012;
	    padding:0px;
        margin: 2px;
	    background-color:#transparent;
	    	background-image: url("top.jp");
	    	

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
					opacity:.90;
filter: alpha(opacity=99);
 -moz-opacity: 0.9;
	    	}






.display_media {
        background: #transparent ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #transparent ;
        padding: 4px;
}


.thumbnails:hover {
background: #2C1A0C;
padding: 4px;}


.footer {


}

.footer a {
        text-decoration: none;
        color: #ffffff;
}

.footer a:hover {
        color: #ffffff;
        text-decoration: underline;
}

.statlink {
        color: #ffffff;
}

.statlink a {
        text-decoration: none;
        color: #ffffff;
}

.statlink a:hover {
        color: #ffffff;
        text-decoration:none;
}



.alblink {
        font-weight:bold;
}


.alblink a {
background-image: url(/images/bul.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
text-decoration: none;
color: #ffffff;
font-size: 95%;
}

.alblink a:hover {
background-image: url(/images/bul.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
text-decoration: none;
color: #638545;
font-size: 95%;
}



.catlink {
	font-weight:bold;
        display: block;
        margin-bottom: 10px;
		margin-top: 10px;
}


.catlink a {
background-image: url(/images/bul.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 18px;
padding-bottom:8px;
padding-right: 8px;
padding-top: 8px;
text-decoration: none;
color: #817B75;
}

.catlink a:hover {
background-image: url(/images/bul.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 18px;
padding-bottom:8px;
padding-right: 8px;
padding-top: 8px;
color: #6D6359;
text-decoration: underline;
}




.topmenu {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        line-height : 130%;
        font-size : 110%;
}

.topmenu a {
        color : #2e2e2e;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #2e2e2e;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #transparent;
        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 : 0px solid #transparent;
}

.img_caption_table td {
        background: #F2F5F7 ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 0px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;

}

.listbox_lang {
        color: #000666;
        background-color: #F2F5F7;
        border: 1px solid #F2F5F7;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}


 tr, xmp {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #6F6F6F; 
font-size:11px;
text-align:left;
line-height: 14px;
}


span.thumb_caption 
{  background-color: #241303; color: #ffffff; 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:5px;}
	
	span.top
{  
font-size:11px;
color: #927150; font-size: 13px; text-decoration: none; letter-spacing:0pt; font-weight: normal; font-family: Trebuchet MS;
	}


a.top:active, a.top:visited, a.top:link 
{ color: #9A77A1; font-size: 13px; text-decoration: none; letter-spacing:0pt; font-weight: normal; font-family: Trebuchet MS;}
a.top:hover
{ color: #9A77A1; font-size: 13px; text-decoration: none; letter-spacing:0pt; font-weight: normal; font-family: Trebuchet MS;}


b {color: #ffffff;}

#content{
	margin: 0 0 0 0;
	overflow-x:hidden;
 display:inline; 


 }
 



.pic_title {
        color: #000000;
        font-size: 120%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.pic_caption {
        color: #000000;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}


.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}
.cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}
 

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}


.content img {
margin : 0px;
padding:4px;  
background : #D1D1D1; 
background-image:url(/images/site-layouts/7/bgg.pn);
border : 1px solid #D9D9D9;
					-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
.content a img {
margin : 0px;
padding:4px;  
background : #D1D1D1; 
background-image:url(/images/site-layouts/7/bgg.pn);
border : 1px solid #D9D9D9;
					-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
					opacity:.60;
filter: alpha(opacity=65);
 -moz-opacity: 0.6;
}

.content a img:hover {
margin : 0px;
padding:4px;  
background : #D1D1D1; 
background-image:url(/images/site-layouts/7/bgg.pn);
border : 1px solid #D9D9D9;
					-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
					opacity:.99;
filter: alpha(opacity=99);
 -moz-opacity: 0.9;}
	
	


	ul {
list-style:none;
margin:0;
padding:0;
}








input, textarea, button, select {
	padding: 5px;
	font-family: Lucida Sans;
	font-size: 13px;
font-style: italic;
margin: 8px;
	text-align: justify;
	color: #817B75; 
	letter-spacing:-0px;
        -moz-border-radius:  10px; 
-webkit-border-radius: 10px; 
border-radius: 10px;
border: 0px solid #2A180A;
background-color: #2A180A; 
}
				
textarea:hover{
	background: #2A180A;		
	padding: 5px;
	text-align: justify; }
textarea.icons { width: 101px; height: 50px; overflow:hidden; padding: 0px; margin: 0px;         -moz-border-radius:  0px; 
-webkit-border-radius: 0px; 
border-radius: 0px;}



	#GB_window {
  background-color: #FFFFFF;
  border: 5px solid #AAAAAA;
}
	
	
