/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2010 Coppermine Dev Team
  v1.0 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.5.10
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.5.x/include/themes.inc.php $
  $Revision: 8107 $
  $LastChangedBy$: DaMysterious
  $Date$: 06-12-2010
**********************************************/

a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
	border: 2px solid blue;
}

a.progresscancel {
	background-image: url(../../images/cancelbutton.gif);
	background-position: -14px 0px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	font-size: 0;
	height: 14px;
	width: 14px;
}

a.progresscancel:hover {
	background-position: 0px 0px;
}

a:focus .image, a:hover .image, a:active .image, a:link .image, a:visited .image {
	border: 1px solid silver;
	margin: 2px;
}

a:focus, a:active, .bblink a, .user_thumb_infobox a, .footer a, .statlink a, .topmenu a, a:link, a:visited {
	color: silver;
	text-decoration: none;
}

body {
	background: #000000;
	color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/** Filmstrip styles */
div#film {
	overflow: hidden;
	padding: 5px 0 5px 0;
}

/** styles for album manager and photo album*/
div#sort {
	background-color: #525252;
	border: 1px solid silver;
	border-bottom: none;
	border-top: none;
	height: 240px;
	margin: 0;
	overflow: auto;
	padding: 11px;
}

/** Swfupload css **/
div.fieldset {
	border: 1px solid silver;
	margin: 10px 0;
	padding: 20px 10px;
}

div.fieldset span.legend {
	background-color: #232323;
	color: silver;
	padding: 3px;
	position: relative;
	top: -30px;
}

div.flash {
	border: 1px solid silver;
	margin: 10px 5px;
	width: 375px;
}

/* General font families for common tags */
font {
	color: silver;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

h1{
	color: silver;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
	margin: 2px;
	text-decoration: none;
}

h2 {
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
}

h3 {
	color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 2px;
}

input[disabled]{
	border: 1px solid silver; /* FF 2 Fix */
}

li {
	list-style-type: none;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-top: 4px;
	padding: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 2px 0px;
}

pre.filepath {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 12px;
	text-align: left;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
	border-bottom: 1px solid silver;
	padding: 3px;
}

table#album_sort tr td span.editalbum {
	color: silver;
	cursor: pointer;
	display: none;
	font-size: 10px;
	line-height: 100%;
	margin-left: 100px;
	text-decoration: underline;
}

/**styles for photo manager*/
table#pic_sort tr td {
	border-bottom: 1px solid silver;
	padding: 4px;
}

ul li {
	list-style-type: disc;
}

ul, ol {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 0px;
	padding: 0px;
}

.admin_float {
	display: block;
	float: left;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	max-height: 1.5em;
	position: relative;
	white-space: nowrap;
}

.admin_menu {
	background-color: #FFFFFF;
	background-image: url(images/button_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid silver;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	text-align: center;
}

.admin_menu a {
	color: #000000;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	text-decoration: none;
}

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

.admin_menu_wrapper {
	white-space: normal;
	width: 100%;
}

.alblink {
	font-weight: bold;
}

.alblink a, .alblink a:hover, .catlink a, .catlink a:hover, .topmenu a:hover, a:hover, .bblink a:hover, .thumb_caption a, .user_thumb_infobox a:hover, .footer a:hover, .statlink a:hover {
	color: silver;
	text-decoration: underline;
}

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

/* Complete */
.blue {
	background-color: #F0F5FF;
	border: solid 1px #CEE2F2;
}

/* This is the border line & background colour round the entire page */
.bodyline, .forumline {
	background-color: #000000;
	border: 1px solid silver;
	padding: 5px 5px 5px 5px;
}

.button {
	background-image: url(images/button_bg.gif);
	background-position: bottom;
	border: 1px solid silver;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-right: 2px;
	padding-left: 0px;
	padding-right: 0px;
	color: silver;
}

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

.catrow {
	background-color: #2c2c2c;
	border: 1px solid silver;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

.catrow_noalb {
	background-color: #2c2c2c;
	border: 1px solid silver;
	color: silver;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

.clearer {
	clear: both;
}

.clickable_option {
	cursor: default;
}

.color-style {
	color: silver;
	font: bold 12px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
}

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

.cpg_message_error {
	background-color: #FFBABA;
	background-image: url('../../images/message/stop.png');
	color: #D8000C;
}

.cpg_message_info {
	background-color: #BDE5F8;
	background-image: url('../../images/message/info.png');
	color: #00529B;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid silver;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
}

.cpg_message_success {
	background-color: #DFF2BF;
	background-image: url('../../images/message/ok.png');
	color: #4F8A10;
}

.cpg_message_validation {
	background-color: #FFCCBA;
	background-image: url('../../images/message/error.png');
	color: #D8000C;
}

.cpg_message_warning {
	background-color: #FEEFB3;
	background-image: url('../../images/message/warning.png');
	color: #9F6000;
}

.debug_text {
	background-color: #EFEFEF;
	border: 1px solid silver;
	margin: 0px;
	width: 100%;
}

.detail_head_collapsed, .detail_head_expanded, .statlink {
	color: silver;
}

.display_media {
	background-color: #2c2c2c;
	border: 1px solid silver;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

/* Styles for the dropmenu.
------------------------------------------------------- */
.dropmenu {
	padding: 0 0.5em;
}

.external {
	background: transparent url('../../images/link.gif') 100% 50% no-repeat;
	padding-right: 10px;
}

.filmstrip_background {
	background-color: #000000;
}

.footer {
	font-size: 9px;
}

/* Current */
.green {
	background-color: #EBFFEB;
	border: solid 1px #DDF0DD;
}

.icon {
	margin-right: 1px;
	vertical-align: middle;
}

.image {
	background: url(../../images/loader.gif) no-repeat center;
	border: 1px solid silver;
	margin: 2px;
}

.imageborder {
	background-color: #525252;
	border: 1px solid silver;
	margin-bottom: 3px;
	margin-top: 3px;
}

.img_caption_table {
	background-color: #525252;
	border: none;
	margin: 0px;
	width: 100%;
}

.img_caption_table td {
	background-color: #525252;
	border-top: 1px solid silver;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	white-space: normal;
}

.img_caption_table th {
	background-color: #525252;
	border-top: 1px solid silver;
	color: silver;
	font-size: 100%;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
}

.important {
	color: red; /* background-image : url(images/important.gif); */
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
}

.listbox {
	border: 1px solid silver;
	font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}

.listbox_lang {
	background-color: #232323;
	border: 1px solid silver;
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: middle;
}

.maintable {
	background-color: #000000;
	border: 0px solid silver;
	margin-bottom: 1px;
	margin-top: 1px;
}

/* Message */
.message {
	background-color: #FFFFCC;
	border: 1px solid silver;
	margin: 1em 0;
	overflow: hidden;
	padding: 10px 20px;
}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{
	background-color: #232323;
	color: silver;
	font-size: 100%;
	font-weight: bold;
}

.navmenu {
	background-color: #232323;
	border-style: none;
	color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.navmenu a {
	color: silver;
	display: block;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-decoration: none;
}

.navmenu a:hover {
	background: none;
	color: #000000;
	text-decoration: none;
}

.navmenu img {
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
}

/* Navigation buttons */
.navrow {
	background: none;
	padding-top: 10px;
	text-align: left;
}

.pic_caption {
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}

.pic_title {
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.0em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}

.prev_strip, .next_strip {
	text-align: center;
}

.progressbarcomplete {
	background-color: green;
	visibility: hidden;
	width: 100%;
}

.progressbarerror {
	background-color: red;
	visibility: hidden;
	width: 100%;
}

.progressbarinprogress,
.progressbarcomplete,
.progressbarerror {
	background-color: blue;
	font-size: 0;
	height: 2px;
	margin-top: 2px;
	width: 0%;
}

.progressbarstatus {
	font-family: Arial;
	font-size: 7pt;
	margin-top: 2px;
	text-align: left;
	white-space: nowrap;
	width: 337px;
}

.progresscontainer {
	background-color: #F7F7F7;
	border: 1px solid silver;
	margin: 5px;
	overflow: hidden;
	padding: 4px;
}

.progressname {
	color: silver;
	font-size: 8pt;
	font-weight: 700;
	height: 14px;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	width: 323px;
}

.progresswrapper {
	overflow: hidden;
	width: 357px;
}

.radio, .checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}

/* Error */
.red {
	background-color: #FFEBEB;
	border: solid 1px #B50000;
}

.sortorder_cell {
	background: #232323;
	color: silver;
	margin: 0px;
	padding: 0px;
}

.sortorder_options {
	background: #232323;
	color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.swfupload {
	vertical-align: top;
}

/* This class will be used in conjunction with class tableb: attributes not particularly (re)-assigned will be taken into account from tableb. */
/* It is being used to accomplish alternating row colors for lists. */
/* It's recommended to only assign another background color that slightly differs from the one defined in tableb */
.tableb_alternate {
	background-color: #232323;
}

.tablef {
	background-color: #232323;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.tableh1 {
	background-color: #232323;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

.tableh2, .tableb {
	background-color: #232323;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

.textinput {
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #232323;
	color: silver;
}

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

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

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

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

.thumbnails {
	background-color: #2c2c2c;
	border: 1px solid silver;
	padding: 5px;
}

.topmenu {
	font-size: 100%;
	line-height: 130%;
}

.topnav, .topnav a:link {
	color: silver;
	height: 20px;
	margin-top: 10px;
	text-decoration: none;
	white-space: nowrap;
}

.user_thumb_infobox {
	margin-bottom: 1px;
	margin-top: 1px;
}

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

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

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

#cpg_main_block {
	background-color: #FFFFFF;
	border: 1px solid silver;
	margin: 20px;
	padding: 20px;
}

#cpgchooselanguagewrapper, #cpgchoosethemewrapper {
	float: left;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
}

#gb_window {
	background-color: #EFEFEF;
	border: 2px solid silver;
}

#header {
	float: right;
	text-align: center;
	width: 70%;
}

#logo {
	border: 0;
	float: left;
}

/* Styles for the standard dropdown menus. */
#main_menu {
	float: left;
	margin: 0;
	padding: 0 0 1em 0.5em;
	width: 98%;
}

#sysmenu {
	margin-top: 5px;
}