﻿/* Standard button */
.buttonUI
{
	background: transparent url(Images/input/input_button_bg_left.gif) no-repeat scroll left top;
	display: block;
	height: 23px;
	margin-left:3px
}
.buttonUI input
{
	background: transparent url(Images/input/input_button_bg_right.gif) no-repeat scroll right top;
	border: 0 none;
	cursor: pointer;
	font-size: 0.95em;
	height: 23px;
	margin-left: 3px;
	padding-right: 5px;
	color:#666;
}

/* Gold button */
.buttonGoldUI
{
	background: transparent url(Images/input/input_button_gold_bg_left.gif) no-repeat scroll left top;
	display: block;
	height: 23px;
}
.buttonGoldUI input
{
	background: transparent url(Images/input/input_button_gold_bg_right.gif) no-repeat scroll right top;
	border: 0 none;
	cursor: pointer;
	font-size: 0.95em;
	height: 23px;
	margin-left: 3px;
	padding-right: 5px;
	color:#FFF;
	font-weight:bold;
	
}
.buttonUI input:hover
{	color:#333;
}
.buttonGoldUI input:hover
{	
	color:#FFF;
}
textarea.multiline
{
	border: 1px solid #aaa;
    width: 151px;
    background: #FFFFFF url('Images/input/input_textarea_bg.gif') repeat-x top left;
	color: #666;
	font-family: Arial;
    width: 151px;
}

/* TEXTBOXES */
.inputField_20,
.inputField_20_200
{
	background: transparent url(Images/input_bg_215x20.gif) no-repeat scroll left top;
	display: block;
	height: 20px;
	margin-bottom: 0px;
	width: 5px;
	float: left;
}
.inputField_20 input,
.inputField_20_200 input
{
	background: transparent url(Images/input_bg_215x20.gif) no-repeat scroll right top;
	border: 0 none;
	float: left;
	height: 20px;
	margin-left: 2px;
	overflow: hidden;
	padding: 3px 2px 0px 2px;
	color: #666;
}
.inputField_20 input
{
	width: 150px;
}
.inputField_20_200 input
{
	width: 200px;
}
.inputField_30
{
	background: transparent url(Images/input_bg_344x30.gif) no-repeat scroll left top;
	display: block;
	margin-bottom: 0px;
	width: 5px;
	float: left;
}
.inputField_30 input
{
	background: transparent url(Images/input_bg_344x30.gif) no-repeat scroll right top;
	border: 0 none;
	float: left;
	height: 20px;
	width: 330px;
	margin-left: 2px;
	overflow: hidden;
	padding: 5px;
	color: #666;
	font-size: 16px;
}
.inputField_50
{
	background: transparent url(Images/input_bg_211x50.gif) no-repeat scroll left top;
	display: block;
	height: 50px;		
	margin-bottom:0px;
	width:5px;
	float:left;
	margin-top:1px;
}
.inputField_50 textarea
{
	background: transparent url(Images/input_bg_211x50.gif) no-repeat scroll right top;
	border:0 none;
	float:left;
	height:50px;
	max-height:50px;
	width:150px;
	margin-left:2px;
	overflow:hidden;
	padding-left:2px;
	padding-right:2px;
	padding-top:3px;
	color:#666;
}

.input_bg_211x50
{
	font-size:10pt;
	color:#666;
	background: url('Images/input_bg_211x50.gif') no-repeat right bottom; 
	border-width:0px;
	height:50px;
	width:211px;
	overflow:hidden;
	max-height:50px;
	padding-left:3px;
}

/* EMPLOYEE AND OFFICE SEARCH CONTROL */
div.SearchOfficesAndEmployees
{
	margin-bottom: 15px;
	margin-top: 5px;
}
div.SearchOfficesAndEmployees h3
{
	padding: 10px;
	margin: 0px;
}
div.SearchOfficesAndEmployees div.sectionHolder
{
	width: 230px;
	display: inline-block;
}
div.SearchOfficesAndEmployees div.sectionHolder div#employees
{
	/*border: solid 2px Green;*/
}
div.SearchOfficesAndEmployees div.sectionHolder div#offices
{
	/*border: solid 2px Yellow;*/
}
div.SearchOfficesAndEmployees div.sectionHolder div.selected
{
}
div.SearchOfficesAndEmployees div.sectionHolder div.hidden
{
	display: none;
}
div.SearchOfficesAndEmployees label.radioText
{
	font-size: 10pt;
}
div.SearchOfficesAndEmployees div.col1
{
	float: left;
	width: 40%;
	padding: 15px 0px 10px 10px;
}
div.SearchOfficesAndEmployees div.col2
{
	float: right;
	width: 55%;
	padding: 10px 0px 10px 0px;
	margin-right: 10px;
}
div.SearchOfficesAndEmployees div.col2 div.sectionHolder
{
	float: left;
}
div.SearchOfficesAndEmployees div.col2 div.sectionHolder span.inputField_30
{
}
div.SearchOfficesAndEmployees div.col2 div.sectionHolder span.inputField_30 input
{
	width: 200px;
}
div#NoSearchResultsContainer
{
	display: none;
}

/* RELATED PROPERTIES
   this has its own stylesheet now
*/

/* FREE TEXT SEARCH */
div.SearchFreetext
{
	padding-right: 3px;
	margin-top: 15px;
}
div.SearchFreetext .colSearch
{
	float: left;
	width: 385px;
	padding: 10px;
}
div.SearchFreetext .colSearch label
{
}
div.SearchFreetext .colSearch span.labelText
{
	color: #616D83;
	font-size: 13pt;
	font-weight: normal;
	padding-bottom: 5px;
	display: block;
}
div.SearchFreetext .colSearch span.validation
{
	color: Red;
}
div.SearchFreetext .colSearch span.hidden
{
	display: none;
}
div.SearchFreetext .colSearch div.example
{
	font-size: 9px;
	color: #616D83;
	font-weight: bold;
}
div.SearchFreetext .colAction
{
	float: left;
	width: 150px;
	padding-top: 28px;
}
div.SearchFreetext .colAction input
{
}
div.SearchFreetext .colLinks
{
	float: left;
	width: 150px;
	padding: 37px 0px 0px 10px;
}
div.SearchFreetext .colLinks a
{
}

/*----------------- KONTAKT OSS CONTROL --------------------*/
div.ContactUsInfo
{
}
div.ContactForm
{
}
div.ContactForm p
{
	margin-top: 10px;
}
div.ContactUsInfo p.Ingress
{
	margin-top: 0px;
	margin-bottom: 5px;
}
div.ContactUsInfo fieldset,
div.ContactForm fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
}
div.ContactUsInfo fieldset legend,
div.ContactForm fieldset legend
{
	display: none;
}
div.ContactUsInfo label,
div.ContactForm label
{
	clear:both;
	display: block;
	padding-top:2px;
}
div.ContactUsInfo label span.labelText
{
	float: left;
	width: 60px;
}
div.ContactUsInfo label span.labelFullWidth
{
	font-weight:bold;
	float: left;
	width: 100%;
	margin-top: 5px;
}
div.ContactUsInfo a
{
	display: block;
	padding-top: 5px;
}
div.ContactUsInfo a img
{
	border: none;	
}
div.ContactUsInfo label span.SubmitButton
{
	float: right;
	padding-right: 15px;
}
div.ContactUsInfo span.importantInfo
{
	display: block;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
}
div.ContactForm span.buttonUI,
div.ContactUsInfo span.buttonUI
{
	float: right;
	margin: 3px 2px 10px 0px;
}
div.ContactForm span.buttonUI input,
div.ContactUsInfo span.buttonUI input
{
}

/*-----------------GENERELLE SKJEMAER-------------------------*/
div.ContactForm span.labelText
{
	float:left;
	width:60px;
}
div.ContactForm fieldset label span.SubmitButton
{
	float:right;
	padding-right:20px;
}

/*---- Sammenling tip -------*/

div#sammenlingTipInnerWrapper
{
	padding:20px;	
}
div#sammenlingTipInnerWrapper div#tipfriendcontrol
{	
	width:220px;
	float:left;
}
div#sammenlingTipInnerWrapper div#tipfriendimage
{	
	padding-top:20px;
	padding-left:60px;
	float:left;
}