/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine 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 as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.5
  $Source: /cvsroot/coppermine/stable/themes/001/style.css,v $
  $Revision: 1.12 $
  $Author: gaugau $
  $Date: 2006/03/02 08:25:20 $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* Hex 283863 = 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 ececec = RGB 242,245,247 = dark white   */
/* Hex EFEFEF = RGB 239,239,239 = dark white   */
/* Hex ececec = 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: #eee6dc;
 		font-family: tahoma;
}


table {
        font-size : 8pt; 
	font-family: tahoma;
}

h1{
        font-weight: normal;
        font-size: 7px;
        font-family: tahoma;
        text-decoration: none;
        line-height : 120%;
        color: #564C50;
        margin: 2px;
}

h2 {
        font-family: tahoma;
        background-image : url('images/box_left_icon.gif');
        background-repeat : no-repeat;
        background-position :  left 50%;
        padding-left : 18px;
        font-size: 6pt;
        margin: 0px;
	font-weight: bold;
	
}

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

p {
        font-family: trebuchet ms;
        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 #acacac;
        padding-right: 3px;
        padding-left: 3px;
	background-color: #efefef;
}

.listbox {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #acacac;
        vertical-align : middle;
	background-color: #efefef;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #161616;
        background-image : url('images/button_bg.gif');
        background-position-y:50%
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #161616;
        background-image : url('images/button_bg.gif');
        padding-left: 3px;
        padding-right: 3px; background-position-y:50%
}

.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 {
	font-size: 8pt;
	font-weight: none;
	color: #b5927f;
	text-transform: none;
    text-decoration: none;
   	letter-spacing: 1px;
 		font-family: tahoma;
}

a:hover {
	font-size: 8pt;
	font-weight: none;
	color: #a07b67;
	text-transform: none;
    text-decoration: none;
   	letter-spacing: 1px;
	cursor: default;
}

.bblink a {
        color: #9A7D7D;
        text-decoration: none;
}

.bblink a:hover {
        color: #060606;
        text-decoration: none;
}

.maintable {
        border: 5px solid #ded2c4;
	padding: 0px;
        margin-top: 1px;
        margin-bottom: 1px;
	background-color: #ded2c4;
	
}

.tableh1 {
	font-size: 6pt;
	font-weight: bold;
	color: #2b2f2e;
	text-transform: uppercase;
    text-decoration: none;
   	letter-spacing: 1px;
        background: #eee6dc;
		border-bottom: 0px solid #cecece ;
        padding-left: 10px;
        padding-right: 10px;
padding-top: 8px;
padding-bottom: 8px;
 		font-family: tahoma;
}

.tableh1_compact {
      font-size: 6pt;
	font-weight: bold;
	color: #b5b5b5;
	text-transform: uppercase;
    text-decoration: none;
   	letter-spacing: 1px;
        background: #eee6dc;
		line-height: 26px; 	
		border-bottom: 0px solid #B1B3B1 ;
        padding-left: 10px;
 		font-family: tahoma;
}

.tableh2 {
        background: #eee6dc;
        color : #a8a8a8;
	border: #060606 0px solid;
        padding-top: 7px;
        padding-right: 10px;
        padding-bottom: 7px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #eee6dc;
        color : #777777;
	border: #060606 0px solid;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.tableb {
        background: #e5dbcf;
		color:#bbbbbb;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
}

.tableb_compact {
        background: #e5dbcf;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
	color: #444444;
}

.tablef {
        background: #e5dbcf;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #e5dbcf;
        color : #b0b0b0;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
	border-bottom: #e7e7e7 1px solid;
	border-right: #060606 0px solid;
	border-left: #060606 0px solid;
}

.catrow {
        background: #e5dbcf;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
		color : #b0b0b0;
	border-bottom: #e7e7e7 1px solid;
	border-right: #060606 0px solid;
	border-left: #060606 0px solid;
}

.catrow:hover {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
		color : #b9b9b9;
	border-bottom: #e3e2e2 1px solid;
}

.catrow_noalb:hover {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
		color : #b9b9b9;
	border-bottom: #e3e2e2 1px solid;
}

.album_stat {
        font-size : 100%;
        margin: 5px 0px;
		color: #564C50;
}

.thumb_filename {
        font-size: 100%;
        display: block;
}

.thumb_title {
        font-weight : none;
        font-size: 100%;
        padding: 2px;
        display : block;
		color: #9a9a9a;
}

.thumb_caption {
        font-size: 100%;
        padding: 1px;
        display : block;
		color: #d3d3d3;
}

.thumb_caption a {
        text-decoration: underline;
        color: #e0e0e0;
}


.thumb_num_comments {
        font-weight: normal;
	font-family: verdana;
        font-size: 7pt;
        padding: 2px;
        font-style : none;
color: #bbbbbb;
        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: #52699A;
}

.user_thumb_infobox a:hover {
        color: #52699A;
        text-decoration: underline;
}

.sortorder_cell {
        color: #898989;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}

.sortorder_options {
        font-family: tahoma;
        color: #ffffff;
        padding: 0px;
        margin: 0px;
        font-weight: bold;
        font-size: 6pt;
        white-space: nowrap;
}

.navmenu {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        color: #777777;
        font-weight: none;
	border-bottom: 0px solid #B4ABA1;
        border-style: none;
}

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

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
        text-decoration: none;
        color: #B5BED5;
        background: transparent;
}

.navmenu a:hover {
        background : #e5dbcf;
        text-decoration: none;
        color:         #060606;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 6pt;
        border: 1px solid #CCD7E0;
        background: #ffffff;
        color: #564C50;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px; background-position-y:50%
}

.admin_menu_thumb a {
        color: #52699A;
        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: ;
        
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 7pt;
        border: 1px solid #CCD7E0;
        background-image : url('images/button_bg.gif');
        background-repeat: repeat-x;
        background-color: #ececec;
        color: #424e63;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center; background-position-y:50%
}

.adm_menu {
        color: #424e63;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        padding-right: 1px;
font-size: 6pt;
}
.adm_menu a {
        color: #424e63;
        text-decoration: none;
        display: block;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        padding-right: 1px;
font-size: 6pt;
}
.adm_menu a:hover {
        color: #424e63;
        text-decoration: none;
        display: block;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        padding-right: 1px;
	font-size: 6pt;
	border: 0px;
}
.admin_menu a {
        color: #424e63;
        text-decoration: none;
	text-transform: uppercase;
        display: block;
        position: relative;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
	border: 0px;
	font-size: 6pt;
	font-weight: bold;
	background: #ffffff;}

.admin_menu a:hover {
        color: ;
        
}

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

.comment_date{
        color : #564C50;
        font-size: 100%;
        vertical-align : middle;
}

a img {
        border-style: solid;
        border-width:1px;
        border-color: #eee6dc;
        background-color: #eee6dc;
        margin: 0px;
        padding: 5px;
	-moz-border-radius : 5px;
}

a:hover img {
	border: 1px solid #ebeaea;
    	background-color: #eee6dc;
	padding: 5px;
	-moz-border-radius : 5px;
	cursor: pointer;
} 

.imageborder {
        border: 2px solid #060606;
        background-color: #060606;
        margin-top: 10px;
        margin-bottom: 10px;
}


.display_media {
        background: #e5dbcf;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;

}

.display_media:hover {
        background: #e5dbcf;

}

.thumbnails {
        background: #e5dbcf;
        padding: 4px;
        font-size: 6px;

}

.thumbnails:hover {
        background: #e5dbcf;

}
.footer {
        font-family: tahoma;

		color: #bbbbbb;
		margin: 2px
	font-size: 8pt;
}

.footer a {
        text-decoration: none;
        color: #bbbbbb;
}

.footer a:hover {
        color: #bbbbbb;
	border-bottom: 0px;
}

.statlink {
        color: #b0b0b0;
		font-weight: bold;
}

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

.statlink a:hover {
        color: #2b2f2e;
        
}

.alblink a {
        text-decoration: none;
        color: #b0b0b0;
	text-transform: uppercase;
	font-family: tahoma;
	font-size: 8px;
	letter-spacing: 0px;
	font-weight: none;
	letter-spacing: 1px;
}

.alblink a:hover {
        color: #2b2f2e;
		font-weight: none;
        text-decoration: none;
}

.catlink {
        font-size: 9px;
		font-family: tahoma;
        display: block;
        margin-bottom: 2px;
		color: #444444;
}

.catlink a {
        text-decoration: normal;
        color: #838383;
	background: url(images/puce.png) no-repeat left;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 6pt;
	font-weight: bold;

}

.catlink a:hover {
        color: #000000;
        font-weight:bold;
		text-decoration:none;
	background-image: url(images/puce2.png);
	background-repeat: no-repeat;
	background-position: left;
}

.topmenu {
	font-family: tahoma;
        line-height : 130%;
        font-size : 8pt;
}

.topmenu a {
        color : #9A7D7D;
        text-decoration : none;
	font-family: tahoma;
        font-size : 8pt;
}

.topmenu a:hover  {
        color : #5F0D5B;
        text-decoration : underline;
	font-family: tahoma;
        font-size : 8pt;
}

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

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

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

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

.clickable_option {
        cursor : default;

}

.listbox_lang {
        color: #000666;
        background-color: #ececec;
        border: 1px solid #ececec;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}
