/* CSS Document */
/* created by sri - 2011 */

.table-sign-up {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-family: arial;
    background-image: url("../img/sign-up-left-bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    width: 479px;
    height: 38px;
}

.table-sign-up tr{
    margin: 0;
    padding: 0;
}

.table-sign-up td{
    margin: 0;
    padding: 8px 10px;
    font-size: 12px;
    color: #fff;
}

.table-sign-up td input{
    margin: 0;
    padding: 5px 5px;
    font-size: 11px;
    border: none;
    background-image: url("../img/sign-up-input-bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    width: 130px;
    height: 11px;
    color: #797979;
    font-style: italic;
    vertical-align: middle;
}

.table-sign-up td input.button{
    margin: 0;
    padding: 0;
    background-image: url("../img/sign-up-button.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    width: 60px;
    height: 21px;

}

/* table view */

.table-view {
    margin: 0 0 4px 0;
    padding: 0;
    border-collapse: collapse;
    font-family: arial;
}

.table-view tr {
    margin: 0;
    padding: 0;
}

.table-view th {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    font-family: "Times New Roman";
    text-align: left;
    color: #666666;
    background-color: #F0F4F5;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.table-view td {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    vertical-align: text-top;
    border-bottom: 1px solid #CCCCCC;
    color: #000;
}

.table-view td input {
    margin: 0;
    padding: 0;
    border: 1px solid #8E8F8F;
    vertical-align: middle;
}

/* pagination filter */

.table-pagination-filter {
    margin: 0;
    padding: 0;
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    font-family: arial;
}

.table-pagination-filter tr {
    margin: 0;
    padding: 0;
}

.table-pagination-filter td {
    margin: 0;
    padding: 2px 5px;
    font-size: 11px;
    vertical-align: middle;
}

.table-pagination-filter td a {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #3859CA;
    text-decoration: none;
}

.table-pagination-filter td a:hover {
    text-decoration: underline;
}

.table-pagination-filter td input {
    margin: 0;
    padding: 0;
    font-size: 11px;
    vertical-align: middle;
}

.table-pagination-filter td select {
    margin: 0;
    padding: 1px;
    border: 1px solid #7F9DB9;
    font-size: 11px;
    vertical-align: middle;
}

.table-pagination-filter td .button {
    margin: 0;
    padding: 0;
    width: 123px;
    height: 17px;
    border: none;
}

.table-pagination-filter td .add-cal {
    background-image: url("../img/icon-add-cal.png");
    background-repeat: no-repeat;
}

.table-pagination-filter td .add-remind {
    background-image: url("../img/icon-remind.png");
    background-repeat: no-repeat;
}

/* table event search */

.table-event-search {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-family: arial;
}

.table-event-search tr {
    margin: 0;
    padding: 0;
}

.table-event-search td {
    margin: 0;
    padding: 0;
    font-size: 11px;
    vertical-align: middle;
    line-height: 16px;
}

.table-event-search td a {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #3859CA;
    text-decoration: none;
}

.table-event-search td a:hover {
    text-decoration: underline;
}

.table-event-search td input {
    margin: 0;
    padding: 2px;
    border: 1px solid #ABADB3;
    font-size: 11px;
    vertical-align: middle;
}

.table-event-search td select {
    margin: 0;
    padding: 1px;
    border: 1px solid #ABADB3;
    font-size: 11px;
    vertical-align: middle;
}

.table-event-search td .button {
    margin: 0;
    padding: 0;
    border: none;
}

.table-event-search td .go {
    width: 20px;
    height: 20px;
    background-image: url("../img/icon-go.png");
    background-repeat: no-repeat;
}

.table-event-search td div.right {
    float: right;
    margin: 0;
    padding: 0;
}