* {
	font-size:12px;
	font-family:Tahoma,Arial,Verdana,Helvetica,Sans-serif;
	color:#dadada;
}
html, body {
	margin:0px;
	padding:0px;
	background-color:#000000;
}
h1 { font-size:18px; color:#ffffff; font-weight:bold;}
h2 { font-size:17px; color:#ffffff; font-weight:bold;}
h3 { font-size:16px; color:#ffffff; font-weight:bold;}
h4 { font-size:16px; color:#ff0000; font-weight:bold;}
strong, b {
	color:#dadada;
}
table {
	empty-cells:show;
}
img {
	border:0;
}
a img.thumb {
	border:2px solid #f4a460;
}
a:hover img.thumb {
	border:2px solid #ff0000;
}
input, textarea {
	vertical-align:middle;
	border:1px inset #000000;
	background-color:#f0f6ff;
	color:#000000;
}
input[type="radio"] {
	border:0px;
}
select {
	border:1px solid #000000;
}
select,option {
	height:20px;
	font-size:14px;
	color:#1c2e5c;
	background-color:#ffffff;
}
a:link,a:visited,a:active {
	text-decoration:none;
	color:#00dfdf;
}
a:hover	{
	color:#ffffff;
}
a.abc {
	color:#00dfdf;
	font-size:12px;
	font-weight:bold;
}
a.abc:hover {
	color:#ffffff;
	text-decoration:overline;
}
.menu {
	background-color:#0f1114;
}
.menu_active {
	background-color:#7d96f6;
}
.menu_active a {
	color:#ffffff;
}
.topmenu {
	font-size:12px;
	color:#f0f6ff;
	white-space:nowrap;
}
.topmenu a {
	font-size:12px;
	color:#7d96f6;
	white-space:nowrap;
}
.topmenu a:hover {
	color:#7df6ff;
	text-decoration:underline;
}
.button {
	border:1px solid #ffffff;
	color:#000000;
	background-color:#7d96f6;
	width:120px;
	height:25px;
}
.buttondisabled {
	border:1px solid #ffffff;
	color:#2a2a2a;
	background-color:#5a5a5a;
	width:120px;
	height:25px;
}
.button_small {
	border:1px solid #3366ff;
	color:#000000;
	background-color:#7d96f6;
	height:19px;
}
table.list {
	border:none;
	border-collapse:collapse;
}
table.list th {
	border:1px solid #5a5a5a;
	padding:2px;
	background-color:#d0d6df;
	color:#000000;
}
table.list th a {
	color:#0000ff;
}
table.list th.header1 {
	color:#ffffff;
	background-color:#2f4f4f;
	height:20px;
}
table.list th.header1 a {
	color:#ffffff;
}
table.list th.header1 a:hover {
	color:#7df6ff;
}
table.list td {
	border:1px solid #5a5a5a;
	padding:2px;
	color:#dadada;
}
table.noborder {
	border:none;
}
table.noborder td, table.noborder th {
	border:none;
}
table.pager {
	border:none;
	border-collapse:collapse;
}
table.pager th {
    background-color:#F0FFFF;
	border:1px dotted #8DB2E3;
	color:#1a376b;
	width:25px;
}
table.pager th.pagesel {
	background-color:#7fffd4;
}
table.pager a {
	color:#1a376b;
}
table.pager a:hover {
	color:#a52a2a;
}
table.topfilms a {
	color:#00dfdf;
}
table.topfilms a:hover {
	color:#ffffff;
}
table.tab {
	border:none;
	border-collapse:collapse;
}
table.tab th {
	border-right:1px solid #5a5a5a; 
	width:180px;
	height:25px;
	font-weight:normal;
	background-color:#2a2a2a;
	white-space:nowrap;
}
table.tab th a {
	text-decoration:none;
	color:#ffffff;
}
table.tab th#tabactive {
	border-left:1px solid #5a5a5a;
	border-right:1px solid #5a5a5a;
	background-color:#d0d6df;
}
table.tab th#tabactive a {
	color:#000000;
}
.popupdiv {
	z-index:102;
	position:absolute;
	visibility:hidden;
	display:none;
	width:800px; 
	height:600px;
	margin: -300px -400px;
	border:2px solid #dc143c;
	background-color:#ffffff;
	overflow:auto;
}
.popupdiv table.popuptbl {
	width:100%;
	height:100%;
}
.popupdiv table.popuptbl td {
	font-family:'Trebuchet MS';
	color:#a52a2a;
	font-size: 16px;
	font-weight:bold;
}

