﻿.menu
{
	z-index: 9999;
	left: 200px;
	height: 36px;
	padding-top: 0px;
	position: absolute;
	top: 450px;
}

body
{
	/*	scrollbar-3dlight-color: #bb3700; 	scrollbar-face-color: #ff8700; 	scrollbar-highlight-color: #ffffff; 	scrollbar-shadow-color: #ffffff; 	scrollbar-arrow-color: #bb3700; 	scrollbar-track-color: #ff8700; 	scrollbar-darkshadow-color: #bb3700; */ /*background-repeat: no-repeat; 	background-attachment: fixed;*/
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 12px; /*font-size: 11px; /* font-size:smaller; */
	color: #000000;
	font-weight: normal; /*line-height: 1.2em;*/
	line-height: 115%; /*1.5em;*/ /*padding: 100px 0 30px 0; 	margin: 0;*/
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
}

.footertext
{
	line-height:1.5;
	font-size: 11px;
	color: black;
}

.footerBackground
{
	background-image:url(/images/footer_gradient.png);
	background-color: #7e9c95;
}

.standardText,
.tableCell
{
	font-family: Verdana,"Lucida Grande",Arial,Tahoma,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 400; /*line-height: 1.2em;*/
	line-height: 16px; /*1.5em;*/ /*padding: 100px 0 30px 0; 	margin: 0;*/
}

.middlePaneWidth
{
	width:700px;
}

.standardTextFocus
{
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 150%; /*1.5em;*/ /*padding: 100px 0 30px 0; 	margin: 0;*/
}

/************* Validation **************/

label.error {
  background:url("/images/validationfailed.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

label.ValidationSuccess {
  background:url("/images/validationsuccess.gif") no-repeat 0px 0px;
}
/************ GRAA SIDER PAA FORSIDERNE **************/
#colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
	background: #eeeeee; /* Left column background colour */
	height:100%;
}
#colmid
{
	float: left;
	width: 200%;
	position: relative;
	left: 200px; /* was: 200px */
	background: #ffffff; /* Centre column background colour */
	height:100%;
}
#colright
{
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -500px; /* was: -400px; */
	background: #eeeeee; /* Right column background colour */
	height:100%;
}
#col1wrap
{
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
	height:100%;
}
#col1pad
{
	margin: 0 15px 0 515px; /* was: 0 15px 0 415px; */
	/*overflow: hidden;*/
	height:100%;
}
#col1
{
	width: 100%;
	/*overflow: hidden;*/
	height:100%;
}
#col2
{
	float: left;
	width: 170px; /* was: 170px; */
	position: relative;
	margin-left: -50%;
	left: 315px; /* was: 215px; */
	/*overflow: hidden;*/
	height:100%;
}
#col3
{
	float: left;
	width: 270px; /* was: 170; */
	position: relative;
	left: 15px;
	/*overflow: hidden;*/
	height:100%;
}
/****************************************************/


.PageHeader
{
	background-image: url(./../images/baggrund_termometeret.png);
}

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 100100;
	vertical-align: bottom;
}

/*
div#footer
{
	float: left;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 100100;
	vertical-align: bottom;
}
*/
div#header_bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: #FFFFFF;
}

div#header_top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 76px; /* background-color: #ff8700; */
	z-index: 500;
}

div#content
{
	/*top: 250px; */
	width: 100%; /* overflow: auto; */
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

@media screen
{
	body > div#header
	{
		position: fixed;
	}
	body > div#footer
	{
		position: fixed;
	}
	body > div#header_bottom
	{
		position: fixed;
	}
	body > div#header_top
	{
		position: fixed;
	}


}
/*
* html body
{
	/*overflow: hidden;
}
*/
/** html div#content
{
	height: 100%;
	top: 250px;
	width: 100%; /* width: 850px; */
/*overflow: auto;*/
/*}
*/

/****************************************************/
/*** FRIENDLY COLORS (PRINTNING QUESTIONNAIRE) ******/

.friendlyColor1a
{
	color: #d9d8ab;
}

.friendlyColor1b
{
	color: #8a8d05;
}

.friendlyColor2a
{
	color: #fedbb4;
}

.friendlyColor2b
{
	color: #f8971c;
}

.friendlyColor3a
{
	color: #eaf1c1;
}

.friendlyColor3b
{
	color: #c1d72e;
}

.friendlyColor4a
{
	color: #d0e2f4;
}

.friendlyColor4b
{
	color: #6caedf;
}

.friendlyColor5a
{
	color: #fff1be;
}

.friendlyColor5b
{
	color: #ffd403;
}

/****************************************************/

.tableHeaderOLD
{
	color: #000000;
	background-color: #b8c8d7;
}

.tableCell
{
	color: #000000;
}

.tableBackground
{
	color: #000000;
	background-color: #FFFFE0;
}

.vejledning
{
	line-height: 1.5em;
	font-size: 12px;
	color: #000000;
	margin:0px;
	padding-bottom:15px;
}

p
{
	font-size: 12px;
	color: #000000;
	line-height:1.5em;
}

.border
{
	border-bottom: 1px dotted #dce8f3;
}

.tdGrey
{
	background-color: #F7F7F7;
}

.overskrift
{
	font-family: Arial;
	font-size: medium;
	color: #000000;
	font-weight: bolder;
}

.overskrift2
{
	font-size: medium;
	color: #FF8700;
	font-weight: bold;
}

.fineBorder
{
	border: solid 1px #999999;
	padding: 5px 5px 5px 5px;
}

.fineBorderWithoutPadding
{
	border: solid 1px #999999;
	padding: 0px;
	margin: 0px;
}

.fineBorderCell
{
	border-bottom: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	padding: 5px;
}

.profileCell
{
	border-bottom: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	height: 25px;
	padding: 5px;
}

.indent1
{
	margin-left: 40px;
}

.indent2
{
	margin-left: 80px;
}

.normal
{
	color: #000000;
}

/*.input
{
	border: 1px solid #BBBBBB;
	height: 18px;
	color: #000000;
}

input
{
	border: 1px solid #BBBBBB;
	height: 18px;
	color: #000000;
}*/

.checkbox
{
	border: 0px;
	height:auto;
}

.checkBoxWidth
{
	width:15px;
}

.textarea
{
	border: 1px solid #85673A;
}

.button
{
	/*font-family: verdana,geneva,arial,helvetica,sans-serif;
	line-height: 1.5em;
	font-size: 12px;*/
	font-weight: normal;
	color: #000000;
	background: #adc2d6; /* height: 24px; */
	cursor: hand;
	border-bottom: 2px solid #5c7a98;
	border-right: 2px solid #5c7a98;
	border-top: 2px solid #cedae7;
	border-left: 2px solid #cedae7;
	height:25px;
}

.disabledbutton
{
	/*font-family: verdana,geneva,arial,helvetica,sans-serif;
	line-height: 1.5em;
	font-size: 12px;*/
	font-weight: normal;
	color: #000000;
	background: #777777; /* height: 24px; */
	cursor: hand;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	height:25px;
}

.button2
{
	font-weight: normal;
	color: #000000;
	background: #EEEEEE;
	height: 15px;
	cursor: hand;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.tdListeHeader
{
	background: #b0d760;
	font-weight: bold;
}

.tdListeCell
{
	background-color: #eeeeee;
}

.tdSporgeskema
{
	border-width: 1px;
	border-style: solid;
	color: #000000;
	border-collapse: collapse;
}

.tdSporgeskemaRequired
{
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

.Error
{
	color: Red;
}

.TabelBredde
{
	width: 100%;
}

.TabelFeltForklaringBredde
{
	text-align: left;
	width: 40%;
}

.TabelFeltBredde
{
	text-align: left;
	width: 60%;
}

.FeltBredde
{
	width: 294px;
}

/********** MODAL POPUP ******************/
.modalBackground
{
	background-color: #6D7B8D; /* Blue Slate Gray */
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

/*.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}*/


.modalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #b8c8d7;
	padding: 3px;
	width: 250px;
}

.modalHeader
{
	background-color: #ccdeef;
	border: solid 1px #a0aebb;
	color: Black;
	font-weight: bold;
	text-align: center;
}

.sampleStyleA
{
	background-color: #FFF;
}

.sampleStyleB
{
	background-color: #FFF;
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
}

.sampleStyleC
{
	background-color: #ddffdd;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
}

.sampleStyleD
{
	background-color: Blue;
	color: White;
	font-family: Arial;
	font-size: 10pt;
}

.demoarea
{
	padding: 20px;
	background: #FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p
{
	padding: 5px;
}

.demoheading
{
	padding-bottom: 20px;
	color: #5377A9;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
}

.demobottom
{
	height: 8px;
	background: #FFF url(images/demobottom.png) no-repeat left bottom;
}

/**************** * ViewEdit Tables * ********************/
table.ViewEditTable
{
	background-color: #ffffff;
}

.ViewEditTable td
{
	height: 25px;
}



/**************** * DPP Tables * ********************/

.observationResultCell
{
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-align: center;
}

.ObservationTableScreen
{
	width: 550px;
}

.ObservationCommentHeader
{
	width: 550px;
	background: #8a8d05;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: white;
	padding: 8px;
}

table.dppTable
{
	font-size: 15px;
}

.dppTable tr.header
{
	background: #8a8d05;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: white;
}

.dppTable td.answer
{
	width: 70px;
	vertical-align: middle;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

.dppTable td.answerRight
{
	width: 70px;
	vertical-align: middle;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.dppTable td.category
{
	width: 325px;
	padding: 8px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	color: white;
}

.dppTable td.questionNo
{
	width: 25px;
	height: 50px;
	border-bottom: solid 1px #000000;
	text-align: center;
}

.dppTable td.question
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 300px;
	height: 50px;
}

.dppTable td.questionEmptyPrint
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 400px;
	height: 50px;
}

.dppTable td.responseRight
{
	border-bottom: solid 1px #000000;
}

.dppTable td.response
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

.QuestionnaireCommentWidth
{
	width: 550px;
}


/**************** * Gridview * ********************/

.gridview
{
	font-size: 11px;
}

.gridview tr.normal
{
	color: yellow;
	background-color: #fff1e1;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.gridview tr.alternate
{
	color: black;
	background-color: #ffe9d0;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.gridview table
{
	margin-top: 10px;
	width: 100%;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}


.gridview td
{
	padding: 5px;
}

.gridview th
{
	color: white;
	background-color: #ff8700;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.gridview th
{
	text-align: left;
	padding: 5px;
}


/*
.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
   background-color: #223322;
   color: black;
}
*/


/********** SCROLLER *************/
#scr1 div
{
	visibility: hidden;
}
#scr1, #scr1 div.default
{
	width: 160px;
	height: 120px;
	overflow: hidden;
	visibility: visible;
}
#scr1 table tr td div
{
	visibility: visible;
}

#scr1
{
	background-color: #ffffff;
	margin: 0px auto;
}

/*********************************/
.heading
{
	padding: 5px 10px 5px 10px;
	font-weight: bold; /* border-bottom: dashed 1px #000000; */
	margin: 5px 10px 5px 10px; /* text-decoration: underline; */
}

.paragraph
{
	margin: 5px 10px 5px 10px;
}

/*'''***************************************/

.collapsePanel
{
	width: 260px;
	height: 0px; /* background-color: Yellow; */
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 260px;
	height: 20px;
	color: black; /* background-color: Lime; */
	font-weight: bold;
	float: left;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}

/****** Udskrifter af skeamer *************/

.onlineSurvey table
{
	margin-top: 10px;
	width: 100%;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

/****** Generel tabel *************/

.DCUMTableLight
{
	font-size: 11px;
	padding-top: 10px; /*width: 100%;*/
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
}

.DCUMTableLight tr
{
	background-color: #d2e1ef;
	height: 25px;
	vertical-align: middle;
	text-align: left;
	margin:0px;
	padding:0px;
}

.DCUMTableLight tr.normal
{
	color: black;
	background-color: #eaeaea;
	/*background-color: #fff1e1;*/
}

.DCUMTableLight tr.alternate
{
	color: black;
	background-color: #f6f6f6;
	/*background-color: #d5e7f9;*/
}

.DCUMTableLight tbody tr.even td {
	background-color: #ffffff;
}

.DCUMTableLight tbody tr.odd td {
	background-color: #f6f6f6;
}

.DCUMTableLight tbody tr.hover td {
	background-color: #e0e0e0;
}

.DCUMTableLight tbody tr.selected td {
	background-color: #ffe7cd;
	color: #000000;
}

.DCUMTableLight td
{
	padding: 5px;
	/*background-color: #fff1e1;*/
	border-bottom: solid 1px #eaf5ff;
	margin:0px;
}

.DCUMTableLight td.checkBoxCell
{
	width:20px;
}

.DCUMTableLight th
{
	color: white;
	background-color: #a0aebb;
	height: 10px;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}

.DCUMTableLight thead tr .headerSortUp {
    background-image: url(../images/asc.gif); 
}

.DCUMTableLight thead tr .headerSortDown {
    background-image: url(../images/desc.gif); 
}

.DCUMTableLight .header { 
    /*background-image: url(../images/bg.gif);*/
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    /*border-right: 1px solid #dad9c7; */
    margin-left: -1px; 
}

.DCUMTableLight .highlight 
{
	background-color:Yellow;
}

.DCUMTable
{
	font-size: 11px;
	margin-top: 10px; /*width: 100%;*/
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
	font-family: Verdana,"Lucida Grande",Arial,Tahoma,Helvetica,"Bitstream Vera Sans",sans-serif;
	color: #000000;
}

.DCUMTable tr
{
	background-color: #eff7ff;
}

.DCUMTable tr.normal
{
	color: yellow;
	background-color: #fff1e1;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.DCUMTable tr.alternate
{
	color: black;
	background-color: #ffe9d0;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.DCUMTable tbody tr.even td {
	background-color: #e6f3ff;
}

.DCUMTable tbody tr.odd td {
	background-color: #daedff;
}

.DCUMTable tbody tr.hover td {
	background-color: #c2cae3;
}

.DCUMTable tbody tr.selected td {
	background-color: #b5c5d4;
}

.DCUMTable td
{
	padding: 5px;
	/*background-color: #fff1e1;*/
	border-bottom: solid 1px #b9c1d9;
}

.DCUMTable tbody tr.dark td
{
	background-color: #a3c0cc;
}

.DCUMTable thead tr .th
{
	color: white;
	background-color: #ff8700;
	height: 15px;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}

.DCUMTable thead tr .headerSortUp {
    background-image: url(../images/asc.gif); 
}

.DCUMTable thead tr .headerSortDown {
    background-image: url(../images/desc.gif); 
}

.DCUMTable thead tr.tableHeader,
.DCUMTable tbody tr.tableHeader
{
	padding:5px;
	color: #FFFFFF;
	background-color: #5262FF;
}

.DCUMTable thead tr.tableHeader th,
.DCUMTable tbody tr.tableHeader th
{
	padding:5px;
}

.DCUMTable .header { 
    background-image: url(../images/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    /*border-right: 1px solid #dad9c7; */
    margin-left: -1px; 
}

/************ tablesorter - default blue **************/

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}



/****** Generel tabel *************/

.DCUMStatusTable
{
	font-size: 11px;
	margin-top: 10px; /*width: 100%;*/
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
	border: solid 1px #ffd59b;
}

.DCUMStatusTable tr.normal
{
	color: yellow;
	background-color: #fff1e1;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.DCUMStatusTable tr.alternate
{
	color: black;
	background-color: #ffe9d0;
	height: 15px;
	vertical-align: middle;
	text-align: left;
}

.DCUMStatusTable td
{
	padding: 5px;
	background-color: #fff1e1;
	border-bottom: solid 1px #ffd59b;
}

.DCUMStatusTable th
{
	color: white;
	background-color: #ff8700;
	height: 15px;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}

/*     unsorted       */

#tooltip
{
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 2px 5px;
	max-width:400px;
	color: #333;
	display: none;
}


.accordionhead
{
	width:100%;
	cursor:pointer;
}

.accordionbody
{
	background-color:#efefef;
	margin:4px;
	padding:4px;
	border:solid 1px #cccccc;
}

.LoginBoxInstitution,
.LoginBoxRespondentGroup,
.DefaultBackground,
.tableCell
{
	background-color: #ccdeef;
}

.LoginBoxRespondentGroup
{
    border: solid 1px rgb(205, 177, 146); 
    margin: 0px; 
    padding: 5px;
    width: 250px;
}

.LoginBoxInstitution
{
    border: solid 1px #a0aebb; 
    margin: 0px; 
    padding: 5px;
    width: 270px;
}

.BenchmarkerPanel
{
    background-color:#b8c8d7;
    border: solid 1px black;
}


.createSubinstitutionTable
{
	color: #000000;
	background-color: #b8c8d7;
    width: 600px; 
    border: solid 1px black;

}





/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* CSS til andet jqModal */

div.jqmConfirm input[type="submit"] { padding: 4px; margin: 10px 30px; background: #00FF00; color: #FFF; border: 1px solid #AAA; }

/* jqModal confirm CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmConfirm { /* contains + positions the alert window */
  display: none;
  
  position: fixed;
  top: 17%;
  width: 100%;
}


div.jqmDialogTitleTermometeretColors
{
	border:1px solid #b8c8d7;
	background-color:#cdffcd;
}

div.jqmDialogWindowTermometeretColors
{
  border:3px solid #b8c8d7;
  background-color:#FFFFFF;
}

.jqmDialogButtonTermometeret
{
	border: 1px solid #BBBBBB;
	height: 22px;
	color: #000000;
}

div.jqmDialogWindowDefaultColors
{
  background-color:#ffffff;
  border:3px solid #a0aebb;
}

div.jqmDialogTitleDefaultColors
{
	border:1px solid #a0aebb;	
	background-color:#ccdeef;
}

div.jqmDialogTitle
{
	font-weight:bold;
	line-height:35px;
	margin:1px;
	height:35px;
	text-align:center;
}

div.jqmDialog { /* contains + positions the dialog window */
  position: fixed;
  position:absolute;
  margin-left:auto;
  margin-right:auto;
  top: 17%;
  /*width: 100%;*/
}

div.jqmDialogWindow {
  margin: auto;
  min-height:1px;
  padding: 2px;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmConfirm {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmDialogWorkingTermometeret
{
	background-image:url(../images/loadingbart2style.gif);
	width:220px;
	height:19px;
}

.jqmDialogWorking
{
	background-image:url(../images/loadingbart2style.gif);
	width:220px;
	height:19px;
}

div.jqmConfirmWindow {
  /*height:auto;*/
  width: auto;
  margin: auto;
  
  max-width:400px;
  
  background-color:#ffffff;
  border:3px solid #FF8700;
  padding: 3px;
}

.jqmConfirmTitle{
  height:35px;
  background-color:#FFBA6D;
border:1px solid #FF8700;
color:Black;
font-weight:bold;
text-align:center;
/*line-height:12px;*/
}

.jqmTitleMsg 
{
	line-height:35px;
}

.jqmConfirmTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#000;

  float:left;
  height:20px;
}

div.jqmConfirm .jqmClose em{display:none;}
div.jqmConfirm .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background-color:Blue;
  /*background:transparent url(confirm/close_icon_double.png) 0 0 no-repeat;*/
}

div.jqmConfirm a.jqmClose:hover{ background-position: 0 -20px; }

div.jqmConfirmContent{
  border-top:px;
  color:#000;
  font:11px/14pt arial;
  /*padding:5px 20px 5px;*/
  margin:5px;
  letter-spacing:0px;
  background-color:white;
  /*background:#FFF url(confirm/darkgrid.png);*/
}

/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  clearing a float without additional markup
   http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

