/* PREDEFINED HTML TAGS
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.69em;
	color:#333333;
}

a {
	outline:none;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1 {
	font-size: 1.64em;
	color:#4D8197;
	font-weight: bold;
	border-bottom:1px dotted #CCC;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}
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:#396D81;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#396D81;
	text-decoration:underline;
}

/* Bullets
---------------------------------------- */
ul {
	list-style:none;
	margin:0;
	padding:0 0 5px 10px;
}

li {
	background:url(../gfx/bullet.gif) no-repeat left 6px;
	margin:0;
	padding:3px 0 3px 17px;
}

/* 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;
}

/* Photomodule - thumbnail.cfm & thumnail_list.cfm
---------------------------------------------------*/
.thumbborder {
	border:1px solid #CCC;
	padding:4px;
	width:90px;
}
.thumbborder:hover  {
	border:1px solid #000;
	padding:4px;
}
.thumbnail_list img {
	width:90px;
	border:1px solid #CCC;
}
.thumbnail_list img:hover {
	border:1px solid #000;
}
.thumb td {
	height:auto;
}

/* Search - search.cfm & searchForm.cfm
---------------------------------------------------*/
.searchmenu {}
.searchmenu ul {}
.searchmenu ul li {
	background:#FF0000;
}
.searchmenu ul li a {}