body {
	margin: 0px;
	padding: 0px;
	color: #002740;
	background-color: #ffffff;
	font-family: "Tahoma", "Geneva", "sans-serif";
	font-size: 12px;
}
h1 {
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	margin-top: 4px;
}
h3 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin-top: 6px;
}
td {
	vertical-align: top;
}
ul, ol {
	padding-left: 30px;
	margin-left: 0px;
}
ul li {
	list-style-image: url(images/bullet.png);
	margin-left: 0px;
	padding-left: 0px;
}
a {
	color: #006cb0;
}
a:visited {
	color: #7a297b;
}
.fade_down {
	height: 10px;
	/*background-image: url(images/navi.png);*/
	background-repeat: repeat-x;
}
.col_1_of_3 {
	padding-right: 3px;
	border-right: 1px dotted #666666;
}
.col_2_of_3 {
	padding-left: 12px;
	padding-right: 12px;
}
.col_3_of_3 {
	border-left: 1px dotted #666666;
	padding-left: 3px;
}
.center {
	text-align: center;
}

#background {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 0px;
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
}
#page {
	position: relative;
	
	margin: auto;
	padding: 0px;
} 
#top {
	height: 84px;
    width: 95%;
}
.logo {
	position: absolute;
	left: 24px;
	top: 10px;
}
.logo2 {
	position: absolute;
	right: 150px;
	top: 10px;
}
#edges {
	position: absolute;
	left: 10px;
	top: 0px;
}
#contact {
	position: absolute;
	right: 32px;
	top: 42px;
	
	font-size: 12px;
	color: #666666;
}
#contact a {
	
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}
#jotain_net {
	position: relative;
	left: 717px;
	top: 0px;	
}

#navigation {
    position: relative;
    width: 95%;
    left: 3px;
	
	font-size: 11px;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 4px 15px 5px 15px;
	background-color: #ffffff;
    
}
#navigation li {
	display: inline;
	list-style: none;
	margin: 5px;
	padding: 0px;
}
#navigation a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #666666;
    text-decoration: underline;
}
#navigation .current {
	color: #666666;
    text-decoration: underline;
}
#content {
	margin: 0px 16px 0px 16px;
}
#bottom {
	position: relative;
	width: 100%;
	height: 6px;
	margin: auto;
	padding: 0px;
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
}
.cal {
	vertical-align: top;
    width: 125px;
    border: 1px groove #80abc6;
}
.place {
	vertical-align: top;
    width: 59px;
    border: 1px groove #0000cc;
}
th { 
    font-weight: bold; 
    background-color: #dfdddd; 
    color: #333333;
    vertical-align: bottom;
}
.thtop { 
    vertical-align: top;
}
.formlabel { 
    width: 100px;
}
.topleft { 
    vertical-align: top;
    text-align: left;
}
.thin { 
    vertical-align: top;
    width: 30px; 
}

.row1 {
    background-color: #ffffff; 
}
.row2 {
    background-color: #d8eafc; 
}
.day {
    color: #333333;
}
.today {
    background-color: #ccffcc;
    color: #6666ff;
}
.oldday {
    background-color: #cccccc;
    color: #666666;
}

input.date {
 width: 100px;
}
input.time {
 width: 60px;
}
input.tiny {
 width: 30px;
}
input.short {
 width: 50px;
}
input.medium {
 width: 120px;
}
input.long {
 width: 160px;
}
input.huge {
 width: 200px;
}

textarea.small {
 height: 40px;
 width: 200px;
}
textarea.medium {
 height: 60px;
 width: 200px;
}
textarea.large {
 height: 80px;
 width: 200px;
}
textarea.xlarge {
 height: 120px;
 width: 400px;
}
textarea.full {
 height: 100%;
 width: 100%;
}

iframe.tiny {
 width: 150px;
 height: 80px;
}
iframe.small {
 width: 150px;
 height: 150px;
}
iframe.medium {
 width: 250px;
 height: 200px;
}
iframe.full {
 width: 100%;
 height: 100%;
}

.tinyactionlink {
color: #000000; 
background-color: #dfdddd;
border-style: solid;
border-width : 1px 2px 2px 1px;
text-decoration : none;
padding : 2px 0px 0px 2px;
border-color : #FFFFFF #000000 #000000 #FFFFFF;
font-weight: normal; 
font-size:9px;
}
.tinyactionlink:hover {
color: #333333; 
background-color: #dfdddd;
border-width : 2px 1px 1px 2px;
border-color : #000000 #FFFFFF #FFFFFF #000000;
}