/*************************
  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:                                */
/* --------------------------------------------*/
/* 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 {
        background-color: #FFFFFF;
        font-family: Trebuchet MS;
        font-size : 9px;
		line-height: 11px;
        color: #CCCCCC;
        margin: 0px;
}

table {
        font-size: 9px;
}

h1{
        font-size: 11px;
        font-family: Trebuchet MS;
        text-decoration: none;
        color : #000000;
        margin: 2px;
        font-style : normal;
}

h2 {

        font-family: Trebuchet MS;
        background-image : url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/FULAFBLF/images/box_left_icon.gif');
        background-repeat : no-repeat;
        background-position :  left 50%;
        padding-left : 10px;
        font-size: 9px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px;
        color : #000000
}

h3 {
        font-weight: normal;
        font-family: Trebuchet MS;
        font-size: 4px;
        margin: 2px;
}

p {
        font-family: Trebuchet MS;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}



.textinput {
        font-family: Trebuchet MS;
        font-size: 100%;
        border: 1px solid #458ea4;
        padding-right: 3px;
        padding-left: 3px;
        background-color : #FFFFFF;
        color:#458ea4;
}

.listbox {
        font-family: Trebuchet MS;
        background-color : #FFFFFF;
        font-size: 100%;
        border: 1px solid #458ea4;
        vertical-align : middle;
        color:#458ea4;
}

.button {
        font-family: Trebuchet MS;
        font-size: 100%;
        border: 1px solid #458ea4;
        background-color : #FFFFFF;
        color:#458ea4;
}

.comment_button {
        font-family: Trebuchet MS;
        font-size: 100%;
        border: 1px solid #458ea4;
        background-color : #4B4B4B;
        color:#458ea4;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Trebuchet MS;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Trebuchet MS;
        font-size: 100%;
        vertical-align : middle;
}

a {
color: #a6a5a5;
        text-decoration: none;
}

a:hover {
color: #1da1c7;
        text-decoration: underline;
        text-transform: uppercase;
}

.bblink a {
        color: #a6a5a5;
        text-decoration: none;
}

.bblink a:hover {
        color: #1da1c7;
        text-decoration: underline;
}

.maintable {
        border: 0px solid #f1efef;
        background-color: #f1efef;
        margin-top: 1px;
        margin-bottom: 1px;
        width: 700px;
}

.tableh1 {
        background : #d9d7d7;
        color : #e75e36;
        padding-top: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
}

.tableh1_compact {
        background : #d9d7d7;
        color : #e75e36;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background : #d9d7d7;
        color : #9fb44d;
        padding-top: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
}

.tableh2_compact {
        background : #d9d7d7;
        color : #9fb44d;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #f1efef;
        padding-top: 4px;
        padding-right: 0px;
        padding-bottom: 3px;
        padding-left: 4px;
}

.tableb_compact {
        background: #f1efef;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #f1efef;
        padding-top: 7pt;
        padding-right: 0px;
        padding-bottom: 7pt;
        padding-left: 0px;

}

.album_stat {
        font-size : 100%;
        margin: 5px 0px;
}

.thumb_title {
        font-weight : bold;
        font-size: 100%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 100%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #F3A061;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 100%;
        padding: 2px;
        font-style : normal;
        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: #F3A061;
}

.user_thumb_infobox a:hover {
        color: #CCCCCC;
        text-decoration: underline;
}

.sortorder_cell {
        background : #f1efef;
        color : #CCCCCC;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Trebuchet MS;
        background : #f1efef;
        color : #96d4e0;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 10px;
}

.navmenu {
        font-family: Trebuchet MS;
        color: #96d4e0;
        font-size: 100%;
        font-weight: normal;
        background : #f1efef;
        border-style: none;
        width: 670px;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 10px;
        margin-bottom: 1px;
        margin-left:10px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #96d4e0;
}

.navmenu a:hover {
        background : #f1efef ;
        text-decoration: none;
        color:         #808080;
}

.admin_menu_thumb {
        font-family: Trebuchet MS;
        font-size: 100%;
        border: 0px solid #8B8B8B;
        background-color : #f1efef;
        color:#808080;
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 0px;
}

.admin_menu_thumb a {
        color: #808080;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 5px;
}


.admin_menu_thumb a:hover {
        color: #CCCCCC;
        text-decoration: underline;
}

.admin_menu {
        font-family: Trebuchet MS;
        font-size: 100%;
        border: 0px solid #BEBEBE;
        background-color : #f1efef;
        color:#808080;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #1da1c7;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #1da1c7;
        text-decoration: underline;
}

.comment_date{
        color : #1da1c7;
        font-size : 100%;
        vertical-align : middle;
}

b, strong {
	color: #e75e36;
}

i {
    color: #FFCC33;
}

u {
    color: #999999;
	font-weight: bold;
}

.image {
        border-style: solid;
        border-width: 1px;
        border-color: #999999;
        margin: 1px;
}

.imageborder {
        background-color: #f1efef;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 20px;
        margin-left: 20px;
}

.thumbnails {

        background: #f1efef ;
        padding: 1px;
}

.footer {
        font-size: 10px;
        color: #1da1c7;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
	color: #CCCCCC;
        text-decoration: underline;
}

.statlink {
        color: #000000;
}

.statlink a {
        text-decoration: none;
        color: #000000;
}

.statlink a:hover {
        color: #A29992;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #1da1c7;
}

.alblink a:hover {
        color: #1da1c7;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 1px;
}

.catlink a {
        text-decoration: none;
        color: #1da1c7;
}

.catlink a:hover {
        color: #1da1c7;
        text-decoration: underline;
}

.topmenu {
        font-size : 100%;
}

.topmenu a {
        color : #A0A806;
        text-decoration : none;
}

.topmenu a:hover  {
        color: #404040;
        text-decoration : none;
}

.topmenu td  {
        font-weight : bold;
}

.topmenu table {
  margin-left:auto;
  margin-right:auto;
  border-collapse:collapse;
  border: none;
}

.content_area {
  border-collapse:separate;
  margin: 1px;
}

.topmenu_transmission {
  margin: 5px;
}

.img_caption_table {
        border: none;
        background-color: #f1efef;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #958F8F;
        font-size : 100%;
        color : #565656;
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        border-top : 1px solid #565656;
}

.img_caption_table td {
        background: #958F8F;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #565656;
}

.debug_text {
        border: #565656;
        background-color: #958F8F;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : hand;
}

.listbox_lang {
        color: #000000;
        background-color: #565656;
        border: 1px solid #565656;
        font-size: 80%;
        font-family: Trebuchet MS;
        vertical-align : middle;
}


.gal_name {
   font-size: 100%;
   text-align: left;
   color: grey;
   font-weight: bold;
   padding-top: 5px;
}

.menu_title {
  font-size: 9px;
}

.lang_select_flags {
   display:block;
   width:100%;
   margin:10px;
   text-align:center;
}

.select_lists {
  margin: 5px;
}

.welcome {
  font-family: trebuchet ms;
  font-size: 7pt;
  line-height: 11px;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0px none; }
#v_php {float:left;background-image:url('../Local%20Settings/Temporary%20Internet%20Files/images/powered-php.gif');}
#v_php:hover {background-image:url('../Local%20Settings/Temporary%20Internet%20Files/images/h_powered-php.gif');}
#v_mysql {float:left;background-image:url('../Local%20Settings/Temporary%20Internet%20Files/images/powered-mysql.gif');}
#v_mysql:hover  {background-image:url('../Local%20Settings/Temporary%20Internet%20Files/images/h_powered-mysql.gif');}
#v_xhtml {float:right;background-image:url('../Local%20Settings/Temporary%20Internet%20Files/images/valid-xhtml10.gif');}
#v_xhtml:hover {background-image:url('../Local%20Settings/Temporary%20Internet%20Files/images/h_valid-xhtml10.gif');}
#v_css {float:right;background-image:url('../Local%20Settings/Temporary%20Internet%20Files/images/valid-css.gif');}
#v_css:hover{background-image:url('../Local%20Settings/Temporary%20Internet%20Files/images/h_valid-css.gif');}

