/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2005 Coppermine Dev Team
  v1.1 originaly 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 as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.3.4
  $Source: /cvsroot/coppermine/stable/themes/water_drop/style.css,v $
  $Revision: 1.4 $
  $Author: gaugau $
  $Date: 2005/08/19 07:42:43 $
**********************************************/
body {
        font-family : Arial, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #3f3f3f;
        background-image: url('back.jpg');background-repeat: repeat-x;
        
        color : #787878;
        margin: 0px;
        margin-bottom: 20px;


}

table,tr,td,table table {
     font-size: 12px;
}


h1{
        font-weight: normal;
        font-size: 12px;
        font-family: "Arial", Arial;
        text-decoration: none;
        color: #753776;
        margin: 2px;
}

h2 {
        background-image : url(images/box_left_icon.gif);
        background-repeat : no-repeat;
        background-position : left;
        padding-left : 18px;
        font-size: 12px;
        font-family: "Arial", Arial;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-size: 9px;
        font-family: "Arial", Arial;
        margin: 2px;
}

p {
        font-size: 9px;
        font-family: "Arial", Arial;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 11px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: "Arial", Arial;
        font-size: 10px;
        background: #c6c6c6;
        color: #515151;
        border: 0px solid #CACACA;
        padding: 6px;
        
}

.listbox {
        font-family: "Arial", Arial;
        font-size: 12px;
	padding:8px;
        border: 1px solid #1d1d1d;
        vertical-align : middle;
}

.button {
        font-family: "Arial", Arial;
        font-size: 9px;
        background: #2a2a2a;
        color: #a2a2a2;
        border: 0px solid #CACACA;
}

.comment_button {
        font-family: "Arial", Arial;
        font-size: 9px;
        border: 0px solid #CACACA;
        background: #0c0c0c;
        color: #a2a2a2;
}

.radio {
        font-family: "Arial", Arial;
        font-size: 9px;
        vertical-align : middle;
}

.checkbox {
        font-family: "Arial", Arial;
        font-size: 9px;
        vertical-align : middle;
}

a {
        color: #c5c5c5;
        text-decoration: none; 
}

a:hover {
        color: #f08505;
	border-bottom: 0px solid #b4358e; 
}


.maintable {
        margin-top: 1px;
        margin-bottom: 1px;
	text-align: left;
}

.tableh1 {

        background: #1d1d1d;
        font: 11px "arial";
       
	line-height: 18px;
        color: #fb9820;text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
        border: 0px solid #d9d9d9;
	padding: 8px ;


}

.tableh1_compact {
        font-family: "Arial", Arial;
        font-size: 12px;
	text-align: right;
        color: #999999;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #100c0d;
        color: #f7da3d;
        padding-top: 6px;
        padding-right: 11px;
        padding-bottom: 6px;
        padding-left: 11px;
}

.tableh2_compact {
        background: #3f3f3f ;
        color: #353334;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        color: #707070;
	padding: 0px;
}

.tableb_compact {
        color: #707070;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
}

.tablef {
        background:#3f3f3f;
        padding-top: 11px;
        padding-right: 11px;
        padding-bottom: 11px;
        padding-left: 11px;
}

.catrow_noalb {
 
        background: #0d0d0d;
	border-bottom: 0px solid #252525;
	padding: 4px;
}
.catrow_noalb:hover {
        background: #3f3f3f;
	border-bottom: 0px solid #252525;
	padding:8px;
}

.catrow {
        background: #0d0d0d;
	border-bottom: 0px solid #252525;
	padding: 4px;
}

.catrow:hover {
       background: #3f3f3f;
	border-bottom: 0px solid #252525;
	padding: 8px;
}

.album_stat {
        font-size: 9px;
        margin: 2px 0px;
}

.thumb_title {
        font-weight : bold;
        font-size: 9px;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 9px;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: none;
        color: #753776;
}


.thumb_num_comments {
        font-weight: normal;
        font-size: 9px;
        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: 9px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 9px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #753776;
}

.user_thumb_infobox a:hover {
        color: #753776;
        text-decoration: underline;
}

.sortorder_cell {
        background: url() center repeat-x;
        color: #353334;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: "Arial", Arial;
	background: url(spacer.gif);
        color: #353334;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 9px;
        white-space: nowrap;
}

.navmenu {
        font-family: "Arial", Arial;
        font-size: 12px;
        width: 550;
        background: #353535;
        color: #353334;
        font-weight: bold;;
        border-style: none;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
}

.navmenu img {
}

.navmenu a {
        background: #353535;
        text-decoration: none;
        color: #525252;
}

.admin_menu_thumb {
        font-family: "Arial", Arial;
        font-size: 10px;
        border: 1px solid #ccd7e0;
        color: #753776;
        font-weight: bold;
        width: 85px;
}

.admin_menu_thumb a {
        color: #753776;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
}


.admin_menu_thumb a:hover {
        color: #753776;
        text-decoration: underline;
}

.admin_menu {
        background: #353535;
        font-family: "Arial", Arial;
        font-size: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
}

.comment_date{
        color : #753776;
        font-size: 90%;
        vertical-align : middle;
}

.image {
	padding: 1px;
        border: 2px solid #202020;
}

a:hover img {
	padding: 1px;
        border: 2px solid #202020;
}


.thumbnails {
background: #4a4a4a;
	padding: 4px;color: #c7eb3f;
        border: 0px solid #0f0f0f;
}

.footer {
        font-size: 9px;
}

.footer a {
        text-decoration: none;
        color: #353334;
}

.footer a:hover {
        color: #D99F0D;
        text-decoration: underline; 
}

.catlink {color : #f08505;
        display: block;
        margin-bottom: 2px;
	text-align: left;
}
.statlink {color : #f08505;
        display: block;
        margin-bottom: 2px;
	text-align: center;
}

.topmenu {
        background: #8f8f8f;
        border: 0px solid #8f8f8f;
        font-family: "Arial", Arial;
        font-size: 9px;
}

.topmenu a {
        color : #353334;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #753776;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #000000;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #000000;
        font-size: 9px;
        color : #753776;
        padding-top: 4px;
        padding-right: 11px;
        padding-bottom: 4px;
        padding-left: 11px;
        border-top : 1px solid #000000;
}

.img_caption_table td {
        background: #000000;
        padding-top: 6px;
        padding-right: 11px;
        padding-bottom: 6px;
        padding-left: 11px;
        border-top : 1px solid #000000;

}

#foot {
	margin: 0px auto;
	position: relative;
	top: 450px;
	width: 100%;
	background: #525252; 
	padding: 12px;
}

.footcss {
	margin: 0px auto;
	width: 800px;
	font: 11px "Arial"; 
	text-align: center;
	color: #C1C1C1; 
	line-height: 12px; 
}

.footcss a { 
	color:#C1C1C1; 
}
