body
{
    color: #615357;
}
h1, h2, h3
{
    color: #E15822;
}
h4
{
    padding-top:10px;
    padding-bottom:10px;
}
span.orange
{
    color: #eb6821;
}
a:hover
{
    color: #3366CC;
}
a:visited
{
    color: #3366CC;
}
/*---------------- header ----------------------*/
#hd
{
    height: 171px;
    background-color: #EC6424;
    min-width: 900px;
}
div.hd_top_left
{
    background: url(../images/hd_top_left.gif) no-repeat left top;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.hd_top_right
{
    background: url(../images/hd_top_right.gif) no-repeat right top;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.hd_bottom_left
{
    background: url(../images/hd_bottom_left.gif) no-repeat left bottom;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.hd_bottom_right
{
    background: url(../images/hd_bottom_right.gif) no-repeat right bottom;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.logo
{
    height: 130px;
    width: 100%;
    background: url(../Images/tellmewhen.gif) center no-repeat;
    float: left;
}
div.header_time
{
    float: right;
    padding: 5px 20px 0px 0px;
    color:White;
}
div.header_time a
{
    color: White;
    text-decoration: none;
}
div.header_time a:hover
{
    text-decoration: underline;
}
/*---------------- menu tab----------------------*/
div#menu_tab
{
    width: 100%;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
}
ul.menu
{
    list-style-type: none;
    display: block;
    width: 800px;
    margin: auto;
    padding: 0px;
    background: none;
}
ul.menu_anonymous
{
    list-style-type: none;
    display: block;
    width: 650px;
    margin: auto;
    padding: 0px;
    background: none;
}
ul.menu_admin
{
    list-style-type: none;
    display: block;
    width: 800px;
    margin: auto;
    padding: 0px;
    background: none;
}
ul.menu li, ul.menu_anonymous li, ul.menu_admin li
{
    display: inline;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
}
a.nav:link, a.nav:visited
{
    display: block;
    float: left;
    padding: 0px;
    margin: 0;
    width: 121px;
    height: 40px;
    margin: 1px 2px 0px 2px;
    text-align: center;
    color: #d34124;
    text-decoration: none;
    background: url(../images/nav_button.gif) no-repeat center;
}

a.nav_selected:link, a.nav_selected:visited
{
    display: block;
    float: left;
    padding: 0px;
    margin: 0;
    width: 121px;
    margin: 1px 2px 0px 2px;
    text-align: center;
    height: 40px;
    text-decoration: none;
    color: #d34124;
    background: url(../images/nav_button_m.gif) no-repeat center;
}

a.nav:hover
{
    margin: 1px 2px 0px 2px;
    color: #d34124;
    text-decoration: none;
    background: url(../images/nav_button_mouse.gif) no-repeat center;
}
/*---------------- breadcrumb ----------------------*/
.breadcrumb
{
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}
/*---------------- content ----------------------*/
img.left_img
{
    float: left;
    padding: 10px 0 0 0;
}
.home_content
{
    font-family: Arial;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    width: 99%;
    word-wrap: break-word; *white-space:pre;
}
.AspNet-RadioButtonList-RepeatDirection-Horizontal li
{
    list-style-type: none;
    color: #615357;
    display: inline;
}
/*---------------- adverts datalist ----------------------*/
li.AspNet-DataList-Alternate, li.AspNet-DataList-Item, ul.AspNet-DataList-Outer-List, .AspNet-CheckBoxList li
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
/*---------------- left and right boxes ----------------------*/
.box_login
{
    text-align: center;
}
.left_box_content
{
    padding: 15px;
}
.left_box p
{
    padding: 0 15px 0 15px;
}
.left_box
{
    width: 17.00em;
    padding: 0 0 0 0;
    position: relative;
    margin: 10px 0 10px 0;
}
.right_box
{
    padding: 0 0 0 0;
    position: relative;
    margin: 10px 0 10px 0;
}
.right_box_content
{
    padding: 10px 25px 10px 25px;
}
div.box-content-repeat
{
    background: url(../images/box_colour_rep.gif) repeat left top;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.box-left-repeat
{
    background: url(../images/box_border_rep.gif) repeat-y left top;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.box-top-repeat
{
    background: url(../images/box_border_rep.gif) repeat-x left top;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.box-right-repeat
{
    background: url(../images/box_border_rep.gif) repeat-y right top;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.box-bottom-repeat
{
    background: url(../images/box_border_rep.gif) repeat-x left bottom;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.box-left-top-corner
{
    background: url(../images/box_top_left.gif) no-repeat left top;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.box-right-top-corner
{
    background: url(../images/box_top_right.gif) no-repeat right top;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.box-left-bottom-corner
{
    background: url(../images/box_bot_left.gif) no-repeat left bottom;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}
div.box-right-bottom-corner
{
    background: url(../images/box_bot_right.gif) no-repeat right bottom;
    min-width: 0; /* peekaboo bug fix for IE7 */
    position: relative; /* peekaboo bug fix for IE6 */
    width: 100%;
    height: 100%;
}

/*---------------- Upcoming events -------------------*/

.upcoming_events p
{
    color: #615357;
}
a.starttime_label
{
    background: url(../images/calender.png);
    display: block;
    height: 75px;
    width: 105px;
    padding-left: 45px;
    color: black;
    font-weight: bold;
}
.upcoming_events
{
    margin-bottom: 40px;
}
div.AspNet-GridView-Pagination
{
    width: 100%;
    float: left;
    padding: 20px;
}
/*---------------- Login control -------------------*/

.AspNet-Login
{
    padding: 10px;
}
.AspNet-Login-TitlePanel
{
    width: 180px;
    font-size: 1.2em;
    color: #615357;
    margin-bottom: 5px;
}
.AspNet-Login-Input label
{
    float: left;
    width: 160px;
    margin-top: 3px;
}
.AspNet-Login-Input input
{
    border: 1px solid #C8D2D9;
    background-color: #FFFFFF;
    margin: 0px;
    width: 140px;
    float: left;
    font-size: 1.0em;
}
.AspNet-Login-SubmitPanel
{
}
.login_title_orange
{
    font-weight: bold;
    color: #E15822;
}
.login_text
{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 180px;
}
.login_validation
{
    float: left;
}
/*---------------- login name -------------------*/
.login_name
{
    font-size: 1.2em;
    color: #615357;
    padding-top: 20px;
    padding-bottom: 20px;
}
.login_name_orange
{
    font-weight: bold;
    color: #E15822;
}
/*---------------- password recovery -------------------*/
.password_recovery_text
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 180px;
}
/*---------------- Upcoming events -------------------*/
.upcoming_events
{
    width: 100%;
    float: left;
}
.upcoming_events input
{
    width: 80%;
}
.upcoming_events h3, .upcoming_events p
{
    width: 250px;
}
.starttime_label
{
    background: url(../images/calender.png);
    display: block;
    height: 75px;
    width: 150px;
    padding-top: 75px;
    color: black;
    font-weight: bold;
}
p.empty_data
{
    width: 100%;
}
.upcoming_events th
{
    border: 1px solid #C3C3C1;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #DCDCDC;
    vertical-align: text-top;
}

.upcoming_events td
{
    border: 1px solid #C3C3C1;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
    vertical-align: top;
}
/*---------------- Upcoming events -------------------*/

.database_queries h3, .database_queries p
{
    width: 250px;
}
.database_queries th
{
    border: 1px solid #C3C3C1;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #DCDCDC;
    vertical-align: text-top;
}

.database_queries td
{
    border: 1px solid #C3C3C1;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
    vertical-align: top;
}
/************************************************************************
* 
* Datepicker styles 
*
************************************************************************/
.date_picker td
{
    border: 1px solid #C3C3C1;
    background: #F5F5F5;
    padding: 2px;
    color: #4f6b72;
    vertical-align: top;
}
.date_picker th
{
    background: #C3C3C1;
}
.date_picker table
{
    border: 1px solid #C3C3C1;
    padding: 0px;
    width: 300px;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Standard Styles */
#eventmonth
{
    margin: 0px;
    font-size: 1.0em;
    color: #464141;
}
#eventscalendar
{
    color: #8A3700;
}
#eventmonth a:link
{
    color: #333333;
}
#eventmonth a:visited
{
    color: #333333;
}
#eventmonth a:hover
{
    text-decoration: none;
    color: #333333;
}
#eventmonth a:active
{
    text-decoration: none;
    color: #333333;
}

/* shows a visual seperation */
.dashedline
{
    border: 1px dashed #F1F1F1;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: right;
}
/* Surrounds the calendar */
#eventmonth
{
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #F1F1F1;
    border-collapse: collapse;
}
.dayNumber
{
    float: right;
    clear: none;
    padding: 2px;
}
.calcurrentmonth
{
    background-color: #FFFFFF;
}
.calothermonth
{
    background-color: #F1F1F1;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FFFFFF;
}

.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
    text-align: left;
    border: 1px solid #F1F1F1;
    height: 60px;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 5px;
}
.calothermonth
{
    border: 1px solid #ffffff;
}
.caldays
{
    background-color: Gray;
    color: #E7E7D6;
    padding: 5px;
    border: 1px solid #C0C0C0;
}
#CurrentMonth
{
    text-align: center;
    width: 50%;
}
#NextMonth
{
    text-align: right;
    width: 280px;
}
#PrevMonth
{
    text-align: left;
    width: 280px;
}
#NextMonth a:link, #NextMonth a:hover, #NextMonth a:visited
{
    margin-right: 20px;
}
#PrevMonth a:link, #PrevMonth a:hover, #PrevMonth a:visited
{
    margin-left: 20px;
}
/*---------------homepage_content------------------*/
.homepage_content_form
{
    width: 85%;
    padding: 40px;
    margin: 30px 0 0 15px;
    _margin: 20px 0 0 5px;
    border: 1px #DFD1D2 dashed;
    position: relative;
}
.homepage_content_form_row
{
    width: 100%;
    _width: 100%;
    clear: both;
    padding: 10px 0 10px 0;
    _padding: 5px 0 5px 0;
    color: #a53d17;
}
.homepage_content_label
{
    width: 50px;
    float: left;
    font-size: 12px;
    text-align: right;
    padding: 4px 5px 5px 0;
    color: #333333;
}
input.homepage_content_input
{
    width: 80%;
    background-color: #fff;
    color: #615357;
    border: 1px #DFDFDF solid;
    float: left;
    min-width: 270px;
}
textarea.homepage_content_input
{
    width: 85%;
    background-color: #fff;
    color: #615357;
    border: 1px #DFDFDF solid;
    float: left;
    min-width: 270px;
}
.homepage_content_form_subtitle
{
    position: absolute;
    top: -11px;
    left: 7px;
    width: auto;
    height: 20px;
    background-color: #E15822;
    text-align: center;
    padding: 0 7px 0 7px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
}
/*---------------gifts_admin------------------*/
.giftsGridview
{
    width: 100%;
}
textarea.gifts_content_input
{
    width: 95%;
    background-color: #fff;
    color: #615357;
    border: 1px #DFDFDF solid;
    float: left;
    min-width: 270px;
}
.gifts_label
{
    width:100%;
}
/*---------------homepage_formview------------------*/
.homepage_formview
{
    width: 85%;
    padding: 40px;
    margin: 30px 0 0 15px;
    _margin: 20px 0 0 5px;
    border: 1px #DFD1D2 dashed;
    position: relative;
}
.homepage_formview_row
{
    width: 100%;
    _width: 100%;
    clear: both;
    padding: 10px 0 10px 0;
    _padding: 5px 0 5px 0;
    color: #a53d17;
}
.homepage_formview_label
{
    width: 20%;
    float: left;
    font-size: 12px;
    text-align: right;
    padding: 4px 5px 5px 0;
    color: #333333;
}
input.homepage_formview_input
{
    width: 250px;
    height: 18px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    float: left;
}
input.homepage_formview_input_number
{
    width: 30px;
    height: 18px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    float: left;
}
.homepage_formview_ddl
{
    width: 160px;
    height: 22px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    float: left;
    padding: 0px;
}
.edit_title_ddl
{
    height: 22px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    float: left;
    padding: 0px;
}
.homepage_ddl
{
    width: 160px;
    height: 22px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    float: left;
    padding: 0px;
}
.homepage_rem_email_ddl
{
    height: 22px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    float: left;
    padding: 0px;
}
.homepage_reminder_update textarea
{
    width: 85%;
}
.homepage_reminder_email input
{
    width: 30px;
}
.homepage_reminder_buttons
{
    width: 80px;
}
.manage_users_ddl
{
    width: 200px;
    height: 20px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    padding: 0px;
}
.homepage_formview_cal
{
    width: 100px;
    height: 20px;
    background-color: #fff;
    color: #615357;
    float: left;
    padding: 2px;
}
.homepage_formview_button
{
    float: right;
}
.homepage_formview_subtitle
{
    position: absolute;
    top: -11px;
    left: 7px;
    width: auto;
    height: 20px;
    background-color: #E15822;
    text-align: center;
    padding: 0 7px 0 7px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
}
.homepage_textarea
{
    width: 60%;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    color: #615357;
    background-color: #fff;
    border: 1px #CCCCCC solid;
    float: left;
}
p.homepage_text_limit
{
    width: 70%;
    color: #999999;
    float: right;
    font-size: 87%;
}
td.date_control
{
    width:170px;
}
.date_control_ddl
{
    height: 22px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    padding: 0px;
}
/*---------------contact_form------------------*/
.contact_form
{
    width: 85%;
    padding: 40px;
    margin: 30px 0 0 15px;
    _margin: 20px 0 0 5px;
    border: 1px #DFD1D2 dashed;
    position: relative;
}
.form_row
{
    width: 100%;
    _width: 100%;
    clear: both;
    padding: 10px 0 10px 0;
    _padding: 5px 0 5px 0;
    color: #a53d17;
}
.contact
{
    width: 25%;
    float: left;
    font-size: 12px;
    text-align: right;
    padding: 4px 5px 5px 0;
    color: #333333;
}
input.contact_input
{
    width: 220px;
    height: 18px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    float: left;
}
.contact_textarea
{
    width: 60%;
    height: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #615357;
    background-color: #fff;
    border: 1px #CCCCCC solid;
    float: left;
}
.contact_button
{
    float: right;
}
a.checkout
{
    width: 71px;
    height: 25px;
    display: block;
    float: right;
    margin: 10px 30px 0 10px;
    background: url(../images/register_bt.gif) no-repeat center;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
a.continue
{
    width: 71px;
    height: 25px;
    display: block;
    float: left;
    margin: 10px 0 0 0px;
    background: url(images/register_bt.gif) no-repeat center;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.terms
{
    padding: 0 0 0 80px;
}
.form_subtitle
{
    position: absolute;
    top: -11px;
    left: 7px;
    width: auto;
    height: 20px;
    background-color: #E15822;
    text-align: center;
    padding: 0 7px 0 7px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
}
/*---------------register_form------------------*/
.register_form
{
    width: 85%;
    padding: 40px;
    margin: 30px 0 0 15px;
    _margin: 20px 0 0 5px;
    border: 1px #DFD1D2 dashed;
    position: relative;
}
.register_form_row
{
    width: 100%;
    _width: 100%;
    clear: both;
    padding: 10px 0 10px 0;
    _padding: 5px 0 5px 0;
    color: #a53d17;
}
.register_form_row_agree
{
    width: 100%;
    _width: 100%;
    clear: both;
    padding: 0px 0 0px 0;
    _padding: 0px 0 0px 0;
}
.register_form_boxes_ticked
{
    width: 70%;
    _width: 70%;
    clear: both;
    float: right;
    padding: 10px 0 0px 0;
    _padding: 10px 0 10px 0;
}
.register_label
{
    width: 30%;
    float: left;
    font-size: 12px;
    text-align: right;
    padding: 4px 5px 5px 0;
    color: #333333;
}
.manager_acount_label
{
    width: 250px;
    height: 18px;
    float: left;
    color: #333333;
}
input.register_input
{
    width: 200px;
    height: 18px;
    background-color: #fff;
    border: 1px #CCCCCC solid;
    float: left;
    color: #333333;
}
.AspNet-CreateUserWizard-CreateUserButtonPanel
{
    float: right;
}
.register_form_subtitle
{
    position: absolute;
    top: -11px;
    left: 7px;
    width: auto;
    height: 20px;
    background-color: #E15822;
    text-align: center;
    padding: 0 7px 0 7px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
}
.button_right
{
    float: right;
    margin-right: 5px;
}
/*---------------password_form------------------*/
.password_form
{
    width: 85%;
    padding: 40px;
    margin: 30px 0 0 15px;
    _margin: 20px 0 0 5px;
    border: 1px #DFD1D2 dashed;
    position: relative;
}
.password_form_row
{
    width: 100%;
    _width: 100%;
    clear: both;
    padding: 10px 0 10px 0;
    _padding: 5px 0 5px 0;
    color: #a53d17;
}
.password_label
{
    width: 30%;
    float: left;
    font-size: 12px;
    text-align: right;
    padding: 4px 5px 5px 0;
    color: #333333;
}
.delete_account_label
{
    width: 75%;
    float: left;
    font-size: 12px;
    text-align: right;
    padding: 4px 5px 5px 0;
    color: #333333;
}
input.password_input
{
    width: 175px;
    height: 18px;
    background-color: #fff;
    color: #615357;
    border: 1px #CCCCCC solid;
    float: left;
}
.your_account_button_row
{
    width: 60%;
    _width: 60%;
    clear: both;
    padding: 10px 0 10px 0;
    _padding: 5px 0 5px 0;
    color: #a53d17;
}
.your_account_buttons
{
    float: right;
}
.password_form_subtitle
{
    position: absolute;
    top: -11px;
    left: 7px;
    width: auto;
    height: 20px;
    background-color: #E15822;
    text-align: center;
    padding: 0 7px 0 7px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
}

/*---------------- footer ----------------------*/
#ft
{
    height: 50px;
    background-color: #EA6522;
    min-width: 900px;
}
.left_footer
{
    float: left;
    width: 400px;
    padding: 18px 0 0 40px;
    color: #FFFFFF;
}
.right_footer
{
    float: right;
    padding: 18px 40px 0 0;
}
.right_footer a
{
    padding: 0 0 0 7px;
    text-decoration: none;
    color: #FFFFFF;
}
.right_footer a:hover
{
    text-decoration: underline;
}
/*---------------- Database Queries ----------------------*/
Table.databaseQueryTable
{
    width:600px;
    border:solid 1px #cccccc;
    background-color:#F4F1F1;
}
Table.databaseQueryTable td
{
    padding:10px;
}
/*---------------- Terms and Policy Pages ----------------------*/
#custom-doc
{
    width: 90%;
    min-width: 900px;
    margin: 20px;
}
