/*************************
  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.x
  $HeadURL:
  $Revision: 1.0
  $LastChangedBy: DaMysterious
  $Date: 04-11-2010
**********************************************/
/* Colors used in this style sheet:
    Hex 000000 = RBG   0,   0,   0 = black
    Hex 5F5F5F = RBG  95,  95,  95 = light black
    Hex BDBEBD = RBG 189, 190, 189 = dark grey
    Hex D1D7DC = RBG 209, 215, 220 = medium grey
    Hex CCCCCC = RBG 204, 204, 204 = medium grey
    Hex E4E4E4 = RGB 228, 228, 228 = medium grey
    Hex EFEFEF = RBG 239, 239, 239 = dark white
    Hex FFFFFF = RBG 255, 255, 255 = white
    Hex 005D8C = RBG   0,  93, 140 = dark blue
    Hex 0033CC = RBG   0,  91, 104 = medium blue
    Hex 0E72A4 = RBG  14, 114, 164 = light blue
    Hex 840084 = RBG 132,   0, 132 = purple
    Hex 00529B = RGB   0,  82, 155 = blue
    Hex BDE5F8 = RGB 189, 229, 247 = cyan
    Hex 4F8A10 = RGB  79, 138,  16 = dark green
    Hex DFF2BF = RGB 223, 242, 191 = light green
    Hex 9F6000 = RGB 159,  96,   0 = dark brown
    Hex FEEFB3 = RGB 254, 239, 179 = light brown
    Hex D8000C = RGB 216,   0,  12 = red
    Hex FFBABA = RGB 255, 186, 186 = pink
    Hex D63301 = RGB 214,  51,   1 = red
    Hex FFCCBA = RGB 255, 204, 186 = pink
*/

a:link {
	color: #0033CC;
	text-decoration: none;
}

/* pseudo-classes for image links */
a:link .image{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}

/* pseudo-classes for middlethumb links */
a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
	border: 2px solid #0033CC;
}

a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:visited .image{
	border-color: #840084;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;
}

a:hover .image{
	border-color: #0033CC;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}

a:active {
	color: #0033CC;
	text-decoration: none;
}

a:active .image{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}

a:focus {
	color: #0033CC;
	text-decoration: none;
}

a:focus .image{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}

a.photoDown {
	cursor: pointer;
}

a.photoUp {
	cursor: pointer;
}

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;
}

body {
	background: #CCCCCC;
	color: Black;
	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: #FFF;
	border: 1px solid #0E72A4;
	border-bottom: none;
	border-top: none;
	height: 240px;
	margin: 0;
	overflow: auto;
	padding: 11px;
}

/** Swfupload css **/
div.fieldset {
	border: 2px solid #0E72A4;
	margin: 10px 0;
	padding: 20px 10px;
}

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

div.flash {
	border-color: #D9E4FF;
	margin: 10px 5px;
	width: 375px;
}

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

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

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

h4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}

input[disabled]{
	border: 1px solid #ccc; /* 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;
}

table#album_sort {
	border-top: 1px solid #ccc;
	width: 100%;
}

table#album_sort tr td {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
}

table#album_sort tr td span.albumName{
	float: left;
	width: 200px;
}

table#album_sort tr td span.editAlbum {
	color: #FF0000;
	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 #CCCCCC;
	padding: 4px;
}

table.album_operate{
	background-color: #C2CFF1;
	border: 1px solid #0E72A4;
	border-bottom: none;
	width: 100%;
}

table.album_operate span.load{
	margin-left: 10px;
}

table.album_operate td {
	border-bottom: 1px solid #0E72A4;
	height: 40px;
}

table.album_operate td#control{
	padding-left: 15px;
}

table.album_operate td#edit-box a , table.album_operate td#add-box a{
	color: #FF0000;
	cursor: pointer;
	text-decoration: underline;
	vertical-align: bottom;
}

table.album_operate td#edit-box span, table.album_operate td#add-box span {
	vertical-align: bottom;
}

table.album_save{
	border: 1px solid #FFDD99;
	width: 100%;
}

table.album_save td {
	float: left;
	padding: 10px 0 10px 15px;
}

table.head_album {
	background-color: #C2CFF1;
	border: 1px solid #0E72A4;
	height: 40px;
	margin: 2px 0 2px 0;
	padding-left: 15px;
	width: 100%;
}

ul {
	margin-left: 5px;
	padding: 0px;
}

.admin_float {
	background: #FFF url(images/button_bg.gif);
	border: 1px solid #005D8C;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 1px 1px 1px 1px;
	max-height: 1.5em;
	padding: 4px 2px 4px 2px;
	position: relative;
	white-space: normal;
}

.admin_menu {
	background-color: #FFFFFF;
	background-image: url(images/button_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #005D8C;
	color: #28313F;
	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: #28313F;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	text-decoration: none;
}

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

.admin_menu_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	white-space: normal;
	width: 100%;
}

.alblink {
	font-weight: bold;
}

.alblink a {
	color: #0033CC;
	text-decoration: underline;
}

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

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

.bblink a {
	color: #0033CC;
	text-decoration: none;
}

.bblink a:hover {
	color: #0033CC;
	text-decoration: underline;
}

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

.button {
	background-image: url(images/button_bg.gif);
	background-position: bottom;
	border: 1px solid #005D8C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

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

.catlink a {
	color: #0033CC;
	text-decoration: underline;
}

.catlink a:hover {
	color: #0033CC;
	text-decoration: underline;
}

.catrow {
	background: none;
	color: #898989;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

.catrow_noalb {
	background: none;
	color: #898989;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

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

.clickable_option {
	cursor: default;
}

.comment_date{
	color: #5F5F5F;
	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;
	margin: 10px 0px;
	-moz-border-radius: 5px;
	padding: 15px 10px 15px 50px;
	-webkit-border-radius: 5px;
}

.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: #D63301;
}

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

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

.display_media {
	background: #EFEFEF;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.filmstrip_background {
	background-color: #000000;
}

.footer {
	font-size: 9px;
}

.footer a {
	color: #0033CC;
	text-decoration: none;
}

.footer a:hover {
	color: #D31141;
	text-decoration: underline;
}

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

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

.image {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

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

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

.img_caption_table th {
	background: #D1D7DC;
	border-top: 1px solid #FFFFFF;
	color: #000000;
	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 {
	background-color: #D1D7DC;
	border: 1px solid #0E72A4;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: middle;
}

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

.maintable {
	background: none;
	color: #898989;
	margin-bottom: 1px;
	margin-top: 1px;
}

.menuheight {
	height: 20px; /* IE7 */
	width: 1px; /* IE7 */
}

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

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

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

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

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

.next_strip{
	text-align: right;
}

.pic_caption {
	color: #000000;
	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: #000000;
	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 {
	text-align: left;
}

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

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

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	background-color: #0033CC;
	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: solid 1px #E8E8E8;
	margin: 5px;
	overflow: hidden;
	padding: 4px;
}

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

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

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

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

.sortorder_cell {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

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

.statlink {
	color: #0E72A4;
}

.statlink a {
	color: #0033CC;
	text-decoration: none;
}

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

.swfupload {
	vertical-align: top;
}

.tableb {
	background: none;
	color: #898989;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

/* 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: none;
}

.tablebspecial {
	background: none;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-align: center;
}

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

.tableh1 {
	background: none;
	color: #898989;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

.tableh2 {
	background: none;
	color: #898989;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

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

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

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

.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: none;
	color: #898989;
	padding: 5px;
}

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

.topmenu a {
	color: #0033CC;
	text-decoration: none;
}

.topmenu a:hover {
	color: #0033CC;
	text-decoration: underline;
}

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

.user_thumb_infobox a {
	color: #000000;
	text-decoration: none;
}

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

.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 #666666;
	margin: 20px;
	padding: 20px;
}

#cpgChooseLanguageWrapper {
	float: left;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
}

#cpgChooseThemeWrapper {
	float: left;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
}

#GB_window {
	background-color: #EFEFEF;
	border: 5px solid #0E72A4;
}

#sysmenu {
	margin-top: 5px;
}

/* CP tabbed menus in header section where applicable, related 
/* to function $template_sub_menu in theme.php of each theme
----------------------------------------------------------------*/
#tabs {
	color: #536482;
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 300px;
}

#tabs .activetab a {
	background-position: 0 0;
	border-bottom: 1px solid #ebebeb;
}

#tabs .activetab a span {
	background-position: 100% 0;
	color: #536482;
	padding-bottom: 7px;
}

#tabs .activetab a:hover {
	background-position: 0 0;
}

#tabs .activetab a:hover span {
	background-position: 100% 0;
	color: #536482;
}

#tabs a {
	background: none no-repeat 0% -35px;
	background-image: url(theme/images/bg_tabs1.gif);
	color: #536482;
	cursor: pointer;
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
	position: relative;
	text-decoration: none;
}

#tabs a span {
	background: none no-repeat 100% -35px;
	background-image: url(theme/images/bg_tabs2.gif);
	color: #536482;
	display: block;
	float: left;
	padding: 6px 10px 6px 5px;
	white-space: nowrap;
}

#tabs a:hover {
	background-position: 0 -70px;
}

#tabs a:hover span {
	color: #536482;
}

#tabs a:hover span {
	background-position: 100% -70px;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	font-weight: bold;
}

#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}