html,body {
    font-family: verdana,helvetica,arial,sans-serif;
	font-size: 9pt;
	height: 100%;
	background-color: #F3F4F3;
	margin: 0;
}


.inline {
	display: inline;
}

.right {
	float: right;
}

.clear {
	clear: both;
}



/* ====================================
   text
   ==================================== */

.inactive {
	color: #cccccc;
}

h1 {
	font-size: 18pt;
	color: #46B00E;
	margin-bottom: 20px;
	text-align:left;
		font-weight: normal;
}


h2 {
	font-size: 18pt;
	margin-top: 0px;
	
}

.font-small {
	font-size: 8pt;	
}

.small {
	font-size: 8pt;
}



/* ====================================
   links
   ==================================== */

a,a:link,a:visited,a:active{
	text-decoration:none; 
	color: #46B00E; 
	}


/* ====================================
   navigation
   ==================================== */

a.nav,a.nav:link,a.nav:visited,a.nav:active{
	text-decoration:none; 
	color: #46B00E; 
	font-weight: normal; 
	font-size: 10pt;
	}

.navseparator {
	height: 18px; 
	border-right: 1px solid #e9e4e9; 
	width:1px; color:#ffffff; 
	float: left; 
	margin-left:8px; 
	margin-right:8px;
	background-color:#a7779d;
}


/* ====================================
   images
   ==================================== */


/* ====================================
   tables
   ==================================== */


.tbl td {
	padding: 4px;
		border: 1px solid #ffffff;

}

.tbl td.noboarder {
	border:0px; 
	padding:0px;
}

td.thead {
	font-weight: bold;
	font-size: 8pt;
	color: #46B00E;
	background-color: #DBEECF; //#eeeeee;
	// border: solid 1px #b8b8b8;	

	border: 1px solid #ffffff;

	padding-right: 8px;
	height:17px;
	// background: url(../images/tablebg.gif);
}

a.thead, a.thead:link, a.thead:visited, a.thead:active  {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

a.thead_asc, a.thead_asc:link, a.thead_asc:visited, a.thead_asc:active  {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/asc.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

a.thead_desc, a.thead_desc:link, a.thead_desc:visited, a.thead_desc:active  {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/desc.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

tr.tlight {
	font-size: 9pt;
	font-weight: normal;
	background-color: #f7fbf4;
	border-bottom: solid 1px  #e0e0e0;
	border-top: solid 1px  #e0e0e0;
	border-collapse:collapse;
	
}

tr.tdark {
	font-size: 9pt;
	font-weight: normal;
	background-color: #f1f1f1;
	border-bottom: solid 1px  #e0e0e0;
	border-top: solid 1px  #e0e0e0;
	border-collapse:collapse;
}

tr.tinactive {
	font-size: 9pt;
	font-weight: normal;
	background-color: #f8f5f8;
	border-bottom: solid 1px  #e0e0e0;
	border-top: solid 1px  #e0e0e0;
	border-collapse:collapse;
}

tr.tmo {
	font-size: 9pt;
	font-weight: normal;
	background-color: #f9f9f1;
	border-bottom: solid 1px  #e0e0e0;
	border-top: solid 1px  #e0e0e0;
	border-collapse:collapse;
	cursor:pointer;
}

tr.tselected {
	font-size: 9pt;
	font-weight: normal;
	background-color: #f9f9f1;
	border-bottom: solid 1px  #e0e0e0;
	border-top: solid 1px  #e0e0e0;
	border-collapse:collapse;
	cursor:pointer;
}


.tbl table.border {
	border-collapse:collapse;
	border: solid 1px  #e0e0e0;
}


/* ====================================
   paging
   ==================================== */
a.paging, a.paging:link, a.paging:visited, a.paging:active  {
	background-color: #ffffff;
	border: solid 1px #eeede2;
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.paging_selected, a.paging_selected:link, a.paging_selected:visited, a.paging_selected:active  {
	background-color: #eeede2;
	border: solid 1px #eeede2;
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.paging_disabled, a.paging_disabled:link, a.paging_disabled:visited, a.paging_disabled:active  {
	background-color: #ffffff;
	border: solid 1px #eeede2;
	color: #eeede2;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}



/* ====================================
   forms
   ==================================== */


.formcontainer {
	border: solid 1px #e0e0e0; 
	background-color: #ffffff; /* #f4f8f9; */
	width: 700px;
	padding:12px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
-webkit-box-shadow:3px 3px 3px 0px #DFE0DF;
-moz-box-shadow: 3px 3px 3px 0px #DFE0DF;
box-shadow: 3px 3px 3px 0px #DFE0DF;
}


.formcontainer input {
	margin-bottom: 8px;
	font-family: Arial;
	font-size:9pt;
}

.formcontainer select{
	margin-bottom: 5px;
}

.formcontainer .error {
	font-size:9pt;
	color: #ff0000;
	
	display: inline;
	margin-top: -5px;
	margin-bottom: 5px;
}

.formcontainer .confirm {
	font-size:9pt;
	margin-top: -5px;
	margin-bottom: 5px;
}

.formcontainer input[type="text"]{
	border: solid 1px #b8b8b8; 
	background-color: #efefef; /* #f4f8f9; */
	padding: 2px;
}



.fielderr {
	border: solid 1px #ff0000; 
}

.formcontainer textarea {
	border: solid 1px #b8b8b8; 
	background-color: #efefef; /* #f4f8f9; */
	padding: 2px;
	margin-bottom: 8px;
	font-family: Arial;
	font-size:9pt;
}

.formcontainer input[type="select"]{
	border: solid 1px #b8b8b8; 
	background-color: #efefef; /* #f4f8f9; */
	padding: 2px;
	height: 10px;
}

.formcontainer input[type="password"]{
	border: solid 1px #b8b8b8; 
	background-color: #efefef; /* #f4f8f9; */
	padding: 2px;
}

.multiselect{
	float: left;

	//border: solid 1px #ff0000; 
	
}

.multiselect label {
	font-size:9pt;
	width: 290px;
	white-space: nowrap;
	text-align: left;
	float:left;
	padding: 0px;
	height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	font-weight: normal;
	// border: solid 1px #ff0000;

}

.formcontainer .checkb-label  {
	font-size:9pt;
	padding: 0px;
	text-indent: 0px;
	text-align: right;
	float: left;
	font-weight: normal;
	margin-top: 0px;
	width: auto;
	margin-left: 0px;

}

.checkb label   {
	font-size:9pt;
	padding-top: 2px;
	text-indent: 0px;
	padding-left: 5px;
	padding-right: 8px;
	text-align: right;
	float: left;
	font-weight: normal;
	margin-top: 0px;


}
.multiselect input {
	margin-right: 4px;
}

.checklist {
	margin-top: 4px;
	overflow:auto; 
	width:350px; 
	height:150px; 
	border-width: 2px; 
	border-style: inset;

	border: solid 1px #b8b8b8; 
	background-color: #efefef;
}

.checklist label {
	font-size:9pt;
	width: auto;
	text-align: left;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	clear:both;
		font-weight: normal;
}

.checklist checkbox {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.checklist input {
	margin: 0px;
	padding: 0px;
}

.tlabel {
	float:left; 
	width:120px; 
	text-align: right;
	font-weight:bold;
}


/* ====================================
   lists
   ==================================== */

ul {
  margin-top:0px;
  // padding: 0px;
  // list-style-type: none;
}



/* ====================================
   buttons
   ==================================== */

	.submitbtn {	
			font: bold 10pt arial, sans-serif;
			border: 1px solid #82C083;
			background-color: #a1a117;
			-moz-border-radius: 4px; 
			-webkit-border-radius: 4px;
			border-radius: 4px;
			-border-radius: 4px;
			height: 24px;
			width: auto;
			padding-left:  8px;
			padding-right: 8px;
			/* used to catch the buttonEnding */
			position: relative;
			color: #ffffff;
			font-weight: bold; display: inline;
			margin: 0px;
			margin-top: 2px;
			 background: url(/images/btn_grad2.png);
	}

	.submitbtnend {
		margin: 0px;
	    position: absolute;
	    display: inline;
	    width: 0px;
	    height: 0px;
	    background: none;
	}


a.btn {

	border: 1px solid #82C083;
	background-color: #b08eab;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 24px;
	width: auto;
	padding-left:  8px;
	padding-right: 8px;
	/* used to catch the buttonEnding */
	position: relative;
	color: #ffffff;
	font-weight: bold; display: inline;
	margin: 0px;
	margin-top: 2px;
	 background: url(/images/btn_grad.png);
    display: inline;
    font: bold 10pt arial, sans-serif;

	padding: 5px 12px 5px 0;
    text-decoration: none;
}



a.btn span {
    background: none ;
    display: inline;
    height: 24px;
    padding: 5px 0 5px 12px;
}

	a.btn-gray {
		border: 1px solid #959394;
		background-color: #b08eab;
		 background: url(/images/btn_grad_gray.gif);
		font-size: 8pt;
		white-space : nowrap;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		height: 24px;
		width: auto;
		padding-left:  8px;
		padding-right: 8px;
		/* used to catch the buttonEnding */
		position: relative;
		color: #ffffff;
		font-weight: bold; display: inline;
		margin: 0px;
		margin-top: 2px;

	    display: inline;
	    font: bold 8pt arial, sans-serif;
	    height: 24px;
		padding: 5px 12px 5px 0;
	    text-decoration: none;
	}
	
	a.btn-gray span {
	    background: none ;
	    display: inline;
	    height: 24px;
	    padding: 5px 0 5px 12px;
	}



	.logincontainer {

	}

	.logincontainer .formcontainer {
		border: solid 1px #e0e0e0; 
		background-color: #ffffff; /* #f4f8f9; */
		width: 270px;
		padding:10px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		font-size:9pt;
	}


	.logincontainer .formcontainer label {
		font-size:9pt;
		padding-top: 2px;
		text-indent: 0px;
		padding-left: 5px;
		padding-right: 8px;
		width: 80px;
		text-align: right;
		float: left;
		font-weight: bold;
		margin-top: 0px;
	}

	.logincontainer .formcontainer .error {
		font-size:9pt;
		color: #ff0000;
		margin-left:110px;
		margin-top: -5px;
		margin-bottom: 5px;
		text-align:left;
	}





/* ====================================
   navigation
   ==================================== */

a.navitem-on, a.navitem-on:link, a.navitem-on:visited, a.navitem-on:active {
	color: #46B00E; 
	width: 150px;
	min-width: 150px !important;
	height: 30px;
	background-color: #ffffff;
	border-left: solid 1px  #46B00E;
	border-right: solid 1px  #46B00E;
	border-top: solid 1px  #46B00E;
	font-weight: bold;
	vertical-align: top; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size:9pt;

}

a.navitem, a.navitem:link, a.navitem:visited, a.navitem:active {
	color: #000000; 
	font-weight: bold;
	font-size:9pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size:9pt;
}


a.pointer, a.pointer:link, a.pointer:visited, a.pointer:active {
	color: #46B00E; 
	font-weight: normal;
	vertical-align: top; 
	font-size:9pt;
	padding-left: 7px;
	background-image: url('/images/pointer.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

a.pointer-on, a.pointer-on:link, a.pointer-on:visited, a.pointer-on:active {
	color: #000000; 
	font-weight: normal;
	vertical-align: top; 
	font-size:9pt;
	padding-left: 7px;
	background-image: url('/images/pointer_on.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* ====================================
   layout
   ==================================== */

#header {
	background-color: #fefefe; 
	padding: 0px; 
	height: 80px; 
	width:100% !important;
	border-bottom: solid 1px  #46B00E;
}	

.header-content {
	margin: auto; 
	width:980px;
}	

.content {
	// padding-left:15px;
	// padding-right:15px;
	margin: auto; 
	width:950px;
	// border: 1px solid #ff0000;
}



#bestadress-logo { 
	
	margin-left: 10px;
}	
	
#breadcrumbs { 
	
	margin-top: 3px;
}	

#login-info {
	align: right;
	position:absolute;
	right:30px;
	top:10px;
}




.logincontainer {

}

.logincontainer .formcontainer {
	border: solid 1px #e0e0e0; 
	background-color: #ffffff; /* #f4f8f9; */
	width: 300px;
	padding:10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	font-size:9pt;
text-align:left;
}


label.fixedwidth {
	font-size:9pt;
	padding-top: 2px;
	text-indent: 0px;
	padding-left: 5px;
	padding-right: 8px;
	width: 100px;
	text-align: right;
	float: left;
	font-weight: normal;
	margin-top: 0px;
}



.logincontainer .formcontainer .error {
	font-size:9pt;
	color: #ff0000;
	display: inline;
}

.formcontainer .err {
	font-size:9pt;
	color: #ff0000;
	margin-left:0px;
	margin-top: -5px;
	margin-bottom: 5px;
}



.dialog .formcontainer {
	background-color: #ffffff; /* #f4f8f9; */
	width: 650px;
	padding:10px;
	border: none;
}

.dialog .formcontainer label {
	font-size:9pt;
	padding-top: 2px;
	text-indent: 0px;
	padding-left: 5px;
	padding-right: 8px;
	width: 100px;
	text-align: right;
	float: left;
	font-weight: bold;
	margin-top: 0px;
}

.dialog .formcontainer input[type="text"] {
	margin-bottom: 8px;
	font-family: Arial;
	font-size:9pt;
	width: 200px;
}

.dialog .formcontainer textarea {
	margin-bottom: 8px;
	font-family: Arial;
	font-size:9pt;
	width: 200px;
}



.formcontainer h3 {
	color: #666666;  // #8AC007; 
	margin-top: 0px;
	margin-bottom: 15px; 
	text-align:left;	
	font-size: 15pt;
	font-weight: normal;
}

.formcontainer h3.err {
	color: #ff0000; 
		font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 7px;
	// border-bottom: solid 1px #e0e0e0; 
	text-align:left;	
}


.spacer {
	height: 6px;
}




.result h3 {
	color: #46B00E; 
	margin-top: 0px;
	margin-bottom: 7px;
	// border-bottom: solid 1px #e0e0e0; 
	text-align:left;
	
	
}

.result-dialog .ui-dialog-titlebar { 
	background-color: #46B00E;
	color: #ffffff;
} 


.result {
	border: solid 1px #46B00E; 
	width: 270px;
	padding:10px;
	box-shadow:0px 0px 2px 2px #f5f4df;
	// background-color: #f5f4df;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	font-size:9pt;
	width: 650px;
}


.dotted-line {border: 1px dotted #cccccc; border-style: none none dotted; color: #fff; background-color: #fff; }



.errorbox {
	width: 400px; 
	color: #e24a26;
	border: solid 1px #e24a26;
	background: #ffffff;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
	-webkit-box-shadow:3px 3px 3px 0px #f1e6e8;
-moz-box-shadow: 3px 3px 3px 0px #f1e6e8;
box-shadow: 3px 3px 3px 0px #f1e6e8;
}

