/*
//------------------------------------------------------------------------------
// File:			style.css
// Description:		Main style sheet definitions
// Add info:		
// Version:			ver 0.0.2
// Copyright:		Fluo Ltd - All rights reserved
//
// Version history:
// 0.0.1    23.01.2006,	Pirkka Lehto, Fluo Ltd -File created
// 0.0.2    17.04.2008,	Pirkka Lehto, Fluo Ltd -Updated to suit the new site17.4.2008
//------------------------------------------------------------------------------
*/

/* Main pagestructure definitions: */

body { 
	background-color: #FFFFFF;
	color: black;
	font-family: Calibri, Verdana, Arial, sans-serif; 
	font-size: 11pt;
	margin: 0px; 
	padding:0px; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center; /* for IE */
}

a img {
	border: 0 none;
}

img {
	border: 0 none;
}

.background0 {
	background-image: url('images/bg/fluo_bg0.jpg');
}

.background1 {
	background-image: url('images/bg/fluo_bg1.jpg');
}

.background2 {
	background-image: url('images/bg/fluo_bg2.jpg');
}

.background3 {
	background-image: url('images/bg/fluo_bg3.jpg');
}

.background4 {
	background-image: url('images/bg/fluo_bg4.jpg');
}

.background5 {
	background-image: url('images/bg/fluo_bg5.jpg');
}
a.navigation {
  font-size: 8pt;
  margin: 2px 5px 2px 5px;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  color: black;
  text-transform: uppercase; 
}

a.navigation_selected {
  font-size: 8pt;
  margin: 2px 5px 2px 5px;
  padding: 2px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  color: black;	
   text-transform: uppercase; 
}

a.navigation_sub {
  font-size: 10pt;
  color: black;
  text-transform: uppercase; 
}

a.navigation_sub_selected {
  font-size: 10pt;
  color: #347abf;	
  font-weight: bold;
  text-transform: uppercase; 
  text-decoration: underline;
}

/* BODY STRUCTURE: */

div.static {
	float:left;
	position: fixed;
}

span.gray {
	color: #626262;
}

span.white {
	color: white;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.size14 {
	font-size: 14pt;
}

span.size8 {
	font-size: 8pt;
}

span.margin20 {
	padding-bottom: 40px;
}

span.size16 {
	font-size: 16pt;
}

span.size20 {
	font-size: 22pt;
}

span.size30 {
	font-size: 32pt;
}

span.sizeHuge {
	font-size: 52pt;
}


span.header {
	font-size: 10pt;
	font-weight: normal;
}

span.header2 {
	font-size: 11pt;
	font-weight: normal;
	color: Goldenrod;
}

span.imageScroll {
	font-size: 10pt;
	font-weight: bold;
}

span.footer {
	color: black;
}

.color1 {
	color: #8d99e2;
}

.bgcolor1 {
	background-color: Gold;
}

.color2 {
	color: #6d7aca;
}

.bgcolor2 {
	background-color: Green; 
}

.color3 {
	color: #5ab8f4;
}

.bgcolor3 {
	background-color: CornflowerBlue;
}

hr.contentDivider {
	border: 0;
	height: 1px;
}

div.headerStyler {
	float:left;
	width:100%;
	height:55px;
	text-align: center;
	background-color: white;
}

div.subHeaderStyler {
	width:90%;
	text-align: right;
	letter-spacing: 2px;
	line-height: 30px; /* Vertical align fix */
}

div.padder{
	padding-top:10px;
	padding-left:30px;
}

div.footerStyler {
	float:left;
	width:100%;
	height:30px;
	background-repeat: no-repeat;
	background-image: url('images/footer_bg.png');
}

div.contentHolder {
	float:left;	
	width:100%;
	color: black;
	margin:auto;
}

div.subContentHolder {
	background-color: white;
	float:left;	
	width:100%;
	height: 520px;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	background-image: url(images/bg/bg_variante_1.png);
}

div.content {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding-top: 20px;
	margin-top: 20px;
	width: 810px;
	height: 460px;
	background: white;
	background-image: url(images/pagestructure/div_top_slide.png);
	background-repeat: no-repeat;	
}

div.content_left_full {
	float:left;
	padding: 10px;
}

div.content_left {
	float:left;
	padding: 10px;
	width: 560px;
}

div.content_left_first {
	float:left;
	padding: 20px;
	width: 560px;
}

content_right_first {
	float:left;
	width:220px;
	/*padding-right: 10 px;*/
	text-align: right;
}


div.images_content {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 800px;
	height: 400px;
	padding-top: 20px;
}


div.videos_content {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 650px;
	height: 400px;
	padding-top: 20px;
}

div.videos {
	text-align: left;
	float:left;
	width: 550px;
	border-right: solid 20px yellow;
	/* margin-right: 20px; */
}

div.content_right_videos {
	float:left;
	text-align: right;
}

div.video_spacer {
	height: 60px;
}

div.content_right {
	float:left;
	width:220px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
}

div.alignRight {
	text-align: right;	
}

div.content_left_screen {
	float:left;
	padding-bottom: 10px;
	height: 365px;
	width: 100%;
}

div.content_info {
	float:left;
	width:150px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

div.navi_left {
	float:left;
	border-right: solid 1px white;
}

div.white {
	color: black;
	
}

div.black {
	color: black;
	background-color: black;
}

div.navi_left_selected {
	float:left;
	width:180px;
	background-color: white;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

div.navi_left_padder {
	float:left;
	width:100px;
}

div.navi_sub{
	padding-bottom:10px;
	text-align: left;
}

div.navi_sub_selected {
	background-color: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
	text-align: left;
}

div.bottomBanner {
	float:left;
	color: width;
	font-size: 10pt;
	background-color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	height: 24px;
	line-height: 24px; /* Vertical align fix */
	width: 100%;	
}

div.bottomBannerIMG {
	background-image: url(images/footer_bg.gif);
}

div.bottomBannerIMG1 {
	background-image: url(images/footer_bg1.gif);
}

div.bottomBannerIMG2 {
	background-image: url(images/footer_bg2.gif);
}

div.bottomBannerIMG3 {
	background-image: url(images/footer_bg3.gif);
}

div.bottomBannerIMG4 {
	background-image: url(images/footer_bg4.gif);
}


div.navigationBanner {
	float:left;
	background-color: #eaeaea;
	text-align: center;
	letter-spacing: 2px;
	height: 24px;
	line-height: 23px; /* Vertical align fix */
	width: 100%;
}

div.subNavigation {
	float:left;
	width: 120px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

/* ERRORS AND MESSAGES */

div.error {
	color:red;
	border: 1px solid #FF0000;
	width: 80%;
}

div.errormessage {
	position:absolute; 
	background: white;
	top: 200px;
	left:300px;
	color: black;
	border: 2px solid #FF0000;
	height: 100px;
	width: 300px;
}

td.errormessage {
	text-align: center;
	width: 300px;
	height: 24px;
	background-image:url('images/pagestructure/header_error_banner2_bg.gif'); /* Color of the full width banner (orig. red image)*/
	color: white;
	font-size: 8pt;
	text-decoration: blink;
}

div.message {
	position:absolute; 
	background: white;
	top: 200px;
	left:300px;
	color: black;
	border: 2px solid #006600;
	height: 100px;
	width: 300px;
}

td.message {
	text-align: center;
	width: 300px;
	height: 24px;
	background-image:url('images/pagestructure/header_banner4_bg.gif'); /* Green banner*/
	color: white;
	font-size: 8pt;
}

div.confirm {
	position:absolute; 
	background: white;
	top: 200px;
	left:300px;
	color: black;
	border: 2px solid #006600;
	height: 100px;
	width: 300px;
}

td.confirm {
	text-align: center;
	width: 300px;
	height: 24px;
	background-image:url('images/pagestructure/header_banner4_bg.gif'); /* Green banner*/
	color: white;
	font-size: 8pt;
	text-decoration: blink;
}

/* BUTTONS */

div.button {	
	border: 1px solid black;
}

a.button:link, a.button:visited
{
  margin: 2px 5px 2px 5px;
  padding: 6px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  text-align: center;
  text-decoration: none;
  font: normal 14px;
  color: white;
  background-color: #6d7aca;
}

a.button:hover
{
  background-color: white;
  color: black;
}

a.button:active
{
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid black;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid black;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
}

table.button {	
	margin: 0px; 
	padding:0px;
	border-collapse: collapse;
	border:0px;
}

td.button {	
	margin: 0px; 
	padding:0px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 8pt;
	text-decoration:none;
	border:0px;
}

/* FORMS: */

input {
	color: black;
	background: white;
	border: 1px solid #6d7aca;
}

textarea {
	color: black;
	background: white;
	border: 1px solid #6d7aca;
	scrollbar-base-color: #6d7aca;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
