html, body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, verdana, helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

fieldset
{
    margin: 0px;
    padding: 0px;
}

a
{
    color: #333333;
}

img
{
    border: 0px;
}

form, td, tr, table, li, ul, ol, img
{
    padding: 0px;
    margin: 0px;
}

body
{
    background-color: #232323;
    background-image: url(../images/layout/background.gif);
}

input[type=submit], textarea, select, input[type=password], input[type=text], input[type=reset], input[type=button], input[type=file]
{
    border: 1px solid #cc0066;
    background-color: #ebebeb;
}

#sitecontainer
{
    margin: 0 auto;
    width: 950px;
    border: none;
    background-color: #ebebeb;
    padding: 10px;
}

.borderstijlpink
{
    border: 1px solid #d2d2d2;
    height: 200px;
    float: left;
    margin-right: 10px;
    width: 440px;
}

.borderstijlpink .notloggedinheader
{
    padding: 15px;
    color: white;
    background-color: #cc0066;
    height: 10px;
    font-weight: bold;
}

.borderstijlpink .notloggedinbody
{
    padding: 10px;
}

.form_label
{
    padding-top: 10px;
}

.form_field
{
    padding-top: 10px;
}

.form_error
{

}

.error_message
{
    vertical-align: middle;
    height: 30px;
    padding-top: 4px;
}

#header
{
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
}

#footer
{
    background-repeat: no-repeat;
    height: 10px;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

#menubar
{
    height: 45px;
    width: 100%;
    background-image: url(../images/layout/menu_bg.jpg);
}

#menubar ul
{
    list-style: none;
    list-style-type: none;
}

#menubar li
{
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    height: 45px;
    list-style-type: none;
    list-style-image: none;
}

#menubar li a
{
    height: 100%;
    width: 100%;
    display: block;
}

#suggestions
{
    list-style-type: none;
}

#suggestions li
{
    background-image: url(../images/layout/checkbox.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 25px;
    padding-top: 3px;
    margin: 2px;
    height: 20px;
}

#suggestions a
{
    color: black;
    text-decoration: underline;
}

#suggestions a:hover
{
    color: #cc0066;
    text-decoration: underline;
}

#site_filter
{
    height: 100%;
}

.splitleft
{
    float: left;
    width: 690px;
    padding: 5px;
}

.splitright
{
    float: left;
    width: 218px;
    margin: 5px;
    border: 1px solid #d2d2d2;
}

.splitright .splitright_title
{
    height: 30px;
    padding-left: 45px;
    padding-top: 10px;
    background-image: url(../images/layout/splitrighttitle.jpg);
    background-repeat: no-repeat;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
    background-color: #ec2086;
}

.splitright .splitright_content
{
    padding: 5px;
}

.photosingle
{
    border: 1px solid #d2d2d2;
    width: 155px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    height: 195px;
}

.photosingle_bestrated
{
    border: 1px solid #d2d2d2;
    width: 154px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    height: 210px;
    text-align: center;
    padding-top: 2px;
}

.photosingle .photo
{
    height: 155px;
    width: 100%;
}

.photosingle .desc
{
    border-top: 1px;
    height: 39px;
}

.photosingle .desc .usern
{
    height: 29px;
    padding-top: 10px;
    text-align: center;
    width: 110px;
    float: left;
}

.photosingle .desc .fusern
{
    height: 29px;
    padding-top: 10px;
    text-align: center;
}

.photosingle .desc .usern a, .photosingle .desc .usern a:hover, #site_filter a, #site_filter a:hover
{
    text-decoration: underline;
    color: black;
}

.photosingle .desc .favo
{
    width: 38px;
    padding-left: 7px;
    padding-top: 5px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
}

#infobar
{
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #d2d2d2;
    background-color: white;
    border-top: 1px solid #d2d2d2;
}

#infobar ul
{
    list-style-type: none;
}

#infobar li
{
    float: left;
}

#infobar li img
{
    border: 1px solid white;
}

#infobar li img:hover
{
    border: 1px dashed #d2d2d2;
}

#subscribeform input[type=text], #subscribeform input[type=password], #subscribeform textarea, #subscribeform select, #subscribeform input[type=submit], #subscribeform input[type=reset]
{
    margin-bottom: 10px;
}

#subscribeform input[type=submit]
{
    margin-top: 20px;
}

.pagetitle
{
    height: 25px;
    background-image: url(../images/layout/menu_bg.jpg);
    color: #cc0066;
    font-size: 17px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
}

.pagecontent
{
    padding: 10px;
    background-color: white;
}

.pagecontent .page ul, .pagecontent .page ol
{
    margin-left: 15px;
}

#loginbar input[type=text]
{
    position: absolute;
    right: 37px;
    top: 49px;
    width: 205px;
    height: 18px;
    border: none;
    background-color: white;
    border-color: transparent;
}

#loggedinuser div
{
    position: absolute;
    width: 161px;
    height: 27px;
    right: 10px;
    top: 8px;
}

#logoutbar a
{
    position: absolute;
    width: 81px;
    height: 27px;
    right: 10px;
    top: 153px;
}

#loginbar input[type=password]
{
    position: absolute;
    right: 104px;
    top: 99px;
    width: 138px;
    height: 18px;
    border: none;
    background-color: white;
    border-color: transparent;
}

#loginbar input[type=image]
{
    position: absolute;
    right: 35px;
    top: 95px;
}

#loginbar_rememberme
{
    position: absolute;
    right: 18px;
    top: 125px;
    width: 230px;
}

#subscribeform .form_label
{
    width: 250px;
    padding: 5px;
    vertical-align: top;
}

#subscribeform .form_error
{
    width: 300px;
    padding-left: 10px;
    vertical-align: top;
}

.subscribeform_header
{
    font-weight: bold;
    font-size: 18px;
}

#formContact .form_label
{
    width: 150px;
    padding: 5px;
    vertical-align: top;
}

#formContact .form_error
{
    width: 300px;
    padding-left: 10px;
    vertical-align: top;
}

#profileview .profile_item_title
{
    font-weight: bold;
    padding: 1px;
}

#profileview .profile_item
{
    padding: 1px;
}

#profile_item_right a
{
    display: block;
    text-decoration: underline;
    padding-top: 5px;
    vertical-align: center;
    color: #333333;
}

#photopage_links a
{
    display: block;
    text-decoration: underline;
    padding-top: 5px;
    vertical-align: center;
    color: #333333;
}

#photopage img
{
    padding-right: 4px;
}

#photoCommentForm .form_label
{
    width: 150px;
    padding: 5px;
    vertical-align: top;
}

#photoCommentForm .form_error
{
    width: 300px;
    padding-left: 10px;
    vertical-align: top;
}

#formFake .form_label
{
    width: 150px;
    padding: 5px;
    vertical-align: top;
}

#formFake .form_error
{
    width: 300px;
    padding-left: 10px;
    vertical-align: top;
}

#search_form .form_label
{
    width: 150px;
    padding: 5px;
    vertical-align: top;
}

#search_form .form_error
{
    width: 300px;
    padding-left: 10px;
    vertical-align: top;
}

.account_item
{
    position: relative;
    float: left;
    width: 150px;
    height: 200px;
    text-align: center;
    padding-top: 5px;
}

.account_item h3
{
    color: #cc0066;
}

.account_item a
{
    margin-top: 5px;
}

.account_item img
{
    width: 70px;
    height: 50px;
    padding-bottom: 15px;
}

.tr_visible
{
    display: block;
}

.tr_hidden
{
    display: none;
}

.messageview
{
    float: left;
    width: 650px;
}

#message_smileys
{
     float: left;
     width: 120px;
     margin-left: 20px;
     margin-top: 90px;
}

#message_send_header
{
   border: 1px solid #d2d2d2;
   width: 650px;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
}

#message_send_response
{
   border: 1px solid #d2d2d2;
   width: 650px;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
}

#message_send_message_block
{
    position: inherit;
    border: 1px solid #d2d2d2;
    width: 650px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    height: 168px;
}

#message_option_block
{
    position: inherit;
    border: 1px solid #d2d2d2;
    width: 650px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

#message_send_button_block
{
    position: inherit;
    border: 1px solid #d2d2d2;
    width: 650px;
    padding-left: 5px;
    padding-top: 10px;
}

#message_send_user
{
    position: relative;
    float: left;
    width: 180px;
}

#message_send_message
{
    position: relative;
    float: left;
    width: 460px;
}

#message_send_message textarea
{
    width: 450px;
    height: 165px;
}

#message_counter
{
    padding-left: 200px;
    float: left;
    padding-top: 10px;
}

#messageAttachment
{
    padding-left: 150px;
    float: left;
    padding-top: 5px;
}

#attachmentupload
{
    background-color: white;
    background-image: none;
}

.message_send_left_padding
{
    padding-top: 10px;
    padding-left: 200px;
    float: left;
    width: 600px;
}

#tellafriendform .form_label
{
    width: 250px;
    padding: 5px;
    vertical-align: top;
}

#tellafriendform .form_error
{
    width: 300px;
    padding-left: 10px;
    vertical-align: top;
}

.tellafriendform_header
{
    font-weight: bold;
    font-size: 18px;
}

#accountphotoform .form_label
{
    width: 250px;
    padding: 5px 5px 5px 0px;
    vertical-align: top;
}

.storywebcams
{
    text-align: center;
    height: 145px;
    background-color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
}
