html { height: 100%; }
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	background: #fff url(../images/bg.gif) repeat-y top center;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 80%;
	color: #737373;
	}
* html body					{ background: #fff url(../images/bg_ie.gif) repeat-y top center;} /* IE specific positioning */
#contentarea p				{ margin:0; padding:0; padding-left:10px; }
#contentarea .threecol p	{ padding-left:0px; padding-bottom: 12px; }

form { margin: 0; }

input, #contentarea select {margin-top:1px;padding-left:1px;font-family: 'Trebuchet MS',sans-serif;color: #000;}
#contentarea input.submit 
{
    margin: 5px 0 0 0;
	background: transparent url(../images/submit_grey.gif) no-repeat top left;
	width: 60px;
	height: 23px;
	border: 0;
	color: #fff;
	font-size:0.85em;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;}

a, a:visited {
	color:#0EB4DE;
	text-decoration:none;
	}
	
a:hover {color:#D12F17}

.box {
	float: right;
	padding: 10px;
	margin-bottom:20px;
	background: #ffffcc url(../images/yellowbox.gif) no-repeat top right;
	border-left: 1px solid #ffe500;
	border-bottom: 1px solid #ffe500;
	display: inline-block;
	}


/* /// CONTENT LAYOUT /// */

#container {
	margin: 0px auto;
	padding:0;
	/*position: relative;*/
	min-height: 100%;
	width: 764px;
	text-align: center;
	}

* html #container { height: 100%; }


/* /// GLOBAL MENU /// */

#globalnav {
	margin: 0px;
	width: 764px;
	background-color: #D12F17;
	font-size: 0.9em;
	text-align: right;
	display: block;
	height: 24px;
	}

.topmenu {
	margin:0 20px 0 auto;
	padding: 2px 0;
	list-style-type: none;
	display: inline;
	white-space: nowrap;
	text-align: left; /* IE5 specific */
	}
	
.backmenu {
	margin:0 auto 0 20px;
	padding: 2px 0;
	list-style-type: none;
	white-space: nowrap;
	display:inline;
	float:left;
	text-align: left; /* IE5 specific */
	}

.topmenu li		{ display: block; float: right; }
.backmenu li	{ display: block; float: left; }
.topmenu li.login {background:transparent url(../images/login.gif) no-repeat center left;}
.topmenu li.signup {background:transparent url(../images/signup.gif) no-repeat center left;}
.topmenu li.help {background:transparent url(../images/help.gif) no-repeat center left;}
.topmenu li.profile {background:transparent url(../images/profile.gif) no-repeat center left;}
.backmenu li {background:transparent url(../images/back.gif) no-repeat center left;}

.topmenu a, .topmenu a:visited {
	display: block;
	padding: 2px 5px 1px 18px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border:1px solid #D12F17;
	}
.backmenu a, .backmenu a:visited {
	display: block;
	padding: 2px 5px 1px 24px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border:1px solid #D12F17;
	}

* html .topmenu a, * html .topmenu a:visited, .backmenu a, .backmenu a:visited {display: inline-block;}

.topmenu a:hover, .backmenu a:hover {border:1px solid #ed8262;color:#fff;}


/* /// TOP /// */

#navarea {
	margin:0 auto;
	padding: 20px 10px 10px 10px;
	background-color: #fff;
	width: 724px;
	\width:744px;
	w\idth:724px;
	text-align: left; /* IE5 specific */
	}

#navarea h1 {
	margin: 0;
	padding:0;
	margin-top:2px;
	margin-bottom: 22px;
	border:0;
	float: left;
	width:258px;
    height:38px;
	overflow:hidden;
	background: transparent url(../images/logo.gif) top left no-repeat;
	position:relative;
	}

#navarea h1 a,#navarea h1 a:hover {
text-decoration: none;
width:100%;
height:100%;
margin:0;
padding:0;
border:0;
display:block;
text-indent:-999999px;
}

/* /// TABS /// */

#nav {
	margin: 0;
	background:#b6e8f5 url(../images/bg_tab.gif) repeat-x bottom left;
	width: 724px;
	clear:both;
	}

.tabmenu {
	background-color: #534a39;
	margin: 0;
	display: table;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	}
.tabmenu li {display: block; float: left; }

.tabmenu a, .tabmenu a:visited {
	display: block;
	padding: 4px 9px 3px;
	color: #005b7f;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	background:#b6e8f5 url(../images/bg_tab_border.gif) repeat-y top right;
	}

* html .tabmenu a, * html .tabmenu a:visited {
	display: inline-block;
	margin: 0 -4px 0 0;
	}

.tabmenu a:hover {
	color: #fff;
	background:#3ecdf1 url(../images/bg_tab_active.gif) repeat-x top right;
	}

.tabmenu .active a, .tabmenu .active a:visited, .tabmenu .active a:hover {
	color: #fff;
	background:#3ecdf1 url(../images/bg_tab_active.gif) repeat-x top right;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #3ecdf1;
	font-weight: bold;
	margin-left: -1px;
	}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	}

#navigation li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#navigation li a {
	padding: 4px 6px;
	color: #005b7f;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	border-right: 1px solid #caecf5;
	}

#navigation li a:hover {
	background-color: #3ecdf1;
	color: #fff;
	}

#navigation li.on a {
	margin: 0 0 -1px -1px;
	background-color: #3ecdf1;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #3ecdf1;
	border-right: 1px solid #fff;
	color: #fff;
	}

#main { margin: 0px 20px; }

#bluearea {
	margin: 0px;
	padding: 18px 10px 0 20px;
	background: #0eb4de url(../images/search_bg.gif) repeat-x top left;
	clear: left;
	color: #005B7F;
	font-size: 1.25em;
	}

#bluearea ul {
	margin-top: 56px;
	padding: 0;
	list-style-type: none;
	display: table;
	white-space:nowrap;
	float: right;
	}
	
#bluearea ul.small {
	margin-top: 5px;
	margin-left:0px;
	}

#bluearea ul.belowsearch {
	margin:0px;
}
	
#bluearea li {
	float: left;
	display: block;
	background:transparent url(../images/icon_bluenav.gif) no-repeat center left;
	}

#bluearea li a, #bluearea li a:visited 
{
    padding: 2px 5px 1px 23px;
    color:#fff;
    font-size:0.8em;
    display: block;
    /*border:1px solid transparent;*/
    }
*html #bluearea li a, *html #bluearea li a:visited {display: inline-block;}
    
#bluearea li a:hover {padding: 1px 4px 0px 22px;border:1px solid #A5DDEB}

#bluearea_small {
	margin: 0px;
	padding: 14px 20px 0 20px;
	background: #0eb4de url(../images/search_bg.gif) repeat-x top left;
	clear: left;
	color: #005B7F;
	font-size: 1.4em;
	}

#bluearea input.auto_complete_input
{
	margin: 12px 0 0 0;
	padding: 0 0 1px 2px;
	color: #737373;
	font-size: 0.9em;
	width: 344px;
	border-top: 1px solid #0A8BAB;
	border-left: 1px solid #0A8BAB;
	border-right: 1px solid #97DFF1;
	border-bottom: 1px solid #97DFF1;
}

#bluearea .auto_complete_result ul {
	background-color: white;
	color: #737373;
	display:block;
	text-align:left;
	list-style-type:none;
	padding: 0;
	margin:0;
	border: solid 1px #737373;
	white-space: normal;
	width: 346px;
	cursor:pointer;
}

#bluearea .auto_complete_result li 
{
	background-image: none;
	display:list-item;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1em;
	font-size:smaller;
	float:none;
	cursor:hand;
}

#bluearea .auto_complete_result li.selected
{
	color:#fff;
	background-color:#2EC300;
}

div.loginbanner
{
	color:Red;
	margin-left: 20px;
	margin-right: 20px;
}

#imagecontainer {
	padding-left:10px;
	float:left;
	width:194px;
	\width:204px;
	w\idth:194px;
	background-color:transparent;
	}

#imagecontainer.narrow {
	width:100px;
	\width:110px;
	w\idth:100px;
	}

#mainsearch 
{
    margin:0;
    margin-top:12px;
	float:left;
	width:480px;
	background-color:transparent;
	text-align: left;
	}

#mainsearch label input {margin:0 3px 0 12px;}

#mainsearch input#ctl00_cphBlueBox_mlsSearch_btnSearch {
	margin: 0px 0 0 16px;
	background: transparent url(../images/submit.gif) no-repeat center center;
	width: 60px;
	height: 24px;
	border: 0;
	color: #fff;
	font-size:0.98em;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	}
	
#mainsearch label {font-weight:normal}
	
#mainsearch h3 {display:inline;margin:0}

#subsearch 
{
	float:right;
	width:480px;
	background-color:transparent;
	font-weight:bold
	}

#subsearch label input {margin:0 3px 0 12px;}

#subsearch input.searchfield {
	margin: 12px 0 0 0;
	padding: 0 0 0 2px;
	background: #fff;
	color: #737373;
	font-size: 0.9em;
	width: 378px;
	border-top: 1px solid #0A8BAB;
	border-left: 1px solid #0A8BAB;
	border-right: 1px solid #97DFF1;
	border-bottom: 1px solid #97DFF1;
	}

#subsearch input#ctl00_cphBlueBox_mlsSearch_btnSearch {
	margin: 0px 0 0 16px;
	background: transparent url(../images/submit.gif) no-repeat center center;
	width: 60px;
	height: 24px;
	border: 0;
	color: #fff;
	font-size:0.98em;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	}
	
#subsearch h3 {display:inline;margin:0}

#contentarea {
	margin:0 20px;
	padding-bottom: 30px;
	text-align:left;
	font-family:'Trebuchet MS', sans-serif;
	line-height:1.3em;
	clear: left;
	}
	
#contentarea h2 {
	margin:0;
	padding:5px 10px;
	background-color:#dadada;
	font-family: 'Trebuchet MS',sans-serif;
	font-size:1.3em;
	width:704px;
	}
	
#contentarea #greytop {
	padding:5px 10px;
	background-color:#dadada;
	width:704px;
	}

#calendartop {
	margin-bottom:10px;
	width:724px;
	background-color:#dadada;
	}
	
#calendartop .showdate {float:left;}
#calendartop .changedate {float:right;margin-top:1px;text-align:right}
#calendartop .changedate input {margin-right:10px;}
table.formsholder {margin:1px 10px;width:704px;}
table.leftforms {width:auto;}
table.leftforms td.divider {margin:0;padding:0 5px;text-align:center}
table.rightforms {margin:0;width:auto;float:right}
.pad {margin:0 10px;} 

#contentarea #calendartop h2 {
	margin:0;
	padding:5px 10px;
	background-color:transparent;
	font-family: 'Trebuchet MS',sans-serif;
	font-size:1.3em;
	width:auto;
	}

#contentarea ul {list-style:none;padding:0px;margin:0px;margin-left:5px}
#contentarea li {padding-left:16px;background:transparent url(../images/bullet_generic.gif) no-repeat 0px 5px;}
#contentarea ul li ul {margin-left:2px}
#contentarea ul.lists {
	margin:0;
	margin-top:10px;
	padding:0;
	list-style-type:none;
	width:100%;
	overflow:hidden;
	}

#contentarea ul.lists li {
	margin:0 10px;
	padding:0;
	border-bottom:1px solid #dadada;
	background:none;
	}

#contentarea ul.lists li a, #contentarea ul.lists li a:visited {
	padding:10px 10px 10px 22px;
	display:block;
	background:transparent url(../images/icon_opskrift.gif) no-repeat 0px 9px;
	}
	
* html #contentarea ul.lists li a, * html #contentarea ul.lists li a:visited {background-position:0px 10px}

#contentarea ul.lists li a:hover {background:#f0f0f0 url(../images/icon_opskrift.gif) no-repeat 5px 9px;padding-left:27px;}
* html #contentarea ul.lists li a:hover {background-position:5px 10px;}

#contentarea h3 {
	margin:10px 0 10px 10px;
	font-family:'Trebuchet MS',sans-serif;
	font-size:1.1em;
	}
#contentarea div h3 {margin-top:0px}

#contentarea h3.breadcrum {margin:10px 10px 0 10px;padding-bottom:8px;font-size:0.95em;font-weight:normal;border-bottom:1px solid #dadada;}

#contentarea li h3 a,  #contentarea li h3 a:visited {
	color:#2EC300;
	text-decoration:underline;
	}
	
#contentarea li h3 a:hover {color:#D12F17;}

#contentleft {
	margin:10px 0 0px 10px;
	padding-right:10px;
	width:710px;
	\width:721px;
	w\idth:710px;
	float:left;
	border-right:1px solid #dadada;
	}
	
* html #contentleft {display:inline;}

#contentright {
	margin:10px 10px 0px -1px;
	padding-left:10px;
	width:173px;
	\width:184px;
	w\idth:173px;
	float:right;
	border-left:1px solid #dadada;
	}
	
* html #contentright {display:inline;}
	
#contentarea h4 {
	margin:1px 0 0 0;
	font-family:'Trebuchet MS',sans-serif;
	font-size:1.05em;
	color:#2EC300;
	}
	
#contentarea p {margin:7px 0 10px 0;}

input.signup
{
    padding-left:3px;
    width:300px;/*
    border-top:solid 1px #d1d1d1;
    border-left:solid 1px #d1d1d1;
    border-right:solid 1px #f7f7f7;
    border-bottom:solid 1px #f7f7f7;*/
    }
    
.centerdiv {text-align:center;}

#weightdiff 
{
    margin:10px;
    padding:10px 0;
    font-weight:bold;
    border-top:1px solid #e6e6e6;
    clear:left;}
#weightdiff p {padding-left:0px}
#contentarea ul.copydate {list-style:none;margin:0;padding:0;}
* html #contentarea ul.copydate {margin:0 0 12px 0;}
#contentarea ul.copydate li {margin:0;padding:0;background:none;}
#contentarea ul.copydate li a, #contentarea ul.copydate li a:visited {padding-left:20px;background:transparent url(../images/copydate.gif) no-repeat 0 -26px}
#contentarea ul.copydate li a:hover {background-position:0 -6px}

#twocolwrapper {width:724px;background:transparent url(../images/2col.gif) repeat-y top left;}
.twocol 
{
    padding:0 10px;
    float:left;
    width:342px;
    \width:362px;
    w\idth:342px;
    overflow:hidden;
    }

#twocolvarwrapper {margin-top:10px;width:724px;background:transparent url(../images/3col_var.gif) repeat-y top left;}
.twocolnarrow
{
    padding:0 10px;
    float:left;
    width:221px;
    \width:241px;
    w\idth:221px;
    }
    
.twocolnarrow input {margin-top:1px;width:100%;}
#contentarea .twocolnarrow p,
#contentarea .twocolnarrow h3
{padding-left:0px;margin-left:0px;}
#contentarea .twocolwide p,
#contentarea .twocolwide h3
{padding-left:0px;margin-left:0px;margin-right:0px;}
#contentarea .twocolwide h4 {padding-top:10px}
.twocolwide
{
    padding:0 10px;
    float:left;
    width:462px;
    \width:482px;
    w\idth:462px;
    }

#threecolwrapper {margin-top:10px;width:724px;background:transparent url(../images/3col.gif) repeat-y top left;}
.threecol 
{
    padding:0 10px;
    float:left;
    width:221px;
    \width:241px;
    w\idth:221px;
    }
    
#contentarea .threecol h3, #contentarea .threecol ul, #contentarea .threecol img {margin:0 0 10px 0;}

#fourcolwrapper {background:transparent url(../images/4col.gif) repeat-y top left;width:724px;margin-top:10px}
#fourcolwrapper ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#fourcolwrapper ul li {
	margin:0;
	padding:0;
	width:180px;
	float:left;
	background:none;
	}
* html #fourcolwrapper ul li {display:inline;}
#fourcolwrapper ul li.articles,
#fourcolwrapper ul li.components,
#fourcolwrapper ul li.enumber {margin-left:1px}

#fourcolwrapper ul li a, #fourcolwrapper ul li a:visited {
	width:160px;
	\width:180px;
	w\idth:160px;
	padding-top:122px;
	margin:0 10px;
	color:#737373;
	display:block;
	}
#fourcolwrapper ul li.recipes a, #fourcolwrapper ul li.recipes a:visited {background:transparent url(../images/recipes.gif) no-repeat 0px 0px;}	
#fourcolwrapper ul li.articles a, #fourcolwrapper ul li.articles a:visited {background:transparent url(../images/articles.gif) no-repeat 0px 0px;}
#fourcolwrapper ul li.components a, #fourcolwrapper ul li.components a:visited {background:transparent url(../images/components.gif) no-repeat 0px 0px;}
#fourcolwrapper ul li.enumber a, #fourcolwrapper ul li.enumber a:visited {background:transparent url(../images/enumber.gif) no-repeat 0px 0px;}
	
#fourcolwrapper ul li a:hover {color:#595959}
#fourcolwrapper ul li.recipes a:hover {background:transparent url(../images/recipes.gif) no-repeat -160px 0px;}	
#fourcolwrapper ul li.articles a:hover {background:transparent url(../images/articles.gif) no-repeat -160px 0px;}
#fourcolwrapper ul li.components a:hover {background:transparent url(../images/components.gif) no-repeat -160px 0px;}
#fourcolwrapper ul li.enumber a:hover {background:transparent url(../images/enumber.gif) no-repeat -160px 0px;}
	
#fourcolwrapper ul li a strong, #fourcolwrapper ul li a:visited strong {
	padding:5px 0;
	margin-bottom:-10px;
	font-size:1.2em;
	color:#0EB4DE;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	display:block;
	background:transparent url(../images/arrow_blue.gif) no-repeat center right;
	}
#fourcolwrapper ul li a:hover strong {
	color:#2EC300;
	background:transparent url(../images/arrow_green.gif) no-repeat center right;
	}

/* /// TABLE DEFINITIONS /// */

.tableContainer {margin-top:10px;padding:0 10px;width:704px;\width:724px;w\idth:704px;}
.twocolwide .tableContainer { width:462px; \width:482px; w\idth:462px;}
.twocolnarrow .tableContainer { width:221px; \width:241px; w\idth:221px;}
.twocol .tableContainer { width:342px; \width:362px; w\idth:342px; }
table {width:100%;font-size:1em;}
.centerdiv {text-align:center}
.centerdiv table {width:auto;margin:10px auto 0 auto;}
.centerdiv table td {text-align:left;}
#contentarea td.checkbox {padding-top:18px;}
.centerdiv table td.checkbox table {width:180px;margin:0;padding:0;border-collapse:collapse}
#contentarea td.checkbox input {border:none;}
table td.narrow {width:5%;white-space:nowrap;}
th {padding-left:2px;text-align:left;color:#2EC300;font-family:'Trebuchet MS',sans-serif;font-size:1.05em;padding-bottom:6px}
th.rgt {text-align:right;}
#contentarea .tableContainer td h3 {margin-left:0px;}
.tableContainer td.nowrap {white-space:nowrap;}
.tableContainer td {padding:2px 0 2px 6px;vertical-align:top;}
.tableContainer td.rgt {padding-right:2px;text-align:right;width:1%;}
.tableContainer td.last {padding-right:6px;}
.tableContainer th {padding-left:6px;}
.tableContainer tr.odd td {background-color:#ececec}
.tableContainer td.rgtodd {text-align:right;background-color:#ececec}

.tableDefinition {padding:0px 10px}

.changedate table {width:auto;background-color:#fff}
.datepicker 
{
	width:auto;
	position:absolute;
}
.datepicker table {margin:0;padding:0;width:180px;background-color:#fff;border:1px solid #737373;border-collapse:separate !important;}
.datepicker table th, .datepicker table td {text-align:center;width:14%;font-size:0.85em;border-left:1px solid #e6e6e6;border-top:1px solid #e6e6e6;}
.datepicker table th {background-color:#e6e6e6;padding:1px 3px;font-size:0.95em;}
.datepicker table td a, .datepicker table td a:visited {display:block;padding:1px 3px;color:#737373 !important;}
.datepicker table td a:hover {background-color:#0eb4de;color:#fff !important;}
.datepicker table td.selected a, .datepicker table td.selected a:visited {background-color:#2ec300;color:#fff !important;}
.datepicker table tr td table {margin:0;padding:0;width:auto;background-color:#737373;border:0px;}
.datepicker table tr td table td {color:#fff;font-weight:bold;border:0px;font-size:1em;}
.datepicker table tr td table td a, .datepicker table tr td table td a:visited {color:#fff !important;}
.datepicker table tr td table td a:hover {background-color:#737373;}

.calendar {margin:12px 0;padding:0;border-collapse:collapse;width:342px}
.twocolwide .calendar {width:462px}
.calendar th {margin:0;padding:5px 4px;background-color:#e6e6e6;color:#737373;}
.calendar th.first {border-right:1px solid #f7f7f7;}
.calendar td {margin:0;padding:5px;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;vertical-align:top}
.calendar td.fields {border-right:none;white-space:nowrap;vertical-align:top;}
.calendar td.edit {border-right:none;white-space:nowrap;text-align:right}
.calendar td.total {background-color:#fff;}
.calendar td.numbers {white-space:nowrap;text-align:right}
.calendar td.totalnumbers {background-color:#fff;border-right:none;}
.calendar td.rightalign {text-align:right;width:70%}
.calendar td img {border:none}
.calendar td table {margin:0;padding:0;border-collapse:collapse;width:100%}
.calendar td table td {margin:0;padding:0;border:none;text-align:right}
/*.calendar td select {margin-left:5px;}*/
.calendar input.textfield {width:34px;}
.calendar select.textfield {width:40px;border-top:solid 1px #f7f7f7;
    border-left:solid 1px #f7f7f7;
    border-right:solid 1px #d1d1d1;
    border-bottom:solid 1px #d1d1d1;}
.calendar td input.calsubmit 
{
	margin-top:5px;
	background:#2EC300 url(../images/submit_calendar.gif) repeat-x top left;
	width:auto;
	color:#fff;
	border-top:solid 1px #f7f7f7;
    border-left:solid 1px #f7f7f7;
    border-right:solid 1px #d1d1d1;
    border-bottom:solid 1px #d1d1d1;
	}
.calendar td input.calsubmit:disabled {
	background:#C0EDB2 url(../images/submit_calendar_disabled.gif) repeat-x top left;
	width:auto;
	color:#fff;
	}

/* /// FOOTER /// */

#footer {
	margin: -20px auto 0px auto;
	position: relative;
	height: 20px;
	width: 744px;
	background-color: #fff;
	}

* html #footer { margin-top: -20px; }


/* /// CLEAR /// */
.clearfix { clear: both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-table;}

* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block; }
/* End hide from IE-mac */

.clearboth {
	clear: both; 
}

div.feedback
{
	padding-bottom:20px;
	background-color: #fff;
	color: green;
	width: 724px;
	text-align: center; /* IE5 specific */
}


/****************************************
General form styles
*/
input.mediumNumber
{
	padding-left:3px;
	width:34px;
}

input.shortNumber
{
	padding-left:3px;
	width:17px;
}

input.mediumNumber
{
	padding-left:3px;
	width:55px;
	text-align:right;
}

.warning
{
	color:#D12F17;
}

#contentarea .loginBox h2
{
	width:320px;
}
.loginBox .field
{
	width:200px;
}

.helpText
{
	font-size:0.9em;
	margin-bottom:5px;
}
.smallFont
{
	font-size:0.8em;
}

/****************************************
Styles for the PercentageBar control
*/
.PercentageBar
{
	margin-bottom:12px;
	width:219px;
	\width:221px;
	w\idth:219px;
	position:relative;
	border-color:#737373;
	border-width:1px;
	border-style:solid;
	height:20px;
	background:#f7f7f7 url(../images/percentagebar.gif) repeat-x top left;
}

.PercentageBar .Percentage
{
	border-right-color:#737373;
	border-right-style:solid;
	border-right-width:1px;
	height:20px;
	overflow:hidden;
}

.PercentageBar .Low
{
	background:#b9ebaa url(../images/percentagebar_low.gif) repeat-x top left;
}

.PercentageBar .High
{
	background:#ed8373 url(../images/percentagebar_high.gif) repeat-x top left;
}

.PercentageBar .Text
{
	position:absolute;
	top:0px;
	left:0px;
	font-weight:bold;
	text-align:center;
	width:100%;
	padding-top:2px;
	color:#fff;
}

.PercentageBarTitle
{
	font-size:0.95em;
	font-weight:bold;
}

.ElevationModeToggler
{
	font-size:0.7em;
}

.ImpersonationBar table
{
	width: 724px;
	margin-left:20px;
}


/****************************************
Changes to the frontpage
*/

#twocolwrapper					{ background: transparent url(../images/front_2col.gif) repeat-y top left; width: 724px; margin-top: 10px; }
#twocolwrapper ul				{
									margin: 0;
									padding: 0;
									list-style:none;
								}
#twocolwrapper ul li			{
									margin: 0;
									padding: 0;
									width: 360px;
									float: left;
									background: none;
								}
* html #twocolwrapper ul li		{ display: inline; }
#twocolwrapper ul li.cal, #fourcolwrapper ul li.user	{ margin-left: 1px; }

#twocolwrapper ul li a,
#twocolwrapper ul li a:visited {
									width: 340px;
									margin: 0 10px;
									color: #737373;
									display: block;
									padding-top: 122px;
								}

#twocolwrapper ul li.cal a, #twocolwrapper ul li.cal a:visited		{ background: transparent url(../images/calendar.gif) no-repeat 0px 0px; }
#twocolwrapper ul li.user a, #twocolwrapper ul li.user a:visited	{ background:transparent url(../images/profile_big.gif) no-repeat 0px 0px; }
#twocolwrapper ul li.shop a, #twocolwrapper ul li.shop a:visited	{ background:transparent url(../images/shop.gif) no-repeat 0px 0px; }
#twocolwrapper ul li.extlink a, #twocolwrapper ul li.extlink a:visited	{ padding-top: 0px;  }
	
#twocolwrapper ul li a:hover		{ color:#595959 }
#twocolwrapper ul li.cal a:hover	{ background:transparent url(../images/calendar.gif) no-repeat -340px 0px; }
#twocolwrapper ul li.user a:hover	{ background:transparent url(../images/profile_big.gif) no-repeat -340px 0px; }
#twocolwrapper ul li.shop a:hover	{ background:transparent url(../images/shop.gif) no-repeat -340px 0px; }

#twocolwrapper ul li a strong, #twocolwrapper ul li a:visited strong
										{
											padding: 5px 0;
											margin-bottom: -10px;
											font-size: 1.2em;
											color: #0EB4DE;
											border-top: 1px solid #dadada;
											border-bottom: 1px solid #dadada;
											display: block;
											background: transparent url(../images/arrow_blue.gif) no-repeat center right;
										}
#twocolwrapper ul li a:hover strong		{
											color:#2EC300;
											background:transparent url(../images/arrow_green.gif) no-repeat center right;
										}
#twocolwrapper ul li.extlink a strong, #twocolwrapper ul li.extlink a:visited strong
										{
											font-size: 1.05em;
											background: none;
										}
#twocolwrapper ul li.extlink a:hover strong		{ background:none;}										
/* *********** */
/* Shop module */


	.shop_headline								{
													margin:0;
													padding:5px 10px;
													background-color:#dadada;
													font-family: 'Trebuchet MS',sans-serif;
													font-size:1.3em;
													font-weight: bold;
													width: 704px;
													display: block;
												}
	.shoppingCartTotal							{ margin: 0px; padding-left: 23px; float: right;
													font-size: 0.8em;
													color: #333 !important;
													font-weight: bold;
													background:transparent url(../images/icn_basket.gif) 0px 2px no-repeat;
												}
	.shoppingCartTotal:hover					{ text-decoration: underline; }
	div.products								{
													margin: 0px;
													padding: 0px;
													width: 545px;
													border-left: 1px solid;
													float: left;
													text-align: left;
												}
	/* shop - product */
	div.product					{
													margin: 0px 0px 7px 7px !important;
													padding: 5px;
													float: left;
													display: inline; 
													border: 1px solid #DFDFDF;
													background-color: #fff;
													width: 160px;
													min-height: 150px;
													position: relative;
												}
		div.product	{ margin-right: 7px;  }

	div.products div.active							{ background-color: #f0f0f0 !important; border: 1px solid #0EB4DE !important; }

	* html div.product							{ height: 150px; }
	div.products div.product img				{ margin: 0px 0px 0px 0px; width: 160px; height: 100px; overflow: hidden; float: left; border: none; }
	div.products div.product div.name			{
													padding: 5px 0;
													width: 100%;
													height: 34px;
													float: left;
													font-weight: bold;
													border-bottom: 1px solid #dadada;
													overflow: hidden;
												}
	div.products div.product div.price			{
													position: absolute;
													top: 10px;
													right: 10px;
													padding: 5px;
													background-color: #fff;
													border: 1px solid #0EB4DE;
													font-family: Arial,sans-serif;
													font-size: 1.2em;
													font-weight: bold;
													color: #0EB4DE;
													text-align: right;
												}
	div.products div.product div.action_add		{
													margin: 5px 0px 5px 0px;
													padding: 0px 0px 0px 17px;
													float: left;
													display: block;
													background:transparent url(../images/icn_order.gif) left top no-repeat;
												}
	div.products div.product div.action_info	{
													margin: 5px 0px 5px 10px;
													padding: 0px 0px 0px 17px;
													float: left;
													display: block;
													background:transparent url(../images/icn_info.gif) left top no-repeat;
												}
	div.productDate li							{ margin-left: 25px }
	
	
	/* shop - week */
	div.shopWeeks								{ margin: 0px 7px 0px 0px; padding: 0px; width: 170px; float: left; }
	div.shopWeeks div.week						{
													margin: 0px 0px 7px 0px !important;
													padding: 5px;
													float: left;
													border: 1px solid #DFDFDF;
													background-color: #fff;
													width: 157px;
													min-height: 150px;
												}

	div.shopWeeks div.week div.week_head		{
													margin: 0px 0px 7px 0px;
													padding: 5px 0;
													width: 100%;
													float: left;
													font-weight: bold;
													border-bottom: 1px solid #dadada;
												}
	div.week_head .date							{ font-size: 0.8em; }
/*
	div.day.active								{ padding-left: 10px; background: url(../images/icn_selected.gif) 0px 5px no-repeat; }
*/
	div.corner_button							{ position:relative; }
	div.corner_button input						{
													height: 20px;
													width: 80px;
													font-size: 0.8em;
													font-weight: bold;
													position: absolute;
													right: 2px;
													bottom: 2px;
												}

div.products div.dimmed	{
  /* IE/Win */
  filter: alpha(opacity:50);

  /* Safari<1.2, Konqueror */
  KHTMLOpacity: 0.5;
  
  /* Older Mozilla and Firefox */
  MozOpacity: 0.5;
  
  /* Safari 1.2, newer Firefox and Mozilla, CSS3 */
  opacity: 0.5;	
}

	div.products div.active, 
	div.shopWeeks div.week.active				{ border: 1px solid #00f; }

	/* shop - summering */
	div.deliveryList							{ margin: 7px !important; margin-bottom: 10px !important; }
	div.deliveryList div.date					{
													margin-bottom: 3px;
													font-weight: bold;
													border-bottom: 1px solid #000;
												}
	div.delivery								{ padding-bottom: 3px; float: left; width: 100%; border-bottom: 1px solid #dadada; }
	div.deliveryList div.day					{ margin-bottom: 0px; }
	div.deliveryList div.delivery input,
	div.deliveryList div.delivery div.quantity	{
													width: 25px;
													float: left;
													text-align: center;
												}
	div.deliveryList div.delivery div.title		{
													float:left;
													margin-left: 10px;
												}
	div.deliveryList div.delivery div.price		{ float: right; padding-right: 3px; }
	div.deliveryList div.delivery div.title,
	div.deliveryList div.delivery div.price,
	div.deliveryList div.delivery div.quantity	{ line-height: 25px; }
	div.deliveryList div.delivery div.actions	{ float: right; padding-right: 3px; padding-top:4px; }

	div.deliveryList div.total					{ padding: 3px 0px 3px 0px; font-weight: bold; }
	div.deliveryList div.total div.text			{
													float: left;
													margin-left: 40px;
												}
	div.deliveryList div.total div.price		{ float: right; padding-right: 3px; }
	div.deliveryList.editable div.total div.price		{ float: right; padding-right: 20px; }

	div.deliveryList div.grandTotal				{
													float: left;
													width: 704px;
													background-color: #ccc;
													padding: 3px;
													font-weight: bold;
													font-size: 1.1em;
												}
	.twocolwide div.deliveryList div.grandTotal	{ width:440px; }
	div.deliveryList div.grandTotal div.text	{ float: left; }
	div.deliveryList div.grandTotal div.price	{ float:right; padding-right: 3px; }
	div.deliveryList.editable div.grandTotal div.price	{ float:right; padding-right: 17px; }

	div.deliveryList div.fee					{
													float: left;
													width: 704px;
													padding: 3px;
													border-top: 1px solid #dadada;
												}
	.twocolwide div.deliveryList div.fee		{ width:auto; }
	div.deliveryList div.fee div.text			{ float: left; }
	div.deliveryList div.fee div.price			{ float: right; padding-right:3px; }

	.shopinfo									{ margin: 7px; float: left; display: block; clear: both; width: 100%; }
	

	/* shop meny */
	.AspNet-Menu-Horizontal						{
													margin: 0px 7px 7px 7px;
													padding: 0px 0px 0px 0px;
													background: #b6e8f5;
													width: 531px;
													display: table;
													clear:both;
												}
	.active .AspNet-Menu-Horizontal				{ background: #b6e8f5 url(../images/arrow_green_down.gif) 507px 5px no-repeat; }

	.AspNet-Menu-Leaf							{ list-style: none; margin: 0px !important; padding: 0px !important; background: none !important; }
	.AspNet-Menu-Leaf, .AspNet-Menu				{
													margin: 0;
													padding: 0;
													display: inline;
													list-style-type: none;
													white-space: nowrap;
												}


	.AspNet-Menu ul								{ margin: 0px !important; padding: 0px !important; list-style: none; }
	.AspNet-Menu li								{ margin: 0px !important; list-style: none; float: left !important;}
	.AspNet-Menu a, .AspNet-Menu a:visited		{
													display: block;
													padding: 4px 9px 3px;
													color: #005b7f;
													text-decoration: none;
													background:#b6e8f5 url(../images/bg_tab_border.gif) repeat-y top right;
												}
	.AspNet-Menu-Leaf_selectedItem				{
													padding: 4px 9px 3px 9px !important;
													display: block;
													color: #fff;
 													background: #3ecdf1 url(../images/bg_tab_active.gif) repeat-x top right !important;
													border-right: 1px solid #fff;
													font-weight: bold;
												}
	.AspNet-Menu a:hover						{
													color: #fff;
													background:#3ecdf1 url(../images/bg_tab_active.gif) repeat-x top right;
												}
	
	.AspNet-Menu .AspNet-Menu-Selected a, .AspNet-Menu .AspNet-Menu-Selected a:visited, .AspNet-Menu .AspNet-Menu-Selected a:hover
												{
													margin-left: -1px;
													color: #fff;
													background: #3ecdf1 url(../images/bg_tab_active.gif) repeat-x top right;
													border-left: 1px solid #fff;
													border-right: 1px solid #fff;
													font-weight: bold;
												}

	/* / shop meny */

	/* shop - List orders page */
	.orderList									{ margin: 7px !important; }
	.orderList .day								{ clear: left; margin: 15px 0px 15px 0px !important; }
	.orderList .day .date						{ padding-bottom: 3px; float: left; width: 100%; border-bottom: 1px solid #dadada; font-weight: bold; }
	.orderList .day .address					{ float: left; clear: left; width: 200px; margin-bottom: 15px !important; }

	.orderList .day .logo						{ padding-top: 3px; float: right; }
	.orderList .day .orderHeadline				{ padding-bottom: 3px; float: left; width: 100%; border-bottom: 1px solid #dadada; }
	.orderList .day .orderHeadline .orderid,
	.orderList .day .orderHeadline .quantity,
	.orderList .day .orderHeadline .title,
	.orderList .day .orderHeadline .price		{
													float: left;
													font-weight: bold;
												}
	.orderList .day .order,
	.orderList .day .total						{ padding: 3px; width: 100%;  border-bottom: 1px dotted #dadada; }

	.orderList .day .order .orderid,
	.orderList .day .order .quantity,
	.orderList .day .order .title,
	.orderList .day .order .price,
	.orderList .day .total .title,
	.orderList .day .total .price				{ float: left; }

	.orderList .day .orderid					{ width: 100px; }
	.orderList .day .quantity					{ width: 50px; }
	.orderList .day .title						{ width: 300px; }
	.orderList .day .price						{ width: 100px; }

	.orderList .day .total						{ font-weight: bold; }
	.orderList .day .total .title				{ margin-left: 150px; }
	.cut										{ text-align: right; border-bottom: 1px dotted #000; }
	.page_break									{ page-break-before: always; }

	.space										{ margin: 7px !important; clear: both; }
	.space	ul									{ margin: 10px !important; clear: both; }	
	.centerdiv2									{ margin: 7px !important; clear: both; text-align: center; }
	
	/*
	div.shopCalendarHeadline					{ float:right; width:160px; text-align:center; font-size:1.1em; font-weight:bold; padding-top:10px; }
	*/
							

	.shopWeeks .shopCalendarHeadline			{
													margin: 0px 0px 7px 7px;
													display: block;
													padding: 4px 9px 3px;
													color: #005b7f;
													text-decoration: none;
													background: #A4DEED;
												}

	.active .shopCalendarHeadline				{
													margin: 0px 0px 7px 7px;
													display: block;
													padding: 4px 9px 3px;
													text-decoration: none;
													color: #005b7f;
													background: #b6e8f5 url(../images/arrow_green_down.gif) 135px 5px no-repeat;
												}


	div.shopWeeks div.orderInfo					{ font-style:italic; font-size:0.9em; padding-left:10px; }


	.shop_calendar					{
										margin: 0px 0px 7px 7px;
										padding: 0;
										border-left: 1px solid #dadada;
										width: 163px;
										text-align: center;
										background-color: #fff;
										line-height: 25px;
									}
	.shop_calendar th				{
										margin: 0;
										padding: 0;
										color: #333;
										width: 25px !important;
										height: 25px !important;
										border-right: 1px solid #dadada;
										border-bottom: 1px solid #dadada;
										border-top: 1px solid #dadada;
										text-align: center;
										background: #e6e6e6;
									}
	.shop_calendar td				{
										margin: 0;
										padding: 0;
										border-right: 1px solid #dadada;
										border-bottom: 1px solid #dadada;
										width: 25px !important;
										height: 25px !important;
										text-align: center;
									}
	.shop_calendar td.w				{ color: #333; }


	.shop_calendar td.today			{ background: url(../images/sel_cal_today.gif) 0 0 no-repeat !important; }
	.shop_calendar td.sel			{ background: url(../images/sel_cal_blue.gif) 0 0 no-repeat !important; }


	.shop_calendar td.sel a			{ color: #ccc; }
	.shop_calendar td.ava 			{ background-color: #b6e8f5 }
	.shop_calendar td.ava a			{ color: #0eb4de; }
	.shop_calendar td.ava .sel a	{ color: #fff; }
	.shop_calendar td.ava.sel a		{ color: #fff; }
	.shop_calendar td.today	a		{ color: #ccc; }

	.shop_calendar td a				{ color: #ccc; text-decoration: none; display: block; }
	
	/*
	pink:		fd97b9
	blue:		0eb4de
	green:		5ea623
	*/

/*************************************
	Flash messages
**************************************/

.flash {
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    background-color: #d9e5bf;
    border:1px solid #b2cc7f;
    color:#4e6c01;
    width: 700px;
    float: left;
	clear: left;
}

.flash img 
{
	float:left;
	margin-right:10px;
}
.flash.notice {
    margin-bottom: 10px;
    background:#73ca2b url(../images/bg_green.gif) repeat-x top left;
    border: 1px solid #5ea623;
    color:#386315;
    width: 700px;
    float: left;
	clear: left;
}
.flash.notice img	{ margin: -2px 0px 0px 0px; padding: 0px 5px 0px 0px; }

.flash.warning {
    background-color:#f2ccbf;
    border-color:#e5997f;
    color:#660000;
}

.flash.message {
    background-color:#fef1bf;
    border-color:#fde37f;
    color:#7a5600;
}

/* Print */

.showOnPrint { display:none; }
.criteriaBox { float:left; width:150px; }


	/* Location Calendar */
	.locationCalendar					{
										margin: 10px 0px 10px 0px;
										padding: 0;
										border-left: 1px solid #dadada;
										text-align: center;
										background-color: #fff;
									}
	.locationCalendar th, .locationCalendar td.w				{
										margin: 0;
										padding: 0;
										color: #333;
										border-right: 1px solid #dadada;
										border-bottom: 1px solid #dadada;
										border-top: 1px solid #dadada;
										text-align: center;
										background: #e6e6e6;
										font-weight:bold;
										line-height: 25px;
									}
	.locationCalendar td				{
										margin: 0;
										padding: 0;
										border-right: 1px solid #dadada;
										border-bottom: 1px solid #dadada;
										text-align: center;
									}
	.locationCalendar td.open		{ background-color:#BFFFBF; }
	.locationCalendar td.closed		{ background-color:#FFBFBF; }
	.locationCalendar td .d			{ font-style:italic; }
	
/* Drop down menu */
.topmenu li.help { position:relative; }
#globalnav .dropdownmenu
{
	position:absolute;
	margin: 0px;
	background-color: #D12F17;
	color:#fff;
	padding:5px;
	text-align:left;
}

#globalnav .dropdownmenu ul {
	margin:3px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	white-space: nowrap;
	text-align: left;
}

#globalnav .dropdownmenu ul li 
{
	margin:0px;
	padding:0px;
	border:solid 1px #D12F17;
	text-align:left;
	width: 74px;
}

#globalnav .dropdownmenu a, #globalnav .dropdownmenu a:visited {
	display: block;
	padding: 0px 5px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border:1px solid #D12F17;
	text-align:left;
}

#globalnav .dropdownmenu a:hover {border:1px solid #ed8262;color:#fff;}

#globalnav .dropdownmenu.helpfiles
{
	left:0px;
	top:24px;
	width:80px;	
}

