/**
* Kald.is
* @copyright (C) 2012 - 2023 by Trond - All rights reserved!
* @license http://www.terraluna.nu/
* Fonts: Lekton + ArchitectsDaughter
*/
@import url("fonts.css");
html, body {
	height: 100%;
	width: 100%;
}	
body {
	text-align:center; /* required for centering the page in IE */
	margin: 0px;
	padding: 0px;
	font-family:'ArchitectsDaughterRegular',Arial, sans-serif;
	font-size: 12px;
	color:#000;
	line-height:12px;
background:#eee;
background: -moz-linear-gradient(top, rgba(238,238,238,0.7) 0%, rgba(136,136,136,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,0.7)), color-stop(100%,rgba(136,136,136,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,0.7) 0%,rgba(136,136,136,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,0.7) 0%,rgba(136,136,136,0.7) 100%); /* Opera11.10+ */
background: linear-gradient(top, rgba(238,238,238,0.7) 0%,rgba(136,136,136,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70eeeeee, endColorstr=#70888888,GradientType=0); /* IE6+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70eeeeee, endColorstr=#70888888)"; /* IE8 only */
background: -ms-linear-gradient(top, rgba(238,238,238,0.7) 0%,rgba(136,136,136,0.7) 100%); /* IE10+ */
	}
h1, h2, h3, h4, p, ul, li, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 12px 'ArchitectsDaughterRegular',Arial,sans-serif;
}
h1,h2,h3,.componentheading, .contentheading{
font: normal normal 200% 'ArchitectsDaughterRegular',"Trebuchet MS",Arial,sans-serif; color: #222222;}
h1{font-size:120%}
h2{font-size:160%}
h3{font-size:120%}

a:link ,  a:visited, a:active {
	text-decoration: underline;	
	color: #0066CC;
	font-weight: bold;
	outline: none;
}
a:link, a:visited {
	text-decoration: none;	
	color: #0066CC;
	font-weight: bold;
	outline: none;
}
a:active, a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
#wrapper {
	margin: 0 auto; /* centering the page */
	text-align: left;
	padding-top:25px;padding-bottom:45px;padding-left:auto;padding-right:auto;
}

#header {
/*	height:100px;
	background-image:url(../images/optical_illusion.gif);
	background-repeat:no-repeat;
	background-position:center;*/
}

#container {
	background-repeat: repeat-y;
/*	background-image:url(../graph/bkg/body.png);*/
}

#innerContainer {
	margin-right: 12px;
	margin-left: 12px;
	height:100%;
}
.mainframe	{
margin-top:2px;
-moz-border-radius:12px;-webkit-border-radius:12px;-o-border-radius:12px;border-radius:12px;
-webkit-box-shadow:rgba(0,0,0,1.75) 3px 3px 5px;-moz-box-shadow:rgba(0,0,0,1.75) 3px 3px 5px;box-shadow:rgba(0,0,0,1.75) 3px 3px 5px;
-webkit-background-clip:padding-box;
		}
.topframe	{height:200px;vertical-align:bottom;
-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;
		color: #0000a0;
		background-color: #c0ffff;
		font-weight: bold;
		text-decoration: none;
			background-image:url(../images/optical_illusion.gif);
	background-repeat:no-repeat;
	background-position:top center;
		}
.bodyframe	{
-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;
		color: #0000a0;
		background-color: #eeffff;
		font-weight: bold;
		text-decoration: none;
		text-align:center;
		}
.tbl {margin:auto;}
.left, .right {
	position: relative;
	margin:0;
	padding:0;
	width:205px;
	height:154px;
	color: #000;
	background-image: url(../img/_frames.gif);
	background-repeat: no-repeat;
	}
.mid {
	margin:0;
	padding:0;
	min-width:205px;
	min-height:154px;
	color: #000;
	background-image: url(../img/_frame.gif);
	background-repeat: no-repeat;
		}
.banner {
margin-left:auto;margin-right:auto;margin-top:10px;
	padding:3px 5px;
	width:80%;
-webkit-background-clip:padding-box;
}
textarea {
	color: #ffffff;
	background-image: url(../graph/bkg/star_bkg.gif);
		}
.title		{
		FONT-FAMILY:'ArchitectsDaughterRegular',Verdana, Geneva, Arial, Helvetica, sans-serif;
		COLOR: #2F4172; FONT-SIZE: 11px;
		FONT-WEIGHT: bold;
		TEXT-DECORATION: none;
		}

.tiny {margin:10px;padding:10px;
font-family:'LektonRegular',Arial, Helvetica, sans-serif;
color:#222222;
font-size:11px;
font-weight:normal;
text-decoration:none;
}

/** ToolTip 1.2 **/
.tipz {z-index:16000;}
.tip { 
padding:5px;font:12px Verdana,Arial,Helvetica,sans-serif;color:#000;z-index:13000;
background-color:#888;border-top:3px solid #404040;border-right:3px solid #121212;border-bottom:3px solid #131313;border-left:3px solid #3c3c3c;
-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;
background: -moz-linear-gradient(top, rgba(177,177,177,0.9) 0%, rgba(27,27,27,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, from(rgba(177,177,177,0.9)), to(rgba(27,27,27,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(177,177,177,0.9) 0%,rgba(27,27,27,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(177,177,177,0.9) 0%,rgba(27,27,27,0.9) 100%); /* Opera11.10+ */
background: linear-gradient(top, rgba(177,177,177,0.9) 0%,rgba(27,27,27,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90B1B1B1, endColorstr=#901B1B1B,GradientType=0); /* IE6+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90B1B1B1, endColorstr=#901B1B1B)"; /* IE8 only */
background: -ms-linear-gradient(top, rgba(177,177,177,0.9) 0%,rgba(27,27,27,0.9) 100%); /* IE10+ */
-webkit-box-shadow:rgba(0,0,0,0.75) 0px 0px 3px;-moz-box-shadow:rgba(0,0,0,0.75) 0px 0px 3px;box-shadow:rgba(0,0,0,0.75) 0px 0px 3px;
-webkit-background-clip:padding-box;
}
.tip-top {z-index:12000;}
.tip-title {margin:0 30px 0 50px;padding:5px;color:#b93e05;font-size:13px;font-weight:bold;z-index:14000;
text-shadow:rgba(44,0,0,0.65) 0 -1px 0;}
.tip-text {padding:5px;color:#c0c0c0;z-index:14000;}
.tip-bottom {z-index:12000;}

/** ToolTip 1.12 **/
.t-tip {margin-bottom:3px;max-width:400px !important;z-index:16000;}
.t-title {margin-bottom:3px;padding:3px;padding-bottom:3px;color:#fff;font-weight:bold;text-decoration:none;background:#406040;border-color:#608060 #305030 #203020 #507050;border-style:solid;border-width:1px;z-index:13000;
-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-o-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;}
.t-text {margin-top:3px;padding:3px;color:#000;background-color:#be8 !important;font-weight:normal;text-decoration:none;border-color:#dfa #ad7 #9c6 #cf9;border-style:solid;border-width:1px;z-index:13000;
-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-o-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;}