/* PREDEFINED HTML TAGS
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:0.75em;
	color:#333333;
}

a {
	outline:none;
}

img {
	outline:none;
	border:none;
}

p {
	margin:0;
	padding:0;
}

h1 {
	font-size: 1.3em;
	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;
}

.titles {
	color:#333;
	font-family:Arial;
	font-size:0.75em;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
	height:16px;
	padding:5px 0 0 0;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#E31629;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#333;
	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:#CCC;
}
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;
}
.submitLink {
	border:1px solid #999;
	background:#fff;
	height:20px;
	vertical-align:middle;
	outline: none;
	display:inline-block;
	color:#000;
	padding:0 5px;
	text-decoration:none;
	line-height:22px;
}
.submitLink a {
	color:#000;
	text-decoration:none;
}

/* Photomodule - thumbnail.cfm & thumnail_list.cfm
---------------------------------------------------*/
.thumbborder {
	border:1px solid #CCC;
	padding:4px;
	width:150px;
	height:100px;
}
.thumbborder:hover  {
	border:1px solid #000;
	padding:4px;
	width:150px;
	height:100px;
}
.thumbnail_list img {
	width:150px;
	height:100px;
	border:1px solid #CCC;
}
.thumbnail_list img:hover {
	border:1px solid #000;
}
/* Search - search.cfm & searchForm.cfm
---------------------------------------------------*/
.searchmenu {}
.searchmenu ul {}
.searchmenu ul li {
	background:#FF0000;
}
.searchmenu ul li a {}
.searchfield {
	height:18px;
	line-height:17px;
	background:#FFFFFF;
	font-size:14px;
	color: #333333;
	border:1px solid #999999;
	vertical-align:middle;
}
.searchbutton {
	border:1px solid #999999;
	background:#FFFFFF;
	height:22px;
	vertical-align:middle;
	outline: none;
}