/* PREDEFINED HTML TAGS
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/

a {
	outline:none;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1 {
	font-size: 1.00em;
	color:#151518;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
h2 {
	font-size: 1.2em;
	color:#151518;
	font-weight: bold;
	margin-bottom: 10px;
}	
h3 {
	font-size: 1.1em;
	color:#151518;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h4 {
	font-size: 1.0em;
	color:#151518;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#B20E21;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#B20E21;
	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 {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}

.loginfield {
	height:22px;
	line-height:17px;
	background:#FFFFFF;
	font-size:14px;
	color: #333333;
	width:140px;
	border:1px solid #999999;
}
.inputfield {
	height:18px;
	line-height:17px;
	background:#FFFFFF;
	font-size:14px;
	color: #333333;
	border:1px solid #999999;
	vertical-align:middle;
}
.textareafield {
	line-height:14px;
	background:#FFFFFF;
	font-size:12px;
	color: #333333;
	border:1px solid #999999;
}
.submitbutton {
	border:1px solid #999999;
	background:#FFFFFF;
	height:22px;
	vertical-align:middle;
	outline: none;
}
/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}