/*************************
  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.3.3
  $Source: /cvsroot/coppermine/stable/themes/classic/style.css,v $
  $Revision: 1.2 $
  $Author: gaugau $
  $Date: 2005/04/19 03:17:13 $
**********************************************/

body {
	margin: 0px;
}

/* FILE DA CAMBIARE */

a:link, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover, a:active {
	color: white;
	text-decoration: none;
}

body, table, form, fieldset, legend, label, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	font-size: 12px;
	text-align: left;
}

/* FILE DA NON CAMBIARE */

.maintable {
	border: 1px solid silver;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	width: 100%;
}

.maintable td {
	padding: 4px;
}

.maintable a:link, .maintable a:visited {
	color: gray;
}

.maintable a:hover, .maintable a:active {
	color: black;
}

.sortorder_cell td {
	font-size: 75%;
}

.sortorder_cell a {
	text-decoration: none;
}

.sortorder_cell .statlink a {
	border: 1px solid silver;
}

.sortorder_cell .statlink a:hover {
	background-color: silver;
	color: black;
}

.sortorder_options {
	white-space: nowrap;
}

.thumbnails {
	background-color: #e2e2e2;
	padding: 4px;
}

.thumbnails:hover {
	background-color: silver;
	color: black;
}

/* vecchi file NON utilizzati */

h1 {
	
}

h2 {
	
}

h3 {
	
}

p {
	
}

ul {
	
}

li {
	
}

.textinput {
}

.listbox {
}

.button {
}

.comment_button {

}

.radio {

}

.checkbox {

}

bblink a {
}

bblink a:hover {
}

.tableh1, tableh2 {

}

.tableh1_compact {

}

.tableh2 {

}

.tableh2_compact {
}

.tableb {

}

.tableb_compact {

}

.tablef {

}

.album_stat {

}

.thumb_title {

}

.thumb_caption {

}

.thumb_caption a {

}

.thumb_num_comments {

}

.user_thumb_infobox {

}

.user_thumb_infobox th {

}

.user_thumb_infobox td {

}

.user_thumb_infobox a {

}

.user_thumb_infobox a:hover {

}

.navmenu {

}

.navmenu img {

}

.navmenu a {

}

.navmenu a:hover {

}

.admin_menu_thumb {

}

.admin_menu_thumb a {

}

.admin_menu_thumb hover {
}

.admin_menu {

}

.admin_menu a {

}

.admin_menu a:hover {

}

.comment_date {

}

.image {

}

.imageborder {

}

.footer {
		display:none;

}

.footer a {

}

.footer a:hover {

}

.statlink {
}

.alblink a {

}

.alblink a:hover {
}

.catlink {

}

.catlink a {

}

.catlink a:hover {

}

.topmenu {

}

.mmenu {

}

.mmenut {

}

.topmenu a {
}

.topmenu a:hover {
}

.img_caption_table {

}

.img_caption_table th {

}

.img_caption_table td {

}

.debug_text {

}

.clickable_option {

}

.listbox_lang {

}

/* form tag standard presi da root forms.css*/

fieldset {
	border: 1px solid silver;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

legend {
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #f9f9f9;
	border: 1px solid silver;
	padding: 1px 5px;
	color: #505050;
	font-size: 0.8em;
}

label {
}

input, textarea {
	border-style: none;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 2px;
}

input {
	
}

textarea {
	width: 90%;
	height: 7em;
}

select {
}

option {
}

/* focus in browser non IE */

input:focus, textarea:focus, select:focus {
	background: #ededed;
}