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

html
{
    overflow-y: scroll;
}

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: #e6effa;
    background-image: url(../images/gradient_1px_08.png);
    background-position: center;
    background-repeat: repeat-y;
}

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;
    position: relative;
}

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

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

.borderstijlpink .notloggedinbody
{
    padding: 10px;
}

.form_label
{
    padding-top: 10px;
}

.form_field
{
    padding-top: 10px;
}

.form_error
{
    padding-top: 10px;
    color: red;
}

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

#header_loggedin
{
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
    background-image: url(../images/layout/header_loggedin_default.jpg);
    position: relative;
}

#header_loggedout
{
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
    background-image: url(../images/layout/header_loggedout_default.jpg);
    position: relative;
}

#header_logo_click
{
    position: absolute;
    top: 50px;
    left: 370px;
    width: 260px;
    height: 112px;
}

#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: 1px;
    margin-right: 1px;
    float: left;
    height: 45px;
    list-style-type: none;
    list-style-image: none;
}

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

#suggestions
{
    margin-top: 6px;
    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: 695px;
    padding: 0px;
}

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

.splitright .splitright_title
{
    height: 30px;
    padding-bottom: 5px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
    background-color: white;
}

.splitright .splitright_title *
{
    vertical-align: middle;
}

.splitright .splitright_content
{
    padding: 5px;
}

.photosingle
{
    width: 155px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    height: 195px;
    padding-top: 5px;
    padding-left: 5px;
}

.photosingle_bestrated
{
    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: none;
    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: #5893db;
    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: 35px;
    top: 52px;
    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.logout_a
{
    position: absolute;
    width: 81px;
    height: 27px;
    right: 5px;
    top: 180px;
    padding-right: 20px;
}

#loginbar input[type=password]
{
    position: absolute;
    right: 100px;
    top: 96px;
    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
{
    font-size: 1.2em;
}

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

#profileview .profile_item
{
    padding: 1px;
}

#profile_item_right
{
    float: right;
    width: 400px;
}

#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;
    font-size: 13px;
}

.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
{
    float: left;
    width: 180px;
}

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

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

#message_counter
{
}

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

.message_send_left_padding
{
    padding-top: 0px;
    padding-left: 0px;
    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;
}


.displaynone
{
    display: none;
}

.display
{

}

#simplemodal-container
{
    width: 350px;
    height: 200px;
    background-color: white;
    border: 2px solid #EBEBEB;
}

#simplemodal-overlay
{
    background-color: #000;
    cursor: wait;
}

#simplemodal-data
{
    text-align: center;
    padding:10px;
    position:relative;
    top:40%;
}

.hot_or_not_vote_button
{
    position: absolute;
    top: 31px;
    width: 13px;
    height: 10px;
}

.hot_or_not_nametag
{
    position: relative;
    width: 218px;
    height: 22px;
    text-align: center;
    border-top: 1px solid #D2D2D2;
}

.hot_or_not_nametag *
{
     vertical-align: middle;
}

.ablock
{
    display: block;
    width: 100%;
    height: 100%;
}

.hotornot_bottom_tabs_text
{
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 150px;
    width: 68px;
}

.hotornot_bottom_tabs_text_a
{
    height: 37px;
    border-top: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
}

.hotornot_bottom_tabs_text .hotornot_bottom_tabs_text_a:last-child
{
    height: 36px;
}

.hot_or_not_container
{
    border: 1px solid #d2d2d2;
    margin: 5px;
    padding: 0px;
    height: 295px;
    width: 218px;
}

#hotornot_photo_div
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 140px;
    width: 123px;
    margin: 0px;
    padding: 0px;
}

#hotornot_photo_div_header
{
    background-image: url(../images/hot_or_not/who_is_in_the_spotlight_72.jpg);
    background-position: -1px -1px;
    width: 219px;
    height: 41px;
    border: 0px;
}

.tbumb_border_outer
{
    border: solid 1px #d8d7d7;
    background-color: #ecebeb;
    height: 200px;
    width: 160px;
}

.tbumb_border_middle
{
    border: solid 1px #f0f0f0;
    background-color: #f5f5f5;
    height: 196px;
    width: 156px;
    margin: 1px;
}

.tbumb_border_inner
{
    border: solid 1px #f9f9f9;
    background-color: #fdfcfc;
    height: 192px;
    width: 152px;
    margin: 1px;
}

#site_filter .extrabar_credit_buy_link a:hover
{
    text-decoration: underline;
}

#hotornot_warning
{
    height: 179px;
    position: relative;
    margin: 0px;
    display: none;
    border-bottom: 1px solid #D2D2D2;
    text-align: justify;
}

#hotornot_warning span
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 1em;
}

.single_photo_page
{
    border: #5A93D8 2px solid;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#subscribeform .form_error
{
    color: black;
    font-weight: bold;
}

/* simple css-based tooltip */
.tooltip
{
    background-color:#000;
    border:1px solid #fff;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}

#oldbrowserwarning
{
    background-color: #cfc;
    border: 1px solid #7dc979;
}

#menuHome
{
    width: 59px;
    background-image: url(../images/buttons_nl/home.png);
    background-repeat: no-repeat;
}

#menuSearch
{
    width: 69px;
    background-image: url(../images/buttons_nl/search.png);
    background-repeat: no-repeat;
}

#menuPhotos
{
    width: 63px;
    background-image: url(../images/buttons_nl/photos.png);
    background-repeat: no-repeat;
}

#menuMembers
{
    width: 60px;
    background-image: url(../images/buttons_nl/members.png);
    background-repeat: no-repeat;
}

#menuStories
{
    width: 78px;
    background-image: url(../images/buttons_nl/stories.png);
    background-repeat: no-repeat;
}

#menuInfo
{
    width: 48px;
    background-image: url(../images/buttons_nl/info.png);
    background-repeat: no-repeat;
}

#menuContact
{
    width: 72px;
    background-image: url(../images/buttons_nl/contact.png);
    background-repeat: no-repeat;
}

#menuFavo
{
    width: 92px;
    background-image: url(../images/buttons_nl/favo.png);
    background-repeat: no-repeat;
}

#menuSettings
{
    width: 92px;
    background-image: url(../images/buttons_nl/settings.png);
    background-repeat: no-repeat;
}

#menuFreesignup
{
    width: 129px;
    background-image: url(../images/buttons_nl/freesignup.png);
    background-repeat: no-repeat;
}

#menuBookmark
{
    width: 86px;
    background-image: url(../images/buttons_nl/bookmark.png);
    background-repeat: no-repeat;
}

#menuHome.menuDownState
{
    background-image: url(../images/buttons_nl/down/home.png);
}

#menuSearch.menuDownState
{
    background-image: url(../images/buttons_nl/down/search.png);
}

#menuPhotos.menuDownState
{
    background-image: url(../images/buttons_nl/down/photos.png);
}

#menuMembers.menuDownState
{
    background-image: url(../images/buttons_nl/down/members.png);
}

#menuStories.menuDownState
{
    background-image: url(../images/buttons_nl/down/stories.png);
}

#menuInfo.menuDownState
{
    background-image: url(../images/buttons_nl/down/info.png);
}

#menuContact.menuDownState
{
    background-image: url(../images/buttons_nl/down/contact.png);
}

#menuFavo.menuDownState
{
    background-image: url(../images/buttons_nl/down/favo.png);
}

#menuSettings.menuDownState
{
    background-image: url(../images/buttons_nl/down/settings.png);
}

#menuFreesignup.menuDownState
{
    background-image: url(../images/buttons_nl/down/freesignup.png);
}

#menuBookmark.menuDownState
{
    background-image: url(../images/buttons_nl/down/bookmark.png);
}

#sitemenuImage
{
    width: 221px;
    height: 43px;
    background-image: url(../images/sitemenu.gif);
}

#photomenuImage
{
    width: 221px;
    height: 43px;
    background-image: url(../images/fotomenu.gif);
}

#whoisonlineImage
{
    background-image: url(../images/buttons_nl/whoisonline.png);
    width:181px;
    height: 27px;
}

#refreshImage
{
    background-image: url(../images/buttons_nl/refresh.png);
    width:101px;
    height: 27px;
}

.thumbGoldmemberCrown
{
    background-image: url(../images/kroon.gif);
    width: 16px;
    height: 15px;
    position: absolute;
    top: 7px;
    right: 7px;
}

#subscribeform .form_error
{
    color: black;
}
