﻿.button {
    background: url(../images/submit_request.png) top no-repeat;
    width: 115px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.button:hover {
    background: url(../images/submit_request_hover.png) top no-repeat;
    width: 115px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.Search {
    background: url(../images/search.png) top no-repeat;
    width: 80px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.Search:hover {
    background: url(../images/search_hover.png) top no-repeat;
    width: 80px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.buttonSubmit {
    background: url(../images/submit1.png) top no-repeat;
    width: 64px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.buttonSubmit:hover {
    background: url(../images/submit_hover.png) top no-repeat;
    width: 64px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.Loginbutton {
    background: url(../images/logon.png) top no-repeat;
    width: 64px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.Loginbutton:hover {
    background: url(../images/logon_h.png) top no-repeat;
    width: 64px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.cancellButton {
    background: url(../images/cancel1.png) top no-repeat;
    width: 64px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.cancellButton:hover {
    background: url(../images/cancel_hover.png) top no-repeat;
    width: 64px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.ResetButton {
    background: url(../images/reset_buton.png) top no-repeat;
    width: 60px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.ResetButton:hover {
    background: url(../images/reset_buton_hover.png) top no-repeat;
    width: 60px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.GridStyleTable {
    width: 100%;
    height: auto;
    font-family: Calibri;
    color: #0b333c;
    font-weight: normal;
    font-size: 12px;
}

.dropdown {
    border: #b1ada1 solid 1px;
    width: 100% !important;
    font-family: Calibri;
    font-size: 12px;
    color: #666666;
    margin: 0px;
    height: 20px;
    padding: 1px;
}

.textfield {
    background: #FFFFFF url(../images/text_box_pix.gif) repeat-x;
    border: #b1ada1 solid 1px;
    margin: 0px;
    padding: 1px;
    width: 100% !important;
    height: 16px;
    color: #666666;
    vertical-align: middle;
    font-family: Calibri;
    font-size: 12px;
}

.message {
    font-family: Calibri;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: green !important;
}

.error_td {
    font-family: Calibri;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: red !important;
}

.Datetextfield {
    padding: 1px;
    border: #b1ada1 solid 1px;
    margin: 0px;
    width: 153px;
    font-family: Calibri;
    font-size: 12px;
    color: #666666;
}

#progress_bar {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 42%;
    right: 0;
    z-index: 99;
    background-color: #fbfbfb;
    width: 150px;
    height: 40px;
    padding-left: 20px;
    padding-top: 10px;
    border: 2px solid #101044;
    vertical-align: top;
    z-index: 999999;
    color: #101044;
}

.modalBackground {
    margin: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1000;
    background-color: #cccccc;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.btnStandardTicket:hover {
    background: url(../images/Standard_Tickets_h.png) top no-repeat;
    width: 104px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.btnStandardTicket {
    background: url(../images/Standard_Tickets.png) top no-repeat;
    width: 104px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.btnPremiereTicket:hover {
    background: url(../images/Premium_Tickets_h.png) top no-repeat;
    width: 104px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.btnPremiereTicket {
    background: url(../images/Premium_Tickets.png) top no-repeat;
    width: 104px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.textArea {
    font-family: Calibri;
    font-size: 12px;
    border: #b1ada1 solid 1px;
    margin: 0px;
    padding: 0px;
    color: #666666;
    border: 1px solid #B1ADA1;
}

.addmore a {
    cursor: pointer;
}

.addlink a {
    cursor: pointer;
}

.multilist {
    border: 1px solid #B1ADA1;
    width: auto;
    font-family: Calibri;
    font-size: 12px;
    color: #666666;
    margin: 0px;
    padding: 1px;
}

.OuterSlider {
    max-width: 972px;
    height: auto;
    padding-top: 10px;
    padding-left: 4px;
    position: relative;
}