﻿*{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    /*background: url(../Images/body_bg.png) no-repeat center top;*/
    width: 100%;
    display: table;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
    color: #404141;
    font-size: 12px;
    line-height: 1.2em;
}
a
{
    color: #00AEEf;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
p
{
    text-align: left;
    margin-bottom: 1em;
}
ul
{
    list-style: none;
}
li
{
    line-height: 1.5em;
}

h1, h2, h3, h4
{
    font-family: Arial, Sans-Serif;
    margin: 0 0 0.5em;
    line-height: 1.5em;
}
h1, h2
{
    color: #00AEEF;
    letter-spacing: -0.01em;
}
h1
{
    font-size: 25px;
}
h2
{
    font-size: 21px;
}
h3, h4, h3 a, h4 a
{
    color: #404141;
    font-size: 15px;
    letter-spacing: -0.5px;
}

hr
{
    margin: 1em 0;
    clear: both;
    border-top: 2px dotted #E6E6E6;
}

input, textarea, input[disabled], select
{
    background-color: #FFFFFF;
    border: 1px solid #00AEEF;
    color: #404141;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
    font-size: 12px;
    padding: 2px;
    
    box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;     
}
select
{
    padding: 1px 0 1px 2px;
}

/**********/
/* LAYOUT */
#container
{
    width: 100%;
    background: #FFFFFF url(../Images/html_bg.png) repeat-x;
}
#page
{
    width: 990px;
    margin: 0 auto;
    position: relative;
}

#header
{
    position: relative;
    height: 117px;
    overflow: hidden;
}
#logo
{
    position: absolute;
    background: url(../Images/header_logo.png) no-repeat 0 0;
    width: 180px;
    height: 79px;
    left: 25px;
    top: 20px;
}
#logo h1
{
    text-indent: -99999px;
}
#logo a
{
    text-indent: -99999px;
    display: block;
    width: 100%;
    height: 100%;
    outline-style: none;
}
#header p
{
    position: absolute;
    top: 50px;
    left: 265px;
    width: 660px;
    height: 30px;
    color: #EBEBEB;
    font-size: 23px;
    line-height: 25px;
}

#news
{
    list-style: none;
    margin-bottom: 1em;
}
#news li h3
{
    display: inline;
}
#news li .date
{
    font-size: 0.9em;
}
#news li
{
    background-image: none !important;
    padding: 0 !important;
}

#content
{
    margin: 30px;
}
#content img
{
    border: solid 1px #DDDDDD;
    padding: 3px;
}

#main
{
    float: right;
    width: 690px;
    padding: 0 30px;
    border-left: 2px dotted #E6E6E6;
    position: relative;
}
#main ul
{
    margin-bottom: 1em;
}
#main ul li
{
    padding-left: 15px;
    background: url(../Images/li_bg.png) no-repeat center left;
    margin-left: 10px;
}

#main ul.controls
{
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px dotted #E6E6E6;
}
#main ul.controls li
{
    display: inline;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}
#main ul.controls li.email
{
    background-image: url(../Images/ico_email.png);
}
#main ul.controls li.print
{
    background-image: url(../Images/ico_print.png);
}
#main ul.controls li.back
{
    background-image: url(../Images/ico_back.png);
}

#sidebar
{
    float: left;
    width: 160px;
}
#sidebar .box
{
    margin-left: 15px;
}
#sidebar .divider
{
    margin: 20px 0;
    border-bottom: 2px dotted #E6E6E6;
}
#sidebar .menu
{
    list-style: none;
    line-height: 1.3em;
}
#sidebar .menu li
{
    padding: 3px;
}
#sidebar .menu li a
{
    display: inline-block;
    width: 100%;
    color: #404141;
    font-size: 1.3em;
    text-transform: uppercase;
}
#sidebar .menu li a:hover
{
    color: #00AEEF;
    text-decoration: none;
}
#sidebar .menu li.current a, #sidebar .menu li a.current
{
    color: #00AEEF;
}
#sidebar .places img
{
    padding: 3px;
}
#sidebar .places li
{
    margin-bottom: 10px;
}
#sidebar .login
{
    margin-top: 0.8em;
    font-size: 1.3em;
    line-height: 1.3em;
}
#sidebar .login span
{
    font-size: 12px;
}
#sidebar .login a
{
    font-size: 13px;
}

/**********/
/* FOOTER */
#footer
{
    clear: both;
    margin-top: 10px;
    background-color: #3D3D3D;
}
#footer_inner
{
    width: 870px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
#footer_inner ul
{
    list-style: none;
}
#footer_inner li
{
    display: inline;
    padding: 0 5px;
    border-left: solid 1px #FFFFFF;
    float: left;
}
#footer_inner li.first
{
    border: none;
}
#footer_inner p
{
    margin: 1em 0 0 0;
    padding: 0 5px;
}
#footer_inner *
{
    color: #FFFFFF;
}
#footer .smsticket
{
    position: absolute;
    width: 68px;
    height: 30px;
    right: 0;
    top: 30px;
    background: url(../Images/footer_logo.png) no-repeat 0 0;
}

/**********/
/* OTHERS */

.pagination
{
    clear: both;
    border-top: 2px dotted #E6E6E6;
    text-align: center;
    list-style: none !important;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}
.pagination li
{
    background: none !important;
    padding: 0 !important;
    margin: 0 0.3em;
    display: inline;
}
.pagination a
{
    padding: 3px 6px;
    border: 1px solid #DDDDDD;
    text-decoration: none;
}
.pagination a:hover
{
    text-decoration: underline;
}
.pagination span
{
    color: #404141;
    padding: 3px 6px;
    border: 1px solid #DDDDDD;
}

.event_s
{
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    float: left;
    margin: 0 12px 12px 0;
    border: solid 1px #ddd;    
    overflow: hidden;
}

.event_s.group_last
{
    margin-right: 0;
}

.event_s img
{
    border: none !important;
    padding: 0 !important;
    width: 220px;
}
.event_s_canvas
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 70px;
    background-color: #404141;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.event_s_desc
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 50px;
    padding: 10px;
}
.event_s_desc p
{
    margin: 0;
}
.event_s_desc h3
{
    display: block;
    height: 1.4em;
    margin: 0;
    overflow: hidden;
}
.event_s_desc *
{
    color: #FFFFFF;
}

.event_w img
{
    float: left;
}
.event_w_desc
{
    width: 510px;
    float: right;
}
.event_w_desc h2, .event_w_desc h2 a
{
    color: #404141; /*font-size: 18px; letter-spacing: -0.5px;*/
}
.event_w_detail
{
    position: relative;
}
.event_w_detail .button
{
    position: absolute;
    right: 0;
    bottom: 0;
}

/*.advantages { width: 700px; height: 160px; overflow: hidden; background: url(../Images/advantages_bg.png) no-repeat center center; margin-bottom: 15px; }*/
/*.advantages div { width: 660px; margin: 0px auto; padding: 0 0; }*/
.advantages
{
    margin-bottom: 15px;
    padding: 10px 20px;
}
.advantages *
{
    color: #FFFFFF;
}
.advantages h2
{
    font-size: 25px;
}
.advantages li
{
    line-height: 1.8em;
    font-size: 1.25em;
    padding-left: 25px !important;
    background: url(../Images/advantages_yes.png) no-repeat center left !important;
}
.advantages .searchbox input
{
    border: solid 1px #fff;
    padding: 1px 3px;
    height: 22px;
    margin: 0 0 0 5px;
}
.advantages .searchbox input[type=submit]
{
    padding: 2px 5px 2px;
}
.advantages .searchbox input[type=text]
{
    width: 150px;
    color: #404141;
}
.advantages .searchbox
{
    position: absolute;
    right: 20px;
    top: 15px;
}
.event_filter
{
    background-color: #ededed;
    border: 1px solid #ddd;
    padding: 1em;
    color: #000;
    margin-bottom: 1em;
}
.event_filter input, .event_filter select
{
    border: 1px solid #000;
}
.event_filter label
{
    font-weight: bold;
}
.event_filter td
{
    vertical-align: middle;
    padding: 2px;
}
input[type=submit], a.button
{
    background-color: #019BE3 !important;
    border: 1px solid #0092CA;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 3px 5px 2px;
    text-transform: uppercase;
}
input[type=submit]:hover, a.button:hover
{
    text-decoration: underline;
}

.event_f, .advantages
{
    background: transparent url(../Images/event_detail_c.png) repeat-x top center;
    border: solid 1px #006894;
    overflow: hidden;
    position: relative;
}
.event_f
{
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px 0;
}
.event_f img
{
    border: solid 1px #fff !important;
    margin: 3px 20px;
    padding: 0 !important;
    float: left;
}
.event_f_info, .event_f_desc
{
    font-size: 1.2em;
    line-height: 1.5em;
}
.event_f_info *, .event_f_desc *
{
    color: #FFFFFF;
}
.event_f_info p
{
    margin-bottom: 0.5em;
}
.event_f_info
{
    float: right;
    width: 470px;
    margin-right: 15px;
    margin-top: 10px;
}
.event_f_desc
{
    width: 650px;
    margin: 0 auto;
}
.event_f_desc p
{
    width: 590px;
}
.event_f_facebook
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
}
.event_f_facebook a
{
    width: 100%;
    height: 100%;
    background: transparent url(../Images/button_facebook.png) no-repeat center center;
    display: block;
}
.event_f_facebook *
{
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.event_cities
{
    float: right;
    font-size: 1.2em;
    padding-top: 15px;
}
.event_cities a.current
{
    color: #404141;
    font-weight: bold;
}
.event_thumbnail
{
    float: left;
    margin: 0 13px 13px 0;
}
.event_smsinfo
{
    font-size: 85%;
}

#preview
{
    position: absolute;
    border: 1px solid #cccccc;
    padding: 5px;
    display: none;
    background: #FFFFFF url(../Images/loading.gif) no-repeat center center;
    min-height: 20px;
    min-width: 20px;
    z-index: 100;
}

table
{
    border-collapse: collapse;
}
table td, table th
{
    padding: 5px;
}
table.border th
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #00AEEF;
    padding: 5px 3px;
}
table.border, table.border td, table.border tr
{
    border: solid 1px #E1E1E1;
}
table.border
{
    background-color: #FFFFFF;
}
table.border tr:hover
{
    background-color: #EEEEEE;
}

.message
{
    padding: 1em 0;
}
.message.error
{
    color: Red;
}
.message.success
{
    color: Green;
}
input.invalid, textarea.invalid, select.invalid
{
    border: solid 1px #D20028;
    background-color: #fff;
}
/***********/
/* HELPERS */
.hide
{
    display: none;
}
.hr
{
    width: 100%;
    margin: 10px 0;
    height: 0;
    border-top: 2px dotted #E6E6E6;
}
.w50
{
    width: 50px;
}
.w60
{
    width: 60px;
}
.w80
{
    width: 80px;
}
.w100
{
    width: 100px;
}
.w145
{
    width: 145px;
}
.w150
{
    width: 150px;
}
.w200
{
    width: 200px;
}
.w500
{
    width: 500px;
}
.w25p
{
    width: 25%;
}
.w20p
{
    width: 20%;
}
.w50p
{
    width: 50%;
}
.w70p
{
    width: 70%;
}
.w95p
{
    width: 95%;
}
.w100p
{
    width: 100%;
}
.mt
{
    margin-top: 15px;
}
.mb
{
    margin-bottom: 15px;
}
.ml
{
    margin-left: 15px;
}
.mr
{
    margin-right: 15px;
}
.mz
{
    margin: 0;
}
.right, .r
{
    float: right;
}
.left, .l
{
    float: left;
}
.clear
{
    clear: both;
}
.textl, .tl
{
    text-align: left;
}
.textr, .tr
{
    text-align: right;
}
.textc, .tc
{
    text-align: center;
}
.highlight
{
    color: #00AEEF;
}
.red
{
    color: #C22525;
}

