/* Css for Gin & Tonic Theme # check out http://gin-and-tonic.de/ for more info. # have a nice day ;)*/

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

table {
    font-size : 12px;
}

h1{
    font-weight: normal;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #222;
    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: #999999;
    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: #222;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    margin: 2px;
    font-family: "Trebuchet MS", 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 : #222; 
    border: 1px solid #666666; 
    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: #222;
    background-color: #FFFFFF;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.checkbox {
    color: #222;
    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: #222;
    text-decoration: none;
}

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

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

a:hover {
    color : #ff00ff;
    text-decoration: underline;
}
a:active {
    color: #999999;
    text-decoration: none;

}

.bblink a {
    color: #222;
    text-decoration: underline;
}

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


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

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

}

.tablef {
    background : #FFFFFF;
    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: #FFD733;
}

.catrow {
	font-family: Georgia,"Times New Roman" ;
	color:#eee;
	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;

text-shadow: 1px 1px 1px #000;
}

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

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


.thumb_caption {
	color:#444;
    font-size: 85%;
    padding: 0px 15px 0px 15px;
    display : block;
text-align:left;
max-height: 60px;
overflow:hidden;
}

.thumb_caption a {
    text-decoration: underline;
}

.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: #222;
    text-decoration: none;
}

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

.sortorder_cell {
    color : #222; 
}

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


.admin_menu {
    color : #222;
    /* border: 1px solid #000; */
    font-size: 10px;
    text-align: left;

clear: left;
   /* background-image: url(images/button_bg.png); */
    background-position: bottom;
    background-repeat:repeat-x;
}

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

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

.admin_float {
    float: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 : #999999;
    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;
}

/* pseudo-classes for image links */
a:link .image {
    border-style:solid;
    border-width:1px;
    border-color:#666;
    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:#222;
    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 {
    background : #eee;
    padding: 5px 0px 5px 0px;
	background-image: linear-gradient(bottom, rgb(238,238,238) 68%, rgb(245,245,245) 100%);
	background-image: -o-linear-gradient(bottom, rgb(238,238,238) 68%, rgb(245,245,245) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 68%, rgb(245,245,245) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 68%, rgb(245,245,245) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 68%, rgb(245,245,245) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.68, rgb(238,238,238)),
		color-stop(1, rgb(245,245,245))
	);
	border-top: 1px solid #eee;
}
.statlink {
	color: #222;
}
.statlink a {
    color : #222;
    text-decoration: none;
}

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

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

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

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

.catlink {
    color : #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    display: block;
    margin-bottom: 2px;
text-shadow: 1px 1px 1px #000;
}

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

.catlink a:hover {
    color : #fff;
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: #222;
}


.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: #555;
    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: underline;
    cursor: pointer;
    display: none;
    color: #FF0000;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}

#GB_window {
    background-color: #FFFFFF;
    border: 5px solid #AAAAAA;
}

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

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


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

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

}
/*.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:lowercase;
	letter-spacing: -2px;
	text-shadow: 0px 2px 2px #ddd;
color: #222;
}
.logo a:hover {#222
text-decoration: none;
text-shadow: 0px 1px 1px #222;
}

.logo a:active {
text-decoration: none;
color:#CC00CC;
text-shadow: 0px 1px 1px #222;
}
.topmenu a:active {
text-decoration: none;
color:#fae2a8;
text-shadow: 0px 1px 5px #666;
}

.logosubtitle {
	padding: 0px 20px 0px 20px;

	font-size: 16px;
	font-family: Georgia;
	font-style:italic;
	text-shadow: 0px 2px 1px #ddd;

}


.logoimg {
	background-image: url('images/logo.png') 100px 100px no-repeat;
	width:100px;
	height: 100px;
	margin-top: 20px;
	margin-left: 35px;
	border:none;

}
.logoimg img{
	border: none;
}

/*---- HEADER ----*/
.header {
height: 107px;
}


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

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

.topmenu a:hover {
    color: #999999;
    text-decoration: none;
	text-shadow: 0px 0px 8px #fff;
}


/*---- NAVIGATION ----*/
.navmenu {
    color : #666;
    font-weight: bold;
  
    background: #fff;

}

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

.navmenu a {
    color : #222;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    line-height: 25px;
    height : 25px;
}

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

.maincontent {
padding: 0px 20px 40px 20px;
}

.maintable {


}
#content {

}
#wrapperer{
	background-color: #fff;
}
/*---- SEARCH ----*/
.headerer{
	width:100%;
	background-color: #222;
	height: 30px;
	
	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 3px 9px #171717; /* webkit browser*/ -moz-box-shadow: inset 0px 3px 9px #171717;	/* firefox */ box-shadow: inset 0px 3px 9px #171717;
	border-bottom: 1px solid #666;
}
.searchbox {
margin-top: 3px;
	float:right;
	margin-right: 0px;
	width:300px;
background-color: #222;
}

.searchbox input.textinput {
font-family: Georgia;
font-size:16px;
font-style:italic;
background-color: #eee;
padding-bottom:5px;
border:none;
height: 13px;
border: 1px solid #fff;

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

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


.tableb {
    background: #FFFFFF;
	padding: 0px 20px 0px 20px;
}

.tableb_alternate {
background-color: #eee;


}
.tableb.tableb_alternate {

}


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

.pic_caption {
    color: #222;
    font-size: 100%;
    font-family: Helvetica,Arial, sans-serif;
    font-weight:normal;
    text-align : left;
	padding: 20px;
    margin-top:20px;
    margin-bottom:0px;
    line-height:1.2em;
	background-color:#eee;

}

.pic_title {
    color: #444;
    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:#eee;
	padding:3px;
}
#picinfo {
	margin-bottom: 30px;
}


/*----FOOTER----*/
.footer {
	background-color:#222; 
	height: 80px;
	color:#444;
	border-top:1px solid #fff;

	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 3px 9px #171717; /* webkit browser*/ -moz-box-shadow: inset 0px 3px 9px #171717;	/* firefox */ box-shadow: inset 0px 3px 9px #171717;
border-top: 1px solid #666;
}

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

.footer a:hover {
    color : #999999;
    text-decoration: none;
	text-shadow: 0px 0px 15px #666;
}

.backtotop {
	float:right;
	margin-right: 10px;
	padding: 20px 10px 0px 20px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
.backtotop a:hover {
	text-shadow: 0px 0px 15px #666;
}
.credits{
	padding: 18px 0px 0px 10px;
	line-height: 18px;
	margin-left: 200px;
	font-size: 9px;
	text-shadow: 1px 1px 2px #111;
}
.credits a{
color: #666;
}


.listbox_lang {
    color: #fff;
    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{
	float: right;
}
#sortorder_cell img {
	display: inline !important;
}