* {
	margin: 0;
	padding: 0;
}

#container {
	margin: 50px auto;
	width: 100%;
	max-width: 1180px;
	display: block;
}

header {
	width: 100%; height: 460px;
	background-color: #fcfcfc;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	image-rendering: pixelated;
	margin: 0 auto; padding: 0;
	position: relative; z-index: 30;
}

#topbar {
	width: 100%;
	margin: 30px auto; padding: 0;
	color: #030303;
	font-family: 'Courier Prime', monospace;
	font-size: 12px; font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	display: block;
	position: relative; z-index: 30;
}

.st {
	margin: 0 auto; padding: 0;
	background-image: url("../images/site.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	image-rendering: pixelated;
	width: 100%; height: 50px;
	display: block;
}

#mbox {
	margin: 30px auto 0 auto; padding: 0;
	line-height: 100%;
	display: block;
	text-align: center;
	position: relative;
	z-index: 30;
}

#mbox::before, footer span::before {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0;
	margin: auto;
	background-color: #024a88;
	width: 100%; height: 2px;
	border-width: 2px 0;
	border-style: solid;
	border-color: #fcfcfc;
	box-shadow: 0 -1px 0 #e4e6e7, 0 1px 0 #e4e6e7;
	z-index: 20;
}

#mbox ul, footer ul {
	counter-reset: li;
	background-color: #fcfcfc;
	margin: 0 auto; padding: 0 1vw;
	display: inline-block;
	position: relative;
	z-index: 30;
}

#mbox li, footer ul li {
	counter-increment: li;
	background-color: transparent;
	text-align: center;
	margin: 0; padding: 0;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

#mbox li::after, footer ul li::after {
	content: '';
	margin: 0 1vw 2px 1vw;
	background-color: #030303;
	width: 4px; height: 4px;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	z-index: 30;
}

#mbox li:nth-child(even)::after, footer ul li:nth-child(even)::after { background-color: #96110f; }
#mbox li a, footer ul li a {
	padding: 0 5px;
	display: inline;
	color: inherit;
	position: relative;
	box-shadow: inset 0 0 0 #fcfcfc;
	z-index: 20;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#mbox li a:hover, footer ul li a:hover { box-shadow: inset 0 -8px 0 #e0aa00; text-decoration: none; }
#mbox li:last-child::after, footer ul li:last-child::after { display: none; }
#mbox i { font-size: 10px; }

.show-menu {
	background-color: #030303;
	color: #fcfcfc;
	font-family: 'Courier Prime', monospace;
	font-size: 12px; font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	border: none;
	box-sizing: border-box;
	display: none;
}

.show-menu i { margin: 0 15px 0 0; }

#mbox input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

#mbox input[type=checkbox]:checked ~ #navi{
    display: block;
}

#smenu {
	margin: 0 auto 50px auto; padding: 0;
	background-color: transparent;
	font-family: 'Courier Prime', monospace;
	font-size: 11px; font-weight: 400;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border: none;
	position: relative;
	letter-spacing: 0.01em;
}

#smenu span {
	margin: 0 auto; padding: 15px;
	border: 1px solid #e4e6e7;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

#smenu a {
	background-color: #fcfcfc;
	color: #424242;
	margin: 0; padding: 0;
	text-shadow: 1px 1px #ffffff;
	display: inline-block;
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#smenu a:hover {
	color: #96110f;
	text-decoration: underline;	
}

#smenu a::after {
	content: '';
	margin: 0 15px;
	background-color: #e0aa00;
	width: 6px; height: 6px;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	z-index: 30;
}

#smenu a:last-of-type::after { display: none; }

.admin_menu_wrapper {
	background-color: transparent;
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 0;
	text-align: center;
}

.admin_menu {
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 0.01em;
}

.admin_menu a {
	margin: 5px; padding: 0px;
	color: #828282;
	font-family: 'Courier Prime', monospace;
	font-size: 11px; font-weight: 400;
	display: inline-block;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

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

h1{
	color: inherit;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px; font-weight: 900;
    text-decoration: none;
    line-height : 120%;
    margin: 2px;
}

h2 {
	background-color: transparent;
	color: inherit;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px; font-weight: 900;
	padding: 0;
	text-transform: none;
	position: relative;
	z-index: 40;
}


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

p {
    line-height: 21px;
}

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

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

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

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

.textinput {
	background-color: #fcfcfc;
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px; font-weight: 400;
    border: 1px solid #e4e6e7;
	letter-spacing: 0;
	padding: 10px;
	box-sizing: border-box;
}

.textinput:focus { background-color: #fcfcfc; outline: none; box-shadow: none; border-color: #030303; }

.listbox {
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px; font-weight: 400;
    border: 1px solid #e4e6e7;
    vertical-align: middle;
	padding: 3px;
}

select {
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px; font-weight: 400;
    border: 1px solid #e4e6e7;
	padding: 3px;
}


.buttonlist ul { padding: 0; margin: 0; }
.buttonlist ul li { margin: 0 0 3px 0; float: none; display: inline-block; }

.button, .buttonlist ul li a {
    background-color: #030303;
    color: #fcfcfc;
	font-family: 'Courier Prime', monospace;
	font-size: 11px; font-weight: 400;
	margin: 10px 0; padding: 5px;
    text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	letter-spacing: 0.1em;
    display: inline-block;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.button:hover, .buttonlist ul li a:hover {
	background-color: #96110f;
	color: #fcfcfc;
	text-decoration: none;
}

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

input[type=radio], input[type=checkbox] { margin: 0 10px 0 0; }
.checkbox {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

#film { width: 71vw !important; }
#film table { margin: 0 auto; }
#film td { border: none; display: table-cell; }
#filmstrip { margin: 0 auto 5vh auto; }
.filmstrip_background { background-color: transparent; }
.prev_strip { text-align: left; }
.next_strip { text-align: right; }
.filmstrip_background td { padding: 0 1% !important; }
img.strip_image { padding: 0.25vw; }
#comments { margin: 5vh auto 0 auto; }

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.bblink a {
    color: #96110f;
    text-decoration: none;
}

.bblink a:hover {
    color: #347d3f;
    text-decoration: underline;
}

article {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.breadh1 {
	margin: auto; padding: 0;
	font-family: 'Courier Prime', monospace;
	font-size: 11px; font-weight: 400;
	text-align: center;
	display: table;
	letter-spacing: 0.01em;
	border-spacing: 0;
	border: none;
}

.breadstat {
	margin: 0 auto;	padding: 15px;
	color: #424242;
	display: inline-block;
	border: 1px solid #e4e6e7;
	position: relative; z-index: 20;
}

.breadstat a {
	margin: 0 5px;
	color: #030303; font-weight: 400;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.breadstat a:hover {
	color: #96110f;
	text-decoration: underline;
}

.etable {
	background-color: transparent;
    padding: 5px 0;
} 

.album_stat {
	line-height: 24px;
	padding: 0;
}

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

.thumb_title {
	display: block;
	margin: 0; padding: 0;
	text-transform: none;
	position: relative;
}

.thumb_title_title { color: #030303; letter-spacing: -0.01em; }

.thumb_title_title::after {
	content: '';
	background-color: transparent;
	margin: 10px auto;
	height: 1px;
	border-bottom: 1px solid #e4e6e7;
	position: relative;
	display: block;
}

.thumb_title_views, .thumb_caption, .thumb_resolution {
	color: #fcfcfc;
	margin: 0; padding: 4px;
	font-family: 'Courier Prime', monospace;
	font-size: 11px; font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-shadow: none;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.thumb_title_views { background-color: #a34b44; }
.thumb_resolution { background-color: #8ec586; }
.thumb_caption { margin: 5px 0 0 0; color: #030303; text-shadow: 1px 1px #ffffff;}
.thumb_caption a {
    text-decoration: underline;
    color: inherit;
}

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

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

.sortorder_cell {
    background: transparent ;
	font-size: 10px !important;
    margin: 0px; padding: 0 0 0 5vw;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

span.sortorder_options {
	color: #828282;
	font-family: 'Courier Prime', monospace;
	font-size: 11px; font-weight: 400;
    background: transparent;
    margin: 0px;
    white-space: nowrap;
}

.navmenu, .navmenu1 {
	background-color: transparent;
	color: #424242;
	font-family: 'Courier Prime', monospace;
	font-size: 11px; font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-shadow: none;
	padding: 10px 3px;
	border-style: none;	
}

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

.navmenu2 {
	background-color: #030303; color: #fcfcfc;
	font-family: 'Courier Prime', monospace;
	font-size: 11px; font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	padding: 10px;
	border-style: none;
}

.tableh1 a {
	background: transparent;
	margin: 0px;
	display: inline-block;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.tableh1 a:hover { text-decoration: none; }

.navmenu a {
	background: transparent;
	margin: 0px 3px; padding: 0px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.navmenu a:hover {
	color: #96110f;
	text-decoration: underline;
}

.admin_float {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1px;
    margin-bottom: 6px;
    max-height:1.5em;
    display: inline-block;
    position: relative;
    white-space:nowrap;
    /*width:100px;*/
}

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

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

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

.image {
    border: none;
    margin: 4px 8px;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image {
	background-color: transparent;
	margin: 2px; padding: 5px;	
	border: 1px solid #e4e6e7;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

a:focus .image, a:hover .image, a:active .image {
	border-color: #347d3f;
}

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

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

.display_media {
    background: transparent;
    padding: 10px;
}

.thumbnails {
	background-color: transparent;
	padding: 1.5vh 1vw;
	vertical-align: top;
	border: none;
	text-shadow: 1px 1px #ffffff;
}

.thumbnails table {
	border: none;
	border-collapse: collapse;
}

.thumbnails table td {
	padding: 0;
	border-width: 0;
	border-style: solid;
}

.stath1 {
	background-color: transparent;
	font-family: 'Courier Prime', monospace;
	font-size: 11px; font-weight: 400;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

span.statlink, span.statlink1, span.statlink2 {
	background-color: transparent;
	color: #424242;
	font-size: inherit; font-weight: inherit;
	line-height: 100%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-shadow: none;
	display: inline-block;
}

span.statlink { background-color: transparent; color: inherit; font-size: 90%; padding: 0; letter-spacing: 0; }
span.statlink2 strong, span.statlink2 b { color: #030303; font-weight: 900; }
.statmenu { padding: 0 5vw 0 0; display: flex; }
.statmenu a { margin: 0 2px; }

.alblink {
    background-color: #030303;
	color: #fcfcfc;
	padding: 10px;
	line-height: 100%;
	display: block;
	position: relative;
	z-index: 20;
}

.alblink a  {
	padding: 0;
	color: #fcfcfc;
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px; font-weight: 700;
	text-transform: none;
    text-decoration: none;
	text-shadow: none;
	letter-spacing: 0.01em;
	border: none;
	display: inline-block;
	position: relative; z-index: 30;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.alblink a:hover { color: #e6c045; text-decoration: none; }
.alblink a::before {
	content: '';
	margin: 0 15px 1px 0;
	background-color: #e0aa00;
	width: 6px; height: 6px;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	z-index: 30;
}

.catrow_noalb, .catrow {
	background-color: transparent;
    padding: 15px 0;
	margin-bottom: 2px;
	letter-spacing: -0.01em;
	border-bottom: 1px solid #e4e6e7;
}

.catlink {
    display: table;
	background-color: transparent;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
    margin-bottom: 10px;
	position: relative;
}

.catlink a {
	margin: 0 auto; padding: 0 5px;
	color: #030303;
	font-family: 'Courier Prime', monospace;
	font-size: 14px; font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.1em;
	box-shadow: inset 0 -6px 0 #e4e6e7;
	display: inline-block;
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.catlink a:hover {
	color: #030303;
	box-shadow: inset 0 -6px 0 #e0aa00;
    text-decoration: none;
}

.catrow img {
	margin-right: 10px !important;
	border: none !important;
	position: relative;
	z-index: 15;
}

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

}

span#album_listbox_wrapper::after { display: none; }
.listbox_lang {
    color: #000666;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;
}

.pic_title {
    color: #000666;
    font-size: 100%;
    font-weight:bold;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
}

.pic_caption {
    color: #000666;
    font-size: 100%;
    font-weight:normal;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
    background-image:none;
}

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

#cpgMessage {
	margin: 12px auto;
	text-align: center;
	max-width: 100%;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

/** 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: #8AA5B5;
    color: #FFF;
    font-weight: bold;
}

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

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 #DDF0DD;
    background-color: #EBFFEB;
}

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

.progressName {
    font-size: 8pt;
    font-weight: 900;
    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;
    color: #555;
}

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

#sort .tableb { border-color: #e4e6e7; }

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

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

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

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 2%;
	text-align: center;
    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');
}

.cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

#GB_window {
    background-color: #F2F5F7;
    border: 5px solid #CCD7E0;
}

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

button.detail_head_collapsed, button.detail_head_expanded, button.detail_collapse_all, button.detail_expand_all, button.detail_toggle_all {
	font-size: inherit;
    color: #fcfcfc;
	text-shadow: none;
}

.tableb .detail_head_collapsed, .detail_head_expanded, .detail_collapse_all, .detail_expand_all, .detail_toggle_all { color: #242424; }
.toolwrap { background-color: #f5f5f5; padding: 10px; }

footer {
	width: 100%; max-width: 100%;
	margin: 30px auto; padding: 0;
	text-align: left;
	display: block;
	position: relative; z-index: 30;
}

footer span {
	margin: 0 auto 25px auto;
	color: #030303;
	font-family: 'Courier Prime', monospace;
	font-size: 12px; font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 30;
}