﻿/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2008 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.19
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/style.css $
  $Revision: 4392 $
  $Author: gaugau $
  $Date: 2008-04-16 09:25:35 +0200 (Mi, 16 Apr 2008) $
**********************************************/

/

body {
	font-size:9px;
	font-family: "Lucida Console";
	background-color: #707070;
	background-position-x: 50%;
	background-position-y: 0%;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #606060;
}

table {
	font-size: 10px;
	font-family: "Lucida Console";
}

h1{
        font-weight: bold;
        font-size: 22px;
	font-family: "Lucida Console";
        text-decoration: none;
        line-height : 120%;
        color : #606060;
        margin: 2px;
}

h2 {
	font-family: "Lucida Console";
        font-size: 18px;
        margin: 0px;
}

h3 {
        font-weight: normal;
	font-family: "Lucida Console";
        font-size: 11px;
        margin: 2px;
}

p {
	font-family: "Lucida Console";
        font-size: 11px;
        margin: 2px 0px;
}

ul {
	margin-left: 5px;
	padding: 0px;
	font-family: "Lucida Console";
}
li {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	font-family: "Lucida Console";
}

.textinput {
	font-family: "Lucida Console";
        font-size: 13px;
        border: 1px solid #000000;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
	font-family: "Lucida Console";
        font-size: 13px;
        border: 1px solid #000000;
        vertical-align : middle;
}

.button {
	font-family: "Lucida Console";
        font-size: 12px;
        border: 1x solid #000000;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
	font-family: "Lucida Console";
        font-size: 12px;
        border: 1px solid #000000;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
	font-family: "Lucida Console";
        font-size: 12px;
        vertical-align : middle;
}

.checkbox {
	font-family: "Lucida Console";
        font-size: 12px;
        vertical-align : middle;
}

a {
	color: #606060;
	text-decoration: none;
	font-family: "Lucida Console";
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-family: "Lucida Console";
}
.bblink a {
	color: #606060;
	text-decoration: none;
	font-family: "Lucida Console";
}
.bblink a:hover {
	color: #000000;
	text-decoration: none;
	font-family: "Lucida Console";
}

.maintable {
	border: 1px solid #000000;
	background-color: #ffffff;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: "Lucida Console";
	width= 90%;
	color: #606060;
}
.tableh1 {
	background : #ffffff;
	color : #606060;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: "Lucida Console";
}

.tableh1_compact {
	background : #ffffff;
	color: #606060;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: "Lucida Console";
}

.tableh2 {
	background : #ffffff;
	color: #606060;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: "Lucida Console";
}

.tableh2_compact {
	background : #ffffff;
	color: #606060;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: "Lucida Console";
}

.tableb {
	background: #ffffff;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: "Lucida Console";
}

.tableb_compact {
	background: #ffffff;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: "Lucida Console";
}

.tablef {
	background: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Lucida Console";
}

.catrow_noalb {
        background: #ffffff;
        color : #606060;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
	font-family: "Lucida Console";
}

.catrow {
        background: #ffffff;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
	font-family: "Lucida Console";
}

.album_stat {
        font-size: 10px;
        margin: 5px 0px;
	font-family: "Lucida Console";
}

.thumb_filename {
        font-size: 80%;
        display: block;
	font-family: "Lucida Console";
}

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

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

.thumb_caption a {
        text-decoration: none;
        color: #606060;
	font-family: "Lucida Console";
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
	font-family: "Lucida Console";
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
	font-family: "Lucida Console";
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
	font-family: "Lucida Console";
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
	font-family: "Lucida Console";
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #606060;
	font-family: "Lucida Console";
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: none;
	font-family: "Lucida Console";
}

.sortorder_cell {
        background : #ffffff;
        color : #606060;
        padding: 0px;
        margin: 0px;
	font-family: "Lucida Console";
}

.sortorder_options {
        font-family: Trebuchet MS;
        background : #ffffff;
        color : #606060;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
	font-family: "Lucida Console";
}

.navmenu {
        font-family: Trebuchet MS;
        color: #606060;
        font-size: 100%;
        font-weight: bold;
        background : #ffffff;
        border-style: none;
	font-family: "Lucida Console";
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
	font-family: "Lucida Console";
}

.navmenu a {
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #606060;
	font-family: "Lucida Console";
}

.navmenu a:hover {
        background : #ffffff ;
        text-decoration: none;
        color: #000000;
	font-family: "Lucida Console";
}

.admin_menu_thumb {
        font-size: 85%;
        border: 1px solid #000000;
        background-color: #ffffff;
        background-position : bottom;
        color: #606060;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
	font-family: "Lucida Console";
}

.admin_menu_thumb a {
        color: #606060;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
	font-family: "Lucida Console";
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: none;
	font-family: "Lucida Console";
}

.admin_menu {
        font-size: 85%;
        border: 1px solid #000000;
        background-color:#ffffff;
        background-position : bottom;
        color: #606060;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
	font-family: "Lucida Console";
}

.admin_menu a {
        color: #606060;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
	font-family: "Lucida Console";
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: none;
	font-family: "Lucida Console";
}

td #admin_menu_anim {
        background-image: url (images/button_bg_anim.gif);
	font-family: "Lucida Console";
}

.comment_date{
        color : #606060;
        font-size : 90%;
        vertical-align : middle;
	font-family: "Lucida Console";
}

.image {
        border-width:3px;
	border-style: solid;
	border-color: #000000;
        margin: 2px;
	font-family: "Lucida Console";
}

.imageborder {
        border: 3px solid #000000;
	border-color: #000000;
        margin-top: 30px;
        margin-bottom: 30px;
	font-family: "Lucida Console";
}

.display_media {
        background: #ffffff ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
	font-family: "Lucida Console";
}

.thumbnails {
        background: #ffffff;
        padding: 5px;
	font-family: "Lucida Console";
}

.footer {
        font-size : 12px;
	font-family: "Lucida Console";
	color: #606060;
}

.footer a {
        text-decoration: none;
        color: #606060;
	font-family: "Lucida Console";
}

.footer a:hover {
  	color: #000000;
        text-decoration: none;
	font-family: "Lucida Console";
}

.statlink {
        color: #606060;
	font-family: "Lucida Console";
		text-decoration:none;
}

.statlink a {
        text-decoration: none;
        color: #606060;
	font-family: "Lucida Console";
}

.statlink a:hover {
        color: #000000;
        text-decoration: none;
	font-family: "Lucida Console";
}

.alblink a {
        text-decoration: none;
        color: #606060;
	font-family: "Lucida Console";
}

.alblink a:hover {
       	color: #000000;
        text-decoration: none;
	font-family: "Lucida Console";
}

.catlink {
        display: block;
        margin-bottom: 2px;
	font-family: "Lucida Console";
}

.catlink a {
        text-decoration: none;
        color: #606060;
	font-family: "Lucida Console";
}

.catlink a:hover {
      	color: #000000;
        text-decoration: none;
	font-family: "Lucida Console";
}

.topmenu {
        line-height : 130%;
        font-size: 13px;
	font-family: "Lucida Console";
	color: #606060;
}

.topmenu a {
        color : #606060;
        text-decoration : none;
	font-family: "Lucida Console";
}

.topmenu a:hover  {
        color : #000000;
        text-decoration : none;
	font-family: "Lucida Console";
}

.img_caption_table {
        border: none;
        background-color: #ffffff;
        width : 100%;
        margin : 0px;
	font-family: "Lucida Console";
}

.img_caption_table th {
        background: #ffffff ;
        font-size: 13px;
        color : #606060;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 2px solid #000000;
	font-family: "Lucida Console";
}

.img_caption_table td {
        background: #ffffff ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 2px solid #000000;
        white-space: normal;
	font-family: "Lucida Console";
}

.debug_text {
        border: #000000;
        background-color: #ffffff;
        width : 100%;
        margin : 0px;
	font-family: "Lucida Console";
}

.clickable_option {
        cursor : default;
	font-family: "Lucida Console";
}

.listbox_lang {
        color: #606060;
        background-color: #ffffff;
        border: 1px solid #000000;
        font-size: 80%;
        font-family: Trebuchet MS;
        vertical-align : middle;
	font-family: "Lucida Console";
}
