﻿/*
	Colors used:
		#d8dce0 - dimmed blue (hyperlink underline)
		#1c6ec1 - blue (hyperlink, highlighted hyperlink underline)
		#eeebdc - light brown (table header)
		#ffffff - white (table header highlight)
		#aca899 - brown (table header shadow)
		#fafff4 - extra light green (data table background)
		#f0f8e6 - light green (data table zebra highlight)
		#316ac5
		#7a96df
		#d8e4f8
		#7ebb54
		#46851c
*/

#pageheader {
	background-image : url(header.jpg);
	background-position : right center;
	background-repeat : no-repeat;
	height : 105px;
}
#pageheader A {
	border-bottom : none;
}
#logo {
	background-image : url(logo.gif);
	background-repeat : no-repeat;
	background-position : 12px 24px;
	height : 76px;
	width : 200px;
}

UL#headertabs {
	float : left;
	height : 0px;
	list-style-type : none;
	padding : 0px;
	padding-left : 12px;
	margin : 0px;
	margin-bottom : 1em;
	font-weight : bold;
}
UL#headertabs LI {
	float : left;
	height : 28px;
	background-repeat : repeat-x;
	margin-right : 4px;
	border : solid 1px #e3ddc7;
	border-bottom : none;
	background-image : url(header-tab-inactive.gif);
}
UL#headertabs LI.active {
	background-image : url(header-tab-active.gif);
}
UL#headertabs A {
	display : block;
	padding : 0.5em 1em;
	color : black;
	text-decoration : none;
}
DIV#helptab {
	float : right;
	padding-top : 3px;
	padding-right : 16px; /* align with tagline */
}
DIV#helptab A {
	padding : 0.5em;
	padding-right : 16px; /* space for icon */
	background : url(help.gif) no-repeat right center;
	text-decoration : underline;
}

A {
	color : #1c6ec1;
	text-decoration : none;
	border-bottom : solid 1px #d8dce0;
}
A:hover {
	border-color : #1c6ec1;
}
TD {
	padding-bottom : 1px; /* needed for A:border-bottom, used in KontaktOss-svar */
}
TH A { 
	border-bottom : none; /* no underlining for clickable column headers */
}

/* tables */
THEAD TH, THEAD TD {
	background-color : #edebdc;
	border-top : solid 1px white;
	border-bottom : solid 1px #aca899;
}
.data {
	background-color : #fafff4;
}
TR.odd {
	background-color : #f3faeb;
}
.selectable TR.selected, .selectable TR.selected A {
	color : white; 
	background-color : #316ac5 !important; /* prioritize over zebra stripes */
}
.selectable TBODY TR:hover, .selectable TBODY TR:hover A {
	background-color : #7a96df;
	color : #d8e4f8;
}
.sortable TH:hover { 
	background-color : #7a96df;
	color : #d8e4f8;
}
.sortable TH:hover A { 
	color : #d8e4f8;
}
.sortable TH.nosort:hover, .sortable TD.nosort:hover {
	background-color : #edebdc;
}

/* forms */
INPUT.button {
	background : #7ebb54 url(button.jpg) repeat-x;
	border : solid 1px #46851c;
}
.message, #validationSummary, #ValidationSummary1, #ValidationSummary2
{
	padding : 6px;
	padding-left : 28px;
	min-height : 16px;
	background-repeat : no-repeat;
	background-position : 6px 6px;
}
.message-ok, .message.ok
{
	font-weight : bold; 
	padding : 1em; 
	padding-left: 40px; 
	border : solid 1px green; 
	background: #eeffee url(checkmark.gif) no-repeat scroll 4px 4px; 
}
.message.error, #validationSummary, #ValidationSummary1, #ValidationSummary2
{
	color : #DD0000 !important;
	border-color : #DD0000;
	background : #ffeeee url(error-bg.jpg) no-repeat left top;
}
.message.warning
{
	background : #faf0a2 url(warn-bg.jpg) no-repeat left top;
}
.message.info
{
	background-image : url(info.gif);
}

/* microformats */
.email { /* email address */
	background-image : url(email.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 18px;
}
.tel { /* telephone number */
	background-image : url(phone.gif);
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 18px;
}
.url { /* web address */
}

/* jQuery tabs overrides */
.ui-tabs-nav li {
	background-image : url(header-tab-inactive.gif);
	position : relative;
	top : 1px;
	z-index : 2;
	border : 1px solid #e3ddc7;
	margin : 0 4px 0 0 !important;
}
.ui-tabs-nav li.ui-tabs-selected {
	background-image : url(header-tab-active.gif);
	border-bottom : solid 1px white;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
	font-weight : bold;
	color : black;
	background-image: none !important;
}
.ui-tabs-nav a {
	border-bottom : none;
}
.ui-tabs-panel {
	border : 1px solid #e3ddc7 !important;
}