html {height: 100%; margin: 0px; }

body {
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
	font-family: arial, verdana;
	font-size: 12px; 
	background-color:#cecece;
	line-height:18px;
}

.film_container	{ 
	padding:13px; 
	background-color:#ececec;
	float:right;
	width:685px;
	margin-bottom:20px;
}
	

div#main {
    width: 940px;
    margin: 0px auto;
    text-align: left;
    padding: 20px;
    border: 1px solid #ffffff;
    background-color: #FFFFFF;
}

div#logo {
    width: 425px;
    margin: 10px 0px 20px 10px;
    text-align: left;
	float:left;
}

div#payoff {
    width: 425px;
    margin: 35px 0px 0px 0px;
    text-align: right;
	float:right;
}

div#topmenu {
    width: 900px;
	margin-left:66px;
}

div#topmenu_post {
	font-size: 10px;
    width: 142px;
	height: 20px;
    margin-left: -1px;
	padding: 5px 5px 0px 0px;
    text-align: center;
/*	border: 1px solid #c3c3c3; */
	float:left;
	background-image:url(/images/site/flik_gray2.gif);
}

div#topmenu_post_current {
   	font-size: 10px;
	width: 142px;
	height: 20px;
    margin-left: -1px;
	padding-top: 1px;
	padding: 5px 5px 0px 0px;
    text-align: center;
	float:left;
	background-image:url(/images/site/flik_trans2.gif);
	border-bottom: 1px solid #FFFFFF;
}

div#content {
    width: 900px;
    margin-top: -1px;
    text-align: left;
	padding: 20px;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
}

div#left_container {
    width: 165px;
	min-height:350px;
    padding-right: 20px;
    text-align: left;
	float:left;
}

div#middle_container_start {
    width: 900px;
    margin: 0px auto;
    text-align: left;
	float:left;
}

div#middle_container_single {
    width: 715px;
    margin: 0px auto;
    text-align: left;
	float:left;
}

div#top_container {
    width: 915px;
    margin: 0px auto;
    text-align: left;
	float:left;
	margin-bottom:20px;
}

div#bottom_container {
    width: 715px;
    margin: 0px auto;
    text-align: left;
	float:left;
	margin-bottom:20px;
}

div#middle_container {
    width: 350px;
    padding-right: 15px;
    text-align: left;
	float:left;
}

div#right_container {
    width: 350px;
    text-align: left;
	float:left;
}

div#middle_container_ref {
    width: 500px;
    padding-right: 15px;
    text-align: left;
	float:left;
}

div#right_container_ref {
    width: 200px;
    text-align: left;
	float:left;
}

.splash_bottom_first 	{ margin:5px 5px 5px 0px; }
.splash_bottom 			{ margin:5px 5px 5px 3px; }
.splash_bottom_last 	{ margin:5px 0px 5px 5px; }

.newslist_date			{ margin-left:10px; }


/* iframe styles */

iframe.advanced { font-family: "arial", "helvetica"; font-size:10px; margin: 0px; padding: 0px; width: 352px; height: 250px; }

.login_popup { 
 position: absolute; 
 visibility: hidden;
 width: 200px;
 background-color: #ffffaa; 
 border: 1px solid black; 
 padding: 3px; 
 z-index: 10 
}

input.fancy, select.fancy, textarea.fancy  {
  font-family: arial, helvetica, sans-serif; 
  font-size: 10px; 
  border: #7f849e; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px
}

input.read_only  {
  background-color: transparent;
  border: #7f849e;
  border-style: solid;
	border-width: 0px 0px 0px 0px;
}

#framer {
text-align: justify;
width: 100%;
height: 100px;
}

.overflow {
overflow: auto;
width: 100%;
height: 90px;
} 

input.pagination {
  font-family: arial; 
  background-color: #ffffff;
  border-style: double;
  border-width: 1px;
  border-color: #7f849e;
}
input.selected_page {
  font-family: arial; 
  background-color: #e3e3e3;
  border-style: double;
  border-width: 1px;
  border-color: #7f849e;
}

h1 { font-family: arial; font-size: 14pt; font-weight: bold; margin: 0; margin-bottom: 0.5em;}
h2 { font-family: arial; font-size: 12pt; font-weight: bold; margin: 0;}
h3 { font-family: arial; font-size: 8pt; font-weight: bold; margin: 0;}

div.tag { 
	font-family: arial; 
	font-size: 8pt; 
	background-color: #ebebeb; 
	width:95%; 
	margin: 2px;
	text-align: center; 
}

option.tag { 
	font-family: arial; 
	font-size: 8pt; 
	background-color: lightgrey;
	margin: 2px;
	text-align: center; 
}


li { font-family: arial; }

.title { font-family: arial; font-weight: bold; line-height:25px; }

hr {
}

table.list { 
  	font-family:arial,Trebuchet MS,verdana, arial;
  	border-collapse: collapse;
  	border-spacing: 5px;
	border: 1px solid #ececec; 
	margin: 5px;
	
} 

tr.list_even { 
  font-family:arial,Trebuchet MS,verdana, arial; 
/*  border-bottom: 1px solid #ececec; */
} 

tr.list_odd { 
  font-family:arial,Trebuchet MS,verdana, arial; 
/*  border-bottom: 1px solid #ececec; */
} 


/*
table.list { 
  font-family: arial; 
  border-collapse: collapse;
  border-spacing: 0;
  border-style: double;
	border: solid #7f849e; 
	border-width: 0px 0px 2px 0px; 
} 

tr.list_head { 
  font-family: arial; 
  font-weight: bold; 
  color: white;
  background-color: #7f849e;
} 

tr.list_even { 
  font-family: arial; 
  background-color: #ebebeb;
} 

tr.list_odd { 
  font-family: arial; 
  background-color: #e3e3e3;
} 

tr.list_item { 
  font-family: arial; 
  background-color: #a4a462;
} 
*/


a:link { color: #53546e; text-decoration: none; outline: none; }
a:visited { color: #53546e; text-decoration: none; outline: none; }
a:active { color: #53546e; text-decoration: underline; outline: none; }
a:hover { color: #53546e; text-decoration: underline; outline: none; }


/* ------------------------------------ START division TOP MENY */

a.menu { 
  font-family: arial; 
  font-size: 8pt; 
  color: black;
  outline: none;
}
a.menu:hover { 
  font-family: arial; 
  font-size: 8pt; 
  color: blue; 
  text-decoration: none;
  outline: none;
}
a.menu:active { 
  font-family: arial; 
  font-size: 8pt; 
  color: blue; 
  text-decoration: none;
  outline: none;
}
a.menu:visited { 
  font-family: arial; 
  font-size: 8pt; 
  color: black; 
  text-decoration: none;
  outline: none;
}


a.current_menu {
  font-family: arial;
  font-size: 8pt;
  color: black;
  outline: none;
}
a.current_menu:hover {
  font-family: arial;
  font-size: 8pt;
  color: blue;
  text-decoration: none;
  outline: none;
}
a.current_menu:active {
  font-family: arial;
  font-size: 8pt;
  color: blue;
  text-decoration: none;
  outline: none;
}
a.current_menu:visited {
  font-family: arial;
  font-size: 8pt;
  color: black;
  text-decoration: none;
  outline: none;
}

/* ------------------------------------ END division TOP MENY */

td.division {
  height: 25px;
  text-align: center;
} 

td.current_division {
  height: 25px;
  text-align: center;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background-image: none;
	background-color: white;
	text-align: left;
}
