/********************************
Main styles for the application
********************************/
	/*************************************************
* HTML element styles
*************************************************/
* {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%
}

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

img {
	border: 0px;
}

h1 {
	color: #0d65c7;
	font-size: 1.6em;
	font-variant: small-caps;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px .4em 0px;
	padding: 0px 0px 0px 15px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 18px 0px 10px 0px;
}

h3 {
	font-size: 1.1em;
	padding-top: 0.5em;
	padding-bottom: 0px;
	margin-bottom: 0.4em;
	clear: left;
	font-weight: bold;
}

label:hover {
	cursor: pointer;
}

acronym {
	border-bottom: 1px solid #BBB;
	cursor: help;
}

a {
	color: #5090f0;
	text-decoration: none;
	cursor: pointer;
}

td {
	padding: 3px;
}

p {
	margin: 8px 0px 8px 0px;
}

legend {
	font-weight: bold;
	font-size: 1.3em;
	color: #3366cc;
	background-color: #FFFFFF;
	margin-left: 4px;
}

th,.tableSubHeader {
	font-weight: bold;
	font-size: 11px;
}
//To assure that user settings link is not available before colorbox is loaded
a#pageUserSettings{
	display:none;
}

/***************************************
Containers
************************************/
div#header {
	height: 38px;
	position: relative;
	z-index:10;
}

div#hb {
	background:none);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
}

div#underPipe {
	position: absolute;
	top: 66px;
	left: 0px;
	width: 100%;
	height: 35px;
}

span#logo {
	background: transparent url(../pics/menu/logo11.png) no-repeat center center;
	position: absolute;
	top: 2px;
	left: 30px;
	width: 142px;
	height: 32px;
}

span#logo_text {
	background: transparent url(../pics/logos/logo_small2.png) no-repeat center center;
	position: absolute;
	top: 7px;
	right: 15px;
	width: 142px;
	height: 24px;
}

span#festivalName {
	z-index: 2;
	position: absolute;
	top: 72px;
	right: 20px;
	color: #7d8fa4;
	font-size: 0.8em;
	font-family: Arial Rounded MT Bold;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
	letter-spacing: 6px;
}


 

div#multi-level {
	height: 30px;
	position: relative;
	z-index: 100;
	background: #fff url(../pics/menu/image_drop_back.gif) repeat-x;
	padding-left: 35px;
	border: 0px solid #000;
	border-width: 0 0px;
}

div#pageContent {
	padding: 30px 20px 20px 20px;
}

div#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

div#footer {
	position: relative;
	margin: -2.5em auto 0 auto;
	font-size: 0.7em;
	text-align: center;
	border-top: 1px solid #C0C0C0;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
	margin-top: -2.4em;
}
 
/*******************
Table styles
*********************/
th.rowHeader {
	text-align: left;
	min-width:150px;
}

table tr.odd td {
	background-color: #f2f4ff;
}

table tr.checkedRow td {
	background-color: e2e4ee;
}
/*
table.tablesorter tr.odd:hover,
table.tablesorter tr.even:hover{
	background-color: white;
	cursor: pointer;
}*/

table.data {
	background-color: #FFFFFF;
}

tr.even td, tr.odd td {
	border-bottom: 1px solid #e8e8e8;

}

table.center td {
	text-align: center;
}

table.data th {
	color: #555;
	padding: 3px 4px 3px 4px;
	background-image: url(../pics/backgrounds/gradient_box.png);
	text-align: left;
	border-bottom: solid 1px #c4c4c4;
	border-top: solid 1px #c4c4c4;
}

.center{
	text-align:center;
}

/****************************
Person fieldset
***************************/
fieldset,.styledBox {
	padding: 10px;
	background-image: url(../pics/backgrounds/gradient_box.png);
	margin-bottom: 8px;
	border: #c4c4c4 1px solid;
}


legend {
	font-weight: bold;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-size: 1.0em;
	color: #5090f0;
	background-color: #ffffff;
	margin-left: 4px;
}

/*IE hack*/
hr.clearbox {
	clear: both;
	width: 0.0001px;
	display: none;
}

fieldset.person legend:hover{
	cursor: pointer;
}

/*****************************
Text styles
*****************************/
p.infoText {
	width: 400px;
}

.hidden{
	display:none;
}
 

.error, .info, .ok, .warning {
	border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-khtml-border-radius:9px;
	border-radius:9px;
	border:1px solid;
	color:#444444;
	margin:5px 0 10px;
	padding:12px 12px 12px 38px !important;
	behavior: url(ie-css3.htc);
	margin: 7px;
}
.error {
	background:url("icons/icon_error.png") no-repeat scroll 13px 50% #FFF0F0;
	border:1px solid #F34F4F;
}
.info {
	background:url("icons/icon_information.png") no-repeat scroll 13px 50% #EEF0FF;
	border-color:#9BB8D9;
}
.ok {
	background:url("icons/icon_success.png") no-repeat scroll 13px 50% #E2F9E3;
	border-color:#99CC99;
}
.warning {
	background:url("icons/icon_warning.png") no-repeat scroll 13px 50% #FFF8BF;
	border-color:#FFD324;
}

 

/*****************************
Link styles
****************************/
.helpLink {
	cursor: help;
}

/*****************************
Borders
****************************/
.border {
	border: 1px solid #c4c4c4;
}
 

/*******************************
Forms
*********************************/
table.akkreditering_personForm th:first-child {
	text-align: left;
	width: 120px;
	color: #444;
}

select {
	font-size: 12px;
}

option {
	padding-right: 5px;
}

input.username,input.password,input.readonly {
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 21px;
}

 

input:focus,textarea:focus {
	background-color: #f9f9f9;
}

.button,.alertButton {
	border: 1px solid #c4c4c4;
	background-color: #c4c4c4;
	font-size: 13px;
	color: #555555;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0 20px 0 0px;
}

.button:hover,.button:focus,.alertButton:hover,.alertButton:focus {
	border: 1px solid #c4c4c4;
	background-color: #eee;
	color: #505060;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom;
	border-color: #c4c4c4;
}

/*This is to assure disabled buttons are displayed as "dead" buttons i Firefox */
input.button:disabled{
    color: grey;
}
input.button:disabled:hover{
    color: grey;
 	border: 1px solid #c4c4c4;
	background-color: #c4c4c4;
	font-size: 13px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin: 0 20px 0 0px;
}

.alertButton {
	background-image: url(../pics/backgrounds/formButtonBgRed.gif);
}

.button {
	background-image: url(../pics/backgrounds/formButtonBg.gif);
}

.button:hover,.button:focus {
	background-image: url(../pics/backgrounds/formButtonBg.gif);
}

.alertButton:hover,.alertButton:focus {
	background-image: url(../pics/backgrounds/formButtonBgRedHover.gif);
}
 

/***********************************
Unordered list
***********************************/
.ulList {
	list-style: none;
}

ul.ulList {
	margin-left: 15px;
}

.ulList ul {
	list-style: none;
}

ul li {
	list-style: none;
}

ul.ulList li {
	padding: 1px;
}

ul.ulList li ul {
	margin-left: 10px;
}

li.noStyle,ul.noStyle {
	list-style: none;
	font-weight: normal;
}

 
/*** **************************
 Event spesific styles
 *******************************/
td.veryLowFilling,
td.lowFilling,
td.mediumFilling,
td.highFilling,
td.exactFilling,
td.overFilling{
	text-align:center;
	border-radius: 4px;
	font-size: 1.1em;
	font-weight: bold;
	color:white;
}

.veryLowFilling{
	background-color:red !important;
}
.lowFilling{
	background-color:orange !important;
}
.mediumFilling{
	color:#444444 !important;
	background-color:yellow !important;
}
.highFilling{
	color:#444444 !important;
	background-color:greenyellow !important;
}
.exactFilling{
	background-color:limegreen !important;
}
.overFilling{
	background-color:dodgerBlue !important;
}
.toManyRegistrations{
	color:red !important;
}
.exactNumberRegistrations{
	color:green !important;
}

td.rowAction img{
	margin-right:5px !important;
}

#arkon-companion-info-box {
	border: 2px solid #0089c2;
	padding: 12px;
	font-size: 14px;
	border-radius: 4px;
	background-color: #e7f5fe;
	color:#004374 !important;
}
