/*************************
  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.3
  $Source: /cvsroot/coppermine/stable/themes/classic/style.css,v $
  $Revision: 1.6 $
  $Author: gaugau $
  $Date: 2005/11/28 07:43:00 $
**********************************************/

/* 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: arial;
  font-size: 11px;
  color: #CCCCCC;
  line-height: 13px;
  background : transparent;
  background-color: transparent;
  margin: 0px;
  line-height: 13px;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: black;
  background-image: url("http://www.djsonix.com/image/bgcity.jpg");
  background-size: auto;
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
  scrollbar-arrow-color: black;
  scrollbar-track-color: black;
  scrollbar-shadow-color: #cccccc;
  scrollbar-face-color: black;
  scrollbar-highlight-color: #cccccc;
  scrollbar-darkshadow-color: black;
  scrollbar-3dlight-color: black;
  }
table, tr, td {
  color: #CCCCCC;
  background: transparent;
  background-color: transparent;
  font-size: 9px;
  background: transparent;
  border: 0px;
  }
table table table {
  background: transparent;
  border: black 0px solid;
  }
table table table td {
  background-color: transparent;
  }
table table table table {
  background-color: transparent;
  border: 0px;
  }
table table table table td {
  filter: none;
  }
input, textarea, select {
  font-family: arial;
  font-size: 11px;
  color: #cccccc;
  border: #666666 1px solid;
  background-color: #000000;
  padding-left: 1px;
  padding-right: 1px;
  }
td {
  font-family: arial;
  font-size: 11px;
  color: #cccccc;
  line-height: 13px;
  }
.menu {
  font-family: small fonts;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  text-align: justify;
  }
a.menu, a.menu:link, a.menu:visited {
  font-family: small fonts;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-align: justify;
  }
a.menu:hover, a.menu:active {
  font-family: small fonts;
  font-size: 9px;
  text-transform: uppercase;
  background-color: transparent;
  color: #3CA7E3;
  text-decoration: none;
  font-weight: bold;
  text-align: justify;
  }
.copyright {
  font-family: small fonts;
  font-size: 9px; 
  color: #444444;
  text-transform: uppercase;
  font-weight: normal;
  background-color: transparent;
  text-align: center;
  }
a.copyright, a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active {
  font-family: small fonts;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: transparent;
  color: #444444;
  text-decoration: none;
  text-align: center;
  }
a, a:link, a:visited {
  font-family: small fonts;
  font-size: 9px;
  color: #D5E8FB;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  }
a:hover, a:active {
  font-family: small fonts;
  font-size: 9px;
  color: #3CA7E3;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  }
td.justify {
  text-align: justify;
  }


}

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

h2 {
        color : #CCCCCC;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0px;
}

h3 {
        color : #CCCCCC;
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}

p {
        color : #CCCCCC;
        background : transparent;
        background-color: transparent;
        font-family: Arial, Helvetica, sans-serif;
        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: Verdana, Arial, Helvetica, sans-serif;
        color: #cccccc;
        background-color: transparent;
        font-size: 100%;
        border: 1px solid #666666;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #666666;
        vertical-align : middle;
        color: #CCCCCC;
        background-color: #000000;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #666666;
        color: #CCCCCC;
        background-color: #000000;
        background-position-y: 50%;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        border: 1px solid #666666;
        color: #CCCCCC;
        background-color: #000000;
        padding-left: 3px;
        padding-right: 3px;
        background-position-y: 50%;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

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

bblink a:hover {
        color: #3CA7E3;
        text-decoration: none;
}

.maintable {
        border: 1px solid #0E72A4;
        background-color: #000000;
        background: #000000;
        color: #CCCCCC;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background : #000000 ;
        background-color: #000000;
        color : #CCCCCC;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #000000;
        color : #CCCCCC;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #000000;
        color : #CCCCCC;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #000000;
        color : #CCCCCC;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


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

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

.catrow_noalb {
        background: #000000;
        color : #CCCCCC;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #000000;
        color : #CCCCCC;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: 90%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 90%;
        display: block;
        color: #CCCCCC;
}

.thumb_title {
        font-weight : bold;
        font-size: 90%;
        padding: 2px;
        display : block;
        color: #CCCCCC;
}

.thumb_caption {
        font-size: 90%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: none;
        color: #D5E8FB;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 90%;
        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: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

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

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

.user_thumb_infobox a:hover {
        color: #3CA7E3;
        text-decoration: none;
}

.sortorder_cell {
        background : #000000 ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #000000;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 90%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #000000;
        color: #CCCCCC;
        font-size: 100%;
        font-weight: bold;
        background : #000000;
        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: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #D5E8FB;
}

.navmenu a:hover {
        background : #000000 ;
        text-decoration: none;
        color: #3CA7E3;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        border: 1px solid #005D8C;
        background-color : #000000;
        color: #CCCCCC;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
        background-position-y: 50%;
}

.admin_menu_thumb a {
        color: #D5E8FB;
        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: #3CA7E3;
        text-decoration: none;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        border: 1px solid #005D8C;
        background-color: #000000;
        color: #CCCCCC;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 1px;
        padding-right: 1px;
        text-align: center;
        background-position-y: 50%;
}

.admin_menu a {
        color: #D5E8FB;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #3CA7E3;
        text-decoration: none;
}

td #admin_menu_anim {
        background-color : #000000;
}

.comment_date{
        color : #CCCCCC;
        font-size : 90%;
        vertical-align : middle;
}

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

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

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

.thumbnails {
        background: #000000;
        padding: 5px;
}

.footer {
        color: #000000;
        font-size : 1px;
        text-decoration: none;
        background : transparent;
        background-color: transparent;
        line-height: 1px;
}

.footer a {
        text-decoration: none;
        color: #000000;
        font-size : 1px;
        background : transparent;
        background-color: transparent;
        line-height: 1px;
}

.footer a:hover {
        color: #000000;
        font-size : 1px;
        text-decoration: none;
        background : transparent;
        background-color: transparent;
        line-height: 1px;
}

.statlink {
        color: #CCCCCC;
}

.statlink a {
        text-decoration: none;
        color: #D5E8FB;
}

.statlink a:hover {
        color: #3CA7E3;
        text-decoration: none;
}

.alblink a {
        text-decoration: none;
        color: #D5E8FB;
}

.alblink a:hover {
        color: #3CA7E3;
        text-decoration: none;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: none;
        color: #D5E8FB;
}

.catlink a:hover {
        color: #3CA7E3;
        text-decoration: none;
}

.topmenu {
        color: #CCCCCC;
        background: #000000;
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #D5E8FB;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #3CA7E3;
        text-decoration : none;
}

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

.img_caption_table th {
        background: #000000;
        font-size: 100%;
        color : #CCCCCC;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #000000;
}

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

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

.clickable_option {
        background: #000000;
        color: #CCCCCC;
        cursor : default;
}

.listbox_lang {
        color: #CCCCCC;
        background-color: #000000;
        border: 1px solid #D1D7DC;
        font-size: 90%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

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