/*************************
  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.10
  $Source$
  $Revision: 3275 $
  $Author: gaugau $
  $Date: 2006-09-03 12:10:47 +0200 (So, 03 Sep 2006) $
**********************************************/

/* Colors used in this style sheet:
   Hex 000000 = RGB   0,   0,   0 = black
   Hex 5F5F5F = RGB  95,  95,  95 = light black
   Hex BDBEBD = RGB 189, 190, 189 = dark grey
   Hex DADB99 = RGB 209, 215, 220 = medium grey
   Hex CCCCCC = RGB 204, 204, 204 = medium grey
   Hex E2E1C3 = RGB 239, 239, 239 = dark white
   Hex E7E5BF = RGB 255, 255, 255 = white
   Hex 99000A = RGB   0,  93, 140 = dark blue
   Hex B2535A = RGB   0,  91, 104 = medium blue
   Hex AF9798 = RGB  14, 114, 164 = light blue
*/

body, p
	{ font-family: Verdana, Arial, Helvetica, sans-serif; }
p
	{ font-size: 10pt; }
th
	{ font-size: 11px; font-weight: bold; height: 25px; text-align: center; }

.rightmenu
	{ font-size: 9pt; }

.maintable, .maintable_cat, .maintable_album_list, .maintable_thumb, .maintable_breadcrumb
	{ border: 2px #99000A solid; margin-top: 5px; margin-bottom: 5px; }
	
.table_album
	{ background-color: #EDEBD5; }
.maintable_album
	{ background-color: #E7E5BF; margin: 0; }
.table_cat_album
	{ background-color: #EDEBD5; }

.thumbnails
	{ background-color: #EDEBD5; }

.tableh1
	{ background-color: #99000A; color: #000000; font-size: 12px; }
.tableh1_compact
	{ background-color: #E4E5A0; color: #000000; font-size: 12px; }

.c_tabs, .tabs
	{ background-color: #DADB99; font-size: 11px; }

.catrow
	{ background-color: #DADB99; letter-spacing: 1px; }

.tableh2
	{ font-weight: bold; font-size: 12px; }
.tableh2_compact
	{ }

.tableb
	{  }
.tableb_compact
	{ background-color: #E2E1C3; font-size: 11px; white-space: nowrap; }

.thumb_filename 
	{ display: block; font-size: 12px; }
.thumb_title
	{ display: block; font-size: 12px; font-weight: bold; }
.thumb_views
	{ display: block; font-size: 12px; }
.thumb_caption
	{ display: block; font-size: 12px; }
.thumb_num_comments
	{ display: block; font-size: 12px; font-weight: normal; font-style : italic; }

.footer { font-size : 9px; }

.admin_menu
	{ border: 2px outset #000000; color: #000000; text-align: center; padding: 2px; }

.breadcrumb a
	{ color: #000000; }
	
.cat_title a
	{ color: #99000A; font-weight: bold; font-size: 12px; }
.cat_desc
	{ color: #000000; font-size : 11px; }
.cat_count
	{ color: #000000; font-size : 11px; }

.tablestat
	{ font-size: 12px; }

h1{
        font-weight: bold;
        text-decoration: none;
        line-height : 120%;
        color: #000000;
        margin: 2px;
}

h2 {
        margin: 0;
}

h3 {
        font-weight: normal;
        margin: 2px;
}

ul {
        margin-left: 5px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        list-style-position: outside;
        list-style-type: disc;
}


.textinput {
        border: 1px solid #DADB99;
}

.listbox {
        border: 1px solid #DADB99;
        vertical-align : middle;
}

.radio {
        vertical-align : middle;
}

.checkbox {
        vertical-align : middle;
}

.tablef {
        background-color: #DADB99;
}

.catrow_noalb {
        background-color: #DADB99 ;
        color: #000000;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight: bold;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.sortorder_cell {
        background : #AF9798 ;
        color: #E7E5BF;
        margin: 0;
}

.sortorder_options {
        background : #AF9798 ;
        color: #E7E5BF;
        margin: 0;
        font-weight: normal;
        white-space: nowrap;
}

.navmenu {
        color: #E7E5BF;
        font-weight: bold;
        background : #AF9798 ;
        border-style: none;
}

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

.admin_menu_thumb {
        border: 1px solid #99000A;
        color: #000000;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
}

.comment_date{
        color: #5F5F5F;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #E7E5BF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background-color: #E2E1C3 ;
}

.topmenu {
        line-height : 130%;
}

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

.img_caption_table th {
        background-color: #DADB99 ;
        color: #000000;
        border-top : 1px solid #E7E5BF;
}

.img_caption_table td {
        background-color: #E2E1C3 ;
        border-top : 1px solid #E7E5BF;
        white-space: normal;
}

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

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #DADB99;
        border: 1px solid #DADB99;
        vertical-align : middle;

}

#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);}
