/* --------------- COMMON ------------------------------------------------- */

html {
 	min-height: 101%;
  	scrollbar-base-color:rgb(0, 0, 0);
  	scrollbar-3d-light-color:rgb(90, 120, 220);
  	scrollbar-arrow-color:rgb(90, 120, 220);
  	scrollbar-darkshadow-color:#000000;
  	scrollbar-face-color:rgb(0, 0, 0);
  	scrollbar-highlight-color:rgb(90, 120, 220);
  	scrollbar-shadow-color:#000000;
  	scrollbar-track-color:rgb(52, 52, 52);
}

body{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
	background: rgb(0, 0, 0);
}

font {
	margin-left: 4px;
	margin-right: 4px;
	display: block;
	color: rgb(201, 201, 201);
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 1px;
}

a, a:link,a:visited,a:active {
	color: rgb(90, 120, 220);
	letter-spacing: 1px;
	text-decoration: none;
//	border-bottom: 1px dotted;
}

a:hover {
	color: rgb(70, 100, 200);
	letter-spacing: px;
//	text-decoration: underline;
	border-bottom: 1px dotted; 
}

/* --------------- inputs -------------------------------------------------- */

/*
input
{
	background-color: #aaa;
	color: rgb(90, 120, 220);
#	border: 1px solid rgb(90, 120, 220);
	font-weight: bold;
	padding: 1px;
}

input:hover {
	color: rgb(70, 100, 200);
}
*/


/* --------------- codebox -------------------------------------------------- */

.codebox{
	color: rgb(201, 201, 201);
	background: rgb(100, 100, 100);
	padding: 0.5em 0.5em 0.5em 0.5em;
	font: 12px Courier, Veranda, Tahoma, Helvetica, sans-serif;
}
/* --------------- menus --------------------------------------------------- */

a.unselectedmenu, a.unselectedmenu:link, a.unselectedmenu:visited, a.unselectedmenu:active {
	border: rgb(0, 0, 0) 1px solid;
	background-color: #333;
	color: rgb(90, 120, 220);
	font: 14px Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-left: 0.1em; 
}

a.selectedmenu, a.selectedmenu:link, a.selectedmenu:visited, a.selectedmenu:active {
	border: rgb(0, 0, 0) 1px solid;
	color: rgb(90, 120, 220);
	font: 14px Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold; 
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-left:0.1em;
	background-color: rgb(0,0,0);
	text-decoration: none;
}

a.unselectedmenu:hover {
	color: rgb(90, 120, 220);
	background-color: rgb(0, 0, 0);
	font-weight: bold; 
	text-decoration: none;
	border-bottom: rgb(70, 100, 200) 1px solid;
}

a.selectedmenu:hover {
	font: 14px Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold; 
	color: rgb(90, 120, 220);
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-left:0.1em;
	background-color: rgb(0, 0, 0);
	text-decoration: none;
	border-bottom: rgb(70, 100, 200) 1px solid;
}

/* --------------- navigation -------------------------------------------- */

a.navbutton, a.navbutton:link, a.navbutton:visited, a.navbutton:active {
	width: 27px;
	height: 18px;
	border: rgb(0, 0, 0) 1px solid;
	background-color: rgb(52, 52, 52);
}
img.navbutton {
	width: 27px;
	height: 18px;
	border: rgb(0, 0, 0) 1px solid;
	padding-top: 0px;
}

a.navbutton:hover {
	border-top: rgb(0, 0, 0) 1px solid;
	border-left: rgb(0, 0, 0) 1px solid;
	border-right: rgb(0, 0, 0) 1px solid;
	border-bottom: rgb(70, 100, 200) 1px solid;
}

/* --------------- titlebar ----------------------------------------------- */

.titlebar:first-letter {
	color: rgb(200, 200, 200);
	font: 20px Verdana, arial, sans-serif;
//	padding-right:12px;

}

.titlebar {
	border-bottom: rgb(80, 80, 80) 1px solid;
	border-left: rgb(80, 80, 80) 1px solid;
	border-right: rgb(80, 80, 80) 1px solid;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-bottom: 4px;
	display: block;
	width: 800px;
	background: rgb(25, 25, 25);
	color: rgb(200, 200, 200);
	font: 20px Verdana, arial, sans-serif;
	letter-spacing: 4px;
	text-align: Right;
	position: relative;
}

/* --------------- mainmenu ----------------------------------------------- */

table.mainmenu{
	border-top: rgb(80, 80, 80) 1px solid;
	border-left: rgb(80, 80, 80) 1px solid;
	border-right: rgb(80, 80, 80) 1px solid;
	background: rgb(25, 25, 25); position: center; 
	height: 33px;
	padding: 0px;
	width: 802px;
}

tr.mainmenu{
	padding: 4px;
}

td.mainmenu{
	padding: 4px;
}

/* --------------- texttable ----------------------------------------------- */

h1.texttable{
	margin-top: 5px;
	color: rgb(255, 255, 255);
	font: 17px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 1px;
//	text-decoration: bold;
}
h1.texttable:first-letter {
//	color: rgb(255, 255, 255);
	font: 17px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 1px;
//	text-decoration: bold;
}
h2.texttable{
	color: rgb(201, 201, 201);
	font: 18px Verdana, Tahoma, Helvetica, sans-serif;
//	text-decoration: bold;
}
h2.texttable:first-letter {
	color: rgb(255, 255, 255);
	font: 18px Verdana, Tahoma, Helvetica, sans-serif;
//	text-decoration: bold;
}

.texttable{
	color: rgb(201, 201, 201);
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

ul.texttable{
	list-style-type:disc;  color:red; font-weight:bold;
}

li.texttable{ margin-left:		-24px ; 
	  line-height:		120%;
	  padding:		0px 0px 5px 0px;}


/*
.texttable:first-letter {
	color: rgb(255, 255, 255);
	font: 20px Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}
*/

table.texttable{ 
	border: rgb(80, 80, 80) 1px solid;
	border-spacing:10px;
	background: rgb(52, 52, 52); 
  width: 800px; height: 724px;
	overflow: hidden;
	table-layout:fixed;
//	text-align: Center;
	-moz-border-radius-bottomright: 10px; 
 	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px; 
 	-moz-border-radius-topright: 10px;
}

tr.texttable{
	height: 150px;
	border: rgb(200, 200, 200) 0px solid;
	padding: 1px;
}

td.texttable, th.texttable{
//	height: 544px;
	border: rgb(200, 200, 200) 0px solid;
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}

/* --------------- texttableerror ------------------------------------------- */

h1.texttableerror{
	color: rgb(255, 0, 0);
	font: 18px Verdana, Tahoma, Helvetica, sans-serif;
//	text-decoration: bold;
}

/* --------------- texttableheaderbox ----------------------------------------- */

table.texttableheaderbox {
	border: rgb(0, 0, 0) 0px solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	overflow: hidden;
}

tr.texttableheaderbox {
	border: rgb(0, 0, 0) 0px solid;
}

td.texttableheaderbox {
	border: rgb(0, 0, 0) 0px solid;
	text-align: Left;
	vertical-align: bottom;
}

/* --------------- texttableimgbox ----------------------------------------- */

td.texttableimgbox {
	height: 390px;
	border: rgb(0, 0, 0) 1px solid;
	background: rgb(0, 0, 0); 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 0px;
	align: center;
	-moz-border-radius-bottomright: 10px; 
 	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px; 
 	-moz-border-radius-toprigth: 10px;
}

img.texttableimgbox{
	border: rgb(0, 0, 0) 0px solid;
}
/* --------------- texttablebannerbox ----------------------------------------- */

table.texttablebannerbox {
	height: 390px;
        margin-right: 10px;
	border: rgb(0, 0, 0) 0px solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}

tr.texttablebannerbox {
	border: rgb(0, 0, 0) 0px solid;
}

td.texttablebannerbox {
	border: rgb(0, 0, 0) 0px solid;
}

/* --------------- texttablewarning ---------------------------------------- */

h1.texttablewarning{
	color: rgb(255, 0, 0);
	font: 14px Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 0.5em; 
}
	
.texttablewarning:first-letter {
	color: rgb(255, 0, 0);
	font: 20px Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}

/* --------------- smalltext ---------------------------------------------- */

.smalltext {
	margin-left: 4px;
	margin-right: 4px;
	display: block;
	color: rgb(201, 201, 201);
	font: 10px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: px;
}

/* --------------- formtable ---------------------------------------------- */

table.formtable {
	border: rgb(200, 200, 200) 1px solid;
	border-spacing: 10px;
	width: 720px;
	background: #333; 
	overflow: hidden;
	text-align: Center;
	-moz-border-radius-bottomright: 10px; 
 	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px; 
 	-moz-border-radius-topright: 10px;
	cellspacing: 0;
	text-align: center; 
}
/* --------------- simpleformtable ----------------------------------------- */

table.formtable {
	border: rgb(200, 200, 200) 1px solid;
	border-spacing: 10px;
	width: 720px;
	background: #333; 
	overflow: hidden;
	text-align: Center;
	-moz-border-radius-bottomright: 10px; 
 	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px; 
 	-moz-border-radius-topright: 10px;
	cellspacing: 0;
	cellpadding: 4;
	text-align: center; 
}
/*	border="0" cellpadding="4" cellspacing="0" bgcolor="#efefef" style="border: #dedede 3px double;"> */

/* --------------- news ---------------------------------------------------- */

table.newsteaser, table.newsstory {
	width: 100%;
}

tr.newsteaserheadline, tr.newsstoryheadline {
}

td.newsteaserheadline, td.newsstoryheadline {
}

td.newsteaserheadlineadmin, td.newsstoryheadlineadmin {
}

tr.newsteasertext, tr.newstorytext {
}

td.newsteasertext, td.newsstorytext {
	text-align: left;
}

tr.newsstorybottomline {
}

td.newsstorybottomline {
	padding: 0px;
	text-align: right;
}

/* --------------- thumbnails ---------------------------------------------- */

table.thumbnails{ 
	border: rgb(100, 100, 100) 1px solid;
	border-spacing:10px;
	background: rgb(52, 52, 52); 
	width: 800px; height: 724px;
	overflow: hidden;
	text-align: Center;
 	-moz-border-radius-bottomright: 10px; 
 	-moz-border-radius-topleft: 10px;
 	-moz-border-radius-bottomleft: 10px; 
 	-moz-border-radius-topright: 10px;
}

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
	border: rgb(0, 0, 0) 1px solid;
	width: 175px;
	height: 200px;
	display: block;
	background: rgb(35, 35, 35);
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-opacity:0.65; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#232323",Direction=135,Strength=4) Alpha(Opacity=65);
}

a.thumbnail:hover {
	border-top: rgb(0, 0, 0) 1px solid;
	border-left: rgb(0, 0, 0) 1px solid;
	border-right: rgb(0, 0, 0) 1px solid;
	border-bottom: rgb(70, 100, 200) 1px solid;
	width: 175px;
	height: 200px;
	display: block;
	background: rgb(0, 0, 0);
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-opacity:1.00; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#232323",Direction=135,Strength=4) Alpha(Opacity=100);
}

tr.thumbnail { 
	height: 233px;
	overflow: hidden;
}

td.thumbnail { 
	padding-top: 10px;
	text-align: Center;
	overflow: hidden;
}

img.thumbnail {
	margin-top: 10px;
	border: rgb(0, 0, 0) 0px solid;
	background: rgb(45, 45, 45);
}

h1.thumbnail {
	color: rgb(201, 201, 201);
	verticalAlign:bottom;
	display: block;
	margin-top: -24px;
	font: 9px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-align: Center;
	position: relative;
}

/* --------------- gallery image ------------------------------------------- */

tr.galleryimage { 
}

td.galleryimage { 
}

img.galleryimage {
	margin-top: 50px;
}

table.galleryimage{ 
	border: rgb(100, 100, 100) 1px solid;
	background: rgb(0, 0, 0); 
	position: center; 
	width: 800px; height: 724px;
	overflow: hidden;
	text-align: Center;
	-moz-border-radius-bottomright: 10px; 
 	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px; 
 	-moz-border-radius-topright: 10px;
}

h1.imagetitle {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 28px;
	display: block;
	color: rgb(91, 91, 101);
	font: 21px Verdana, arial, sans-serif;
	letter-spacing: 0px;
	text-align: Center;
	position: relative;
}

/* --------------- gbmessage  --------------------------------------------- */


.gbmessage{
	color: rgb(201, 201, 201);
	font: 14px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: px;
	text-decoration: none;
}


table.gbmessage {
	border: rgb(100, 100, 100) 1px solid;
	border-spacing: 10px;
	padding-bottom: 10px;
	width: 720px;
	background: #333; 
	overflow: hidden;
	text-align: left;
	-moz-border-radius-bottomright: 10px; 
 	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px; 
 	-moz-border-radius-topright: 10px;
}

td.gbmessage {
	background: #555; 
	overflow: hidden;
	text-align: left;
	-moz-border-radius-bottomright: 10px; 
 	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px; 
 	-moz-border-radius-topright: 10px;
}

tr.gbmessage {
	background: #555; 
	overflow: hidden;
	text-align: left;
}

/* --------------- copyrightbar ------------------------------------------- */

.copyrightbar {
	border-top: rgb(80, 80, 80) 1px solid;
	border-left: rgb(80, 80, 80) 1px solid;
	border-right: rgb(80, 80, 80) 1px solid;
	border-bottom: rgb(80, 80, 80) 1px solid;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 15px;
	padding-top: 8px;
	width: 800px;
	height: 50px;
	display: block;
	background: rgb(25, 25, 25);
	color: rgb(91, 91, 101);
	font: 10px Verdana, arial, sans-serif;
	letter-spacing: 1px;
	text-align: Center;
	position: relative;
}


