﻿html
{
    height: 100%;
}

body
{
    background-color: #e4e4e4;
    background-image: url(../images/bg.jpg);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: "Segoe UI" , Arial, Sans-Serif;
    font-size: 12px;
    color: #000;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-bottom: 25px;
}

.status 
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    padding:3px;
}

img 
{
    border: 0px;
}

a 
{
    color: #e59f15;
    text-decoration: underline;
}

a:hover 
{
    text-decoration: none;
}

.arrowLink 
{
    padding-left: 18px;
    background-image: url(../images/bullet_go.png);
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
}

h1, h2, h3 
{
    color: #e59f15;
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    margin-top: 20px;
}

h1 
{
    font-size: 40px;
    letter-spacing: -3px;
    font-style: italic;
    color: #000;
}

.legend 
{
    margin-top: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

p 
{
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#main_container
{
    text-align: left;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
}

#top_container
{
    height: 55px;
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

#top_bar
{
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#logo
{
    float: left;
    margin-left: 20px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 150px;
    height: 54px;
}

#logo a
{
    display: block;
    width: 150px;
    height: 54px;
}

#top_bar_actions
{
    width: 500px;
    padding-top: 25px;
    float: right;
    text-align: right;
    margin-right: 20px;
}

#top_bar_actions a
{
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
}

#top_bar_actions a:hover
{
    text-decoration: underline;
}

.top_bar_loginStatus
{
    color: #fff;
}

#adSense_div 
{
    padding-top: 10px;
    text-align: center; 
}

#banner 
{
    margin-left: auto;
    margin-right: auto;
    width: 728px;
    height: 90px;
}

#content_container
{
    text-align: left;
}

.clear 
{
    clear: both;
    font-size: 0;
    height: 1px;
}

#credits 
{
    padding-bottom: 5px;
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
}

#credits a 
{
    margin-left: 20px;
    color: #000;
    text-decoration: none;
}

#credits a:hover 
{
    text-decoration: underline;
}





/*
ASP.NET Ajax Tabs
*/
.ajax__tab_outer
{
    background-image: url(../images/pane-inactive.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.ajax__tab_tab
{
    width: 176px;
    height: 25px;
    padding-top: 10px;
}

.ajax__tab_tab b
{
    padding-right: 5px;
}

.ajax__tab_hover .ajax__tab_outer
{
    background-image: url(../images/pane-hover.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.ajax__tab_active .ajax__tab_outer
{
    background-image: url(../images/pane-active.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.ajax__tab_header 
{
    z-index: 20;
}


.ajax__tab_body
{
    margin-top: -1px;
    background-image: url(../images/box-bottom.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.ajax__tab_panel
{
    padding: 20px;
    padding-bottom: 0px;
    background-image: url(../images/box-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}









/*
Frontpage specific
*/

#heading_gfx
{
    padding-left: 15px;
    background-image: url(../images/heading-gfx.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 0px;
}

#heading_gfx h1 
{
    text-align: left;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 55px;
}


#frontpage_textdiv_left,
#frontpage_textdiv_center,
#frontpage_textdiv_right 
{
    width: 240px;
    float: left;
    padding: 30px;
    padding-bottom: 0px;
    padding-top: 10px;
    line-height: 225%;
}

#frontpage_textdiv_left h2,
#frontpage_textdiv_center h2,
#frontpage_textdiv_right h2

{
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

#frontpage_textdiv_left h2
{
    background-image: url(../images/share-icon.png);
}

#frontpage_textdiv_center h2
{
    background-image: url(../images/mobile-icon.png);
}

#frontpage_textdiv_right h2
{
    background-image: url(../images/star-icon.png);
}

.frontpage_createList_form,
.frontpage_activateList_form,
.frontpage_finishList_form
{
    height: auto;
    padding-right: 20px;
    padding-top: 20px;
}












/*
Forms
*/

.form_col1,
.form_col2,
.form_col3 
{
    width: 275px;
    float: left;
}
.form_col1-and-2 
{
    width: 550px;
    float: left;
}

.form_float3 
{
    width: 33%;
    float: left;
}

.form_item 
{
    margin-bottom: 20px;
}

.form_note 
{
    color: #808080;
    margin-bottom: 10px;
    line-height: 150%;
    padding-right: 30px;
}

.form_error 
{
    line-height: 150%;
    padding-bottom: 5px;
    background-image: url(../images/error-icon.png);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    padding: 5px;
    width: auto;
    margin-bottom: 10px;
    padding-left: 35px;
}

.button,
.uploadbutton
{
    width: 156px;
    height: 33px;
    background-color: Transparent;
    background-image: url(../images/button.png);
    background-position: top left;
    background-repeat: no-repeat;
    border: 0px;
    font-weight: bold;
    font-family: "Segoe UI", Tahoma, Arial;
}

.button:hover,
.uploadbutton:hover
{
    cursor: pointer;
    background-image: url(../images/button-hover.png);
    background-color: Transparent;    
}

.uploadbutton 
{
    margin-top: 30px;
    margin-left: 45px;
}

.label 
{
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.input, .highlighted, .readOnlyInput, .textarea
{
    font-family: "Segoe UI", Tahoma, Arial;
    font-size: 12px;
    background-color: #f6f5f1;
    border: 1px solid #e3e1da;
    width: 216px;
    padding: 4px;
}

.textarea 
{
    height: auto;
}

.readOnlyInput 
{
    background-color: Transparent;
    color: #808080;
}

#loginSaveUserName_div input,
#loginSaveUserName_div label
{
    width: 15px;
    height: 15px;
    color: #808080;
    font-style: italic;
}

.form_col1-and-2 input 
{
    width: 475px;
}

.highlighted 
{
    border: 1px solid #feda4c;
}

.requiredInput 
{
    background-image: url(../images/exclamation.png);
    background-position: right 4px;
    background-repeat: no-repeat;
    padding-right: 16px;
    font-size: 0;
    position: absolute;
    height: 20px;
}

.cssClass1,
.cssClass2,
.cssClass3,
.cssClass4,
.cssClass5 
{
    margin-left: 17px;
    background-color: #feda4c;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.wizard_finish
{
    line-height: 200%;
    color: #808080;
    padding-left: 20px;
    background-image: url(../images/accept.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.wizard_finish h2,
.wizard_error h2 
{
    margin-top: -10px;
    color: green;
    margin-bottom: 10px;
}

.wizard_finish h3,
.wizard_error h3
{
    margin-top: -10px;
    color: green;
    margin-bottom: 10px;
    font-size: 14px;
}

.wizard_error
{
    line-height: 200%;
    color: #808080;
    padding-left: 20px;
    background-image: url(../images/exclamation.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.wizard_error h2,
.wizard_error h3 
{
    color: red;
}














/*
Wish list formatting
*/

.wishList_table 
{
    width: 850px;
}

.wishList_table .header td
{
    background-image: url(../images/header-bg.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    border-bottom: 1px solid #d4d4d4;
    height: 30px;
}

.wishList_Image 
{
    position: absolute;
    border: 1px solid #ffda49;
    margin-top: 23px;
}

.wishList_table .header td a 
{
    color: #000;
    text-decoration: none;
}

.wishList_table .header td a:hover,
.wishList_table td a 
{
    color: #113993;
    text-decoration: underline;
}

.td_row1 
{
    background-color: #f7f7f7;
}

.wishList_table td a:hover 
{
    text-decoration: none;
}

.wishList_table .header .boughtByVisitorId_Td 
{
    width: 32px;
}

.wishList_table .header .WishTitle_Td
{
    width: 268px;
}

.wishList_table .header .WishDescription_Td 
{
    width: 400px;
}

.wishList_table .header .wishPriceInDKK_Td 
{
    width: 100px;
}

.wishList_table .selected_tr 
{
    background-color: #ffda49;
    background-image: url(../images/cell-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
}

.wishList_table .editBox_tr,
.wishList_table .createBox_tr
{
    border: 3px solid #ffda49;
    padding: 10px;
    padding-bottom: 0px;
    background-color: #fff;
}

.wishList_toolbarDiv 
{
    text-align: left;
    width: 840px;
}


.actionBar_Button 
{
    margin-right: 8px;
    float: left;
    display: block;
    background-image: url(../images/actionbar-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 114px;
    height: 26px;
    padding: 0px;
    padding-left: 12px;
    padding-top: 10px;
    color: #000;
    text-decoration: none;
    text-align: left;
}

.actionBar_Button:hover
{
background-image: url(../images/actionbar-bg-hover.png);
}

.actionBar_Button img
{
    float: left;
    margin-right: 5px;
}


.closeNotice 
{
    float: right;
    background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    font-size: 0px;
}


.editGuestListLink 
{
    background-image: url(../images/user_go.png);
    padding-left: 20px;
    background-repeat: no-repeat;
}

.editWishListLink 
{
    background-image: url(../images/note_go.png);
    padding-left: 20px;
    background-repeat: no-repeat;
}

.editImage,
.createImage
{
    background-image: url(../images/no-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    width: 250px;
    height: 185px;    
}

.editImage img,
.createImage img 
{
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}

.editImage a,
.createImage a
{
    position: absolute;
    display: block;
    background-color: #f7f7f7;
    background-image: url();
    width: 250px;
    text-align: center;
    margin-top: 160px;
    height: 20px;
    padding-top: 5px;
}

.editImage a:hover,
.createImage a:hover 
{
    background-image: url(../images/cell-bg.jpg);
    background-repeat: repeat-x;
}

.editImage_form,
.createImage_form
{
    margin-top: -186px;
    margin-left: 1px;
    display: block;
    position: absolute;
    background-color: #fff;
    width: 245px;
    height: 150px;
    padding-left: 5px;
    padding-top: 10px;
}

.uploadImage_DeleteButton 
{
    font-size: 0px;
    position: absolute;
    z-index: 50;
    width: 25px;
    height: 25px;
    background-color: #f7f7f7;
    background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-left: 226px;
    margin-top: 1px;
}

.uploadImage_DeleteButton:hover 
{
    background-color: #ffda49;
}

.testUrl_Link 
{
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    cursor: pointer;
}

.wishPriceAlign_div
{
    text-align: right;
    margin-right: 25px;
}

.wishList_table .header .actions_Td 
{
    width: 50px;
}

.wishList_table td 
{
    height: 30px;
    overflow: hidden;
}


#showBoughtByDiv_div 
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/bought-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: auto;
    border-right: 1px solid #e0bc28;
    height: 24px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 7px;
    color: #c16803;
}

.wishActionLink
{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url();
    background-position: center center;
    background-repeat: no-repeat;
}

.wishActionLink img 
{
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    left: 4px;
    z-index: 0;
}

.wishActionLink:hover 
{
    background-image: url(../images/16x16-hover.gif);
}

.emptyWishList 
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ew2-notice,
.ew2-warning
{
    border: 1px solid #e2c035;
    background-color: #fceda7;
    background-image: url(../images/notice-bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding: 10px;
    width: 827px;
    margin-bottom: 10px;
}

.ew2-notice span,
.ew2-warning span
{
    padding-left: 25px;
}

.ew2-notice .header,
.ew2-warning .header
{
    background-image: url(../images/lightbulb.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    font-size: 18px;
    display: block;
}

.ew2-notice a,
.ew2-warning a
{
    color: #000;
    text-decoration: none;
}

.ew2-notice a:hover,
.ew2-warning a:hover
{
    color: #000;
    text-decoration: underline;
}

.ew2-warning .header 
{
    background-image: url(../images/exclamation.png);
}

.ew2-warning 
{
    border: 1px solid red;
    background-image: url(../images/warning-bg.jpg);
}



/*
guestlist
*/

.wishList_table .header .guest_Checkbox_Td 
{
    width: 60px;
}

.wishList_table .header .guest_Name_Td 
{
    width: 260px;
}

.wishList_table .header .guest_Email_Td 
{
    width: 260px;
}

.wishList_table .header .guest_LastLogin_Td 
{
    width: 200px;
}

.wishList_table .header .guest_actions_Td
{
    width: 60px;
}




#sub_menu
{
    display: inline;
    padding: 5px;
    padding-right: 0px;
    border-right: 1px solid #ddd;
    margin-right: 15px;
}

#sub_menu a 
{
    margin: 0px;
    padding: 0px;
    margin-right: 15px;
}