/*************************
  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.6
  $Source$
  $Revision: 3014 $
  $Author: gaugau $
  $Date: 2006-05-09 07:44:08 +0200 (Di, 09 Mai 2006) $
**********************************************/

/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/

body {
        background-color: #E0DEDC;
        font-family: tahoma;
        font-size: 8pt;
        color: #A5A6A5;
        margin: 0px;
}

table, tr, td, table table {
     font-size: 7pt;
}

h1{
        font-weight: normal;
        font-size: 7pt;
        font-family: tahoma;
        text-decoration: none;
        color: #A5A6A5;
        margin: 2px;
}

h2 {
        background-image : url('images/box_left_icon.gif');
        background-repeat : no-repeat;
        background-position :  left 50%;
        padding-left : 18px;
        font-size: 7pt;
        font-family: tahoma;
        margin: 0px
}

h3 {
        font-weight: normal;
        font-size: 7pt;
        font-family: tahoma;
        margin: 2px;
}

p {
        font-size: 7pt;
        font-family: tahoma;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 7pt;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: tahoma;
        font-size: 7pt;
        border: 1px solid #A5A6A5;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: tahoma;
        font-size: 7pt;
        border: 1px solid #A5A6A5;
        vertical-align : middle;
}

.button {
        font-family: tahoma;
        font-size: 7pt;
        color: #A5A6A5;
        border: 1px solid #F3F3F3;
        background: #FFFFFF;
}

.comment_button {
        font-family: tahoma;
        font-size: 7pt;
        border: 1px solid #F3F3F3;
        background: #FFFFFF;
}

.radio {
        font-family: tahoma;
        font-size: 7pt;
        vertical-align : middle;
}

.checkbox {
        font-family: tahoma;
        font-size: 7pt;
        vertical-align : middle;
}

a {
        color: #D0322F;
        text-decoration: none;
}

a:hover {
        color: #A5A6A5;
        text-decoration: underline;
}

bblink a {
        color: #D0322F;
        text-decoration: none;
}

bblink a:hover {
        color: #E7E3DE;
        text-decoration: underline;
}

.maintable {
        border: 0px solid #FFFFFF;
        background-color: #FFFFFF;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        font-family: tahoma;
        font-size: 7pt;
        background : #ECECEC;
        color: #D0322F;
        padding-top: 3px;
        padding-right: 7pt;
        padding-bottom: 3px;
        padding-left: 7pt;
}

.tableh1_compact {
        font-family: tahoma;
        font-size: 7pt;
        background : #ECECEC;
        color: #D0322F;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #ECECEC ;
        color: #D0322F;
        padding-top: 3px;
        padding-right: 7pt;
        padding-bottom: 3px;
        padding-left: 7pt;
}

.tableh2_compact {
        background: #ECECEC ;
        color: #D0322F;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #FFFFFF ;
        padding-top: 3px;
        padding-right: 7pt;
        padding-bottom: 3px;
        padding-left: 7pt;
}

.tableb_compact {
        background: #FFFFFF ;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
}

.tablef {
        background: #FFFFFF ;
        padding-top: 7pt;
        padding-right: 7pt;
        padding-bottom: 7pt;
        padding-left: 7pt;
}

.album_stat {
        font-size: 7pt;
        margin: 5px 0px;
}

.thumb_title {
        font-weight : bold;
        font-size: 7pt;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 7pt;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: none;
        color: #A5A6A5;
}


.thumb_num_comments {
        font-weight: normal;
        font-size: 7pt;
        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: 7pt;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 7pt;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #A5A6A5;
}

.user_thumb_infobox a:hover {
        color: #A5A6A5;
        text-decoration: underline;
}

.sortorder_cell {
        background : #A6A6A6 ;
        color: #A5A6A5;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: tahoma;
        background : #FFFFFF;
        color: #A5A6A5;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 7pt;
        white-space: nowrap;
}

.navmenu {
        font-family: tahoma;
        font-size: 7pt;
        width: 550;
        color: #A5A6A5;
        font-weight: bold;
        background : #FFFFFF;
        border-style: none;
}

.navmenu img {
}

.navmenu a {
        text-decoration: none;
        color: #D0322F;
}

.navmenu a:hover {
        background : #FFFFFF;
        text-decoration: none;
        color:         #A5A6A5;
}

.admin_menu_thumb {
        font-family: tahoma;
        font-size: 7pt;
        border: 1px solid #C8C9CA;
        color: #A5A6A5;
        font-weight: bold;
        width: 85px;
}

.admin_menu_thumb a {
        color: #D0322F;
        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: #A5A6A5;
        text-decoration: underline;
}

.admin_menu {
        background: #FFFFFF;
        font-family: tahoma;
        font-size: 7pt;
}

.comment_date{
        color : #A5A6A5;
        font-size: 90%;
        vertical-align : middle;
}

.image {
        border: 3px solid #D9D6D6;
        border-style: solid;
        border-width:1px;
        padding:3px;
        margin: 0px;
        background-color:#FFFFFF;
}

.thumbnails {
        background: #FFFFFF;
        padding: 0px;
}

.footer {
        font-size: 7pt;
}

.footer a {
        text-decoration: none;
        color: #A5A6A5;
}

.footer a:hover {
        color: #A5A6A5;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.topmenu {
        background: #FFFFFF;
        border: 3px solid #F3F3F3;
        font-family: tahoma;
        font-size: 7pt;
}

.topmenu a {
        color: #A5A6A5;
        text-decoration : none;
}

.topmenu a:hover  {
        color: #A5A6A5;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #F8F8F8;
        font-size: 7pt;
        color : #A5A6A5;
        padding-top: 4px;
        padding-right: 7pt;
        padding-bottom: 4px;
        padding-left: 7pt;
        border-top : 1px solid #F1F1F1;
}

.img_caption_table td {
        background: #F8F8F8;
        padding-top: 6px;
        padding-right: 7pt;
        padding-bottom: 6px;
        padding-left: 7pt;
        border-top : 1px solid #F1F1F1;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
a img {
        border-style: solid;
        border-width:1px;
        border-color: #9D9D9D;
        padding:1px;
        margin: 0px;
        background-color:#FFFFFF;
}
a:hover img {
        border-style: solid;
        border-width:1px;
        border-color: #9D9D9D;
        padding:3px;
        margin: 0px;
        background-color:#FFFFFF;
}


#vanity img {border:0px none; }
#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');}
