/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 76%;
	color:#333333;
	line-height:160%;
}

a {
	outline:none;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1 {
	font-size: 1.4em;
	color:#333333;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	color:#333333;
	font-weight: bold;
	margin-bottom: 10px;
}	
h3 {
	font-size: 1.1em;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h4 {
	font-size: 1.0em;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#006599;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#006599;
	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
---------------------------------------- */

form {
	margin: 0px;
}
input {
	border:1px solid #999999;
	height:22px;
	line-height:22px;
}
input:focus {
	xbackground-color: #FFFFFF;
}
textarea {}

.bluebutton {
	background: url(../bilder_losning/buttonback.jpg) repeat-x scroll 0 0 #004D70;
	border:1px solid #004D70;
	color:#FFFFFF;
	font-weight:bold;
	height:22px;
	line-height:14px;
	font-size:12px;
	margin:0;
	padding:0 5px;
	outline:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.loginfield {
	height:22px;
	line-height:17px;
	background:#FFFFFF;
	font-size:14px;
	color: #333333;
	width:140px;
	border:1px solid #999999;
}
.inputfield {
	height:22px;
	line-height:17px;
	background:#FFFFFF;
	font-size:14px;
	color: #333333;
	border:1px solid #999999;
}
.textareafield {
	line-height:14px;
	background:#FFFFFF;
	font-size:12px;
	color: #333333;
	border:1px solid #999999;
}
	
/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}

/* Powered by I-Tools */
.itools {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
}
.itools a:link { color: #333333; text-decoration:none; }
.itools a:visited { color:#333333; text-decoration:none; }
.itools a:hover { color: #333333; text-decoration: underline; }
.itools a:active { color:#333333; text-decoration:none; }