﻿@charset "utf-8";
/* CSS Document ongoing work*/
body {
margin: 0px;
padding: 0px;
font-family: Tahoma, Arial, verdana, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background: #ffffff;/* white */
text-align: left;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}

A:visited {
	color: #0000FF;
	text-decoration: none;
}

A:active {
	color: #0000FF;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:200px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #414141; background:#414141; color:#ffffff;}

h1 {
	font-size: large;
	font-weight: bold;
	color: #76A5E8;
}

h2 {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	color: #76A5E8;
}

h3 {
font-family: arial, verdana;
font-size:12pt;
font-weight: bold;
color: #ff0000;
text-decoration:underline;
}

.medboldalt				{font-family: Tahoma, Arial, verdana, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: Black; }
.smallboldfooter		{font-family: Tahoma, Arial, verdana, Helvetica, sans-serif; font-size: 10px; color: Gray; }
td.shortformatproduct	{border: solid 1px; text-align: center; border-color: #A0CAE5; padding: 5px; background-color: #ffffff; }

img{border: 0px;}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}


p {
font-family: Tahoma, arial, verdana;
font-size:11pt;
color: #333333;
}

.style1 {
	text-align: center;
	background-color: #76A5E8;
}

.style2 {
	border-style: solid;
	border-width: 1px;
}

.style4 {
	background-color: #76A5E8;
}

.style5 {
	font-size: large;
	font-weight: bold;
	color: #76A5E8;
}

.style6 {
	text-align: center;
background-image: url('images/gradient.png');
background-repeat: repeat-x;
}

.style7 {
	text-align: right;
background-image: url('images/gradient.png');
background-repeat: repeat-x;
}

.style8 {
	text-align: right;
}

.style9 {
	text-align: left;
	font-size: large;
	font-weight: bold;
	color: #76A5E8;
}

.style10 {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	text-align: center;
}

.style11 {
	vertical-align: bottom;
}

.style12 {
	text-align: center;
}

.style13 {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.style14 {
	background-color: #ffffff;
	font-weight: bold;
	color: #76A5E8;
	border: 2px dashed #ff0000;
	text-align: center;
}

.style15 {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.style16 {
	vertical-align: middle;
}

.style17 {
	vertical-align: top;
}

.style18 {
	background-image: url('images/film.gif');
}

.style19 {
font-family: arial, verdana;
font-size:12pt;
color: #0000ff;
border-style: solid;
}

.style20 {
	background-image: url('images/bl.gif');
}

.style21 {
background-image: url('images/bl.gif');
background-repeat: repeat-x;
}

.style22 {
border: 1px solid #000000
}

.style23 {
	list-style-image: url('images/ball.gif');
}

.style24 {
	background-color: #ee3224;
}

.style25 {
	margin-left: 10px;
	margin-right: 10px;
	margin: 10px;
}

.style26 {
	border: 5px solid #0000FF;
	font-family: arial, verdana;
	font-size: 12pt;
	color: #0000ff;
}

.style27 {
	border: 3px solid #ffffff;
	padding:6px;
	background-color: #dddddd;
}

.style28{
background-color: #eeeeee;
}

.style29 {
	background-color: #FFFFFF;
}

.style30 {
	border: 1px solid #000000;
	text-align: center;
}

.style31 {
	font-size: xx-large;
}

.style32 {
	border: 3px solid #ffffff;
	padding:6px;
	background-color: #bdf7f7;
}

/* begining of dropdown menu */
.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;/* blue #75A5E8 */
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items  style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state) blue #75A5E8 */
color: white;
padding: 5px 7px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 250px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
/* end of dropdown menu */


.base {
list-style-type: disc;
list-style-position: inside;
border: 1px solid;
border-color:#efefef;
background-color:#76A5E8;
width: 100px;
margin-left: 1;
padding-left: 2em;
text-indent:-20px;
}

.table
{ 
margin-left: auto;
margin-right: auto;
}

.imgcentre {   display: block;   margin-left: auto;   margin-right: auto; }

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

input
{
color: #0000ff;
}


.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Tahoma, Helvetica, sans-serif;
}

.blank
{
width: 250px;
font-weight: bold;
}


#menu a
{
display: block;
padding: 2px;
text-align: left;
font-size: 10px;
margin-left: 4px;
width: 124px;
background-color:#76A5E8;
border-bottom: 1px solid #29425A;
}

#menu a:link, #menuitems a:visited
{
color: #29425A;
text-decoration: none;
font-weight:bold;
}

#menu a:hover
{
background-color: #e6e6e6;
color: #29425A;
font-weight:bold;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

.gradefill {
background-image: url('images/topbg.gif');
background-repeat: repeat-x;
}

#dropcontentsubject {
width: 180px;
font-weight: bold;
}

.dropcontent {
width: 400px;
height: 150px;
border: 1px solid black;
background-color: #ffcccc;
padding: 5px;
display:block;
}


.tablehead { font-family: arial, verdana;
font-size:10pt;
padding: 4px;
font-weight: bold;
text-align: center;
vertical-align: bottom;
border: 0px;
color: #ffffff;
background-color: #295e7d;
}

.tablebody { font-family: arial, verdana;
font-size:10pt;
padding: 4px;
color: #006699;
background-color: #bdf7f7;
}

.query { font-family: arial, verdana;
font-size: 8pt;
color: #295e7d;
}
address { font-family: arial, verdana;
text-align: center;
font-size:8pt;
font-style:normal;
color: #666666;
}


A.menulink {
padding: 5px;
margin: 1px 0;
display: block;
width: 180px;
text-align: left;
text-decoration: none;
font-family: arial, verdana;
font-size:12px;
color: #0000ff;
BORDER: none;
border: solid 1px #FFFFFF;
background-color:#76A5E8
}


A.menulink:hover {
border: solid 1px #000000;
background-color:#ccffff;
color: #000000
}
-->


v\:* {
      behavior:url(#default#VML);
    }

.ValidateMessage {color: red;}

/* forms only */

.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 170px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
/*width: 250px;*/
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
/*height: 150px;*/
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}
