@import 'style_guestbook.css';
@import 'base_site.css';
@import 'comments.css';

body {
	font-family: Arial;
	font-size: 10pt;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #000000;
	/*background-image: url('images/bgbg.png');*/
}


p,td {
	font-size: 9pt;
	text-align: justify;
	line-height: 1.5em;
}


.container {
	text-align: center;
	/*background-image: url('../images/webdesign/top_bg.png');
	background-repeat: repeat-x;	*/
}

.main {
	margin-left: auto;
	margin-right: auto;
	width: 644px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

.main .border-right {
	background-position: 643px 192px;
	background-repeat: repeat-y;
	background-image: url('../images/webdesign/border_right.png');
}

.main .border-right-top {
	background-position: 643px 192px;
	background-repeat: no-repeat;
	background-image: url('../images/webdesign/border_right_top.png');
}

.main .border-left {
	background-position: 0px 192px;
	background-repeat: repeat-y;
	background-image: url('../images/webdesign/border_left.png');
}

.main .border-left-top {
	background-position: 0px 192px;
	background-repeat: no-repeat;
	background-image: url('../images/webdesign/border_left_top.png');
}

.main .padder {
	padding-top: 304px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 60px;
}

.top {
	height: 264px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.top .logo {
	margin-left: auto;
	margin-right: auto;	
	height: 192px;
	width: 644px;
	background-image: url('../images/webdesign/top_bg.png');
	background-repeat: no-repeat;
	padding: 0;
}

.top .extra {
	height: 51px;
}

.top .extra img {
	width: 642px;
	border-bottom: 1px solid black;
}

.menu {
	width: 642px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	
	padding: 0px;
	margin: 0px;
	
	margin-left: auto;
	margin-right: auto;
}

.menu ul {
	background-image: url('../images/webdesign/menu_bg.png');
	width: 642px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	line-height: 28px;
	
	padding: 0px;
	margin: 0px;
	display: block;
}

.menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
	line-height: 28px;
}

.menu li a {
	margin-left: 10px;
	margin-right: 10px;
	color: #fff6c8;
	font-size: 12px;
	text-decoration: none;
}


.menu li a:hover {
	color: #d1020e;
}

.copyrights {
	clear: both;
	color: gray;
	font-size: 7pt;
	margin-top: -2.5em;
}

.advertise {
	text-align: center;
}


a {
	color: #937500;
}

a:hover {
	color: #ba9a1f;
}

li {
	line-height: 1.5em;
}

table.programs td, table.programs th {
	padding: 7px;
}

table.programs td {
	text-align: left;	
	vertical-align: top;	
}


table.programs td.theme,
table.programs th.theme
{
	text-align: right;
}

table.programs th.time {
	padding-top: 0.5em;
	vertical-align: top;
}

table.programs td.place .number {
	font-weight: bold;
}

table.programs td.changes span {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

table.programs td.changes .canceled {
	background-color: #990000;
	color: white;
}

table.programs td.changes .new {
	background-color: #009900;
	color: white;
}

table.programs td.changes .change {
	background-color: #000099;
	color: white;
}

table tr.odd {
	background-color: #FDF1CE;
}

table {
	border-collapse: collapse;
}

table td, table th {
	padding: 5px;
}

table.bus {
	width: 550px;
	margin-bottom: 2.5em;
}

table.bus th {
	text-align: left;
	width: 35%;
}

table.bus td {
	width: 10.83333333333333333333%;
}

a img {
	padding: 5px;
}


.simplestore .odd {
	background-color: white;
}

.simplestore .even {
	background-color: white;
}

.gallery_image {
	float: left;
	width: 100px;
	padding: 10px;
	font-size: 8pt;
}

.gallery_image img {
	border: 1px solid gray;
}
