/* event list styles */
.event_list_wrapper{

    border: 0px solid #e8e8e8;
    display: block;
    padding:2px;

}


.event_wrapper .event_dates_table{

}

/* end event list styles */

.epl_shadow {
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
}

.epl_element{

    background-color:  #f2f7ff;
    font-family: verdana;
    padding:0;

}

div#parent .active_element{
    background-color: red;

}

div#parent p.header {
    width: 150px;
}

#parent select, #parent input, #parent textarea {
    position: absolute;
    /*font-size: 11px;
    font-weight: bold;
    outline: 1px solid #999;
    border:none;*/
    background-color:  #f2f7ff;
    font-family: inherit;
    margin:0;
    padding:0;

}



#epl_loader {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    right:10px;
    top: 30px;
    display: none;
    padding: 10px;
    position: fixed;
    z-index: 1000;
}




div.today .day_listing{
    color: blue;
}
div.today {

    color: white;

}

pre {
    clear: both;
    text-align: left;
}


/*http://tympanus.net/codrops/2009/12/03/css-and-jquery-tutorial-overlay-with-slide-out-box/*/
/*.overlay{
    background:transparent url(images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}*/
.slide_down_box{
    position:fixed;
    top:-500px;
    left:20%;
    right:20%;
    background-color:#F1F1F1;
    color:#7F7F7F;
    padding:32px 10px 10px 10px;
    border:0px solid #ccc;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 1px 5px #333;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:999999;
}
.slide_down_box div.display{
    max-height: 550px;
    overflow: auto;
    color: #333;
}

.slide_down_box a.epl_button_small{
    float:right;
}


table.available_spaces th, table.available_spaces td{
    padding:3px 10px 3px 3px;
}

table.epl_error{
    width: 90%;
    margin:5px auto !important;
    border:0px solid #ff0000;
    padding: 0;
}
table.epl_error td{
    padding:5px;
    background-color: #ffd2d2;
    color: #D8000C;
    border: none;
}

.epl_event_section {

    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    /*
        -webkit-box-shadow: 3px 3px 5px 1px #ccc;
        -moz-box-shadow: 3px 3px 5px 1px #ccc;
        box-shadow: 3px 3px 5px 1px #ccc;
    */

    /*box-shadow: 0 4px 10px #8b8b8b;*/

}



.epl_cart_section span.legend {
    background-color: #fff;
    color: #888;
    margin-right:4px;
    font-size: 10px;

    float: right;
    font-style: italic;
}

.epl_cart_section .message {
    margin: 10px;
}
.epl_cart_section .content {
    margin: 10px;
}



div.epl_action {

    cursor:  pointer;

}

.overview div.epl_action{

    display:none;
}


.epl_add,.epl_edit ,.epl_delete, .handle, .epl_delete_element, .epl_lock {
    float: right;
    height:16px;
    margin-left: 10px;
    width:16px;

}


.epl_add{
    background:transparent url('../images/add.png') no-repeat;


}
.epl_edit{
    background:transparent url('../images/pencil.png') no-repeat;
}
.epl_delete, .epl_delete_element{
    background:transparent url('../images/delete.png') no-repeat;
}
.epl_lock{
    background:transparent url('../images/lock.png') no-repeat;
}

.handle{
    cursor: move;
    background:transparent url('../images/arrow_out.png') no-repeat;
    float: left;
}

a.delete_element{
    color:#fff;
    text-decoration: none;
}

a.delete_element:hover{

    color:#fff;
    text-decoration: underline;
}

div.epl_overlay, div.epl_overlay_green{
    opacity: 0.8;
    display: none;
    display: table;
    font-size: 1.4em;
    position: absolute;
    background-color: #ff6666;

    text-align: center;
    z-index: 2;
    /*outline: 1px solid red;*/

}

div.epl_overlay_green{

    background-color: #a3c229;


}


div.epl_overlay div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;

    text-align: right;
    width: 100%;
    opacity:1;
}

.rounded_corners{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}
/*
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#epl_main_container {

    padding: 2px;
}

/*
.epl_button:hover, .epl_button_small:hover, input[type="submit"].epl_button_small:hover {
    background-color: #0066AA;
    text-decoration: none;
    color: #1994d3;
}*/

/*
Short classes
*/


.epl_cur_pointer{
    cursor: pointer;
}
.epl_d_n{
    display: none;
}

.epl_w20{
    width: 20px;
}
.epl_w30{
    width: 30px !important;
}
.epl_w40{
    width: 40px;
}
.epl_w50{
    width: 50px !important;
}
.epl_w60{
    width: 60px;
}
.epl_w70{
    width: 70px !important;
}
.epl_w80{
    width: 80px;
}
.epl_w90{
    width: 90px;
}
.epl_w100{
    width: 100px;
}
.epl_w150{
    width: 150px;
}
.epl_w200{
    width: 200px !important;
}
.epl_w300{
    width: 300px !important;
}
.epl_w400{
    width: 400px !important;
}
.epl_w450{
    width: 450px;
}
.epl_w500{
    width: 500px !important;
}
.epl_w600{
    width: 600px !important;
}
.epl_w800{
    width: 800px !important;
}

.epl_w100pct{
    width: 100%;
}

.epl_mh_200{
    max-height: 200px;
}
.epl_mh_300{
    max-height: 300px;

}

.epl_mg_5{margin:5px;}
.epl_ov_a{
    overflow: auto;
}
.epl_ta_r{
    text-align: right;
}

.epl_fr {
    float: right;
}
.epl_fl {
    float: left;
}

.epl_font_555{
    color:#555;
}
.epl_font_red{
    color:red;
}
.epl_font_bold{
    font-weight: bold;
}
.epl_font_small{
    font-size: 0.8em;
}
a.epl_get_help, a.epl_send_email,a.epl_go_pro {
    float: right;
    margin:0 5px;
    text-decoration: none;
}

.epl_dsp_bl {
    display: block;
}
.epl_dsp_i_bl {
    display: inline-block;
}

#epl_payment_choices_wrapper .individual_pay_choice label{

}

.help_tip{
    background: transparent url('../images/help-small.png') no-repeat center left;
    padding-left: 20px !important;
    cursor:help;
}

pre {
    max-height: 300px;
    overflow: auto;
    background-color: #ddd;
    color: #333;
}
/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
*/

.ui-timepicker-inline { display: inline; }

#ui-timepicker-div { padding: 0.2em }
.ui-timepicker-table { display: inline-table; width: 0; }
.ui-timepicker-table table { margin:0.15em 0 0 0; border-collapse: collapse; }

.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em;  }

.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em;  }

/* span for disabled cells */
.ui-timepicker-table td span {
    display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;

    text-align:right;
    text-decoration:none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align:right;
    text-decoration:none;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-timepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* (c) 2008-2010 jason frame [jason@onehackoranother.com] */
.tipsy { position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


.epl_ad{
    /*background:  #f5ffdd url('../images/epl-url-small.png') no-repeat bottom right;*/
    background-color: #f5ffdd;
    border: 1px solid #c5ec69;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 5px 1px #ccc;
    -moz-box-shadow: 3px 3px 5px 1px  #ccc;
    -webkit-box-shadow: 3px 3px 5px 1px  #ccc;
    margin-bottom: 10px;
    overflow: auto;
}

.epl_ad img{
    float: right;
    clear: both;
    margin: 0 2px 1px 0;

}

.epl_ad div{
    margin: 0 !important;
    font-size: 12px !important;
    padding:7px 10px 1px 10px !important;
}

.epl_ad ul{
    margin: 1px 5px !important;
    font-size: 12px !important;
}

.epl_ad ul li {
    padding: 0;
    margin: 0;
}

#epl_remote_help_response {

    border:1px solid #333;
    background-color: #fff;
    padding: 5px;
    width: 98%;
    margin: 0 auto;


}

.epl_info, .epl_success, .epl_warning, .epl_error, .epl_validation {
    border: 1px solid;
    border-radius: 3px;
    margin: 7px 0px;
    padding:5px 10px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 13px;

    /*background-color: #FFFFE0;
  box-shadow: 1px 1px 0 #EDE396;
  color: #707037;
  border: 5px solid #F7F0B8;
  line-height: 1.4;
  margin: 7px 0;
  padding: 10px 15px 10px 15px;*/
}
.epl_info {
    color: #00529B;
    background-color: #BDE5F8;
    /*background-image: url('../images/info.png');*/
}
.epl_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    /*background-image:url('../images/success.png');*/
}
.epl_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    /*background-image: url('../images/warning.png');*/
}
.epl_error {
    color: #D8000C;
    background-color: #FFBABA;
    /*background-image: url('../images/error.png');*/
}

.expand_box_wrapper{
    background-color: #f9f9f9;
    padding: 3px 2px;
    overflow: hidden;

}
.expand_trigger {

    padding: 0 0 0 10px;
    font-size: 1.0em;
    font-weight: normal;

    background:  #f5f5f5 url(../images/expand.png) no-repeat 98% center;
    cursor: pointer;
}


span.box_link {
    background: #999;
    cursor: pointer;
    color: white;
    float: right;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 11px;
    margin-left: 10px;
    margin-top: 1px;
    padding: 3px 5px 4px;
    text-shadow:none;
}
.expand_trigger a:hover { color: #ccc; }
.expand_active { /*background:#f5f5f5 url(../images/collapse.png) no-repeat 98% center;*/}
.toggle_container {
    margin: 0 0 5px;
    padding: 0;
    border-top: 0px solid #d6d6d6;

    clear: both;
    background-color: #f9f9f9;
    width: auto;
    display: none;
    max-height: 415px;
    overflow: auto;
}
.toggle_container .block {
    padding: 5px;

}

.epl_rounded_corners_3{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.epl_rounded_corners_5{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.epl_rounded_corners_10{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}



div.epl_tooltip {
    background-color: #fff;
    font-size: 0.8em;
    display: none;
    position: absolute;
    padding: 3px;
    left: 0;
    top: 0;
    text-align: left;
    white-space: nowrap;
    max-width: 220px;
    min-height: 50px;
    z-index: 100;

    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

}


/*
* Fullcalendar and upcoming event widget tooltips
*/

#fc_tooltip,
#ue_tooltip,
#left_tooltip,
#right_tooltip,
#epl_tooltip

{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    /*box-shadow: -2px -2px 5px #DCDCDC;*/
    min-height: 35px;
    padding: 5px;
    position: absolute;
    width: 300px;
    font-size: 11px;
    display: none;
    z-index:999999;
}

#fc_tooltip:before, #fc_tooltip:after,
#ue_tooltip:before, #ue_tooltip:after,
#left_tooltip:before, #left_tooltip:after,
#right_tooltip:before, #right_tooltip:after,
.tt_top:before, .tt_top:after,
.tt_right:before, .tt_right:after,
.tt_bottom:before, .tt_bottom:after,
.tt_left:before, .tt_left:after

{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;

    position: absolute;

}

#ue_tooltip img {
    max-width: 95%;
}

.tt_top:before, .tt_top:after {
    border-color: #D0D0D0 rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
    right: 140px;
    bottom: -22px;
}

.tt_bottom:before, .tt_bottom:after {
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) #D0D0D0 rgba(255,255,255,0);
    right: 140px;
    top: -20px;
}

.tt_right:before, .tt_right:after {
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #D0D0D0;
    right: -10px;
    top: 10px;
}
#fc_tooltip:before, #fc_tooltip:after {

    border-color: #D0D0D0 rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
    right: 140px;
    bottom: -20px;
}
#ue_tooltip:before, #ue_tooltip:after {
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #D0D0D0;
    right: -20px;
    top: 0px;

}

#left_tooltip:before, #left_tooltip:after {

    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #D0D0D0;
    right: -10px;
    top: 10px;
}

#right_tooltip:before, #right_tooltip:after {

    border-color: rgba(255,255,255,0) #D0D0D0 rgba(255,255,255,0) rgba(255,255,255,0);

    right: -10px;

    top: 10px;
}


#fc_tooltip .tip_header {
    font-weight: bold;
    font-size: 1.3em;
}

/* IE hack */
*html #fc_tooltip .tip_header {margin-bottom:-6px;}

#fc_tooltip .tip_body {
    /*background-color:#000;*/
    padding:1px;
}

#fc_tooltip .tip_footer {
    font-size: 0.8em;
    display: block;
    text-align: right;
    cursor: pointer;
    /*height:8px;
    /*background:url(images/tipFooter.gif) no-repeat;*/
}

/*
* End Fullcalendar and upcoming event widget tooltips
*/



/*
* Front tabs
*/

.epl_front_tab1 { overflow: hidden; }
/*
.epl_front_tab1 .nav { overflow: hidden; margin: 0 0 10px 0; }
.epl_front_tab1 .nav li { width: auto; float: left; margin: 0 10px 0 0; }
.epl_front_tab1 .nav li.last { margin-right: 0; }
.epl_front_tab1 .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 12px; text-align: center; border: 0; }
.epl_front_tab1 .nav li a:hover { background-color: #111; }
*/


.epl_front_tab1 .nav {
    text-align: left;
    list-style: none;
    margin: 0 auto;
    padding-left: 8px;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
}
.epl_front_tab1 .nav li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}
.epl_front_tab1 .nav a {
    color: #555;
    text-decoration: none;
}
.epl_front_tab1 .nav li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.epl_front_tab1 .nav:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.epl_front_tab1 .nav li:before,
.epl_front_tab1 .nav li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.epl_front_tab1 .nav li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.epl_front_tab1 .nav li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.epl_front_tab1 .nav li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.epl_front_tab1 .nav li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}
.epl_front_tab1 ul { list-style: none; }
.epl_front_tab1 ul li a { display: block; border-bottom: 1px solid #666; padding: 1px; color: #666; }
.epl_front_tab1 ul li a:hover, .epl_front_tab1 ul li a:focus { /*background: #fe4902; color: white;*/ }
.epl_front_tab1 ul li:last-child a { border: none; }
.epl_front_tab1 .list-wrap ul {padding: 5px;margin: 0;}
.epl_front_tab1 li.nav-one a.current, ul.featured li a:hover { /*background-color: #0575f4; color: white;*/ }
.epl_front_tab1 li.nav-two a.current, ul.core li a:hover { /* background-color: #d30000; color: white; */ }
.epl_front_tab1 li.nav-three a.current, ul.jquerytuts li a:hover {/* background-color: #8d01b0; color: white;*/ }
.epl_front_tab1 li.nav-four a.current, ul.classics li a:hover { /*background-color: #FE4902; color: white;*/ }



.event_wrapper h2,
.regis_form h2 {
    margin:2px 0;
    background: #eee;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
}
.event_wrapper h2 a.arrow,
.regis_form h2 a.arrow {
    float: right;
    position: relative;
    text-decoration: none;
    color: #333;
    padding: 0 10px;
    border-left: 5px solid white;
    background-color: #a2d6eb;
}
.event_wrapper h2 a.arrow:hover,
.regis_form h2 a.arrow:hover {

    color: #fff;

}

.event_wrapper h2 a.arrow:before,
.event_wrapper h2 a.arrow:after,
.regis_form h2 a.arrow:before,
.regis_form h2 a.arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
}
.event_wrapper h2 a.arrow:before,
.regis_form h2 a.arrow:before {
    left: -12px;
    border-top: 8px solid rgba(255,255,255,0);
    border-bottom: 8px solid rgba(255,255,255,0);
    border-right: 8px solid white;
    margin-top: -8px;
}
.event_wrapper h2 a.arrow:after,
.regis_form h2 a.arrow:after {
    left: -5px;
    border-top: 6px solid rgba(255,255,255,0);
    border-bottom: 6px solid rgba(255,255,255,0);
    border-right: 6px solid #a2d6eb;
    margin-top: -6px;
}

img.epl_tt_close{
    float: right;
    cursor: pointer;
}





.epl2_button, .epl2_button-bevel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 7px 20px 9px;
    margin: .5em .5em .5em 0;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.epl2_button {
    border-radius: 2px;
    box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
}

.epl2_button:active {
    box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px;
}

.rounded {
    border-radius: 20px;
}

.orange {
    background: rgb(255,183,0);
    background: -moz-linear-gradient(top,  rgba(255,183,0,1) 0%, rgba(255,140,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,0,1)), color-stop(100%,rgba(255,140,0,1)));
    background: -webkit-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700', endColorstr='#ff8c00',GradientType=0 );
    border: 1px solid #e59500;
    color:#fff;
}

.orange:hover {
    background: rgb(255,203,72);
    background: -moz-linear-gradient(top,  rgba(255,203,72,1) 0%, rgba(255,156,35,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,203,72,1)), color-stop(100%,rgba(255,156,35,1)));
    background: -webkit-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb48', endColorstr='#ff9c23',GradientType=0 );
}

.magenta {
    background: rgb(255,130,172);
    background: -moz-linear-gradient(top,  rgba(255,130,172,1) 0%, rgba(247,37,129,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,130,172,1)), color-stop(100%,rgba(247,37,129,1)));
    background: -webkit-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff82ac', endColorstr='#f72581',GradientType=0 );
    border: 1px solid #c60a56;
}

.magenta:hover {
    background: rgb(255,155,189);
    background: -moz-linear-gradient(top,  rgba(255,155,189,1) 0%, rgba(248,62,143,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,155,189,1)), color-stop(100%,rgba(248,62,143,1)));
    background: -webkit-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9bbd', endColorstr='#f83e8f',GradientType=0 );
}

.cyan {
    background: rgb(130,207,241);
    background: -moz-linear-gradient(top,  rgba(130,207,241,1) 0%, rgba(56,174,234,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,207,241,1)), color-stop(100%,rgba(56,174,234,1)));
    background: -webkit-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
    background: -o-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
    background: -ms-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
    background: linear-gradient(to bottom,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cff1', endColorstr='#38aeea',GradientType=0 );
    border: 1px solid #3cafcf;
}

.cyan:hover {
    background: rgb(153,216,244);
    background: -moz-linear-gradient(top,  rgba(153,216,244,1) 0%, rgba(79,183,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,216,244,1)), color-stop(100%,rgba(79,183,236,1)));
    background: -webkit-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d8f4', endColorstr='#4fb7ec',GradientType=0 );
}

.red {
    background: #e25b53;
    background: -moz-linear-gradient(top,  #e25b53 0%, #dd2011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e25b53), color-stop(100%,#dd2011));
    background: -webkit-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
    background: -o-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
    background: -ms-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
    background: linear-gradient(to bottom,  #e25b53 0%,#dd2011 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25b53', endColorstr='#dd2011',GradientType=0 );
    border: 1px solid #c42222;
}

.red:hover {
    background: #dd7671;
    background: -moz-linear-gradient(top,  #dd7671 0%, #dd2011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd7671), color-stop(100%,#dd2011));
    background: -webkit-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: -o-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: -ms-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: linear-gradient(to bottom,  #dd7671 0%,#dd2011 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7671', endColorstr='#dd2011',GradientType=0 );
}

.black {
    background: #444444;
    background: -moz-linear-gradient(top,  #444444 0%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
    background: -o-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
    background: -ms-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
    background: linear-gradient(to bottom,  #444444 0%,#1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1c1c1c',GradientType=0 );
    border: 1px solid #2a2a2a;
}

.black:hover {
    background: #686868;
    background: -moz-linear-gradient(top,  #686868 0%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -o-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -ms-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: linear-gradient(to bottom,  #686868 0%,#1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#1c1c1c',GradientType=0 );
}

.green {
    background: #82cc5d;
    background: -moz-linear-gradient(top,  #82cc5d 0%, #53b73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82cc5d), color-stop(100%,#53b73c));
    background: -webkit-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
    background: -o-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
    background: -ms-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
    background: linear-gradient(to bottom,  #82cc5d 0%,#53b73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cc5d', endColorstr='#53b73c',GradientType=0 );
    border: 1px solid #429E34;
}

.green:hover {
    background: #99cc80;
    background: -moz-linear-gradient(top,  #99cc80 0%, #53b73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc80), color-stop(100%,#53b73c));
    background: -webkit-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -o-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -ms-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: linear-gradient(to bottom,  #99cc80 0%,#53b73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc80', endColorstr='#53b73c',GradientType=0 );
}


.epl2_button-bevel {
    vertical-align: top;
    border-radius: 4px;
    border: none;
    padding: 10px 25px 12px;
}

.epl2_button-bevel:active {
    position: relative;
    top: 5px;
}

.epl2_button-bevel.orange {
    box-shadow: #c46d00 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.epl2_button-bevel.orange:active {
    box-shadow: #c46d00 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.epl2_button-bevel.magenta {
    box-shadow: #ca075c 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.epl2_button-bevel.magenta:active {
    box-shadow: #ca075c 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.epl2_button-bevel.cyan {
    box-shadow: #1994d3 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.epl2_button-bevel.cyan:active {
    box-shadow: #1994d3 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.epl2_button-bevel.red {
    box-shadow: #88180e 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.epl2_button-bevel.red:active {
    box-shadow: #88180e 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.epl2_button-bevel.black {
    box-shadow: #000 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px, inset rgba(255, 255, 255, 0.3) 0 0 3px;
}

.epl2_button-bevel.black:active {
    box-shadow: #000 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px, inset rgba(255, 255, 255, 0.3) 0 0 3px;
}

.epl2_button-bevel.green {
    box-shadow: #439230 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.epl2_button-bevel.green:active {
    box-shadow: #439230 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

table.ui-datepicker-calendar tbody td.highlight a.ui-state-default {
    background: #e2eba9;
    color: #363636;
    border: 1px solid #FFDE2E;
}


#epl_modal_overlay {
    position:fixed; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
    z-index: 999;
}

#epl_modal {
    position:absolute;
    width: 700px;
    /*background:rgba(0,0,0,0.2);*/
    border-radius:2px;
    padding:2px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#epl_modal_content {
    /*border-radius:8px;*/
    background:#fff;
    padding:15px;
    min-height: 90%;
    max-height: 900px;
    overflow: auto;
}

#epl_modal_close {
    position:absolute;
    background:url(../images/modal_close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
}


#epl_cart_sticky_footer {
    margin: 0;
    position: fixed;
    bottom:0;
    right:0;
    padding:8px 8px 0 8px;
    width:350px;
    display: none;
    z-index: 10000;
}

#epl_cart_sticky_footer_content {
    width:300px;
    margin: 0 auto;
    height: auto;
    background:#fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-color: #ccc;
    border-width: 8px;
    border-left-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    padding:8px;
    opacity:0.8;
    filter:alpha(opacity=80);
    overflow: auto;
}
#epl_cart_sticky_footer_content table {
    width: 98%;
    margin:0 auto 10px auto;
    vertical-align: middle;
}

#epl_cart_sticky_footer_content table td {
    border-bottom: 1px solid #eee;
    font-size: 0.8em;
    vertical-align: middle;
    padding: 2px 0;
}
#epl_cart_sticky_footer_content table tr:last-child td {
    /* border-bottom: none;*/
}
#epl_cart_sticky_footer_content:hover {
    opacity:1;
    filter:alpha(opacity=100);
}
.epl_stop_scrolling {
    height: 100%;
    overflow: hidden;

}



table.epl_lookup_result_table
{
    border: 0;
    padding: 0;
    margin: 0 0 20px 0;
    border-collapse: collapse;
}
table.epl_lookup_result_table th
{

    border-color: #666666;
    padding: 5px; /* NOTE: th padding must be set explicitly in order to support IE */
    text-align: left;        
    font-weight:bold;
    line-height: 2em;
    color: #FFF;
    background-color: #555;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
}
table.epl_lookup_result_table tbody td
{
    border: none;
    padding: 10px;
    line-height: 18px;
    border-bottom: 1px solid #E0E0E0;

    white-space: nowrap;
}
table.epl_lookup_result_table tbody tr:nth-child(2n)
{
    background-color: #F7F7F7;
}
table.epl_lookup_result_table tbody tr:hover
{
    background-color: #EEEEEE;
}
table.epl_lookup_result_table td
{
    text-align: left;
}
table.epl_lookup_result_table td:first-child, th:first-child
{
    text-align: left;
}


table.epl_nowrap td {
    white-space: nowrap;

}

.lookup_field_wrapper {
    width:99%;
    padding:10px;
    border:1px solid #eee;
}

.epl_cart_totals_row_delete {
    text-align: right;
    width: 20px;
}

#epl_cart_totals_wrapper .epl_cart_totals_row_delete {
    display: none;
}



table.epl_standard_table
{
    border: 0;
    padding: 0;
    margin: 0 0 10px 0;
    border-collapse: collapse;

}
table.epl_standard_table th
{

    border-color: #666666;
    padding: 5px; /* NOTE: th padding must be set explicitly in order to support IE */
    text-align: left;        
    font-weight:bold;
    line-height: 2em;
    color: #FFF;
    background-color: #555;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
}
table.epl_standard_table tbody td
{
    border: none;
    padding: 3px 10px;
    line-height: 18px;
    border-bottom: 1px solid #E0E0E0;

    white-space: nowrap;
}
table.epl_standard_table tbody tr:nth-child(2n)
{
    background-color: #F7F7F7;
}
table.epl_standard_table tbody tr:hover
{
    background-color: #EEEEEE;
}
table.epl_standard_table td
{
    text-align: left;
}
table.epl_standard_table td:first-child, th:first-child
{
    text-align: left;
}

#epl_console {
    width: 100%;
    height: 250px;
    overflow-y:scroll;
    border-top: 5px solid #333;
    position: fixed; 
    bottom:0;
    background-color: #eee;
}

#epl_console div {
    display: block;
    border-bottom: 4px solid  #ff6666;
}

@media print {
    .slide_down_box{ display: none;}
}


#breadcrumb {
    margin-bottom: 20px;
    line-height: 30px;
    color: #aaa;
    padding: 1px;
    border: 1px solid #f0f0f0;
}

#breadcrumb a {
    display: block;
    float: left;
    background: #f0f0f0;
    padding-right: 10px;
    height: 30px;
    margin-right: 31px;
    position: relative;
    text-decoration: none;
    color: #aaa;
}

#breadcrumb a:last-of-type {
    margin-right: 25px;
}

#breadcrumb a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color: #f0f0f0;
    border-left-color: transparent;
}

#breadcrumb a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #f0f0f0;
}

#breadcrumb a:first-of-type {
    padding-left: 15px;
}

#breadcrumb a:first-of-type:before {
    display: none;
}

#breadcrumb a:hover {
    background: #00b0ec;
    color: #fff;
    text-decoration: none;
}

#breadcrumb a:hover:before {
    border-color: #00b0ec;
    border-left-color: transparent;
}

#breadcrumb a:hover:after {
    border-left-color: #00b0ec;
}