/*
Uniform overrides
*/
.uniform, .selector {
    font-family: 'Signika', sans-serif !important;
    font-size: 13px !important;
}
input.uniform-input {
    width: 200px;
}

/*
vTip styles
*/
div#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999;
	font-family: 'Signika', serif !important;
	font-size: 12px !important;
	font-weight: 300;
	width: 100px;

}
div#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 100px
}

/*
Fonts
*/
.signika.regular {
	font-family: 'Signika', serif !important;
	font-weight: 300 !important;
}
.signika.leight {
	font-weight: 300 !important;
}
.signika.semibold {
	font-weight: 400 !important;
}

.nunito.regular {
	font-family: 'Nunito', sans-serif !important;
	font-weight: 400 !important;
}
.nunito.bold {
	font-family: 'Nunito', sans-serif !important;
	font-weight: 700 !important;
}

.size12 {
	font-size: 12px !important;
}
.size13 {
	font-size: 13px !important;
}
.size14 {
	font-size: 14px !important;
}
.size16 {
	font-size: 16px !important;
}
.size20 {
	font-size: 20px !important;
}

.ui-dialog-title {
	font-size: 16px;
	font-weight: 400;
}
/*
End fonts
*/

/* General styles */
html {
	background-color: #f0f1f3;
	padding: 0;
	margin: 0;
	font-size: 0.8125em;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
body {
	padding: 0;
	margin: 0;
}
span {
	font-family: inherit;
}

div i:first-child {
	padding-left: 0;
}
i {
	display: block;
	padding: 0 5px 0 5px;
	color: #0099ff;
}

.subhead {
	position: relative;
	top: -11px;
	color: #0099ff;
	font-size: 0.923em;
	text-transform: uppercase;
	font-family: 'Signika', serif;
}
hr.dashed {
	border: 0;
	float: none;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 0px;
	clear: both;
	margin-left: 5x;
	height: 1px;
	width: 595px;
	background-image: url('/images/border-dashed.png');
}

p {
	color: #666666;
	font-size: 14px;
	font-family: 'Signika', sans-serif;
	line-height: 22px;
	font-weight: 300;
}

img {
	border: 0;
}
input {
	outline: none;
}
a {
	outline: none;
}
.separator {
	color: #41b1fc;
}
.dark {
	color: #333333 !important;
}
.light {
	color: #666666 !important;
}
.lighter {
	color: #999999 !important;
}
.bluetext {
	color: #0099ff !important;
}
.darkbluetext {
	color: #003366 !important;
}
.orangetext {
	color: #ff6633 !important;
}
.bitter {
	font-family: 'Bitter', serif !important;
}
.signika {
	font-family: 'Signika', serif !important;
	font-weight: 300 !important;
}
.signika.big {
	font-weight: 400;
}
.nunito {
	font-family: 'Nunito', sans-serif;
}
.nunito.big {
	font-size: 15px !important;
}
.hidden {
	display: none;
}
.invisible, .showonload {
	display: none;
}
.unseen {
	visibility: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}
span.leesmeer-pijl, span.tiny.signika.pijl {
	color: #ff6600;
	font-size: 0.923em;
	font-family: 'Signika', serif;
}
span.leesmeer-tekst, span.tiny.signika {
	color: #666666;
	font-size: 0.923em;
	font-family: 'Signika', serif;
}
span.leesmeer-tekst.dark, span.tiny.signika.pijl.dark {
	color: #333333;
}

.huge {
	font-size: 1.846em !important;
}
.larger {
	font-size: 1.231em !important;
}
.large {
	font-size: 1.154em !important;
}
.big {
	font-size: 1.077em !important;
}
.small {
	font-size: 0.923em !important;
}
.tiny {
	font-size: 0.75em !important;
}

.bold {
	font-weight: bold !important;
}
.semibold {
	font-weight: 400 !important;
}
.underline {
	text-decoration: underline !important;
}
.italic {
	font-style: italic !important;
}


/* Background image */
#background {
    width: 100%;
    height: 100%;
	position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
	width: 100%;
}

/* Menu style */
#container {
	width: 1160px;
	margin: 0 auto;
}

#container.left-skyscraper {
    width: 1340px;
}
#container-left-skyscraper {
    width: 160px;
    height: 600px;
    float: left;
    margin: 0 auto;
    margin-right: 20px;
    margin-top: 110px;
}

/* Home specifieke CSS */
#container #lowercontent {
	width: 930px;
	padding: 25px;
	background-color: #FFFFFF;
}

#container #lowercontent h2 {
	font-size: 24px;
}

#container #lowercontent #textLeft h2, #container #lowercontent #textRight h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 16px;
}
#container #lowercontent #textLeft p, #container #lowercontent #textRight p {
	margin-top: 0px;
}
#container #lowercontent #textLeft a, #container #lowercontent #textRight a {
	color: #0099ff !important;
}


#container-left {
	width: 980px;
	float: left;
	margin: 0 auto;
}
#container-right {
	width: 160px;
	height: 600px;
	float: left;
	margin: 0 auto;
	margin-left: 20px;
	margin-top: 110px;
}
#container #header {
	width: 100%;
	height: 130px;
	background-image: url('/images/bg-header.png');
	position: relative;
}
#container #header #sh-logo {
	position: absolute;
	top: 20px;
	left: 25px;
}
#container #header #menutop {
	position: absolute;
	top: 6px;
	right: 10px;
	text-align: right;
	width: 500px;
}
#container #header #menutop #socialbox {
	position: absolute;
	top: 30px;
	right: 0;
	width: 500px;
}
#container #header #menutop #socialbox img.loep {
	position: absolute;
	top: 5px;
	left: 100px;
}
#container #header #menutop #socialbox div.plusone {
	width: 24px;
	margin-right: 10px;
	margin-top: 6px
}
#container #header #menutop #socialbox .boxImg {
	float: left;
	width: 12px;
	height: 26px;
	background-image: url('/images/bg-input-left.png');
}
#container #header #menutop #socialbox input {
	text-align: center;
	float: left;
	background-image: url('/images/bg-input.png');
	width: 150px;
	height: 26px;
	border: 0;
	padding: 0;
	margin: 0;
}
#container #header #menutop #socialbox #logonLogoff {
	font-family: 'Signika';
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	padding-left: 10px;
	width: 165px;
	line-height: 25px;
	float: left;
}
#container #header #menutop #socialbox #logonLogoff span {
	margin: 0 3px 0 3px;
}
#container #header #menutop #socialbox #profileImage {
	text-align: left;
	padding-left: 10px;
	width: 30px;
	height: 30px;
	float: left;
}
#container #header #menutop #socialbox #profileImage img {
	width: 30px;
	margin-top: -2px;
	padding: 0;
}
#container #header #menutop #socialbox #profileNameLogoff {
	line-height: 15px;
	width: 135px;
	height: 35px;
	margin-left: 5px;
	float: left;
	font-family: 'Signika';
	font-size: 16px;
}
#container #header #menutop #socialbox #profileNameLogoff #aProfileName {
	width: 100%;
	text-align: left;
	margin-top: -3px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0099ff;
	font-size: 14px;
}
#container #header #menutop #socialbox #profileNameLogoff #aProfileLogoff {
	float: left;
	color: #ff6633;
	font-size: 11px;
	font-weight: 300;
	margin-top: 2px;
}
#container #header #menutop #socialbox #profileNameLogoff #aProfileLogoff span {
	font-size: 12px;
	color: #333333;
}
nav {
	position: absolute;
	right: -2px;
	bottom: 10px;
	height: 31px;
	height: 29px;
	border: 1px solid #ff6600;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	float: left;
}
nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul li{
	float: left;
}
nav ul li a{
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #993300 1px 1px 1px;
	display: block;
	height: 29px;
	border-left: 1px solid #ff9f4c;
	border-right: 1px solid #ff9f4c;
	line-height: 30px;
	text-decoration: none;
	background: transparent url('/images/bg-btn-orange.png') top left repeat-x;
	border-right: none;
	padding: 0px 13px;
}
nav ul li a:hover{
	background: transparent url('/images/bg-btn-orange.png') bottom left repeat-x;
}
nav ul li a.first{
	border-left: none;
}

nav ul li a.last{
	border-right: none;
}

#container #content ul.breadcrumb {
	list-style-type: none;
	width: 980px;
	clear: both;
	margin: 2px 20px 0 15px;
	display: block;
	height: 20px;
}
#container #content ul.breadcrumb li {
	list-style-type: none;
	float: left;
	color: inherit;
	font-family: 'Nunito';
	text-transform: uppercase;
	color: #003366;
	font-size: 12px;
	border: 0;
}
#container #content ul.breadcrumb li span {
	color: inherit;
	font-family: 'Nunito';
	text-transform: uppercase;
	color: #003366 !important;
	font-size: 12px;
}
#container #content ul.breadcrumb li a.orangetext {
	color: #ff6633 !important;
}
#container #content ul.breadcrumb li a.orangetext span {
	color: #ff6633 !important;
}
#container #content ul.breadcrumb li a {
	color: #003366 !important;
}

ol {
	font-family: 'Signika', sans-serif;
	font-weight: 400;
	padding-left: 0px;
	color: #333333;
}
ol li {
	margin-left: 22px;
	position: relative;
	padding-left: 25px;
	height: 18px;
	border-bottom: 1px solid #f2f2f2;
	height: 22px;
	line-height: 22px;
}
ol li.nocount {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ol li a {
	color: #0099ff;
}

ol.small {
}
ol.small li {
	padding-left: 0;
}


/* Content area */
#container #content {
	width: 100%;
	background-color: #FFFFFF;
	padding: 10px 0 0 0;
	margin: 0;
}
#container #content ul {
	font-family: 'Signika', serif;
	font-weight: 300;
	color: #0099ff;
	font-size: 14px;
	list-style-type: none;
	/*
	margin: 10px 0 10px 0;
	width: 225px;
	*/
	padding: 0;
}
#container #content ul li {
	/*
	border-bottom: 1px solid #f2f2f2;
	padding: 2px 0 2px 0;
	*/
}
#container #content ul li.last {
	border-bottom: 0;
}

#container #content ul.raquo li:before{
   content: "\00BB  ";
}
#container #content ul.noformat {
   font-family: 'Signika', serif;
   font-weight: 300;
   color: inherit;
   font-size: 14px;
   list-style: inherit;
   width: inherit;
   padding: inherit;
   list-style-type: none;
}
#container #content ul.noformat li.left {
	border: 0;
	display: block;
	width: 40%;
}
#container #content ul.noformat li.right {
	border: 0;
	display: block;
	width: 60%;
}
#container #content ul.noformat li.noformat {
	border: 0;
	display: block;
}

/* Footer / Sitemap */
#sitemap {
	width: 100%;
	height: 230px;
	background-image: url('/images/bg-sitemap.png');
}
#sitemap {
	font-family: 'Signika', sans-serif;
	font-size: 12px;
	color: white;
}

#sitemap a {
	font-family: 'Signika', sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#sitemap a:hover {
	color: #99ffff;
}

#sitemap #sitemap-inner {
	width: 990px;
	position: relative;
	left: 50%;
	margin-left: -590px;
}

#sitemap #sitemap-inner.left-skyscraper {
    width: 990px;
    position: relative;
    left: 50%;
    margin-left: -500px;
}

#sitemap #sitemap-inner div.sitemapListHolder {
	float: left;
	padding: 30px 0 0 15px;
	width: 19%;
}
#sitemap #sitemap-inner div.sitemapListHolder.first {
	float: left;
	padding: 30px 0 0 15px;
	width: 21%;
}
#sitemap #sitemap-inner div.sitemapListHolder a {
	display: block;
	width: 99%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#sitemap #sitemap-inner div.sitemapListHolder.first a {
	display: block;
	width: 100%;
	white-space: normal;
}

#sitemap h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: white;
	margin: 0;
	padding: 0;
}

#sitemap ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sitemap #footer-right {
	position: relative;
	float: right;
	padding: 35px 0 0 5px;
	width: 350px;
	height: 150px;
}
#sitemap #socialbox-bottom {
	position: absolute;
	top: 30px;
	right: 0;
	width: 285px;
	float: right;
}
#sitemap #socialbox-bottom img {
	position: absolute;
	top: 5px;
	right: 200px;
}
#sitemap #socialbox-bottom a {
	float: left;
}
#sitemap #socialbox-bottom .search-bottom-left {
	float: left;
	width: 11px;
	height: 26px;
	background-image: url('/images/bg-input-left-blue.png');
}
#sitemap #socialbox-bottom input {
	color: white;
	text-align: center;
	float: left;
	background-image: url('/images/bg-input-blue.png');
	width: 150px;
	height: 26px;
	border: 0;
	padding: 0;
	margin: 0;
}
#sitemap #socialbox-bottom img.apple {
	position: absolute;
	top: 75px;
	left: 38px;
}
#sitemap #socialbox-bottom img.android {
	position: absolute;
	top: 75px;
	left: 161px;
}

#sitemap #copyright {
	position: absolute;
	bottom: 0;
	right: 0;
}
#sitemap #copyright img {
	display: block;
	float: left
}
#sitemap #copyright div {
	padding-bottom: 7px;
	padding-left: 5px;
	height: 15px;
	float: right;
}
#sitemap #copyright div a {
	margin-left: 5px;
	margin-right: 5px;
}
#sitemap #copyright div a.first {
	margin-left: 0;
}

/* Banner areas */
#banner728top {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner300x250 {
	width: 300px;
	heigth: 250px;
	float: left;
}
.banner300x250.bannerRechts {
	margin-left: 15px;
}
.banner300x250.bannerRechts h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 16px;
}
.banner300x250.bannerRechts p {
	margin-top: 0px;
}
.banner300x250.bannerRechts a {
	color: #0099ff !important;
}

.banner300x120rechts {
	width: 300px;
	height: 120px;
	margin: 10px 0 10px 0;
}
.banner300x250rechts {
	width: 300px;
	height: 250px;
	margin: 10px 0 10px 0;
}
#divFavorieten {
	margin: 20px 0 0 0;
	width: 300px;
	font-family: 'Bitter', serif;
	font-weight: 700;
}

/* Buttons, icons, flags, tabs etc. */
.flag {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
}
span.nextToFlag, h1.nextToFlag {
	margin:  0 3px 0 0;
	line-height: 33px;
	color: white;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Signika', serif;
}
.flag span {
	font-weight: 400;
	margin-left: 35px;
	line-height: 30px;
	height: 30px;
	color: white;
	font-size: 16px;
	font-family: 'Signika', serif;
}
.flag:hover span {
	text-decoration: underline;
}
.flag.au{
	background: transparent url('/images/flags/ico-au.png') top left no-repeat;
}
.flag.ch{
	background: transparent url('/images/flags/ico-ch.png') top left no-repeat;
}
.flag.cz{
	background: transparent url('/images/flags/ico-cz.png') top left no-repeat;
}
.flag.de{
	background: transparent url('/images/flags/ico-de.png') top left no-repeat;
}
.flag.es{
	background: transparent url('/images/flags/ico-es.png') top left no-repeat;
}
.flag.fr{
	background: transparent url('/images/flags/ico-fr.png') top left no-repeat;
}
.flag.it{
	background: transparent url('/images/flags/ico-it.png') top left no-repeat;
}
.flag.no{
	background: transparent url('/images/flags/ico-no.png') top left no-repeat;
}
.flag.sw{
    background: transparent url('/images/flags/ico-sw.png') top left no-repeat;
}
.flag:hover{
	background-position: bottom left;
}

.flag-small {
	height: 18px;
	width: 13px;
	margin-top: 6px;
}
.flag-small.cz {
	background: transparent url('/images/flags/smallflags.png') top left;
	background-position: 0 36px;
}
.flag-small.es {
	background: transparent url('/images/flags/smallflags.png') top left;
	background-position: 0 18px;
}
.flag-small.no {
	background: transparent url('/images/flags/smallflags.png') top left;
	background-position: 0 54px;
}
.flag-small.it {
	background: transparent url('/images/flags/smallflags.png') top left;
	background-position: 0 72px;
}
.flag-small.de {
	background: transparent url('/images/flags/smallflags.png') top left;
	background-position: 0 90px;
}
.flag-small.ch {
	background: transparent url('/images/flags/smallflags.png') top left;
	background-position: 0 108px;
}
.flag-small.fr {
	background: transparent url('/images/flags/smallflags.png') top left;
	background-position: 0 126px;
}
.flag-small.au {
	background: transparent url('/images/flags/smallflags.png') top left;
	background-position: 0 144px;
}
span.nextToFlag-small {
	margin-left: 10px;
	color: white;
	font-weight: 400;
	font-family: 'Signika', sans-serif;
}

.social{
	text-decoration: none;
	display: block;
	height: 24px;
	width: 24px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.social.twitter{
	background: transparent url('/images/bg-btn-twitter.png') top left repeat-x;
}
.social.twitter:hover{
	background: transparent url('/images/bg-btn-twitter.png') bottom left repeat-x;
}
.social.facebook{
	background: transparent url('/images/bg-btn-facebook.png') top left repeat-x;
}
.social.facebook:hover{
	background: transparent url('/images/bg-btn-facebook.png') bottom left repeat-x;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

.search-btn {
	font-family: 'Nunito', sans-serif;
	font-size: 11px;
	display: block;
	height: 26px;
	width: 63px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #006699 1px 1px 1px;
	background: transparent url('/images/bg-btn-search.png') top left repeat-x;
	line-height: 25px;
	border: 0;
	margin: 0;
	float: left;
}
.search-btn:hover {
	background: transparent url('/images/bg-btn-search.png') bottom left repeat-x;
}
.search-btn.nohover:hover {
    background: transparent url('/images/bg-btn-search.png') top left repeat-x;
}

.btn{
	font-family: 'Nunito', sans-serif !important;
	font-size: 11px !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	border-radius: 3px;
	padding: 0 6px;
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
}
button.btn.blue {
	height: 28px;
}
.btn.blue, .btn.blue.del{
	border: 1px solid #3b8bd9;
	text-shadow: #006699 1px 1px 1px;
	background: transparent url('/images/bg-btn-blue.png') top left repeat-x;
	font-size: 10px !important;
}
.btn.del{
	height: 19px;
	line-height: 19px;
	opacity: 0.4;
}
.btn.blue.del:hover{
	opacity: 1;
	background: transparent url('/images/bg-btn-blue.png') top left repeat-x;
	cursor: pointer;
}
.btn.blue:hover{
	background: transparent url('/images/bg-btn-blue.png') bottom left repeat-x;
	cursor: pointer;
}
.btn.orange{
	border: 1px solid #ff6600 !important;
	height: 29px !important;
	line-height: 29px !important;
	text-shadow: #cc3300 1px 1px 1px !important;
	background: transparent url('/images/bg-btn-orange.png') top left repeat-x !important;
}
.btn.orange:hover{
	background: transparent url('/images/bg-btn-orange.png') bottom left repeat-x;
	cursor: pointer;
}

.tabs {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
.tab{
	font-size: 11px;
	font-family: 'Nunito', sans-serif;
	float: left;
	display: block;
	height: 30px;
	padding: 0 15px 0 12px;
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
	text-shadow: #006699 1px 1px 1px;
	text-decoration: none;
	background: transparent url('/images/bg-tab.png') top left repeat-x;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin: 0 -3px;

}
.tab img{
	float: left;
	margin: 5px 5px 0 0;
	border: none;
}
.tab.first{
	background-position: -10px 0;
	margin: 0;
}
.tab.active.first, .tab.active.first:hover{
	background-position: -10px -30px;
	margin: 0 -3px 0 0;
	padding: 0 15px 0 12px;
}
.tab.first:hover{
	background-position: -10px -60px;
}

.tab.active, .tab.active:hover{
	background: transparent url('/images/bg-tab.png') left -30px repeat-x;
	text-shadow: none;
	position: relative;
	color: #003366;
	padding: 0 12px 0 12px;
	z-index: 1000;
}
.tab:hover{
	background: transparent url('/images/bg-tab.png') left -60px repeat-x;
	color: #fff;
	text-shadow: #006699 1px 1px 1px;
}
.tab.green{
	background-position: 0px -90px;
}
.tab.green.active, .tab.green.active:hover{
	background-position: 0px -120px;
}
.tab.green:hover{
	background-position: 0px -150px;
}
.tab.red{
	background-position: 0px -180px;
	text-shadow: none;
}
.tab.red.active, .tab.red.active:hover{
	background-position: 0px -210px;
	color: #fff;
}
.tab.red:hover{
	background-position: 0px -240px;
}

.pointer {
	cursor: pointer;
}

/* Landen CSS */
.land-zoek-container {
	width: 300px;
	position: relative;
}
.land-zoek-container div {
	float: left;
	width: 12px;
	height: 26px;
	background-image: url('/images/bg-input-left.png');
}
.land-zoek-container input {
	text-align: center;
	float: left;
	background-image: url('/images/bg-input.png');
	width: 150px;
	height: 26px;
	border: 0;
	padding: 0;
	margin: 0;
}
.land-zoek-container img {
	position: absolute;
	right: 275px;
	top: 5px;
}

/* Weerbericht */
.weerbericht  {
	word-wrap: break-word;
}

#reactiesContainer p.size13 {
	font-size: 14px !important;
}

.weerbericht.full p {
	font-size: 15px;
	line-height: 23px;
}

/*
.weerbericht * {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 300;
	font-size: 16px;
	color: black;
}
*/

.weerbericht em {
	font-family: 'Signika', sans-serif;
}

.weerbericht a {
	color: #0099ff !important;
}

.weerbericht span {
	font-family: 'Signika', sans-serif;
}

#container #content .weerbericht ul {
    list-style-type: disc;
    margin-left: 15px;
}

.weerbericht u {
	text-decoration: underline;
	color: inherit;
}
.weerbericht ol {
	font-family: 'Signika', sans-serif;
	font-weight: 300;
	padding-left: inherit;
	color: #666;
}
.weerbericht ol li {
	height: inherit;
	border-bottom: 0;
	line-height: inherit;
	padding-left: 0;
	color: #666;
	line-height: 20px;
}
.weerbericht h2 {
	font-size: inherit;
}
.weerbericht.home h2 {
	color: #003366;
	font-size: 24px;
	font-family: 'Signika', serif;
	font-weight: 400;
}
.weerbericht.home h2 {
	font-size: 24px;
	font-weight: 400;
}


/*
Home
*/
#home-flapover {
	clear: both;
	background-image: url('/images/bg-landenflapover.png');
	width: 650px;
	height: 164px;
	position: relative;
	left: -10px;
}
#home-flapover div {
	width: 100%;
	padding-left: 40px;
	padding-top: 8px;
}
#home-flapover h1 {
	font-family: 'Signika', serif;
	font-size: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: 400;
	color: white;
}
#home-flapover a.flag {
	width: 200px;
	float: left;
}

#home-top10 {
	width: 930px;
	overflow: hidden;
	padding: 25px;
	background-color: #eff1f3;
}

#home-fotos {
	width: 930px;
	padding: 25px;
	padding-bottom: 40px;
	background-color: #eff1f3;
}

h1 {
	color: #003366;
	font-size: 24px;
	font-family: 'Signika', serif;
	font-weight: 400;
}
h1.asH2 {
	color: #003366;
	font-family: 'Signika', serif;
	font-size: 20px;
	font-weight: 400;
}
h2 {
	color: #003366;
	font-family: 'Signika', serif;
	font-size: 20px;
	font-weight: 400;
}
h2.asH1 {
	color: #003366;
	font-size: 24px;
	font-family: 'Signika', serif;
	font-weight: 400;
}
h3 {
	color: #003366;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Signika', serif;
	margin: 0;
	padding: 0;
}
h4 {
	color: #333333;
	font-family: 'Signika', serif;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
h5 {
	font-family: 'Signika', serif;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
	color: #003366;
}

.divVriend .checker {
    position: relative;
    bottom: 22px;
}

#dorpAutocompleteHeader {
	text-align: left;
	z-index: 500;
	color: white;
	display: none;
	border-radius: 5px;
	position: absolute;
	left: 90px;
	top: 60px;
	width: 250px;
	background-color: #585858;
	opacity: 0.95;
	padding: 10px;
	font-family: 'Signika';
}
#dorpAutocompleteHeader .active {
	background-color: #0CF;
}
#dorpAutocompleteFooter {
	text-align: left;
	z-index: 500;
	color: white;
	display: none;
	border-radius: 5px;
	position: absolute;
	left: 130px;
	bottom: 160px;
	width: 250px;
	background-color: #585858;
	opacity: 0.95;
	padding: 10px;
}
#dorpAutocompleteFooter .active {
	background-color: #0CF;
}
#dorpAutocomplete .active {
	background-color: #0CF;
}

ul.nolist {
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

.divMelding .div_b {
    width: 535px !important;
    word-wrap: break-word;
}
.divMelding .div_b p {
    width: 535px !important;
    word-wrap: break-word;
}

.contentpagina.profiel .divMelding .div_b {
    width: 230px !important;
    word-wrap: break-word;
}
.contentpagina.profiel .divMelding .div_b p {
    width: 230px !important;
    word-wrap: break-word;
}

.divMelding .icon-remove {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
}

.divMelding:hover .icon-remove {
	cursor: pointer;
	display: block;
}

.divMelding .nietOK {
	display: none;
	font-size: 10px;
	position: absolute;
	top: 5px;
	right: 30px;
}
.divMelding:hover .nietOK {
	display: block;
}

.divMelding .verwijderBericht {
	display: none;
	font-size: 10px;
	position: absolute;
	top: 5px;
	right: 30px;
}

.divMelding:hover .verwijderBericht {
	display: block;
}

/*
* Dorpspagina CSS e.d.
*/
.contentpagina.dorp h2 {
	font-size: 24px;
}

/* Blauwe kader op dorpspagina's e.d. */
.divLightBlue {
	position: relative;
	color: #003366;
	border-top-right-radius: 5px;
	clear: both;
	width: 595px;
	padding: 25px 0 25px 25px;
	background-color: #eafaff;
	/* overflow: hidden; */
}

.divLightBlue.big {
	width: 900px;
	padding: 25px;
}

.overflowable {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflowable:hover {
	white-space: normal;
	overflow: hidden;
}

div.mojomagnify_zoom {
    position : absolute;
    width : 160px;
    height : 160px;
    overflow : hidden;
    cursor : crosshair;
}

/* Mojomagnify.css */

div.mojomagnify_border {
    position : absolute;

    border : 2px solid black;

    width:156px;
    height:156px;

}


img.mojomagnify_img {
    padding : 0px;
    border : 0px;
}

div.mojomagnify_zoom a {
    cursor : crosshair;
}

/* PrettyPhoto.css */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(/images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{ background:url(/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{ background:url(/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:85px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-style:italic;font-color:#999;font-size:16px;left:35px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{ font-size:14px; font-weight: 300; line-height:14px; margin: 10px 50px 5px 100px;}div.pp_default .pp_bottom .pp_left{background:url(/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(/images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(/images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:7px 0 0}.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}

/* uniform.default.css */

/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background-image: url("../images/sprite_uniform.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    /* Keeping this as :focus to remove browser styles */ }
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
    margin: 0;
    padding: 0; }

.highContrastDetect {
    background: url("../images/bg-input-uniform.png") repeat-x 0 0;
    width: 0px;
    height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 3px;
    background: url("../images/bg-input-uniform.png") repeat-x 0 0;
    outline: 0; }
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
    background: url("../images/bg-input-uniform-focus.png") repeat-x 0 0; }

textarea.uniform {
    background-color: white;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none; }

/* Select */
div.selector {
    background-position: 0 -130px;
    line-height: 26px;
    height: 26px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden; }
div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block; }
div.selector.fixedWidth {
    width: 190px; }
div.selector.fixedWidth span {
    width: 155px; }
div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0px;
    width: 100%; }
div.selector.active {
    background-position: 0 -156px; }
div.selector.active span {
    background-position: right -26px; }
div.selector.hover, div.selector.focus {
    background-position: 0 -182px; }
div.selector.hover span, div.selector.focus span {
    background-position: right -52px; }
div.selector.hover.active, div.selector.focus.active {
    background-position: 0 -208px; }
div.selector.hover.active span, div.selector.focus.active span {
    background-position: right -78px; }
div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -234px; }
div.selector.disabled span, div.selector.disabled.active span {
    background-position: right -104px; }

/* Checkbox */
div.checker {
    position: relative; }
div.checker, div.checker span, div.checker input {
    width: 19px;
    height: 19px; }
div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px; }
div.checker span.checked {
    background-position: -76px -260px; }
div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
div.checker.active span {
    background-position: -19px -260px; }
div.checker.active span.checked {
    background-position: -95px -260px; }
div.checker.hover span, div.checker.focus span {
    background-position: -38px -260px; }
div.checker.hover span.checked, div.checker.focus span.checked {
    background-position: -114px -260px; }
div.checker.hover.active span, div.checker.focus.active span {
    background-position: -57px -260px; }
div.checker.hover.active span.checked, div.checker.focus.active span.checked {
    background-position: -133px -260px; }
div.checker.disabled, div.checker.disabled.active {
    background-position: -152px -260px; }
div.checker.disabled span.checked, div.checker.disabled.active span.checked {
    background-position: -171px -260px; }

/* Radio */
div.radio {
    position: relative; }
div.radio, div.radio span, div.radio input {
    width: 18px;
    height: 18px; }
div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px; }
div.radio span.checked {
    background-position: -72px -279px; }
div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
div.radio.active span {
    background-position: -18px -18px -279px; }
div.radio.active span.checked {
    background-position: -90px -279px; }
div.radio.hover span, div.radio.focus span {
    background-position: -36px -36px -279px; }
div.radio.hover span.checked, div.radio.focus span.checked {
    background-position: -108px -279px; }
div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
div.radio.hover.active span.checked, div.radio.focus.active span.checked {
    background-position: -126px -279px; }
div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
div.radio.disabled span.checked, div.radio.disabled.active span.checked {
    background-position: -162px -279px; }

/* Uploader */
div.uploader {
    background-position: 0 -297px;
    height: 28px;
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px; }
div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
div.uploader.active span.action {
    background-position: right -465px; }
div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
div.uploader.hover span.action, div.uploader.focus span.action {
    background-position: right -437px; }
div.uploader.hover.active span.action, div.uploader.focus.active span.action {
    background-position: right -493px; }
div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
    background-position: right -381px; }

/* Buttons */
div.button {
    background-position: 0 -641px;
    height: 30px;
    cursor: pointer;
    position: relative;
    /* Keep buttons barely visible so they can get focus */ }
div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px; }
div.button.active {
    background-position: 0 -671px; }
div.button.active span {
    background-position: right -551px;
    cursor: default; }
div.button.hover, div.button.focus {
    background-position: 0 -701px; }
div.button.hover span, div.button.focus span {
    background-position: right -581px; }
div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px; }
div.button.disabled span, div.button.disabled.active span {
    background-position: right -611px;
    cursor: default; }

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #777;
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999; }

/* PRESENTATION */
/* Buttons */
div.button span {
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase; }
div.button.hover span, div.button.focus span {
    color: #555; }
div.button.disabled span, div.button.disabled.active span {
    color: #bbb; }

/* Select */
div.selector {
    font-size: 12px; }
div.selector span {
    color: #666;
    text-shadow: 0 1px 0 white; }
div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px; }
div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb; }

/* Checker */
div.checker {
    margin-right: 5px; }

/* Radio */
div.radio {
    margin-right: 3px; }

/* Uploader */
div.uploader span.action {
    text-shadow: white 0px 1px 0px;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold; }
div.uploader span.filename {
    color: #777;
    border-right: solid 1px #bbbbbb;
    font-size: 11px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
    color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
    border-color: #ddd;
    color: #aaa; }

input.uniform-input, input.uniform-input:focus {
    background-color: #fff; }