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

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

a { 
    font-size: 11px;
}

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;
    letter-spacing: normal;
    filter: alpha(opacity=100);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    font-size: 11px;
}

.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;*/
    background: #D2E0E3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2E0E3', endColorstr='#E8EFF0'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#D2E0E3), to(#E8EFF0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #D2E0E3,  #E8EFF0); /* for firefox 3.6+ */
}

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

}

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

textarea {
    border: 1px solid #D0D0D0;
    padding: 4px;
    width: 308px;
    font-size: 0.9em;
    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: 10px;
    color: #862147;
    padding: 4px;

}

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

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

.fieldsetBorderGrey {
    /*border: 1px solid #999;*/
    padding:6px 0px 6px 0px;
    /*-moz-border-radius: 6px;	*/
    border-bottom: 1px dotted #CCC;
}

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

.h1 {
    color: #5E203F;
    font-size: 26px;
    border-bottom: 1px solid #E9E9E9;
    font-weight: normal;
    letter-spacing: -1px;
    margin-top: 0px;
    margin-left:6px;
    float:left;
}


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

/*.h4 {
    color: #5E1F3F;
    font-size: 18px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    letter-spacing: 0px;
    padding-bottom: 3px;
    margin:1px 6px 0px 6px;
    float:left;

}*/

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

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

}

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

h5 {
    font-size: 16px;
    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;
    font-size: 12px;
}

.hint {
    position: absolute;
    background: #EAEAEA;
    border: 1px solid #CCC;
    color: #333;
    z-index: 3000;
    font-size: 10px;
    padding: 4px;
    width: 200px;
}

#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;
    margin-top: 1px;
}

#locationTitle {
    float: left;
    color: #FFF;
    font-size: 12px;
    margin-top: 3px;
}

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

#searchText {
    float: left;
    color:#FFF;
    font-size: 12px;
    margin-top: 3px;
}

.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: 10px;
}

#purpleArea a {
    font-size: 24px;
    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: 12px;
    cursor: pointer;
}

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

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

#sideBar {
    position: absolute;
    margin: 54px 0px 0px 1000px;
    width: 228px;
    height: 953px;
    display: none;
}

#sideElement {
    width: 188px;
    padding: 4px 6px 4px 6px;
    z-index: 100;
    margin-bottom: 10px;
    -moz-border-radius: 6px;
}

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

}

#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: 450px;
}

.info a {
    font-size: 16px;
}

.white {
    color: #FFF;
}

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

.lineDarker {
    border-bottom: 1px dashed #AAA;
    padding: 6px;
    background: #F3F3F3;
    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;*/

    border: 1px solid #CCC;
    background: #EAEAEA;
    height: 24px;
    padding: 0px 5px 3px 5px;
    font-size: 10px;
    color: #333;
    height: 24px;
    cursor: pointer;
    float: left;
}

.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;*/

    border: 1px solid #CCC;
    background: #EAEAEA;
    padding: 3px 5px 0px 5px;
    font-size: 10px;
    color: #333;
    height: 19px;
    cursor: pointer;
    float: left;
}

.button:hover, .buttona:hover {
    background: #D4D4D4;
    text-decoration: underline;
}

.buttonBig {
    border: 1px solid #CCC;
    padding: 8px;
    font-size: 12px;
    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: 12px;
    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.8em;
    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: 12px;
    font-weight: bold;
}



/* View CSS - Advertisements */
.advertisementFront {
    width: 500px;
    height: 74px;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    /*border: 1px solid #E283B0;*/
    border-bottom: 1px dotted #D23F85;
    padding-bottom: 4px;
    /*-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;
}

.advertisementFront a:hover {
    background: #CF8EAD;
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.advertisementImage, .advertisementContent {
    position: absolute;
    z-index: 1;
}

.advertisementFront 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: absolute;
    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 */
#mainBanner {
    float: right;
    width: 380px;
    margin-top: 20px;

} 

.mainBanner {
    padding-left: 60px;
    float: right;
    width: 320px;
    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: 12px;
    color: #5E1F3F;
    font-weight: normal;
    margin: 0px 0px 6px 0px;
    border-bottom:1px solid #FFB850;
    padding-bottom: 4px;
}

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

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

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

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

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

.dataTitle {
    float: left;
    width: 120px;
    font-size: 14px;
}

.photoThumb {
    margin: 5px;
    float: left;
    background:#882349;
    -moz-border-radius: 6px;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

}

.photoThumb:hover {
    filter: alpha(opacity=99);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity:1.0;

}

.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: 12px;
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}

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

.darkPurple {
    color:#872248;
}



/* View CSS - Latest */

.latestAdvertisement {
    width: 180px;
    height: 60px;
    padding: 4px;
    cursor: pointer;
    -moz-border-radius: 6px;
    margin-bottom: 5x;
    border-bottom: 1px dotted #CCC;
}

.latestAdvertisement:hover {
    background: #CF8EAD;
}

.latestAdvertisementPurple {
    width: 180px;
    height: 60px;
    padding: 4px;
    cursor: pointer;
    -moz-border-radius: 6px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #CCC;
}

.latestAdvertisementPurple:hover {
    background: #CF8EAD;
}

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

.latestAdvertisementImage {
    float: left;
    width: 48px;
    border: 1px solid #FFF;
}

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

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

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




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

.mutateProfileForm .dataTitle {
    font-size: 11px;
    width: 88px;
}

.profileData input, .profileData select {
    background: #F9F9F9;
    width: 135px;
    font-size: 10px;
    margin-right: 6px;
    margin-top: -2px;
    color: #862147;
    padding: 2px;
}

.profileData select {
    width: 140px;
    margin-top: -4px;
}

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

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

.hLineData a {
    color: #999;
}

.tagGreen {
    height: 13px;
    background: #6C3;
    border: 1px solid #6C3;
    float: left;
    margin: 0px 4px 4px 0px;
    padding: 1px 4px 2px 4px;
    color: #333;
}

.tagLight {
    height: 13px;
    /*background: #862147;*/
    border: 1px dotted #CCC;
    float: left;
    margin: 0px 4px 4px 0px;
    padding: 1px 4px 2px 4px;
    color: #333;
    font-weight:bold;
    background: #FFF;
}

.tagLight:hover, .tagPurple:hover  {
    /*background: #FFB850;
	color: #333;*/
    border: 1px solid #FFB850;
}

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

.removeCross {
    color: #000;
    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: 10px;
    -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:16px;
    border:1px solid #CCC;
    padding: 6px;
    margin-bottom: 20px;
}

#updateMenu {
    float:left;
    margin-right:4px;
    font-size:26px;
    margin-top:-3px;
}

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

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

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

#advancedSearch fieldset select {
    float: right;
}

.yellow {
    color: #FFB850;
}

.yellowBox {
    margin-bottom:10px;
    padding:4px 4px 4px 0px;
    background:#FFB850;
    border-radius: 6px;
    -moz-border-radius: 6px;

}

.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 {
    margin:1px;
    background:#eaeaea;
    padding:2px;
    width: 400px;
    float: left;
}

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

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

#beheerTable tr {
    background: #FFF;
}

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

#beheerTable td {
    padding: 2px;
    font-size: 9px;
}

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

#uploadElement {
    position:absolute;
    margin-left:535px;
    margin-top:20px;
    width:300px;
}
