/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 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 as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.4
  $Source: /cvsroot/coppermine/stable/themes/classic/style.css,v $
  $Revision: 1.9 $
  $Author: gaugau $
  $Date: 2006/02/24 13:32:45 $
**********************************************/

/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: 9pt;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #d0d0d0;
	margin: 0px;
	padding: 0px 50px 0 50px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}

.sysmenulist
{
}


h1{
        font-weight: bold;
        font-size: 18px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #D0D0D0;
        margin: 2px;
}

h2 {
        font-family: Tahoma, arial, helvetica, serif;
        font-size: 18px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: Tahoma, arial, helvetica, serif;
        font-size: 10px;
        margin: 2px;
}

p {
        font-family: Tahoma, arial, helvetica, 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;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
        font-size: 9pt;
        color: #000000;
        font-family: Tahoma, arial, helvetica, serif;
        background-color: #ffffff;
        padding: 2px;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}
#sysmenu a:link, #sysmenu a:visited, #submenu a:link, #submenu a:visited
{
	padding: 4px 2px 2px 2px;
	color: black;
	font-family: tahoma, sans-serif;
	font-size: 11px;
 }


#sysmenu a:hover, #submenu a:hover
{
	text-decoration: underline;
}



.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #707070;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #707070;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #505050;
        background-image : url(images/top.jpg) 0px -9px repeat-x;
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.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: #0033CC;
        text-decoration: none;
}

.bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #505050;
/*        background-color: #FFFFFF;*/
        background-color: #efefef;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background: url(images/tophover.jpg) repeat-x black;
        height: 22px;
        padding: 4px;
        padding-top: 0px;
        color: #F1F6F9;
		font-weight: bold;
 }
.tableh1 a:link, .tableh1 a:visited
{
        color: #F1F6F9;
        font-style: normal;
}
.tableh1 a:hover
{
        color: #dfdfdf;
}

.tableh1_compact {
        background: url(images/bottom.jpg) repeat-x #91A3A5;
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #EFEFEF ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


.tableb_compact {
        background: #EFEFEF ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
       background: #D1D7DC;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #EFEFEF ;
        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;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        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: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #8D9EAE ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #8D9EAE ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        background : #8D9EAE ;
        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: #FFFFFF;
}

.navmenu a:hover {
        background : #EFEFEF ;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        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: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-size: 8pt;
		border: solid 1px #707070;
        background : url(images/tophover.jpg) black repeat-x;
       color: #fff;
        margin-top: 0px;
        margin-bottom: 0px;
        padding:2px;
        text-align: center;
}

.admin_menu a, .admin_menu a:visited, a.admin_menu{
        color: white;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

a.admin_menu{
        color: white;
        display: block;
        text-decoration: none;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #c0c0ff;
        text-decoration: none;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        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: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #EFEFEF ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #EFEFEF ;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
        color: #000000;
        text-decoration: underline;
}

.statlink {
        color: #FFFFFF;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #000000;
}

.alblink a:hover {
        color: #000000;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #505050;
        vertical-align : middle;

}
#vanity a {
}
#vanity img {border:0}
#v_php {float:left;}
#v_php:hover {}
#v_mysql {float:left;}
#v_mysql:hover  {}
#v_xhtml {float:right;}
#v_xhtml:hover {}
#v_css {float:right;}
#v_css:hover{}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        font-size: 7pt;
}
.normaltext
{
        font-size: 8pt;
}
.largetext
{
        font-size: large;
}
#footer {
	text-align: center;
}

table.moduletable {
	margin: 2px; 
}

div.moduletable {
	margin: 2px;
}

table.moduletable th, div.moduletable h3 {
	color: white;
	padding: 5px;
	margin: 0 0 5px 0;
	font-size: 8pt;
	font-family: tahoma, sans-serif;
	background: url(images/top.jpg) 0px -9px repeat-x;
}

table.moduletable td, div.moduletable {
	padding: 0px;
	text-align: left;
	font-size: small;
}
div.module
{
	text-align: left;
	font-size: x-small;
	padding: 0 0 6px 0;
}
div.module div h3
{
	color: white;
	padding: 5px;
	margin: 0 0 5px 0;
	font-size: 8pt;
	font-family: tahoma, sans-serif;
	background: url(images/top.jpg) 0px -9px repeat-x;
}

.small {
	font-size: x-small;
}

.createdate {
	font-size: x-small;
	color: #909090;
}

.modifydate {
	font-size: x-small;
	font-style: italic;
	color: #555;
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	text-decoration: none;
	background: url(images/tophover.jpg) 0px -9px black repeat-x;
	color: white;
	padding: 6px;
	font-size: x-small;
	border: solid 1px #E7EBEE;
	border-top: 0;
	font-weight: bold;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #fff;
	background: url(images/top.jpg) 0px -9px black repeat-x;
	font-weight: bold;
}

a.mainlevel#active_menu {
	color:#b0b0ff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: url(images/top.jpg) 0px -9px black repeat-x;
}

a.mainlevel#active_menu:hover {
	color: #e0e0ff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}


/* ########### omega stuff */
#leftmodule, #topmodule, #rightmodule
{
	background: #F6F6F6;
	border: solid 1px #D2D6D9;
}
#topmodule
{
	background: #FcFcFf;
}
#leftmodule
{
	width: 150px;
	padding: 5px;
}

#rightmodule
{
	background: #F6F8Fb;
	font-size: x-small;
	width: 150px;
	padding: 15px;
}
#bannermodule
{
}
#mainbody
{
}
#main
{
}
#usermodule1_2
{
	overflow: auto;
	_height: 1%;
}
#usermodule
{
	padding: 15px;
	font-size: x-small;
	text-align: center;
}
ul#mainlevel-nav
{
	background: url(images/top.jpg) repeat-x;
	list-style: none;
	height: 42px;
	padding: 0;
	margin: 0;
}
ul#mainlevel-nav li
{
	float: left;
}
ul#mainlevel-nav li
{
	display: block;
	color: white;
	text-decoration: none;
	font-size:  9pt;
	vertical-align: top;
	padding: 10px 6px 6px 16px;
	font-family: Courier, sans-serif;
}
#frame
{
	border: solid 1px black;
	border-top: 0;
	background: #E7EBEE;
}
#absbottom
{
	background: url(images/bottom.jpg) black repeat-x;
	padding: 8px;
	font-size: x-small;
	text-align: center;
}
#absbottom, #absbottom a
{
	color: white;
}
#uppertop
{
	background: url(images/uppertop.jpg) #B0C4C9 no-repeat;
	height: 44px;
	width: 100%;
}
#topmodule_inner
{
	padding: 10px 15px 10px 15px;
	font-size: x-small;
	width: 99%;
	margin: auto;
	text-align: center;
}
