/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2009 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 version 3
  as published by the Free Software Foundation.
  
  ********************************************
  Coppermine version: 1.4.25
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/style.css $
  $Revision: 5997 $
  $Author: gaugau $
  $Date: 2009-05-26 08:43:24 +0200 (Di, 26 Mai 2009) $
**********************************************/



.statlink{
	color:#fff;
}

.thumb_title{
	font-size:11px;
}


#myGallery input, 
#myGallery select,textarea {
    
        border: 1px solid #5a554f;
        padding-right: 3px;
        padding-left: 3px;
}


#myGallery .radio {
        
        font-size: 100%;
        vertical-align : middle;
}

#myGallery .checkbox {
        
        font-size: 100%;
        vertical-align : middle;
}

#myGallery a {
     text-decoration: none;
}

#myGallery a:hover {
     text-decoration: underline;
}

#myGallery .tableh1,
#myGallery .tableh1_compact{
        background : #5a554f;
        color : #FFFFFF;
		padding: 3px 10px;
}

#myGallery .tableh2 {
        color : #fff;
        padding: 3px 10px;
}

#myGallery .tableb {
        padding: 3px 10px;
}


#myGallery .tableb_compact {
        background: #3f3d3a ;
        padding: 2px 5px;
}

#myGallery .tablef {
        background: #5a554f;
        padding: 10px;
}


#myGallery .album_stat {
        font-size: 10px;
        margin: 5px 0px;
}

#myGallery .admin_menu{
        font-size: 85%;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        margin: 0px;
        text-align: center;
}

#myGallery .admin_menu a
{
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding: 3px;
}

#myGallery .navmenu a,
#myGallery .tableb_compact{
	font-size:11px;
}



#myGallery .image {
        padding:1px;
        border: 1px solid #fff;
}

#myGallery .imageborder {
        margin: 30px 0;
}

#myGallery .thumbnails {
        padding: 10px;
}

#myGallery .footer {
        font-size : 1px;
		 color: #3f3d3a;
}

#myGallery .footer a,
#myGallery .footer a:hover{
        text-decoration: none;
        color: #3f3d3a;
}

