﻿/*-----------------------------------layout for popup----------------------------------------------*/

.popup {
    /* background: #fff;*/
    color: #373737;
    float: left;
    font-size: 13px;
}

.popup .popupbody, #listing body {
    padding: 30px 0 20px 0;
}

.popup h2, #listing h2 {
    font: 25px Georgia, "Times New Roman", Times, serif;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 8px 5px;
    width: 500px;
    float: left;
}

.popup input.button, input.button, submit.button, a.button, #facebox .button {
    background-color: #0C61A2;
    border: 1px solid #0C61A2;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    cursor: hand;
    font-size: 12px;
    margin: 10px 0;
    padding: 2px 0;
    cursor: pointer;
}

.popup .close {
    float: right;
    width: auto;
    cursor: hand; /* position: relative;    top: 1px;*/
    padding: 2px 10px;
}

div.drag div.titleBar {
    font-size: 14px;
    font-weight: bold;
    /*margin-bottom: 5px;*/
    display: block;
    line-height: 20px;
    height: 28px;
    /*padding: 10px 0 0 0px; float: left;    width: 100%;*/
    color: #fff;
    background-color: #0C61A2;
    cursor: pointer;
    /*margin-top: -17px;*/
}

.drag {
    position: absolute;
    z-index: 9999;
    font-weight: bold;
    border-collapse: collapse;
    padding: 0px;
    width: 745px;
    top: 50%;
}

.popbox {
    margin: 0 auto; /*width: 100%;*/
}

table.addEditPopup {
    font-size: 12px;
    width: auto;
    margin: 0 auto;
    background-color: #EEEEEE;
    padding-bottom: 10px;
    /*height: 300px;
    width: 590px;*/
    border-color: #999999;
    border-style: solid;
    border-width: 2px;
}


table.addEditPopup td.left {
    text-align: left;
    width: auto;
    padding: 5px 0 5px 10px;
}

table.addEditPopup td.right {
    width: auto;
    padding: 5px 10px 5px 0px;
}

.head {
    width: auto;
    padding-left: 6px;
    float: left;
}

table.addEditPopup td {
    border: none !important;
    padding: 0px !important;
}

div.eventCalendarDiv {
    width: 92%;
    text-align: right;
    overflow: auto;
}

.alignCentre {
    text-align: center !important;
}

.alignRight {
    text-align: left !important;
}

.field_Cal, .dateField {
    width: 130px !important;
    height: 15px;
    margin: 0px;
    float: left;
}

.textfield {
    float: left;
    width: 153px;
    padding-left: 6px;
}

.iconContainer {
    float: left;
}

table.categoryGroup td {
    width: auto;
    padding: 5px 0 15px 10px !important;
}

.smallText {
    width: 20px !important;
}

.timeText {
    float: left !important;
    height: 15px;
    margin: 0;
    width: 130px !important;
}

.recurrenceDate {
    float: left !important;
    height: 15px;
    margin: 0;
    width: 100px !important;
}

.recurrenceTextfield {
    float: left !important;
    padding-left: 5px;
    width: 123px;
}

#tabs {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -3px;
    border: none;
    background-color: transparent !important;
}

#tabs main {
    margin: 0 auto;
    background: #FFFFFF;
}

.tab-content {
    display: none;
    padding: 10px;
    border: 1px solid #CCCCCC;
    min-height: 150px;
    background-color: white;
}

.tablink {
    display: inline-block;
    margin: 0;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-weight: bold;
    color: #999999;
    border: 0;
    background: white;
}

.tablink:hover {
    color: #333333;
    cursor: pointer;
}

#tabs .tab-selected {
    color: #666666;
    border: 1px solid #CCCCCC;
    border-top: 2px solid #EF9600;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 0 -1px;
}
