/*************************
  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/nici2/style.css $
  $Revision: 5997 $
  $Author: gaugau $
  $Date: 2009-05-26 08:43:24 +0200 (Di, 26 Mai 2009) $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* #000000 = RBG   0,  0,  0 = (black)         */
/* #7F7F7F = RBG 127,127,127 = (dark grey)     */
/* #666666 = RBG 102,102,102 = (medium grey)   */
/* #CC6600 = (light orange)    */
/* #003333 = (dark green)    */
/* #336633 = (medium green)    */
/* #EFF0F1 = RBG 239,240,241 = (dark white)    */
/* #EFEFEF = RBG 239,239,239 = (dark white)    */
/* #FFFFFF = RBG 255,255,255 = (white)         */
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */

/* Foreground color definition */
body { color : #EFF0F1; }

.topmenu, .topmenu a { color : #FFFFFF; }

.topmenu a:hover { color : #666666; }

.table_title, .tableh1_compact, .sortorder_cell, .sortorder_options, .statlink, .statlink a, .statlink a:hover { color : #EFF0F1; }

.tableh1, .tableb, .table_picture, .navmenu, .navmenu a { color : #EFF0F1; }

.tableh2_compact, .catrow_noalb { color : #EFF0F1; }

.tableh2, .textinput, .listbox, .radio, .checkbox { color: #666666; }

.alblink, .alblink a, .catlink, .catlink a , .tableb_compact, .tableb_compact a{ color : #666666; }

a,  .bblink a, .user_thumb_infobox a  { color: #FFFFFF; }

a:hover, .bblink a:hover, .user_thumb_infobox a:hover, .alblink a:hover, .catlink a:hover { color : #666666; }

.button, .comment_button, .admin_menu_thumb, .admin_menu_thumb a, .admin_menu_thumb a:hover, .admin_menu, .admin_menu a, .admin_menu a:hover { color : #336633; }

.comment_date { color : #999999; }

.footer2, .footer2 a, .footer2 a:hover { color : #EFF0F1; }


/* Background colors definition */
body { background-color: #336633; }

.textinput, .listbox { background-color: #FFFFFF; }

.radio, .checkbox { background-color: #003333; }

.tableh1_compact {  background : #356A36 ; }

.tableh2, .catrow_noalb, .tableh2_compact, .tablef, .img_caption_table th {         background : #003333 ; }

.tableb, .catrow, .display_media, .img_caption_table td { background : #003333; }

.tableb td, .table_picture { background-color:#003333; }

.tableb_compact { background-color:#EFEFEF; }


/* Borders for input controls */
.textinput, .listbox, .button, .comment_button, .admin_menu, .admin_menu_thumb  {  border: 1px solid #666666; }

.image { border: 1px solid #CC6600; }

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

.img_caption_table th, .img_caption_table td { border-top : 1px solid #7F7F7F; }

/* Fonts definition */
body { font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; }




table {
        font-size : 12px;
}


body {
        font-size : 12px;
        margin: 0px;
}


h1{
        font-weight: normal;
        font-size: 24px;
        text-decoration: none;
        color: #000000;
        margin: 0px;
		visibility:hidden;
}


h2 {
        font-size: 18px;
        margin: 0px;
		visibility:hidden;
}


h3 {
        font-weight: normal;
        font-size: 14px;
        color: #999999;
        margin: 0px;
		visibility:hidden;
}


p {
        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;
}
.align_all {
	     width: 100%;
		
}

.all_size {
		padding: 0px 10px;
		width: 950px;
}
		
.top_panel {
        background-image: url(images/top_v_left.jpg);
        background-repeat: no-repeat;
        background-position: left;
		height: 78px;
}

.top_panel_r {
        background-image:url(images/top_v_right.jpg);
        background-repeat:no-repeat;
        background-position: right;
		height: 78px;
}

.top_panel_c {
        background-image:url(images/top_v_middle.jpg);
		background-repeat:repeat;
		background-position:center;	
		height: 78px;
}

.middle_panel {
	    background-color: #003333;        
} 

.middle_panel_right {
        background-image:url(images/right_v_middle.jpg);
		background-repeat: repeat-y;
		background-position:right;
        margin:0px;
        padding:0px;
}

.bottom_panel_right {
        background-image: url(images/bottom_v_right.jpg);
        background-repeat: no-repeat;
        background-position: right;
		height: 17px;
}

.bottom_panel_middle {
        background-image:url(images/bottom_v_middle.jpg);
        background-repeat:repeat;
        background-position: center;
		height: 17px;
}

.bottom_panel_left {
        background-image:url(images/bottom_v_left.jpg);
		background-repeat:no-repeat;
		background-position:left;	
		height: 17px;
}

.textinput {
        font-size: 100%;
        padding-right: 3px;
        padding-left: 3px;
}


.listbox {
        font-size: 100%;
        vertical-align : middle;
}


.button {
        font-size: 100%;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}


.comment_button {
        font-size: 100%;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}


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


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


a {
        text-decoration: none;
}


a:hover {
        text-decoration: underline;
}


.bblink a {
        text-decoration: none;
}


.bblink a:hover {
        text-decoration: underline;
}

.maintable {
	background-color: #003333;
}

.maintablea {
        margin-top: 0px;
		padding: 20px 91px 10px 86px;
}

.maintableb {
	    padding: 0px 59px 10px 59px;
}

.maintable_display {
	background-color: #003333;
}

.maintableb_display {
	    padding: 0px 91px 10px 86px;
}

.table_title td {
        border: none;
        height: 23px;
        font-size: 150%;
        font-weight: bold;
		text-align: left;
		background:url(images/mancha_back.jpg);
}


.table_title img {
        display: block;
}

.tableh1 {
        padding-right: 20px;
        padding-left: 20px;
        height: 25px;
}

.info_title {
	    padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
		font-size: 130%;
}

.tableh1_compact {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        height: 25px;
        background-image: url(images/butt_center.jpg);
}


.tableh2 {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        background-image: url(images/tableh2_bg.gif);
}


.tableh2_compact {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        background-image: url(images/butt_center.jpg);
}

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

.tableb_link {
	    padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

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

.tableb_compact_bar_bottom {
        padding-top: 2px;
        padding-right: 7px;
        padding-bottom: 2px;
        padding-left: 7px;
}

.table_picture {
	    padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

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

.catrow_noalb {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        background-image: url(images/tableh2_bg.gif);
}

.catrow {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

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

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}


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


.thumb_caption a {
        text-decoration: underline;
}



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


.user_thumb_infobox a {
        text-decoration: none;
}


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


.sortorder_options {
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 50%;
        white-space: nowrap;
}

.bar_slideshow {
        font-weight: bold;
        border: none;
        background-image: url(images/butt_center.jpg);
		height: 37px;
}


.navmenu {
        font-weight: bold;
        border: none;
        background-image: url(images/butt_center.jpg);
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 5px;
		padding-left: 5px;
	
}


.navmenu img {
        display: block;
}


.navmenu a {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
}


.navmenu a:hover {
        text-decoration: none;
}

.navmenu_pic {
        margin-top: 5px;
}

.admin_menu_thumb {
        font-size: 90%;
        background-image: url(images/button_bg.gif);
        background-position: bottom;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}


.admin_menu_thumb a {
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}



.admin_menu_thumb a:hover {
        text-decoration: underline;
}


.admin_menu {
        font-size: 90%;
        background-position : bottom;
        background-repeat: repeat-x;
        background-color: #EFF0F1;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

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


.admin_menu a:hover {
        text-decoration: underline;
}

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

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


.image {
        margin: 2px;
}

.thumbnails {
        padding: 5px;
		border-spacing: 2px; 
}

.footer {
        font-size : 9px;		
		visibility:hidden;		
}

.footer2 {
        font-size : 9px;	
}


.footer2 a {
        text-decoration: none;
}


.footer2 a:hover {
        text-decoration: underline;
}


.statlink a {
        text-decoration: none;
}


.statlink a:hover {
        text-decoration: underline;
}


.alblink a {
        text-decoration: underline;
}


.alblink a:hover {
        text-decoration: underline;
}


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


.catlink a {
        text-decoration: underline;
}


.catlink a:hover {
        text-decoration: underline;
}


.topmenu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        margin-top: 5px;
        margin-bottom: 5px;
        white-space:nowrap;
}

.topmenu a {
	display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-left-width: 0px;
    background: #B46743;
    background-position: center;
    border-bottom-width: 0px;
    margin: 0px 0px 2px;
    color: #625b55;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E7F38C;
    color: #000000
    }

.topmenu a:hover {
    color: #000000;
    text-decoration: none;
    background: #B46743;
    background-image : none;
}



.img_caption_table {
        border: none;
        width : 100%;
        margin : 0px;
}


.img_caption_table th {
        font-size : 100%;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
}


.img_caption_table td {
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        white-space: normal;
}

#SUB_MENU {	 
		background-image:url(images/left_v.jpg);
		background-repeat:no-repeat;
}

#SUB_MENU a {
        white-space: nowrap;
		
}
#SYS_MENU {
		position: relative;
        bottom: 1px;
        left: 65px;
        width:800px;
        height:15px;
        z-index:1;
        text-align:left;
        margin:0;
        padding:8px;
        visibility: hidden;
}

#GAL_NAME {
        width:400px;
        height: 65px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

#GALLERY {
	    margin-top: 0px;
		background-image:url(images/left_v_middle.jpg);
		background-repeat: repeat-y;
		background-position:left;
}

#MENUS {
        background-image:url(images/left_v_middle.jpg);
		background-repeat: repeat-y;
		background-position:left;
        margin:0px;
        padding:0px;
}

#MENUS_RIGHT {
        background-image:url(images/right_v_middle.jpg);
		background-repeat: repeat-y;
		background-position:right;
        margin:0px;
        padding:0px;
}

#SELECT_LISTS, #SELECT_FLAGS {
        text-align: center;
		padding-top: 30px;
}

#CUSTOM_FOOTER,#CUSTOM_HEADER {
        margin:0;
        padding:0;
}
#vanity a {
        display:block;
        width:57px;
        height:100px;
        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);}
