
* {
	font-family: Arial;
	font-size: 13px;
	color: #3f3f3f;
}


.altfont, .altfont * {
	font-family: "Times New Roman",Georgia,Serif;
}


body.suvimode1 {
	margin: 0;
	background-color: #dbdfe6;

	/* stacked background images (css3) */
	background-image: url("/img/container_bg.png"), url(/img/bodybg.png);
	background-position: center;
	background-repeat: repeat-y, repeat;
}


/* header */

.suvimode1 div.container {
	width: 1053px;
	margin: 0 auto;
	background-image: url("/img/container_bg.png");
}

div.top_banner {
	width: 1053px;
	height: 81px;
	background-image: url("/img/top_banner_bg.png");
	position: relative;
}

div.top_banner a.logo {
	position: absolute;
	top: 0;
	left: 13px;
}

div.top_banner a.logo img {
	border: none;
}
div.top_banner div.navi {
	position: absolute;
	bottom: 15px;
	right: 34px;
	color: #fff;
}
div.top_banner div.navi a {
	color: #fff;
	margin: 0 5px;
}
div.top_banner div.navi a.active, div.top_banner div.navi a.active:hover {
	color: #333;
}
div.top_banner div.navi a:hover {
	color: #dfd;
}

div.top_banner div.topnavi {
    top: 5px;
    color: #fff;
    position: absolute;
    right: 34px;
/*    display: none; */	/* only shown on main page */
}
div.top_banner div.topnavi a {
    color: #fff;
    margin: 0 5px;
}



/* ok */
div.sub_banner {
	width: 1053px;
	height: 24px;
	background-image: url("/img/sub_banner_bg.png");
	position: relative;
}

div.sub_banner div.navi {
	position: absolute;
	top: 3px;
	left: 21px;
}

/*
* div.sub_banner div.naviright {
*	position: absolute;
*	top: 3px;
*	right: 20px;
* }
*/

div.sub_banner, div.sub_banner * {
	color: #fff;
}

div.sub_banner + div.sub_banner {
	margin-top: 1px;
}

div.sub_banner a {
	margin: 0 4px;
	color: #fff;
}
div.sub_banner a:hover {
	color: #dfd;
}
div.sub_banner a.active, div.sub_banner a.active:hover {
	color: #333;
}



/* /header */





.suvimode1 div.left_column {
	margin: 8px 0 0 25px;
	width: 671px;
	padding: 0 0 25px 0;
	min-height: 700px;
}

.suvimode1 div.right_column {
	margin: 0 14px 0 0;
	width: 321px;
	float: right;
	padding: 9px 10px 0px 10px;
}


/* messagebox */

div.messagebox {
	position: absolute;
}



div.messagebox table {
	background-color: white;
}

/*
div.messagebox table input[type=text], div.messagebox table textarea, div.messagebox table select, div.messagebox table input[type=button], div.messagebox table input[type=password] {
	margin: 1px 0;
}
*/

div.messagebox td.messagebox_m_l td {
	padding: 3px;
/*	vertical-align: top; */
}

td.messagebox_t_l {
	background-image: url('/img/messagebox_t_l.gif');
	height: 35px;
	background-repeat: no-repeat;
	padding: 4px 0 0 19px;
	font-weight: bold;
	font-size: 15px;
/*	min-width: 336px; */
}
td.messagebox_t_r {
	background-image: url('/img/messagebox_t_r.gif');
	height: 35px;
	width: 24px;
	background-repeat: repeat-y;
}

td.messagebox_m_l {
	background-image: url('/img/messagebox_m_l.gif');
	padding: 20px 0 14px 19px;
}
td.messagebox_m_r {
	background-image: url('/img/messagebox_m_r.gif');
	background-repeat: repeat-y;
}

td.messagebox_b_l {
	background-image: url('/img/messagebox_b_l.gif');
	height: 28px;
}
td.messagebox_b_r {
	background-image: url('/img/messagebox_b_r.gif');
	height: 28px;
	background-repeat: repeat-y;
}

/* /messagebox */


table.letternavi {
	margin: 0 0 10px 0;
}
table.letternavi tr.letters td {
	padding: 0 8px;
	color: #a0a0a0;
	line-height: 100%;
}
table.letternavi tr.letters td, table.letternavi tr.letters td a {
	font-size: 20px;
	font-weight: bold;
}
table.letternavi tr.counts td {
	color: #a0a0a0;
	font-size: 12px;
	text-align: center;
}


div.wide {
	margin: 10px 0 0 25px;
	width: 1001px;
	padding-bottom: 25px;
	min-height: 700px;
}

a {
	text-decoration: none;
	color: #3e78c0;
}

a img {
	border: none;
}

.admintable {
	width: 100%;
	border: 1px solid #505080;
	border-collapse: collapse;
/*	min-width: 300px; */
}

.admintable textarea, .admintable input[type="text"], .admintable input[type="file"] {
	width: 250px;
	border: 1px solid #b0b0d0;
}

.admintable input.login, .admintable input.password {
	width: 150px;
}

.admintable td {
	padding: 3px;
}

.admintable tr.tabletitle {
	background-color: #A5C655;	/* #006ae2; */
	color: #ffffff;
}

.admintable tr.tabletitle a {
	color: #ffffff;
}

.admintable tr.tablesubtitle {
	background-color: #9f9fb9;
	color: #ffffff;
}

.admintable tr.tableheader {
	background-color: #e0e0e0;
}
.admintable tr.tableheader a.active {
	font-weight: bold;
}

.admintable tr.messages {
	background-color: #ffff96;
	color: #3f3f3f;
}

.admintable tr.tableheader td {
	border-bottom: 1px solid #A5C655;	/* 9B9BF8 */
	white-space: nowrap;
}


.admintable td.plus, .admintable td.minus {
	font-size:14px;
	font-weight:bold;
	padding:0 10px;
}
.admintable td.plus {
	color: #00a000;
}
.admintable td.minus {
	color: #a00000;
}

.admintable tr.odd {
}
.admintable tr.even {
	background-color: #f2f2f2;
}


tr.active {
	background-color: #f0ffff;
}

td.info {
	padding: 20px 10px;
}

tr.loading td, div.loading {
	color: red;
	padding: 10px;
}

table.article td, table.sign td {
	vertical-align: top;
}

table.sign table {
	border: 1px solid #505080;
	min-width: 400px;
}

div.classes_add_class td select, div.classes_edit_class td select, div.classes_add_class td input[type=text], div.classes_edit_class td input[type=text] {
	width: 200px;
}

.red {
	color:red;
}
.filedescr {
	color: #909090;
}



/* admin main page */
table.stats {
	width: 100%;
	border-collapse: collapse;
}
table.stats tr td {
	padding: 0;
	width: 33.3%;
}
table.stats h1 {
	font-size:16px;
	margin: 5px 0;
}

table.stattable {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 0 0;
}
table.stattable th {
	font-size:12px;
	float: left;
	margin: 0 0 1px 0;
}
table.stattable tr td {
	padding: 1px;
}
table.stattable tr.odd td {
	background-color: #f1f1f1;
}
table.stattable td:first-child {
	width: 80%;
}

table.stattable td:last-child {
	width: 20%;
}

div.missinginfo {
	margin-bottom: 20px;
}
div.missinginfo, div.missinginfo * {
	color: #e00;
}

a.printable {
	vertical-align: -2px;
	margin-right: 5px;
}
a.printable img {
	border: none;
}

span.pagecounter {
	font-weight: normal;
	margin-right: 6px;
/*	vertical-align: 2px; */
}


a.flowplayer, a.flowplayersmall {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background-color: #000;
}
a.flowplayer {
	width: 336px;
	height: 252px;
}
a.flowplayersmall {
	width: 279px;
	height: 209px;
	background-image: url(/img/clip_279_209.gif);
}

div.survey {
	width: 600px;
	height: 300px;
	background-color: #88b840;
	border: 8px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 38px;

	-webkit-box-shadow: 0px -1px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 9px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 9px 0px rgba(0,0,0,0.75);
}

.suvimode2 div.survey {
	width: 336px;
	padding: 2px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	border: none;
}
.suvimode2 div.survey a.x, .suvimode2 div.survey a.x img {
	width: 20px;
	padding: 0;
}

div.survey p, div.survey p a {
	color: #fff;
	font-size: 15px !important;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif !important;
	font-weight: bold;
}
div.survey p:first-child {
	margin-top: 0;
}
div.survey p a {
	text-decoration: underline;
}
div.survey a.x {
	position: absolute;
	top: 3px;
	right: 3px;
}
div.survey-modalbg {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
}

/* mobile */

.suvimode2 a.printable {
	display: none;
}

body.suvimode2 {
	margin: 0;
}
.suvimode2 div.top_banner {
	display: none;
}
.suvimode2 div.container {
	border-left: 10px solid #fff;	/* mmm */
	border-right: 10px solid #fff;	/* mmm */
}
.suvimode2 div.mobileheader {
	padding: 0;
	border-bottom: 1px solid #aaa;
	margin-bottom: 7px;

	background-image: url("/img/mobileheader.png");

	background-size: 321px 50px;
	background-position: center center;

	height: 50px;
}
.suvimode2 div.mobileheader.sv {
	background-image: url("/img/mobileheadersv.png");
}

.suvimode2 div.mobileheader a.home {
	float: right;
}
.suvimode2 div.mobileheader a.inactive {
	display: none;
}

.suvimode2 div.mobileheader a.back img {
	width: 30px;
	height: 30px;
	margin: 10px;
}
.suvimode2 div.mobileheader a.home img {
	width: 26px;
	height: 26px;
	margin: 12px 10px 0 0;
}


.nowrap {
	white-space: nowrap;
}
td.comment_text u {
	background-color: #ff0;
	text-decoration: none;
}
