

body
{
    width: 100%;
    margin: 0;
    font-family: "Cities" , "Verdana";
    font-size: 11px;
    color: #231f20;
    background-image: url("../images/background.png");
    background-repeat:repeat-y;
    background-position: center top;
    
    
}


.clr
{
    height: 0;
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    clear: both;
}

a
{
    color: #6d6e71;
    text-decoration: underline;
    text-align: left;
}
a:hover
{
    color: #005c43;
    text-decoration: none;
}

a.button_style
{
    background: url(../images/a_bg_active_right.jpg) top left repeat-x;
    color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    border-bottom: 2px solid #E5E5E5;
    border-right: 2px solid #E5E5E5;
    text-decoration: none;
    font-weight: bold;
}
a.button_style:hover
{
    background: url(../images/a_bg_right.jpg) top left repeat-x;
    color: #006633;
    padding: 5px 10px 5px 10px;
    border-bottom: 2px solid #E5E5E5;
    border-right: 2px solid #E5E5E5;
}

img
{
    border: none;
}

h3
{
    color: #00a151;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
}
h3 a
{
    font-weight: normal;
}

hr
{
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    border: 0;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
}

#wrapper
{
    width: 832px;
    margin: auto;
    background-color: #FFFFFF;
    
    
}

#wrapper #header
{
    width: 100%;
    background: #FFFFFF !important;
    height: 172px;
    float: left;
    position: relative;
    margin: 13px 0 0 0;
}
#wrapper #header .logo
{
    width: 167px;
    height: 172px;
    float: left;
    position: relative;
    background: url(../images/logo.jpg) top left no-repeat;
}
#wrapper #header .logo a
{
    width: 167px;
    height: 172px;
    display: block;
    float: left;
    position: relative;
    text-indent: -2000px;
}
#wrapper #header .menu
{
    width: 650px;
    height: 26px;
    float: right;
    position: relative;
    margin: 146px 0 0 0;
}

#wrapper #header .menu ul
{
    float: right;
    position: relative;
    margin: 0 15px 0 0;
}
#wrapper #header .menu ul li
{
    float: left;
    position: relative;
    display: inline;
    margin: 0 0 0 0;
    padding: 0 10px 0 0;
    background: url(../images/li_bg.jpg) center right no-repeat;
}
#wrapper #header .menu ul li.last
{
    float: left;
    position: relative;
    display: inline;
    margin: 0 0 0 0;
    padding: 0 10px 0 0;
    background: none;
}
#wrapper #header .menu ul li span
{
    float: left;
    position: relative;
    background: url(../images/a_bg_left.jpg) center left no-repeat;
    text-decoration: none;
    height: 26px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #6d6e71;
    font-weight: normal;
}
#wrapper #header .menu ul li span span
{
    float: left;
    position: relative;
    background: url(../images/a_bg_right.jpg) center right no-repeat;
    height: 20px;
    padding: 6px 5px 0 5px;
}

#wrapper #header .menu ul li span#active
{
    float: left;
    position: relative;
    background: url(../images/a_bg_active_left.jpg) center left no-repeat;
    text-decoration: none;
    height: 26px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
}

#wrapper #header .menu ul li span#active span
{
    float: left;
    position: relative;
    background: url(../images/a_bg_active_right.jpg) center right no-repeat;
    height: 20px;
    padding: 6px 5px 0 5px;
    color: #ffffff;
}



#wrapper #mainarea
{
    width: 782px;
    float: left;
    background: #FFFFFF !important;
    position: relative;
    margin: 15px 0 0 25px;
}
#wrapper #mainarea .heading
{
    width: 100%;
    height: 32px;
    float: left;
    position: relative;
    background: url(../images/component_bg.jpg) top left repeat-x;
}
#wrapper #mainarea .heading h1
{
    padding: 0 0 0 10px;
    margin: 5px 0 0 0;
    float: left;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}



#wrapper #mainarea .content
{
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 50px 0;
}


/* event page start here */
#wrapper #mainarea .content .event_list
{
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
}
#wrapper #mainarea .content .event_list .infobox
{
    clear: both;
    width: 760px;
    float: left;
    position: relative;
    background: #CCCCCC;
    border: 1px solid #00a151;
    padding: 10px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}


#wrapper #mainarea .content .event_list .header
{
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    font-size: 11px;
    color: #00a151;
    font-weight: bold;
}
#wrapper #mainarea .content .event_list .header .date
{
    width: 150px;
    float: left;
    position: relative;
    padding: 0 0 0 10px;
}
#wrapper #mainarea .content .event_list .header .city
{
    width: 150px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .event_list .header .venue
{
    width: 200px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .event_list .header .event
{
    width: 100px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .event_list .header .tickets
{
    width: 100px;
    float: left;
    position: relative;
}

#wrapper #mainarea .content .event_list .rows
{
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #cccccc;
    margin: 10px 0 0 0;
}
#wrapper #mainarea .content .event_list .rows .row
{
    clear: both;
    width: 760px;
    margin: 10px 0 0 10px;
    float: left;
    position: relative;
    background: url(../images/event_line_break.jpg) bottom left repeat-x;
    min-height: 50px;
}
#wrapper #mainarea .content .event_list .rows .row.last
{
    clear: both;
    width: 760px;
    margin: 10px 0 0 10px;
    float: left;
    position: relative;
    background: none;
    min-height: 50px;
}
#wrapper #mainarea .content .event_list .rows .row .date
{
    width: 150px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .event_list .rows .row .city
{
    width: 150px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .event_list .rows .row .venue
{
    width: 200px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .event_list .rows .row .event
{
    width: 100px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .event_list .rows .row .event img
{
    float: left;
    position: relative;
    margin: 0 0 0 10px;
}
#wrapper #mainarea .content .event_list .rows .row .tickets
{
    width: 100px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .event_list .explain
{
    width: 100%;
    float: left;
    position: relative;
    text-align: right;
    margin: 10px 0 10px 0;
}
#wrapper #mainarea .content .event_list .explain img
{
    vertical-align: middle;
}
#wrapper #mainarea .content .event_list .button
{
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
}

#wrapper #mainarea .content .event_list .button a.back
{
    width: 75px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/back_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .event_list .button a.back:hover
{
    width: 75px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/back_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .event_list a.purchase
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/purchase_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .event_list a.purchase:hover
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/purchase_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
/* working on order tickets */
#wrapper #mainarea .content .order_tickets
{
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
}

#wrapper #mainarea .content .order_tickets .infobox
{
    clear: both;
    width: 735px;
    float: left;
    position: relative;
    background: #CCCCCC;
    border: 1px solid #00a151;
    padding: 10px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}

#wrapper #mainarea .content .order_tickets .text
{
    clear: both;
    width: 760px;
    float: left;
    position: relative;
    padding: 0px 0px 10px 0px;
    margin: 0px 0 10px 0;
}
#wrapper #mainarea .content .order_tickets .text p
{
    padding: 0px 0px 10px 0px;
}
#wrapper #mainarea .content .order_tickets .data
{
    clear: both;
    width: 760px;
    float: left;
    position: relative;
    border: 1px solid #cccccc;
    padding: 10px 10px 10px 10px;
    margin: 10px 0 20px 0;
}
#wrapper #mainarea .content .order_tickets .explain
{
    width: 100%;
    float: left;
    position: relative;
    text-align: right;
    margin: 10px 0 10px 0;
}
#wrapper #mainarea .content .order_tickets .explain img
{
    vertical-align: middle;
}
#wrapper #mainarea .content .order_tickets .button
{
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    margin: 10px 0 10px 0;
}

#wrapper #mainarea .content .order_tickets .total
{
    width: 98%;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    text-align: right;
    color: #006633;
    font-weight: bold;
}

#wrapper #mainarea .content .order_tickets .payandship
{
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#wrapper #mainarea .content .order_tickets .creditcard
{
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
}
#wrapper #mainarea .content .order_tickets .payandship .paymentinfo
{
    width: 49%;
    float: left;
    position: relative;
    background: url(../images/line_break_verticle.jpg) right 30px repeat-y;
    padding: 0 20px 0 0;
}
#wrapper #mainarea .content .order_tickets .payandship .paymentinfo .intro
{
    width: 100%;
    float: left;
    position: relative;
    height: 35px;
}
#wrapper #mainarea .content .order_tickets .payandship .shippinginfo
{
    width: 40%;
    float: right;
    position: relative;
}
#wrapper #mainarea .content .order_tickets .payandship .shippinginfo .intro
{
    width: 100%;
    float: left;
    position: relative;
    height: 35px;
}
#wrapper #mainarea .content .order_tickets .button .left
{
    width: 40%;
    float: left;
    position: relative;
    text-align: left;
}
#wrapper #mainarea .content .order_tickets .button .right
{
    width: 40%;
    float: right;
    position: relative;
    text-align: right;
}
#wrapper #mainarea .content .order_tickets .button a.back
{
    width: 75px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/back_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .button a.back:hover
{
    width: 75px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/back_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .button a.next
{
    width: 75px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/next_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .button a.next:hover
{
    width: 75px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/next_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .button a.startover
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/startover_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .button a.startover:hover
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/startover_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .button a.goback
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/goback_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .button a.goback:hover
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/goback_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .button a.nexta
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/nexta_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .button a.nexta:hover
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/nexta_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets a.gettickets
{
    width: 200px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/gettickets_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets a.gettickets:hover
{
    width: 200px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/gettickets_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets input.inputbox
{
    background: #02684c;
    color: #FFFFFF;
    border: 1px solid #02684c;
    width: 250px;
    margin-bottom: 2px;
}
#wrapper #mainarea .content .order_tickets input.inputbox-error
{
    background: #FF0000;
    color: #FFFFFF;
    border: 1px solid #FF0000;
    width: 250px;
}
div.error
{
    border: 2px solid #FF0000;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FF0000;
    background-color: #FFFFCC;
}

#wrapper #mainarea .content .order_tickets input.zip, #wrapper #mainarea .content .order_tickets input.ccv, #wrapper #mainarea .content .order_tickets input.ttl
{
    width: 70px;
}
#wrapper #mainarea .content .order_tickets select.selectbox
{
    background: #02684c;
    color: #FFFFFF;
    border: 1px solid #02684c;
}
#wrapper #mainarea .content .order_tickets input.radiobox
{
    color: #02684c;
}

#wrapper #mainarea .content .order_tickets .display_billing, #wrapper #mainarea .content .order_tickets .display_shipping, #wrapper #mainarea .content .order_tickets .display_creditcard
{
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    margin: 5px 0 10px 0;
}

#wrapper #mainarea .content .order_tickets .display
{
    clear: both;
    width: 100%;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .order_tickets .display_field
{
    clear: both;
    width: 150px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .order_tickets .display_value
{
    width: 300px;
    float: left;
    position: relative;
}


/* login here */
#wrapper #mainarea .content .order_tickets .loginnsignup
{
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#wrapper #mainarea .content .order_tickets .loginnsignup .login
{
    width: 45%;
    float: left;
    position: relative;
    padding: 0 20px 0 0;
}
#wrapper #mainarea .content .order_tickets .loginnsignup .or
{
    width: 5%;
    float: left;
    position: relative;
    padding: 50px 0 0 0;
    text-align: center;
}
#wrapper #mainarea .content .order_tickets .loginnsignup .signup
{
    width: 40%;
    float: right;
    position: relative;
}

#wrapper #mainarea .content .order_tickets .loginnsignup .fieldinput
{
    width: 100%;
    float: left;
    position: relative;
    margin: 5px 0 5px 0;
}
#wrapper #mainarea .content .order_tickets .loginnsignup .fieldinput .title
{
    width: 150px;
    float: left;
    position: relative;
}
#wrapper #mainarea .content .order_tickets .loginnsignup .fieldinput input
{
    float: left;
    position: relative;
}
#wrapper #mainarea .content .order_tickets .loginnsignup a.forgotpassword
{
    float: left;
    position: relative;
    margin: 0px 0 0 0;
}
#wrapper #mainarea .content .order_tickets .loginnsignup a.login
{
    width: 75px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/login_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .loginnsignup a.login:hover
{
    width: 75px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/login_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .loginnsignup a.signup
{
    width: 135px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/process_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#wrapper #mainarea .content .order_tickets .loginnsignup a.signup:hover
{
    width: 135px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/process_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}


/* working on page login form */
#login_form
{
    width: 400px;
    float: left;
    position: relative;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 40px;
}

#login_form .fieldinput
{
    width: 100%;
    float: left;
    position: relative;
    margin: 5px 0 5px 0;
}
#login_form .fieldinput .title
{
    width: 150px;
    float: left;
    position: relative;
}
#login_form .fieldinput input
{
    float: left;
    position: relative;
}
#login_form a.submit
{
    width: 135px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/createaccount_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#login_form a.submit:hover
{
    width: 135px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/createaccount_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#login_form a.cancel
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/cancel_button.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}
#login_form a.cancel:hover
{
    width: 95px;
    height: 33px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    border: 0;
    background: url(../images/cancel_button_hover.jpg) top left no-repeat;
    cursor: pointer;
    text-indent: -2000px;
}

/* start footer here */

#wrapper #mainarea .footer
{
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/footer_bg.jpg) top left repeat-x;
    padding: 15px 0 0 0;
    text-align: center;
}

#wrapper #mainarea .footer ul li
{
    display: inline;
    padding: 0 5px 0 5px;
}
#wrapper #mainarea .footer ul li a
{
    color: #6d6e71;
    text-decoration: underline;
}
#wrapper #mainarea .footer ul li a:hover
{
    color: #005c43;
    text-decoration: none;
}

