@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    font-family: Calibri, Verdana, Geneva, sans-serif;
    border: 0px;
    text-decoration: none;
    color: #333;
}

a { 

}

p {
	margin-bottom: 10px;	
}

ul {
	margin-left: 20px;	
}

li {
	margin-bottom: 5px;
}

.error {
	color: #FF0000;
	float: right;
	margin-right: 5px;
}

.success {
	color: #090;
	margin-right: 5px;
	float: right;
}

.smallMessage {
	float: left;	
}

.message {
	margin: 10px 0px 10px 0px;
	border: 1px solid #FF6;
	background: #FF9;
	color: #333;
	padding: 6px;
    filter: alpha(opacity=0);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.errorMessage {
	margin: 10px 0px 10px 0px;
	border: 1px solid #FFA8AA;
	background: #FFBFC1;
	color: #333;
	padding: 6px;
	font-weight: bold;
	letter-spacing: normal;
    filter: alpha(opacity=100);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.messageActive {
	filter: alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.uploadError {
	color: #FF0000;	
}

body {
    background: url(../images/backgroundStroke.png) repeat-x;
}

input {
    border: 1px solid #D0D0D0;
    width: 308px;
    margin-bottom: 5px;
	background: #F9F9F9;
	font-size: 12px;
	color: #862147;
	padding: 4px;

}

.whiteInput {
	background: #FFF;
	width: 265px;
}

textarea {
    border: 1px solid #D0D0D0;
    padding: 4px;
    width: 308px;
    font-size: 1.0em;
    margin-bottom: 5px;
    color: #333;
    background: #F9F9F9;
	height: 200px;
}

select {
	width: 318px;	
	border: 1px solid #D0D0D0;
	margin-bottom: 5px;
	height: 24px;
	background: #F9F9F9;
	font-size: 12px;
	color: #862147;
	padding: 4px;

}

fieldset {
    margin-top: 5px;
    margin-bottom: 5px;
}

.fieldsetBorder {
	border: 1px solid #D23F85;
	padding:6px;
	-moz-border-radius: 6px;	
}

h1 {
    color: #5E203F;
    font-size: 28px;
    border-bottom: 1px solid #E9E9E9;
    font-weight: normal;
    margin-bottom: 5px;
	letter-spacing: -1px;
}

h2 {
    color: #CCC;
    font-size: 12px;
    float: right;
    margin-top: -25px;
    font-weight: normal;
	letter-spacing: -1px;
}

.smaller {
	font-size: 16px;
	font-weight: normal;
	border: 0px;
}

h3 {
    color: #5E1F3F;
    font-size: 12px;
    /*border-bottom: 1px solid #CCC;*/
    font-weight: bold;
    letter-spacing: 0px;
    padding-bottom: 3px;
    margin-bottom: 2px;

}

h4 {
    color: #BD3874;
    font-size: 10px;
    float: right;
    margin-top: -20px;
    font-weight: normal;
    letter-spacing: 0px;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: -2px;
	
}

.submitButton {
    width: 270px;
}

#lisa {
    position: absolute;
    z-index: -1;
    margin-top: -64px;
    margin-left: -165px;
    background: url(../images/lisa.png);
    width: 465px;
    height: 1159px;
}

#maartje {
    position: absolute;
    z-index: -1;
    margin-left: 700px;
    margin-top: 40px;
    background: url(../images/maartje.png);
    width: 460px;
    height: 1055px;
}

#darkLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
    filter: alpha(opacity=0);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
	z-index: 1000;
}

#layerLoader {
	position: fixed;
	width: 100px;
	height: 32px;
	font-weight: bold;
	color: #AF3268;
	z-index: 4000;
}

#loadingHolder { 
	width: 150px;
	/*background: #862147;*/
	background: #FCFA98;
	position: fixed;
	margin-top: 8px;
	padding: 2px;
	padding-left: 6px;
	visibility: hidden;
	z-index: 4000;
}
#loadingHolder img {
	margin-top: 1px;
	margin-right: 4px;
	float:left;
}

#loading {
	color: #333;
}

.hint {
	position: absolute;
	background:#882349 url(../images/pattern.png);
	color: #FFF;
	z-index: 3000;
	font-size: 12px;
	padding: 4px;
}

#blackBar {
    height: 38px;
    background: #060609;
}

#purpleBar {
    height: 54px;
    margin-top: 12px;
    background: url(../images/menuStroke.png) repeat-x;
}

#blackArea {
    height: 23px;
    margin-top: -104px;
    z-index: 500;
    width: 980px;
    position: absolute;
    padding: 7px;
}

#location {
    float: left;
    margin-left: 40px;
    color: #FFF;
}

#locationText {
	float:left;
	color:#FFF;
	margin-right: 5px;
}

#locationTitle {
	float: left;
	color: #FFF;
}

#search {
    float: right;
    margin-right: 40px;
    color: #FFF;
    width: 328px;
}

#searchText {
    float: left;
    color:#FFF;
}

.searchInput {
    width: 180px;
    height: 14px;
    border: 2px solid #525354;
    padding: 2px;
    font-size: 0.8em;
	float: left;
	margin-left: 5px;
}

#Headerline {
    height: 1px;
    background: #FFF;
	border-bottom: 1px solid #000;
}

#purpleArea {
    position: absolute;
    margin-top: -54px;
    height: 50px;
    width: 980px;
    padding: 7px;
}

#purpleArea a {
    font-size: 26px;
    color: #FFF;
}

.item {
    float: left;
    margin-left: 40px;
}

.item a {
	letter-spacing: -1px;	
}

.itemRight {
    float: right;
    margin-right: 20px;
}

#wrapper {
    margin:0px auto;
    width: 980px;
    overflow: hidden;
}

#category {
    height: 32px;
    padding: 1px 0px 0px 1px;
    background: #350D1C;
}


#category a {
    float: left;
    margin-left: 2px;
    background: #3F1928;
    height: 16px;
    color: #FFF;
    padding: 2px 4px 2px 4px;
    border: 4px solid #5F3F4B;
    font-size: 0.9em;
    cursor: pointer;
}

#category a:hover {
    background: #872751;
    border: 4px solid #725C65;
}

#mainArea {
    height: 982px;
    width: 980px;
    font-size: 12px;
    position: relative;
    margin-top: 6px;
}

#sideBar {
	float: right;
	margin-top: -992px;
	width: 188px;
	height: 953px;
	background: #FFF;
	border: 10px solid #EAEAEA;
	padding: 4px 6px 4px 6px;
    display: none;
	z-index: 100;
}

#transparentBorder {
    width: 982px;
	height: 100%;
	margin-top: -10px;
    position: absolute;
 	background: #FFFFFF;
    filter: alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;

}

#transparentBackground {
    width: 960px;
    height: 962px;
    position: absolute;
	margin-left:10px;
    -moz-opacity:0.78;
    -khtml-opacity: 0.78;
    opacity: 0.78;
	background: #FFF;
    filter: alpha(opacity=78);   
}

#transparentInner { 
	z-index: 200;
    width: 912px;
	margin-top: 20px;
}

#content {
	position: absolute;
    margin-left: 10px;
	height: 935px;
	width: 902px;
    padding: 24px;
}

#footer {
    background: url(../images/footerStroke.png) repeat-x;
    height: 101px;
    margin-top: -40px;
}

.info {
	position: absolute;
	margin-left: 500px;
}

.white {
	color: #FFF;	
}

.line {
	border-bottom:1px solid #E8E8E8;
	height:0px;
	margin: 10px 0px 10px 0px;
}

.button {
    background: url(../images/buttonStroke.jpg) repeat-x;
    float: left;
    border: 1px solid #BCBCBC;
    padding: 0px 5px 3px 5px;
    font-size: 12px;
    color: #FFF;
	height: 24px;
    cursor: pointer;
}

.buttona {
    background: url(../images/buttonStroke.jpg) repeat-x;
    float: left;
    border: 1px solid #BCBCBC;
    padding: 4px 5px 3px 5px;
    font-size: 12px;
    color: #FFF;
	height: 16px;
    cursor: pointer;
}

.button:hover, .buttona:hover {
	background: url(../images/buttonStrokeHover.jpg);
	text-decoration: underline;
}

.buttonBig {
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 16px;
	background: #FFF;
	cursor: pointer;
}

.buttonBig:hover {
	text-decoration: underline;
	border: 1px solid #CCC;
}

.buttonForm {
	height: 24px;	
}

.buttonText {
	background: url(../images/icons/bullet_yellow.png) no-repeat;
	float: left;
	color: #862147;
    cursor: pointer;
    font-size: 14px;
	margin-left: 10px;
	background-position:bottom left;
	padding-left: 16px;
	padding-top: 2px;
}
.buttonText:hover {
	text-decoration: underline;
}

.right {
    float: right;
}

.buttonHeader {
    float: left;
    border: 2px solid #525354;
    padding: 2px 4px 2px 4px;
	margin-right: -4px;
	margin-left: 2px;
	height: 22px;
}

.pink {
    color: #D23F85;
}

#javascriptError {
    color: #AF3268;
    float: right;
    margin-right: 10px;
	font-size: 0.9em;
	margin-top: 2px;

}

#javascriptError:hover {
    text-decoration: underline;
}

#main {
    width: 500px;
	height: 800px;
    float: left;
	margin-bottom: 20px;
}

#rightSide {
    width: 380px;
    float: right;
}

#bottomSide {
	float: left;
	width: 903px;
	margin-top: 20px;

}






/* Lettertyp CSS */
.size14 {
    font-size: 14px;
	font-weight: bold;
}



/* View CSS - Advertisements */
.advertisement {
    width: 500px;
    height: 74px;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
	border: 1px solid #E283B0;
	-moz-border-radius: 6px;
}

.advertisementBackground {
    width: 500px;
    height: 74px;
    background: #CCC;
    filter: alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: absolute;
}

.even {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.advertisement:hover {
    background: #CF8EAD;
	
}


.advertisement a {
    width: 500px;
    height: 74px;
    position: absolute;
    z-index: 300;
}

.advertisementImage {
    position: absolute;
    border: 1px solid #CCC;
    background: #FFF;
    float: left;
    margin: 4px;
    padding: 2px;
    z-index: 200;
}

.advertisementImage img {
    /*width: 85px;*/
    height: 60px;
}

.advertisementImageBig {
    border: 1px solid #CCC;
    background: #FFF;
    float: left;
    margin: 4px 10px 4px 4px;
    padding: 2px;
    z-index: 200;
}

.advertisementImageBig img {
	height: 200px;
}

.imageBorder {
	padding: 2px;
	border: 1px solid #CCC;
	float: left;
	margin: 0px 4px 4px 0px;
}

.imageBorder img{
	height: 80px;
}

.advertisementContent {
	position: relative;
	float: left;
    margin: 4px 10px 10px 4px;
    z-index: 200;
	overflow: hidden;
}

advertisementInner {
	position: absolute;	
}



/* View CSS - Profiles */
#login {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
}

.newProfileText {
    float:left;
    margin:2px 0px 0px 60px;
    color: #666;
}

.formText {
    float:left;
    margin:2px 0px 0px 20px;
    color: #666;
}

.lighterText {
    color: #CCC;
}



/* View CSS - Main Banners */
#mainBanners {
	float: right;
	width: 380px;
	
}

.mainBanner {
	float: right;
	width: 380px;	
	height: 227px;
	margin-top: 12px;
	cursor: pointer;
}

.bannerLabel {
	position: absolute;
	width: 28px;
	height: 62px;
	padding: 2px;
	padding-right: 0px;
	border: 1px solid #999;
	border-right: 0px;
	background: #FFF;
	z-index: 200;
}

.bannerImage {
	position: absolute;
	padding: 2px;
	border: 1px solid #999;
	width: auto;
	margin-left: 30px;
	background: #FFF;
}

.bannerImage img {
	width: 335px;	
	height: 224px;
}



/* View CSS - long Banners */
#longBanners {
	height: 84px;
}

.longBannerLabel {
	float: left;
}

.longBannerImage {
	margin-left: 2px;
	float: left;
}

.longBanner {
	height: 84px;
	margin-left: 2px;
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	cursor: pointer;
}

.longBanner:hover {
    filter: alpha(opacity=99);
    -moz-opacity:0.99;
    -khtml-opacity: 0.99;
    opacity: 0.99;
}




/* View CSS - New advertisement */
h6 {
	font-size: 14px;
	color: #5E1F3F;
	font-weight: normal;
	margin-bottom: 6px;
}

#mijnProfile {
	margin-top: 20px;
	/*margin-left: 50px;*/
} 

#mijnProfile input, #mijnProfile select {
	float: right;
}

#registerForm input, #loginForm input {
	width: 212px;	
}

/* View CSS - Advertisement */
.profileSection {
	margin: 20px 0px 0px 30px;
}

.profileData {
	float: left;
	width: 224px;
	color: #862147;
	font-size: 13px;
	margin-bottom: 4px;
	height: 30px;
}

.dataTitle {
	float: left;
	width: 96px;
	font-weight: bold;
	font-size: 13px;
}

.photoThumb {
	margin: 5px;
	float: left;
	background:#882349;
}

.photoThumb img {
	margin: 2px;
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
	/*height: 134px;*/
	width: 84px;
	float: left;
}

.photoDelete {
	width: 6px;
	padding: 2px 2px 0px 3px;
	height: 100%;
	color: #FFF;
	background: #882349;
	float: left;
}

#profileFotos img:hover #tempPhotoList img:hover {
	filter: alpha(opacity=99);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;	
	cursor: pointer;
}

.grey {
	color: #333;
}

.boldGrey {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-right: 5px;
}

.boldPurple {
	font-size: 14px;
	font-weight: bold;
	color: #862147;
	margin-right: 5px;
}

.darkPurple {
	color:#872248;	
}



/* View CSS - Latest */

.latestAdvertisement {
	width: 180px;	
	height: 60px;
	padding: 4px;
	cursor: pointer;	
}

.latestAdvertisement:hover {
    background: #CF8EAD;
}

.latestAdvertisementPurple {
	width: 180px;	
	height: 60px;
	padding: 4px;
	cursor: pointer;	
	background: #F3E2EB;
}

.latestAdvertisementPurple:hover {
    background: #CF8EAD;
}

.latestOverlay {
	position: absolute;
	width: 180px;
	height: 60px;
	margin-left: -180px;
}

.latestAdvertisementImage {
	float: left;
	width: 50px;
}

.latestAdvertisementContent {
	float: left;
	margin-left: 5px;
	width: 125px;
	font-size: 11px;
}

.latestAdvertisementContent h3 {
	border:0px;
	font-size:12px;
}

.latestAdvertisementImage img {
	width: 48px;	
	max-height: 65px;
}




/* View CSS - mutate profile */
.mutateProfileForm .profileData {
	width: 235px;
}

.mutateProfileForm .dataTitle {
	width: 82px;
}

.profileData input, .profileData select {
	background: #F9F9F9;
	width: 135px;
	font-size: 12px;
	color: #862147;
	padding: 2px;
}

.profileData select {
	width: 140px;	
}

.profileData option {
	background: #F9F9F9;
	font-size: 12px;
	color: #862147;
	padding: 2px;
}

.hLineData {
	margin-top: -23px;
	margin-left: 140px;
	float:left;
}

.hLineData a {
	color: #999;	
}

.tagPurple {
	height: 13px;
	background: #862147;
	float: left;
	margin: 0px 4px 4px 0px;
	padding: 1px 4px 2px 4px;
}

.tagPurple:hover {
	background: #BD2F64;
}

.tagLight {
	background: #A22856;	
}

.tagPurple a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
}

.removeCross {
	color: #FFF;
	margin-left: 5px;
}



/* Popup CSS - Upload */

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#tempPhotoList { 
	position: absolute;
	z-index: 1002;
	background: #FFF;
	width: 500px;
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 12px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


/* Search Page */
#advancedSearch {
	margin: 5px;	
	width: 500px;
}

#search select, #search textarea {
	float: right;	
	width: 240px;
}

.optionSeperator {
	width: 200px;
	float: left;
}


.updateBox {
	float:right;
	font-size:18px;
	border:1px solid #CCC;	
	padding: 6px;
	margin-bottom: 20px;
}

.updateBox b {
	font-size: 20px;	
	float: left;
}

.fancy {
	color: #FFB850;
	font-size: 20px;
	float: right;
	margin-top:4px;
	letter-spacing: -1px;
}

.fancy:hover {
	text-decoration: underline;	
}

#advancedSearch fieldset select {
	float: right;	
}

.yellow {
	color: #FFB850;
}

.spacingSmall {
	letter-spacing: -1px;	
}

.logo {
	width: 200px;	
	margin-top: -4px;
	margin-right: 6px;
	float: left;
}

.logoBig {
	position: absolute;
	margin: 200px 0px 0px 180px;
}

.logoBig2 {
	position: absolute;
	margin: 650px 0px 0px 330px;
}

#profileResult a {
	margin:1px;
	background:#eaeaea;
	padding:2px;
	width: 400px;
	float: left;
}

#profileResult a:hover {
	text-decoration:underline;
	background: #FFF;
}

#beheerTable h3 {
	font-size: 16px;
	padding-bottom: 0px;
}

#beheerTable tr {
	background: #FFF;
}

#beheerTable tr:hover {
	background: #FFB850;
	cursor:pointer;
}

#beheerTable td {
	padding: 6px;
	font-size: 14px;
}

.advertiseBullet {
	height: 40px;
	font-size:1.1em;
	color: #D23F85;
	margin-left: 20px;
	margin-bottom:10px;
}