﻿body {
    margin: 0px 0px;
    padding: 0px;
    text-align: center; /* for IE6 */
    font-family: Verdana;
    overflow: hidden;
    background-color: #565656;
}

#wrapper {
    position: absolute;    
    width: 100%;
    height: 100%;
    color: white;
    text-align: left;
    font-size: 13px;
    background-color: #565656;
    /*min-width: 250px;*/
}

#expiryDay {
    font-size: 11px;
    vertical-align: central;
    width: 100%;
    padding-bottom: 5px;
    overflow-y: auto;
}

.eventBox > p {
    -webkit-margin-before: .2em;
    -webkit-margin-after: .2em;
    margin-top: .2em;
    margin-bottom: .2em;
}

#secondPair {

}

#expiryDay2 {
    font-size: 11px;
    vertical-align: central;
    width: 100%;
    padding-bottom: 5px;
    overflow-y: auto;
}

.eventBox {
    display: none;
}

.eventslist {
    padding-left: 9px;
    color: #FFD58D;
    /*font-weight: bold;*/
}

.eventslistother {
    font-size: 11px;
    padding-left: 9px;
    color: skyblue;
    /*font-weight: bold;*/
    padding-right: 5px;
}

.uidate {
    font-size: 10px;
    font-weight: bold;
    color: #FFD58D;
    padding-left: 3px;
}

.uidateother {
    font-size: 10px;
    font-weight: bold;
    color: skyblue;
    padding-left: 3px;
    padding-right: 5px;
}

#datePickerDiv {
    position: relative;
    top: 0px;
    width: 100%;
    background-color: #353535;
}

#headerWrap {
    position: absolute;
    top: 0px;
    width: 100%;
    /*height: 55px;*/
    background-color: #353535;
}

#header2Wrap {
    top: 0px;
    width: 100%;
    line-height: 22px;
    color: white;
    font-family: Verdana;
    /*font-size: 16px;*/
    position: absolute;
    /*padding-left: 7px;*/
    background-color: #353535;
}

.headerText {
    float: left;
    margin-top: 3px;
    /*top: 7px;*/
    width: 100%;
    /*height: 20px;*/
    color: white;
    font-family: Verdana;
    font-size: 13px;
    /*position: absolute;*/
    margin-left: 3px;
    margin-bottom: 3px;
}

#secondPair {
    bottom: 0px;
    width: 100%;
    color: white;
    font-family: Verdana;
    font-size: 16px;
    position: absolute;
    margin-top: 2px;
    display: none;
}

#showHide {
    left: 198px;
    top: 9px;
    /*float: left;*/
    position: absolute;
    /*bottom: 2px;*/
    font-size: 10px;
    vertical-align: middle;
    cursor: pointer;
    /*height: 12px;*/
    width: 40px;
}

#showHideImg {
    margin-left: 0px;
    position: absolute;
    top: 5px;
    font-size: 10px;
    /*vertical-align: bottom;*/
    text-align: left;
    display: none;
}

#showHideText {
    margin-left: 0px;
    /*position: relative;*/
    float: left;
    /*margin-top: 5px;*/
    font-size: 10px;
    vertical-align: middle;
    text-align: left;
}

#toggleAbridge {
    /*float: left;*/
    position: absolute;
    font-size: 11px;
    top: 7px;
    left: 110px;
    width: 80px;
}

#lblAbridge {
    cursor: pointer;
}

input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

#toggleContent {
    display: none;
    float: left;
    margin-left: 0px;
    /*position: relative;
    top: 28px;*/
    width: 100%;
    /*height: 62px;*/
    padding-bottom: 7px;
    background-color: #353535;
    border-bottom: 1px dotted gray;
}

.headerContent {
    display: none;
}

.hLine {
    position: relative;
    height: 2px;
    line-height: 2px;
    background-color: darkgray;
    /*margin-left: 7px;
    margin-right: 7px;*/
}

#Days {
    float: left;
    /*position: absolute;*/
    margin-top: 5px;
    margin-left: 3px;
    vertical-align: middle;
    /*display: inline-block;*/
    line-height: 18px;
    width: 100px;
}

#currencies {
    position: relative;
    top: 4px;
    margin-left: 3px;
    margin-bottom: 4px;
    line-height: 18px;
}

#dateInput {
    margin-left: 3px;
    position: relative;
    top: 4px;
    line-height: 18px;
}

#currOneInput {
    /*line-height: 12px;*/
    font-size: 12px;
    width: 72px;
    /*padding-left: 3px;*/
    text-align: center;
}

/* to change the drop down results list */
ul.ui-autocomplete.ui-menu {
    font-size: 12px;
    width: 30px;
    text-align: center;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px;
}

.ui-autocomplete-input {
    font-size: 14px;
    width: 30px;
}

/* for IE6  */
* html .ui-autocomplete {
    height: 100px;
}


div.ui-datepicker {
    font-size: 10px;
}

.hasDatepicker {
    font-size: 12px;
    font-family: Verdana;
    width: 130px;
    padding-left: 3px;
    text-align: center;
}

.ui-widget {
    font-size: 12px;
}

.ui-widget input {
    
}

.ui-spinner .ui-spinner-input {
    width: 18px;
    text-align: center;
}

#login {
    margin-top: 10px;
    margin-left: 10px;
}

#logout {
    position: absolute;
    top: 10px;
    right: 10px;
}

#txtUsername {
    width:100%;
}

#txtPassword {
    width:100%;
}

