* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

body {
    font-family: "myCalibri","Calibri","Helvetica rounded","Helvetica Neue",Helvetica,Trebuchet,Arial,sans-serif;
    background: #F0F0F0 url(../img/background.jpg) repeat-x scroll 0 0;
    color: #313131;
}

body.large {
    background: #F0F0F0 url(../img/background-large.jpg) repeat-x scroll 0 0;
}

em {
    color: #F00;
}

h1, h2, h3, h4 {
    padding: 7px 0 0 0;
    font-weight: normal;
}

h1 img, h2 img, h3 img, h4 img {
    vertical-align: middle;
    margin-right: 4px;
}

p, ul, ol {
    padding: 0.5em 1.2em;
    line-height: 1.3em;
    text-align: justify;
}

a {
    color: #FF0063;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0px;
}

p img {
    margin: 4px 0 4px 0;
}

/* Header */

#header {
    height: 128px;
    float: left;
    margin-top: 12px;
    width: 960px;
    overflow: hidden;
}

/* Logo */

#logo a {
    float: left;
    width: 384px;
    height: 128px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    padding-top: 0;
    background: transparent url(../img/logo.gif) no-repeat scroll 0 0;
}

/* Login box */

#header #login {
    font-size: 12px;
    background: transparent url(../img/login-box.gif) no-repeat scroll 0 0;
    float: right;
    padding: 0 23px 12px 21px;
    width: 200px;
}

#header #login ul {
    padding: 0;
}

#header #login form fieldset {
    margin-top: 15px;
    border: none;
    overflow: auto;
}

#header #login form legend {
    display: none;
}

#header #login form .text input,
#header #login form .password input {
    width: 190px;
}

#header #login form .checkbox input {
    float: left;
}

#header #login form label {
    float: left;
    padding: 0 5px 0 2px;
}

#header #login form a {
    float: left;
}

#header #login form input {
    border: medium none;
    margin-bottom: 7px;
    padding: 2px 5px 5px;
}

#header #login form div.submit input {
    background: transparent url(../img/login-small.gif) no-repeat scroll 0 0;
    bottom: 23px;
    cursor: pointer;
    width: 56px;
    height: 22px;
    left: 149px;
    position: relative;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;

}

#header #login li {
    list-style: none;
}

#header #logout {
    background: transparent url(../img/logout.gif) no-repeat scroll 0 0;
    bottom: 23px;
    cursor: pointer;
    display: block;
    height: 22px;
    left: 149px;
    position: relative;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;

}

/* Stats */

#header #stats {
    background: transparent url(../img/stats-box.gif) no-repeat scroll 0 0;
    float: right;
    height: 100px;
    padding: 5px 0 0 20px;
    width: 220px;
}

#header #stats p {
    padding: 0.4em 0 0 0;
}

#header #stats .big {
    color: #FF0063;
    font-size: 20px;
}

/* Teaser */

#teaser {
    height: 220px;
    color: #C8C8C8;
    font-size: 15px;
}

#teaser h1 {
    padding: 22px 15px 0;
    color: #FFF;
}

#teaser p {
    padding: 0 15px 0;
}

#teaser #teaser-left {
    float: left;
    width: 480px;
}

#teaser #teaser-right {
    float: right;
    width: 480px;
}

#teaser a {
    color: #FFF;
}

#teaser a.register {
    float: right;
    width: 140px;
    height: 40px;
    margin-right: 36px;
    margin-top: 39px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    background: transparent url(../img/register.gif) no-repeat scroll 0 0;
}

/* Rounded borders */

.round-top {
    background: transparent url(../img/table-round-top.gif) no-repeat scroll left top;
    height: 3px;
    font-size: 0px;
}

.round-bottom-grey {
    background: transparent url(../img/table-round-bottom-grey.gif) no-repeat scroll left top;
    height: 5px;
    font-size: 0px;
}

.round-bottom {
    background: transparent url(../img/table-round-bottom.gif) no-repeat scroll left top;
    height: 5px;
    font-size: 0px;
}

/* Pages */

.page {
    background: #E0E0E0 none repeat scroll 0 0;
    margin-bottom: 20px;
}

.page h2 {
    padding: 0.5em 0.8em;
}

.page div {
    padding: 0.5em 1.2em;
    line-height: 1.3em;
    text-align: justify;
}

.page a.view-housing-wishes {
    background: transparent url(../img/view-housing-wishes.gif) no-repeat scroll 0 0;
    display: inline-block;
    font-size: 0;
    height: 31px;
    line-height: 999px;
    overflow: hidden;
    width: 203px;
}


.page a.view-reactions {
    background: transparent url(../img/view-reactions.gif) no-repeat scroll 0 0;
    display: inline-block;
    font-size: 0;
    height: 31px;
    line-height: 999px;
    overflow: hidden;
    width: 203px;
}

.page a.place-housing-wish {
    background: transparent url(../img/place-housing-wish-pink.gif) no-repeat scroll 0 0;
    display: inline-block;
    font-size: 0;
    height: 31px;
    line-height: 999px;
    overflow: hidden;
    width: 203px;
}

.page a.to-overview {
    background: transparent url(../img/to-overview.gif) no-repeat scroll 0 0;
    display: inline-block;
    font-size: 0;
    height: 31px;
    line-height: 999px;
    overflow: hidden;
    width: 203px;
}

/* User forms */

.form {
    margin-bottom: 20px;
    font-size: 14px;
    background: #E0E0E0;
    width: 690px;
    overflow: hidden;
}

.form form div.input,
.form form div.submit {
    padding: 12px 0;
    background: #FFF;
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 0 2px;
}

.form form div.splitter {
    height: 1px;
    font-size: 1px;
}

.form fieldset {
    border: none;
}

.form form .input legend {
    display: none;
}

.form form legend {
    color: #313131;
    font-size: 1.3em;
    padding: 9px 13px;
}

.form form legend strong {
    color: #FF0063;
    font-weight: normal;
}

.form form legend span {
    display: block;
    width: 660px;
    margin-top: -22px;
    text-align: right;
}

.form form label, .form form .field {
    color: #FF0063;
    float: left;
    padding: 0 0 0 25px;
    width: 35%;
}

.form form .value {
    margin-left: 39%;
    padding-right: 5px;
}

.form form div.checkbox label {
    display: inline;
    float: none;
    padding-left: 8px;
}

.form form div.radio input {
    margin-right: 5px;
    margin-left: 10px;
}

.form form input,
.form form select,
.form form textarea {
    padding: 2px 5px 5px 5px;
    background: #F4F4F4;
    border: 2px solid #E0E0E0;
}

.form form textarea {
    width: 57%;
}

.form form div.submit input {
    background: transparent url(../img/button.gif) no-repeat scroll 0 0;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    width: 112px;
}

.form form input.price {
    background: #F4F4F4 url(../img/euro-small.gif) no-repeat scroll 4px 7px;
    padding-left: 14px;
}

.form a {
    text-decoration: underline;
}

.form #UserRegisterForm div.submit input {
    background: transparent url(../img/register-free.gif) no-repeat scroll 0 0;
    width: 140px;
    height: 40px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;

}

.form #AdvertisementAddForm div.submit input {
    background: transparent url(../img/place-housing-wish.gif) no-repeat scroll 0 0;
    width: 179px;
    height: 31px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
}

.form #ReactionReactForm div.submit input {
    background: transparent url(../img/place-reaction.gif) no-repeat scroll 0 0;
    width: 179px;
    height: 31px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
}

.form #UserEditForm div.submit input,
.form #AdvertisementEditForm div.submit input {
    background: transparent url(../img/save.gif) no-repeat scroll 0 0;
    height: 27px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    width: 175px;
}

.form #UserEditForm div.submit input {
    background: transparent url(../img/save-grey.gif) no-repeat scroll 0 0;
}

.form #AdvertisementEditForm div.delete a {
    display: inline-block;
    background: transparent url(../img/delete.gif) no-repeat scroll 0 0;
    height: 27px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    width: 175px;
}

.form #AdvertisementEditForm div.fulfilled a {
    display: inline-block;
    background: transparent url(../img/fulfilled.gif) no-repeat scroll 0 0;
    height: 27px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    width: 175px;
}

.form #UserLoginForm div.submit input {
    background: transparent url(../img/login.gif) no-repeat scroll 0 0;
    height: 27px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    width: 175px;
}

.form #ContactAddForm div.submit input,
.form #UserForgotForm div.submit input {
    background: transparent url(../img/send.gif) no-repeat scroll 0 0;
    height: 27px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    width: 175px;
}

/* Search box */

#search {
    background: transparent url(../img/search-box.gif) no-repeat scroll 0 0;
    height: 260px;
    width: 241px;
    color: #FFF;
    float: right;
    font-size: 12px;
    margin-bottom: 20px;
}

#search h2 {
    font-size: 20px;
    padding: 10px 0 0 20px;
}

#search p {
    padding: 5px 15px 10px 20px;
}

#search p strong {
    color: #313131;
}

#search form select.min_area,
#search form select.max_area {
    float: left;
    width: 65px;
}

#search form label {
    float: left;
    width: 35px;
    padding: 0 7px 0 20px;
}

#search form label.to {
    padding-left: 7px;
    width: 15px;
}

#search form label.reward {
    width: 60px;
}

#search form input,
#search form select {
    border: medium none;
    margin-bottom: 6px;
    padding: 2px 4px 5px;
}

#search form input.reward {
    background: #FFF url(../img/euro-small.gif) no-repeat scroll 4px 7px;
    padding-left: 14px;
}

#search form .place {
    width: 150px;
}

#search form .type {
    width: 160px;
}

#search form .reward {
    width: 115px;
}

#search form select {
    padding: 0;
}

#search form div.submit input {
    background: transparent url(../img/search.gif) no-repeat scroll 0 0;
    cursor: pointer;
    height: 31px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    width: 133px;
    margin-left: 88px;
}

/* Add box */

#add {
    background: transparent url(../img/add-box.gif) no-repeat scroll 0 0;
    height: 160px;
    width: 241px;
    color: #FF0063;
    float: right;
    font-size: 12px;
    margin-bottom: 20px;
}

#add h2 {
    font-size: 20px;
    padding: 10px 0 0 20px;
}

#add p {
    padding: 5px 15px 10px 20px;
    color: #FFF;
}

#add a {
    background: transparent url(../img/place-housing-wish-block.gif) no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 31px;
    margin-left: 20px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
}

/* Container */

#container {
    width: 960px;
    margin: 0 auto;
}

/* Content */

#content {
    width: 960px;
    float: left;
    margin-bottom: 50px;
}

div.user {
    background: transparent url(../img/logged-in.jpg) no-repeat scroll right top;
}

div.teaser  {
    background: transparent url(../img/teaser.jpg) no-repeat scroll right top;
}

div.register {
    background: transparent url(../img/register.jpg) no-repeat scroll right top !important;
}

/* Left and right columns */

#left {
    width: 690px;
    float: left;
}

div.teaser #left {
    margin-top: 20px;
}

#left h1 {
    margin: 0 0 20px;
    padding: 35px 13px 0px;
    color: #FF0063;
    font-size: 39px;
    font-weight: normal;
    height: 65px;
}

#left h1 {  /* Hack: Used by IE6 */
    width: 630px;
}

html>body #left h1 /* Hack: Used by non IE6 */ {
    width: 930px;
}

#left h1 span.reward {
    background: transparent url(../img/reward-big-box.gif) no-repeat scroll center left;
    display: inline-block;
}

#left h1 span.reward span {
    margin-left: 15px;
    padding: 7px 8px 0 2px;
}

#left h1 span.reward span.amount {
    background: transparent url(../img/reward-big-box.gif) no-repeat scroll center right;
    display: inline-block;
    height: 47px;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bold;
}

div.register #left h1 {
    padding: 155px 15px 0px;
}

#left h1 strong {
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
}

#right {
    width: 250px;
    float: right;
    margin-top: 120px;
}

div.teaser #right {
    margin-top: 20px;
}

div.register #right {
    margin-top: 240px;
    overflow: visible;
}

/* Footer */

#footer {
    height: 80px;
    clear: both;
    background: #E0E0E0 url(../img/footer.jpg) repeat-x scroll 0 0;
}

#footer #text {
    margin: 0 auto;
    width: 960px;
    font-size: 12px;
    color: #313131;
    font-weight: bold;
}

#footer #text a {
    color: #313131;
}

/* Small logo */

#logo-small a {
    float: right;
    width: 178px;
    height: 51px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
    background: transparent url(../img/logo-small.gif) no-repeat scroll 0 0;
}

/* Menu */

#twitter a {
    background: transparent url(../img/twitterbird.gif) no-repeat scroll 0 0;
    float: left;
    height: 85px;
    margin-top: -50px;
    width: 100px;
    line-height: 999px;
    overflow: hidden;
    font-size: 0;
}

ul#menu {
    padding-top: 10px;
}

ul#menu li {
    display: inline;
    float: left;
    padding-right: 15px;
}

ul#menu li a {
    padding-right: 15px;
}

/* pagination */

.paging {
    float: right;
    font-size: 14px;
    margin: 10px 0 20px 5px;
}

.paging span.dots, .paging span.current, .paging span a, .paging a {
    display: block;
    float: left;
    margin-left: 5px;
}

.paging span.current, .paging span a, .paging a {
    border: 2px solid #E0E0E0;
    padding: 0 10px;
}

.paging span a, .paging a {
    color: #000;
    text-decoration: none;
}

.paging span.current, span a:hover, .paging a:hover {
    background: #FFF none repeat scroll 0 0;
    color: #000;
    border: 2px solid #E0E0E0;
}

.paging span.current {
    font-weight: bold;
}

/* Tables */

table {
    background: #FFF;
    font-size: 14px;
    width: 100%;
}

 tr {
    height: 40px;
}

tbody tr:hover {
    background-color: #F0F0F0;
    cursor: pointer;
}

th,
td {
    text-align: left;
    padding-left: 20px;
}

th.type {
    width: 50px;
}

th.date {
    width: 140px;
}

th.m2 {
    width: 65px;
}

thead {
    background: #E0E0E0;
}

thead th {
    font-weight: normal;
}

thead th a {
    color: #313131;
}

tbody td {
    border-top: 1px solid #E0E0E0;
}

tfoot tr {
    height: 5px;
}

tfoot td {
    border-bottom: 2px solid #E0E0E0;
}

table .left,
table .right {
    padding: 0;
    width: 5px;
}

th.left {
    height: 40px;
    background: transparent url(../img/table-round-top.gif) no-repeat scroll center left;
}

th.right {
    height: 40px;
    background: transparent url(../img/table-round-top.gif) no-repeat scroll center right;
}

tbody td.left {
    border-left: 2px solid #E0E0E0;
}

tbody td.right {
    border-right: 2px solid #E0E0E0;
}

tfoot td.left {
    border-bottom: none;
    background: #FFF url(../img/table-round-bottom.gif) no-repeat scroll center left;
}

tfoot td.right {
    border-bottom: none;
    background: #FFF url(../img/table-round-bottom.gif) no-repeat scroll center right;
}

td.reward {
    width: 84px;
    background: transparent url(../img/reward-box.gif) no-repeat scroll center right;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

td.fulfilled {
    width: 84px;
    background: transparent url(../img/vervuld.gif) no-repeat scroll center right;
}

/* Notices and Errors */

div.message {
}

div.error-message {
    clear: both;
    color: #313131;
    font-weight: bold;
    padding: 5px 0 0 25px;
}

p.error {
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    color: #000;
    font-weight: normal;
    line-height: 140%;
}

.notice {
    background-color: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background-color: green;
    color: #FFF;
}

/* Related */

div.related {
    clear: both;
    display: block;
}

/* Debugging */

pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}

pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
}

div.cake-stack-trace {
    background: #fff;
    border: 4px dotted #ffcc00;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}

div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
    color: #000000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}

div.cake-code-dump span.code-highlight {
    background-color: #FFFF00;
    padding: 4px;
}

/* Recaptcha integration */

#recaptcha_area {
    overflow: hidden !important;
}

#recaptcha_widget_div {
    padding: 12px 0;
    background: #FFF;
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 0 2px;
}

#recaptcha_widget_div tr {
    height: auto;
}

#recaptcha_widget_div tr:hover {
    background: #FFF;
}