/* GENERAL STYLES */
/*
Page specific style definitions.

Site: Klima-it.dk
Author: Joakim Jensen Møller & Adam Barry
Date: 9 September 2008
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Component: Crumbtrail
***********************************************************/
#site .crumbtrail {
	width: 100%;
	font-family: tahoma, sans-serif;
	font-size: .85em;
	padding-top: 7px;
	padding-left: 0;
	float: left;
}

#site .crumbtrail li {
	background-image: url(/graphics/crumbtrail.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	list-style-type: none;
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 4px;
	margin-left: 0;
	float: left;
}

#site .crumbtrail li.first, #site .crumbtrail :first-child {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}

.crumbtrail a {
	background-color: inherit;
	color: #8F8F8F;
	border: none;
}

.crumbtrail a:hover {
	background-color: inherit;
	color: #EE4E26;
}

.crumbtrail h1 {
	background-color: inherit;
	font-family: tahoma, sans-serif;
	font-size: 1em;
	color: black;
	letter-spacing: 0;
padding-bottom: 0;
	cursor: default;
}


/***********************************************************
Component: Image Gallery
***********************************************************/
.imageGallery {
	width: 574px;
	padding-top: 1em;
	float: left;
}

.imageGallery img {
	background-color: #8B9980;
	color: inherit;
	border: 1px solid #8B9980;
	padding: 2px;
}

.imageGallery .previewImage {
	width: 568px;
	float: right;
cursor: pointer;
}


.imageGallery .thumbnails {
	width: 590px;
	padding-top: 5px;
	float: left;
	overflow: hidden;
}

.imageGallery .thumbnails li {
	list-style-type: none;
	padding-right: 6.5px; /* halve pixels!? ;'-0 virker åbenbart i firefox */
	padding-bottom: 3px;
	margin-left: 0;
	float: left;
}

.imageGallery .thumbnails li.first {
}

.imageGallery .thumbnails a {
	border: 1px solid #8b9980;
	padding: 2px;
	float: left;
	cursor: url(/graphics/imageGallery/zoom_in.png),pointer;	
}

.imageGallery .thumbnails a:hover, .imageGallery .thumbnails a.selected {
	background-color: #E57200;
	color: black;
	border: 1px solid #E57200;	
}

.imageGallery .thumbnails li img {
	width: 60px;
	border: none;
	padding: 0;
}

.imageGallery .thumbnails li span {
	display: none;
}


/*: Template section: Image Gallery (special)
----------------------------------------------------------*/
.imageGallery.noThumbnails {
	padding-bottom: 1em;
}

.imageGallery .previewImage.next {
	cursor: url(/graphics/imageGallery/arrow_right_green.png), pointer;
}

.imageGallery .previewImage.previous {
	cursor: url(/graphics/imageGallery/arrow_left_green.png), pointer;
}


/***********************************************************
Component: Tabs
***********************************************************/
/* Modules: AJAX tabs (based on Microsoft.net implementation of the AJAX framework)
----------------------------------------------------------*/
.tabs {
	margin-bottom: 17px;
}

.tabs .header {
	width: 300px;
	background-color: transparent;
	border-bottom: 4px solid #e57200;
	padding: 0;
	float: left;
}

.tabs .header li {
	height: 22px;
	width: auto;
	background-color: #ebeee9;
	text-transform: uppercase;
	list-style-type: none;
	color: #e57200;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}

.tabs .header li.selected, .tabs .header li:hover {
	background-color: #3e552b;
	color: white;	
}

.tabs .body {
	width: 260px;
	background-color: #3e552b;
	padding: 20px;
	float: left;
}

.tabs dl.links {
	width: 260px;
	background-color: #3e552b;
	color: inherit;
	border-top: none;
	padding: 0;
	margin: 0;
}

.tabs .body div {
	display: none;
}

.tabs .body div.selected {
	display: block;
}

.tabs .body div.selected div {
 	display: block;
}

.tabs .body a {
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
}

.tabs .body ul {
	width: 100%;
	float: left;
}

.tabs .body li {
	width: 100%;
	list-style-type: none;
	float: left;
}

.tabs .body li a {
	margin-top: 0;
}

.tabs .body fieldset legend {
	display: none;
}

.content .tabs .body fieldset ul li {
	border: none;
}

/***********************************************************
Component: Sign up form
***********************************************************/
.signUpForm {
	border: none;
}

.signUpForm legend {
	display: none;
}

.signUpForm {
	padding: 0;
}

.signUpForm ul li {
	margin: 0;
}

.signUpForm li p {
}

.signUpForm li p span {
	width: 110px;
	padding-left: 10px;
	float: left;
}

.signUpForm p.required {
	padding-left: 13px;
	margin: 0;
}

.signUpForm label {
	width: 100px;
}

.signUpForm label.wide {
	width: 100%;
}

.signUpForm label.narrow {
	width: 80px;
}

.signUpForm textarea {
	width: 280px;
	height: 80px;
}

.signUpForm .radio {
	border: none;
}

.signUpForm .checkbox {
	border: none;
}

/* EDITOR PROPERTIES */

