/* PREDEFINED HTML TAGS
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:0.69em;
	color:#ddd;
}

a {
	outline:none;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1,h2,h3,h4,h5,h6 {
	color:#F0A497;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h1 a {
	font-size:1.55em;
	font-weight: normal;
	padding:0;
	margin:0;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.12em;
}
h2 {
	font-size:1.73em;
	font-weight: normal;
	margin:5px 0;
	padding:4px 0;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: .15em;
	font-stretch: narrower;
}	
h3 {
	font-size: 1.1em;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h4 {
	font-size: 1.0em;
	color:#fff;
	margin-bottom:0px;
	padding-bottom:0px;
}

h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#F0A497;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#F0A497;
	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;
}

/* Bullets
---------------------------------------- */


/* FORMS
---------------------------------------- */
form {
	margin:0px;
}
textarea {}

input,
button {
	background-color:#222222;
	border:1px solid #F0A497;
	color:#DDDDDD;
	font-size:8pt;
}
input:hover,
button:hover {
	background-color:#3D3D3D;
}

.loginfield {
	height:22px;
	width:140px;
}
.inputfield {
	height:18px;
	vertical-align:middle;
}
.textareafield {}
.submitbutton {
	height:22px;
	vertical-align:middle;
	outline: none;
}
/* Contact Form
---------------------------------------- */
.contactFormInput {
	width:120px;
	margin:2px 0;
}
.contactFormTextarea {
	margin:2px 0;
	border:1px solid #F0A497;
}
.contactFormSubmit {
	margin:2px 0;
}

/* Photomodule - thumbnail.cfm & thumnail_list.cfm
---------------------------------------------------

/* Thumbnails & Thumbnail List
---------------------------------------------------*/
.imageContainer {
	width:150px;
	height:100px;
	background:#000;
	border:1px solid #CCC;
	float:left;
	padding:4px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center
}
.imageContainer img {
	height:100px;
	border:none;
}
.imageContainer:hover {
	border:1px solid #F0A497;
}

/* Newsmodule news_archive.cfm
---------------------------------------------------*/
.news_archive_thumb img {
	width:150px;
	border:1px solid #CCC;
	padding:4px;
}
.news_archive_thumb img:hover {
	border:1px solid #F0A497;
}