/* Css for Nalco Theme - Based On The Gin & Tonic Theme By flasyn - http://forum.coppermine-gallery.net/index.php?topic=74020.0 */

html, body {
    background-color: #1C1C1C;
    color: #BEBEBE;
    font-family: Helvetica, Arial, sans-serif;
    font-size : 12px;
    margin: 0px;
    height: 100%;
}

table {
    font-size : 12px;
}

h1{
    font-weight: normal;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #8E8E8E;
    margin: 0px;
}

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

h3 {
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #8E8E8E;
    margin: 0px;
}

p {
    font-size: 100%;
    margin: 2px 0px;
}

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

ul, ol {
    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;
}

.textinput {
    color: #000000;
	width: 100%;
    background-color: #D2CCCC;
    border: 1px solid #8E8E8E;
    margin: 2px;
    font-family: Arial, Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 100%;
    padding-right: 3px;
    padding-left: 3px;
}

.listbox {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    margin: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.button, .buttonlist ul li a {
    color : #424242;
    border: 1px solid #8E8E8E;
    margin: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-image : url(images/button_bg.png);
    background-position : bottom;
    white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.buttonlist ul li a {
    display: block;
    font-size: 0.8em;
}

.radio {
    color: #8E8E8E;
    background-color: #FFFFFF;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.checkbox {
    color: #8E8E8E;
    background-color: #FFFFFF;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

a { /* obsolete? */
    text-decoration: none;
}

a:link {
    color: #8E8E8E;
    text-decoration: none;
}

a:visited {
    color: #8E8E8E;
    text-decoration: none;
}

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

a:hover {
    color : #FFFFFF;
    text-decoration: none;
}
a:active {
    color: #8E8E8E;
    text-decoration: none;

}

.bblink a {
    color: #8E8E8E;
    text-decoration: none;
}

.bblink a:hover {
    color : #FFFFFF;
    text-decoration: none;
}


.tableh1 {
    color : #8E8E8E;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
border-bottom: 1px solid #717171;
text-transform: uppercase;
}

.tableh1 img{
	display:none;
}
.statlink img{
	display: inline !important;
}
.tableh2 {
    color : #8E8E8E;
    font-family: Helvetica, Arial, sans-serif;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 0px;
    border-bottom: 1px solid #717171;
text-transform: uppercase;
text-decoration: none;

}
#cbody2 {
	padding: 10px 0px 10px 0px;
}

#cbody1 {
	padding: 10px 0px 10px 0px;
}

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

.catrow_noalb {
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
  	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top, #303030 0%, #222222 52%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(52%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #303030 0%,#222222 52%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #303030 0%,#222222 52%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #303030 0%,#222222 52%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #303030 0%,#222222 52%); /* W3C */
	-webkit-box-shadow: inset 0px 4px 6px #171717; /* webkit browser*/ -moz-box-shadow: inset 0px 4px 6px #171717;	/* firefox */ box-shadow: inset 0px 4px 6px #171717;
}

.catrow {
	font-family: Georgia,"Times New Roman" ;
	color: #8E8E8E;
	font-size:16px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;

	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top, #303030 0%, #222222 52%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(52%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #303030 0%,#222222 52%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #303030 0%,#222222 52%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #303030 0%,#222222 52%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #303030 0%,#222222 52%); /* W3C */
	-webkit-box-shadow: inset 0px 4px 6px #171717; /* webkit browser*/ -moz-box-shadow: inset 0px 4px 6px #171717;	/* firefox */ box-shadow: inset 0px 4px 6px #171717;
}

.album_stat {
    font-size : 90%;
    margin: 5px 0px;
font-family: Georgia;
}

.thumb_filename {
	color: #8E8E8E;
    font-size: 80%;
    display: block;
}
.thumb_title {
	color: #8E8E8E;
    font-weight : bold;
    font-size: 80%;
    padding: 2px;
    display : block;
}
.thumb_title a{
	color: #8E8E8E;
}


.thumb_caption {
	color:#8E8E8E;
    font-size: 10px;
    padding: 0px 15px 0px 15px;
    display : block;
	text-align:left;
	max-height: 60px;
	overflow:hidden;
	line-height: 12px;
}

.thumb_caption a {
    text-decoration: none;
}

.thumb_num_comments {
    font-weight: normal;
    font-size: 85%;
    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: 85%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

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

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

.sortorder_cell {
    color : #8E8E8E;
}

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


.admin_menu {
    color : #8E8E8E;
    font-size: 10px;
    text-align: left;
	clear: left;
	float:left;
   /* background-image: url(images/button_bg.png); */
    background-position: bottom;
    background-repeat:repeat-x;
width: 100%;
border-bottom: 1px solid #232323;

}

.admin_menu a {
    color: #8E8E8E;
    text-decoration: none;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;

}

.admin_menu a:hover {
    color : #FFFFFF;
    text-decoration: none;
}
.admin_menu img {
/*display: none;*/
padding-right:3px;
}

.admin_float {
    float:left;
	clear:left;
}

.admin_menu_wrapper {
    width:100%;
}

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

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

.comment_date {
    color : #8E8E8E;
    font-size: 90%;
    vertical-align : middle;
}

.image {
    border:1px solid #666;
    margin-top:4px;
    margin-bottom:4px;
    margin-right:15px;
    margin-left: 15px;
    /* filter:progid:dximagetransform.microsoft.shadow(color=#000000,direction=135,strength=6); */
    margin: 2px;
    /*background:url(images/loader.gif) no-repeat center; *//*there could be problems with the loader image.*/
}

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

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

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

a:hover .image {
    border-style:solid;
    border-width:1px;
    border-color:#FFFFFF !important;
    margin:2px;
}

a:active .image {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
    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 blue; */ /* copied from classic. Never used in cpg */
}

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

.thumbnails {
    padding: 5px 0px 5px 0px;
	border: none;
}
.statlink {
	color: #8E8E8E;
}
.statlink a {
    color : #8E8E8E;
    text-decoration: none;
}

.statlink a:hover {
    color : #FFFFFF;
    text-decoration: none;
}

.alblink {
    color : #8E8E8E;
    font-weight:bold;
}

.alblink a {
    color : #8E8E8E;
    text-decoration: none;
}

.alblink a:hover {
    color : #FFFFFF;
    text-decoration: none;
}

.catlink {
    color : #8E8E8E;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    display: block;
    margin-bottom: 2px;
}

.catlink a {
    color : #8E8E8E;
text-transform: uppercase;
}

.catlink a:hover {
    color : #FFFFFF;
text-decoration: none;
}



.img_caption_table {
    border: none;
    width : 100%;
    margin : 0px;
}

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

.img_caption_table td {
    background : #FFFFFF;
    border-top : 1px solid #7F7F7F;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}

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

.clickable_option {
/*        border-bottom : 1px dotted blue;  */
color: #8E8E8E;
}


.important {
    color: red;
    font-weight: bold;
    padding-left:1px;
    padding-right:1px;
    padding-top:3px;
    padding-bottom:3px;
}

.filmstrip_background {
    background-color:#fff;
background-image: none !important;

display:none;

}
.thumbnails.filmstrip_background  {
display: inline !important;

}

.prev_strip {
    text-align: left;
}

.next_strip {
    text-align: right;
}

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

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

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

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


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

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

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

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

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

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

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

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

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

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

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

.swfupload {
    vertical-align: top;
}

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

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

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

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid #8E8E8E;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #8E8E8E;
    background-color: #000000;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #8E8E8E;
    background-color: #000000;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #8E8E8E;
    background-color: #000000;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #8E8E8E;
    background-color: #000000;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #8E8E8E;
    background-color: #000000;
    background-image: url('../../images/message/error.png');
}

#GB_window {
    background-color: #000000;
    border: 5px solid #8E8E8E;
}

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

.detail_head_collapsed, .detail_head_expanded {
    color: #FFFFFF;
}


/*---- von mir ----*/

.sidebar{
	margin-right: 10px;
	width: 180px;
	margin-top: 40px;
	background-color: #000000;

}
/*.logo {
	margin-top:30px;
	padding: 0px 20px 0px 20px;
	font-size: 24px;
	font-family: Georgia;
	font-style:italic;
	text-transform:uppercase;
	text-decoration:underline;

}*/

.logo {
	margin-top:50px;
	padding: 0px 20px 0px 20px;
	font-size: 30px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: -2px;
}
.logo a:hover {
text-decoration: none;
}

.logo a:active {
text-decoration: none;
color:#8E8E8E;
}
.topmenu a:active {
text-decoration: none;
color: #8E8E8E;
}

.logosubtitle {
	padding: 0px 20px 0px 20px;
	font-size: 16px;
	font-family: Georgia;
	font-style:italic;

}


.logoimg {
	display: none;
}


/*---- HEADER ----*/
.header {
   display: none;
}


/*---- TOPMENU----*/
.topmenu {
    font-family: Helvetica, Arial, sans-serif;
    color: #8E8E8E;
    display: block;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 18px;
}

.topmenu a {
    display: block;
    color: #8E8E8E;
    text-decoration: none;
}

.topmenu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


/*---- NAVIGATION ----*/
.navmenu {
    color : #8E8E8E;
    font-weight: bold;
  	border-bottom: 1px solid #8E8E8E;
    background: #000000;

	margin-top: 0px;
}

.navmenu img {
    margin-top: 5px;
    display: block;
}

.navmenu a {
    color : #8E8E8E;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.navmenu a:hover {
    text-decoration: none;
}
/*---- TABLES ----*/

.maincontent {
    background-color: #000000;
    padding: 20px 20px 40px 20px;
	height: 100%;
}

.maintable {
    background-color: #000000;

}
#content {
    margin-left: auto;
    margin-right: auto;
}
#wrapperer{
	background-color: #000000;
	width: 1000px;
    margin-right: auto;
	margin-left: auto;

}
/*---- SEARCH ----*/
.headerer{
	width:100%;
	background-color: #000000;
	height: 27px;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	padding: 5px 0px 5px 0px;
}
.searchbox {
	float:right;
	margin-right: 0px;
	width:300px;
   background-color: #000000;
}

.searchbox input.textinput {
font-family: Arial;
font-size:12px;
font-style:normal;
background-color: #D2CCCC;
border:none;
height: 19px;
box-sizing: unset !important;
border: 1px solid #8E8E8E;
color: #000000;

}
.searchbox input.button {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
text-transform:uppercase;
font-size: 12px;
background-color: #000000 !important;
color:#8E8E8E;
background-image: none !important;
padding:3px 3px 3px 3px;
position: absolute;

}
span.cpg_user_message {
	font-weight: bold;
	font-size:16px;
}


.tableb {
    background: #000000;
	border-bottom: 1px solid #232323;
	padding: 0px 5px 0px 5px;
}

.tableb_alternate {
	background-color: #000000;
	color: #BEBEBE;
	border-bottom: 1px solid #232323;
}

.tableb.tableb_alternate {

}

form#post .tableb.tableb_alternate{

}

.display_media  {
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
   	background: #000000;
}

.pic_caption {
    color: #8E8E8E;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:normal;
    text-align : center;
	padding: 20px;
    margin-top:20px;
    margin-bottom: 20px;
    line-height:1.2em;
	background-color:#000000;
	border: 1px solid #8E8E8E;

}

.pic_title {
    color: #8E8E8E;
    font-size: 120%;
    font-family: Helvetica, Arial,sans-serif;
    font-weight:bold;
    text-align : center;
    padding-top:10px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
}
#picinfo .tableb.tableb_alternate{
	background-color:#000000;
	padding:3px;
}
#picinfo {
	margin-bottom: 30px;
}


/*----FOOTER----*/
.footer {
	background-color:#000000;
	height: 30px;
	color: #8E8E8E;
	text-align: center;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
}

.footer a {
    color : #8E8E8E;
    text-decoration: none;
}

.footer a:hover {
    color : #FFFFFF;
    text-decoration: none;
}

.backtotop {
	float:right;
	margin-right: 10px;
	padding: 10px 10px 0px 10px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

.backtotop a {
	color: #8E8E8E;
}

.backtotop a:hover {
	color: #FFFFFF;
}
.credits{
    float: left;
	padding: 10px 0px 0px 0px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
}
.credits a{
color: #8E8E8E;
}


.listbox_lang {
    color: #8E8E8E;
    background-color: #222;
    /*border: 1px solid #D1D7DC;*/
    border: 1px solid #222;
    font-size: 80%;
    font-family:  Helvetica, Arial, sans-serif;
    float:right;
	margin: 16px 10px 0px 0px;
}

td#star_rating.tableb {
	padding-top: 20px;
}
.greybox img{
 display: none !important;
}

#sortorder_cell img {
	display: inline !important;
}

#tabs_dropdown_select {
    background-color: #000000;
	color: #8E8E8E;
}

#cpgform {
    background-color: #000;
}

#backback{
	background-color: #8E8E8E;
	width: 1002px;
    margin-right: auto;
	margin-left: auto;
}

.headerimage {
    text-align: center;
	padding: 0px;
    margin: 0px;
	margin-top: 15px;
	border-top: 1px solid #8E8E8E;
}

.headerimage img {
    border: none;
}