/**********************************
* TITLE: Gila Screen Stylesheet  *
* URI  : gila/gila-screen.css    *
* MODIF: 2003-Apr-30 19:09 +0800 *
**********************************/

body {
	color: black;
	background-color: rgb(243,242,235);
	font-family: Comic Sans MS, helvetica, arial, sans-serif;
	font-size: 73%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html > body {
	font-size: 9pt;
}

.doNotDisplay {
	display: none !important;
}

.picfl {
	float:left;
	padding-right: 5px;
	position: relative;
}

.picfr {
	float:right;
	padding-left: 5px;
	position: relative;
}

.picfc {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}


/* ##### Header ##### */

/* ##### CHANGE background-color to change header color, hex code is OK ##### */
/* ##### Hex Color Chart - http://www.hypersolutions.org/pages/rgbhex.html  ##### */

#header {
	color: inherit;
	background-color: #78b4b4;
}

.headerTitle {
	margin: 0;
	padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
	color: black;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;  /* For MSIE */
	font-weight: bold;
	font-style: italic;
}

.headerTitle > a {
	font-size: 110%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
	color: white;
	background-color: transparent;
	font-weight: normal;
}

.headerTemp {
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	right: .5ex;
	top: 0.18em;
}

[class~="headerTemp"] {
	top: 0.18em;  /* For fully standards-compliant user agents */
}

.subHeader {
	color: white;
	float: left;
	clear: left;
	position: relative;
	background-color: #008080;
	font-size: 109%;
	margin: 0;
	padding: 0.5ex 1ex;
}

.subHeaderRight {
	color: white;
	background-color: #008080;
	font-size: 109%;
	text-align: right;
	margin:  0;
	padding: 0.5ex 2ex;
}

.subHeader a {
	color: white;
	background-color: black;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 1ex;
}

.subHeader a:hover {
	color: black;
	background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
	width: 120px;
	float: left;
	clear: left;
  
}

#side-bar ul li a:hover {
  color: black;
  background: rgb(137,135,135) url('images/back1.gif') repeat-x left top;
  text-decoration: none
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

.leftSideBar .sideBarTitle {
	color: rgb(64,64,64);
	background-color: rgb(243,242,235);
	font-weight: bold;
	margin: 0;
	padding: 0.8ex 1ex;
}

.leftSideBar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 1em 0;
	padding: 0;
}

.leftSideBar li {
	margin: 1ex;
	padding: 0 0 0 0;
}
.leftSideBar img {
	margin: 1ex 0ex 1ex 0ex;
	padding: 0 0 0 0;
}

.leftSideBar a {
	color: rgb(64,64,64);
	background-color: transparent;
	text-decoration: none;
  display: block;
  padding: 0.2em 0.5ex 0.2em 5px;
}

.leftSideBar a:visited {
	color: rgb(112,128,144);
	background-color: transparent;
	text-decoration: none;
}

.leftSideBar a:hover {
	color: rgb(166,140,83);
	background-color: transparent;
	text-decoration: none;
}

.leftSideBar .sideBarText {
	color: black;
	background-color: transparent;
	line-height: 1.25em;
	margin: 1ex 0.25ex 1.5em 0.75ex;
	padding: 0;
	display: block;
}

.leftSideBar .sideBarText a {
	text-decoration: underline;
	font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
	text-decoration: underline;
	font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
	text-decoration: none;
}



.nolink	a{
	font-size: 110%;
	font-weight: bold;
	color: rgb(166,140,83);
	text-decoration: underline;
	font-variant: small-caps;
}

/* ##### Main Copy ##### */
#adbox1 {padding: 10px; float: right;}

#adbox2 {padding: 10px; float: left;}

#main-copy {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 0 120px;
	padding: .5ex 1em 1em 1em;
	border-left: 1px solid rgb(216,210,195);
}

#main-copy-dark {
	color: white;
	background-color: black;
	text-align: justify;
	line-height: 1.5em;
	margin: .1em 0 0 120px;
	padding: .5ex 1em 1em 1em;
	border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
	color: rgb(166,140,83);
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	font-style: italic;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid rgb(216,210,195);
}

#main-copy a {
	color: rgb(168,140,83);
	background-color: transparent;
	text-decoration: underline;
}
.table {
	border-collapse: collapse;
	border: 0px;
}
.t20 {
	width: 20%;
}
.t25 {
	width: 25%;
}
.t30 {
	width: 30%;
}

.t50 {
	width: 50%;
}
.t100 {
	width: 100%;
}
.h36 {
	height: 36px;
}
.h46 {
	height: 46px;
}
.h54 {
	height: 54px;
}
.table-top {
	color: black;
	background-color: rgb(230,223,207);
	text-align: left;
	font-weight: bold;
}

.column-dark {
	color: black;
	background-color: rgb(243,242,235);
}

.column-light {
	color: black;
	background-color: white;
}

.stable-top {
	color: black;
	background-color: rgb(230,223,207);
	text-align: center;
	font-weight: bold;
}

.scolumn-dark {
	color: black;
	text-align: center;
	background-color: rgb(243,242,235);
}

.scolumn-light {
	color: black;
	text-align: center;
	background-color: white;
}

#main-copy a:hover {
	text-decoration: none;
}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5ex 0;
}

dd {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
.webcam {
	padding: 5px;
	width: auto;
	height: 400px;
}

.abox {
	width: auto;
	height: auto;

}
/* #####----------- form -----------------##### */

#abox {
	line-height: 120%;
	font-size: 73%;  /* Enables font size scaling in MSIE */
	font-size: 9pt;
	width: auto;
	height: auto;
}

#box {
	width: 600px;
	height: 215px;
	background-color: #f3f2eb;	/* change this color to match your page  */
	border: 3px solid #D3D3D3;
}

.textbox {
	text-indent: 5px;
	width: 588px;
	height: 30px;
	float: left;
	background-color: transparent;
	padding: 5px;
	border: 1px outset #D3D3D3;
}

.box1 {
	width: 288px;
	height: 161px;
	float: left;
	background-color: transparent;
	padding: 5px;
	border: 1px outset #D3D3D3;
}

.box3 {
	width: 270px;
	height: 18px;
	text-align: center;
	font-weight: bold;
	background-color: transparent;
	padding:  0px 5px 5px 5px;
}

.box4 {
	width: 175px;
	height: 18px;

	font-weight: bold;
	background-color: transparent;

}

.cbox1 {
	width: 288px;
	height: 185px;
	float: left;
	background-color: transparent;
	padding: 5px;
	border: 1px outset #D3D3D3;
}

.cbox2 {
	width: 600px;
	height: 195px;

	background-color: #f3f2eb;	/* change this color to match your page  */
	border: 3px outset #D3D3D3;
}

.select-text {
	float: left;
	margin: 0px 5px 0px 5px;
}

.select-field {
	float: right;
	background-color: #99CCFF;
	margin: 0px 5px 5px 5px;
}

.line1 {
	color: red;
	background-color: red;
	padding: 1px 5px 0px 5px;
}

.line2 {
	color: blue;
	background-color: blue;
	padding: 1px 5px 0px 5px;
}

.line3 {
	color: green;
	background-color: green;
	padding: 1px 5px 0px 5px;
}

.line4 {
	visibility: hidden;
}

.button_l {
	float: right;
	margin: 0 0 0 5px;
}

.button_2 {
	float: left;
	margin: 5px;

}

.flag_se{
	font-size: 1px;
	width: 19px;
	height: 14px;
	background-image:url(../multigraph/se.png);
	float: right;
	margin-left: 10px;
	border: 1px outset;
	background-color:transparent; 
}
.flag_en{
	font-size: 1px;
	width: 19px;
	height: 14px;
	background-image:url(../multigraph/gb.png);
	float: right;
	margin-left: 10px;
	border: 1px outset;
	background-color:transparent; 
}
.flag_dk{
	font-size: 1px;
	width: 19px;
	height: 14px;
	background-image:url(../multigraph/dk.png);
	float: right;
	margin-left: 10px;
	border: 1px outset;
	background-color:transparent; 
}

.advisoryBox {
	color: black;
	font-size: 12px;
	text-align: center;
	background-color: #FFCC00;
	margin: 0 0 0 0;
	padding: .5em 0em .5em 0em;
	border: 1px dashed rgb(34,70,79);
}

.warningBox {
	color: white;
	font-size: 13px;
	text-align: center;
	background-color: #CC0000;
	margin: 0 0 0 0;
	padding: .5em 0em .5em 0em;
	border: 1px dashed rgb(255,255,255);
}


/* ##### Footer ##### */

#footer {
	color: black;
	background-color: rgb(230,223,207);
	font-size: 92%;
	text-align: center;
	line-height: 1.25em;
	margin: 0;
	padding: 1em 4mm 1em 4mm;
	clear: both;
}

#footer div {
	margin: 0;
	padding: 0 0 1ex 0;
}

#footer a {
	color: black;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:visited {
	color: rgb(112,128,144);
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}
.footerLogo{
	width: 200px;
	height: 70px;
	border: 0px solid;
}
.footerValid{
	width: 80px;
	height: 15px;
	border: 0px solid;
}