/*************************
  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.4.2
  $Source: /cvsroot/coppermine/devel/themes/classic/style.css,v $
  $Revision: 1.17 $
  $Author: gaugau $
  $Date: 2005/10/25 01:16:24 $
**********************************************/

/* 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 {
        font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 8pt;
        background : #3f4b65;
        color : silver;
        margin: 0px;
        scrollbar-3dlight-color: #D1D7DC;
        scrollbar-arrow-color: #006699;
        scrollbar-darkshadow-color: #98AAB1;
        scrollbar-face-color: #DEE3E7;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-shadow-color: #DEE3E7;
        scrollbar-track-color: #EFEFEF
}

img {
        background : inherit;
}

table {
        font-size: 8pt;
        color : silver;
}

h1 {
        font-weight: bold;
        font-size: 8pt;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #FFFF80;
        margin: 2px;
}

h2 {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color : #FFFF80;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color : #FFFF80;
        margin: 2px;
}

p {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 8pt;
        margin: 2px;
        color : silver;
}

ul {
        margin-left: 5px;
        padding: 0px;
        color : silver;
}

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

.textinput {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid;
        padding-right: 3px;
        padding-left: 3px;
        color : #cccccc;
        background-color: #3f4b65;
}

.listbox {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid;
        vertical-align : middle;
        color : #cccccc;
        background-color: #3f4b65;
}

.button {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid silver;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color : #2D3546;
        background-color: #3f4b65;
}

.comment_button {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid silver;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
        color : #6C6C6C;
}

.radio {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
        color : white;
}

.checkbox {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
        color : white;
}

a {
        font-size: 8pt;
        color : #FFFFFF;
        text-decoration: none;
}

a:hover {
        color: #CED5E1;
        text-decoration: underline;
}

bblink a {
        color: #CED5E1;
        text-decoration: none;
}

bblink a:hover {
        color: #CED5E1;
        text-decoration: underline;
}

.maintable {
/*        border: 1px solid #2d3456; */
        border: 0px;
        background-color: #3f4b65;
        color: white;
        margin: 0px;
        padding: 1px;
}

.tableh1 {
        font-weight: bold;
        font-size: 8pt;
        text-decoration: none;
        background: #3f4b65;
     /* background-image : url(images/cellpic1.gif) ; */
        color : silver;
        padding: 3px 10px;
        height: 30px;
}

.tableh1_compact {
        background: #3f4b65;
        color : silver;
     /* background-image : url(images/cellpic3.gif) ; */
        padding: 2px 5px;
        height: 25px;
}

.tableh2 {
/*        background: #3f4b65; */
        background: transparent;
        color : silver;
        padding: 3px 10px;
        height: 25px;
}

.tableh2_compact {
        color : white;
        background: #3f4b65 ;
        padding: 2px 5px;
}

.tableb {
        font-size: 8pt;
        color : silver;
        background: #3f4b65;
        padding: 3px 10px;
}

.tableb_compact {
        font-size: 8pt;
        color: #737c8f;
/*      background: #2d3456; */
        background: #3f4b65;
        padding-top: 2px 5px;
}

.tablef {
        color: #A0ABC3;
        background: #3f4b65;
        padding: 10px;
}

.catrow_noalb {
/*        background: #737c8f; */
/*        background: transparent; */
        color : #FFFF80;
        padding: 3px 10px;
}

.catrow {
/*        background: #737c8f; */
/*        background: transparent; */
        color : #FFFF80;
        padding: 3px 10px;
}

.album_stat {
        font-size: 8pt;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 8pt;
        display: block;
}

.thumb_title {
        text-decoration: none;
        font-weight : normal;
        font-size: 8pt;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 8pt;
        padding: 1px;
        display : block;
        color : white;
}

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

.thumb_num_comments {
        font-weight: normal;
        font-size: 8pt;
        padding: 2px;
        font-style : normal;
        display : block;
        color : white;
}

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

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 8pt;
        margin: 1px 0px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 8pt;
        margin: 1px 0px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #CED5E1;
}

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

.sortorder_cell {
        background : inherit;
        color : #cccccc;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        background : inherit;
        color : #cccccc;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 8pt;
        border: #FFAEAE;
        white-space: nowrap;
}

.navmenu {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 8pt;
        font-weight: bold;
        background : #3f4b65 ;
        border-style: none;
}

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

.navmenu a {
        position: relative;
        display: block;
        padding: 2px 5px;
        text-decoration: none;
        color: #FFFFFF;
        background: #3f4b65;
}

.navmenu a:hover {
        background : #3f4b65;
        text-decoration: underline;
        color: #FFFFFF;
}

.admin_menu_thumb {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 8pt;
        border: 1px solid;
/*        background-image : url(images/button_bg.gif); */
/*        background-position : bottom; */
        background: #3f4b65;
        color: #FFFFFF;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        position: relative;
        padding: 1px 10px;
}


.admin_menu_thumb a:hover {
        color: #586A8E;
        text-decoration: underline;
}

.admin_menu, .adm_menu {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 8pt;
/*        border: 1px solid #737C8F; */
        border: 0px;
/*        background-image : url(images/button_bg.gif); */
/*        background-position : bottom; */
        color: #2D3546;
        margin: 0px;
        padding: 2px;
        text-align: center;
}

.adm_menu a, .admin_menu a {
        font-size: 8pt;
        color: #2D3546;
        background-image : url(images/button_bg.gif);
        text-decoration: none;
        display: block;
        position: relative;
        padding: 2px;
}

.admin_menu a:hover {
        font-size: 8pt;
        color: #2D3546;
        text-decoration: none;
        padding: 2px;
}

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

.comment_date{
        color : #FFFFFF;
        font-size: 8pt;
        vertical-align : middle;
}

.image {
        font-size: 8pt;
        border: 1px solid #EFEFEF;		// Walter Rowe
        margin: 0px;
}

.imageborder {
/*      border: 1px solid #000000;
        background-color: #FFFFFF;

        border: 0px solid #EFEFEF;		// Walter Rowe
        background-color: transparent ;		// Walter Rowe
        margin: 30px;				// Walter Rowe
}

.display_media {
/*      background: #EFEFEF ;
        background: transparent ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;		*/

        background: transparent ;	// Walter Rowe
        padding: 3px;
}

.thumbnails, .albums {				// Walter Rowe - added .albums
	color: #FFFFFF;
/*	background: #2D3456;
	padding: 5px;				*/
	background: #3f4b65;			// Walter Rowe
	padding: 0px;				// Walter Rowe
	vertical-align: middle;			// Walter Rowe

}

.footer {
        color: #677595;
        font-size : 9pt;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-decoration: none;
}

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

.footer a:hover {
        color: #c0c0c0;
        text-decoration: underline;
}

.statlink {
        font-size: 8pt;
        color: silver;
        background: inherit;
}

.statlink a {
        font-size: 8pt;
        text-decoration: none;
        color: silver;
        background: inherit;
}

.statlink a:hover {
        font-size: 8pt;
        color: silver;
        text-decoration: underline;
        background: inherit;
}

.alblink a {
        font-size: 8pt;
        text-decoration: underline;
        color: #FFFF80;
}

.alblink a:hover {
        font-size: 8pt;
        color: #FFFF80;
        text-decoration: underline;
}

.catlink {
        font-size: 8pt;
        color : #FFFF80;
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        font-size: 8pt;
        color: #FFFF80;
        text-decoration: underline;
}

.catlink a:hover {
        font-size: 8pt;
        color: #FFFF80;
        text-decoration: underline;
}

.topmenu {
        font-size: 10pt;
        line-height : 130%;
}

.topmenu a {
        font-size: 10pt;
        color : #677595;
        text-decoration : none;
}

.topmenu a:hover  {
        font-size: 10pt;
        color : #C0C0C0;
        text-decoration : underline;
}

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

.img_caption_table th {
        background: #3f4b65;
        font-size: 100%;
        color : #FFFFFF;
        padding: 4px 10px;
     /* border-top : 1px solid #394049; */
        border: none;
}

.img_caption_table td {
        background: #3f4b65;
        padding: 6px 10px;
     /* border-top : 1px solid #394049; */
        border: none;
        white-space: normal;
}

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

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #3f4b65;
        border: 1px solid #D1D7DC;
        font-size: 100%;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        vertical-align : middle;

}
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#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);}
