/* PREDEFINED HTML TAGS
----------------------------------------
Author: Ingvill
Email: ingvill@inbusiness.no
----------------------------------------*/
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 76%;
	color:#444;
	background:#CAD7E0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color:#00A0C6;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height:1.8em;
	margin-bottom:10px;
	color:#3F3F3F;
	font-weight:bold;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	color:#00A0C6;
	font-weight: bold;
	margin-bottom:3px;
	margin-top:5px;
}	
h3 {
	font-size: 1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3F3F3F;
	margin-bottom:3px;
	padding-left:0px;
}	
h4 {
	font-size: 1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:2.0em;
	background:#E5E8E4;
	color:#3F3F3F;
	margin:10px;
	padding-left:5px;
}	
h5 {
	font-size: 1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:2.0em;
	background:#E5E8E4;
	color:#000000;
	padding-left:5px;
	margin-top:0;
}	
h6 {
	font-size: 1.1em;
	color:#00A0C6;
	font-weight: bold;
	margin-bottom: 10px;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#444;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#444;
	text-decoration:underline;
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
.clearleft {
	clear:left;
}
 
/* FORMS
---------------------------------------- */

.textfield {
	border:none;
	height:20px;
	background:#E5E8E4;
	width:145px;
}

.button{
	font-size:1.0em;
	border:none;
	background:#fff;
	width:22px;
	height:20px;
}

/*input:focus {
	border:solid 1px #004C71;
}*/

/* CREDITS
--------------------------------------------- */
.credits {
	font-size: 0.9em;
	text-align: center;
}