﻿body {
}
.TBS_DropDown {
    color: #d72689;
    font-size: 18px;
    font-weight: lighter;
    font-family: Consolas;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 5px;
    transition-duration: 0.4s;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline-width: 1px;
    outline-style: none;
    outline-color: invert;
    box-shadow: 0 6px #CCCCCC;
    vertical-align: middle;
    border-style: solid;
    border-color: inherit;
    border-width: thin;
    padding: 2px;
    background-color: white;
}
    .TBS_DropDown:hover {
        background-color: #ffccff;
        /*        border: solid 3px #fff;*/
    }

    .TBS_DropDown:focus {
        color: white;
        background-color: #b92377;
        border: solid 3px #b92377;
    }



.TBS_ComboBox .ajax__combobox_textboxcontainer input {
    color: #d72689;
    font-size: 18px;
    font-weight: lighter;
    font-family: Consolas;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 5px;
    transition-duration: 0.4s;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    outline-width: 1px;
    outline-style: none;
    outline-color: invert;
    box-shadow: 0 6px #CCCCCC;
    vertical-align: middle;
    border-style: solid;
    border-color: inherit;
    border-width: thin;
    padding: 4px;
    background-color: white;
}
    .TBS_ComboBox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    font-family: Consolas;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 5px;
    transition-duration: 0.4s;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline-width: 1px;
    outline-style: none;
    outline-color: invert;
    box-shadow: 0 6px #CCCCCC;
    vertical-align: middle;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 2px;
    background-color: #d72689;
}
.TBS_ComboBox .ajax__combobox_itemlist {
    color: #fff;
    border-color: #7F9DB9;
    background-color: #d72689;
}



.TBS_InputBox {
    color: #d72689;
    font-size: 14px;
    font-weight: lighter;
    font-family: Consolas;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 5px;
    transition-duration: 0.4s;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align:central;
    outline-width: 1px;
    outline-style: none;
    outline-color: invert;
    box-shadow: 0 6px #CCCCCC;
    vertical-align: middle;
    border-style: solid;
    border-color: inherit;
    border-width: thin;
    padding: 2px;
    background-color: white;
}
    .TBS_InputBox:hover {
        background-color: #ffccff;
        /*        border: solid 2px #fff;*/
    }

    .TBS_InputBox:focus {
        color: white;
        background-color: #b92377;
        border: solid 2px #b92377;
    }

.TBS_Button {
    color: #d72689;
    font-size: 18px;
    font-weight: lighter;
    font-family: Consolas;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 5px;
    transition-duration: 0.4s;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline-width: 1px;
    outline-style: none;
    outline-color: invert;
    box-shadow: 0 6px #CCCCCC;
    vertical-align: middle;
    border-style: solid;
    border-color: inherit;
    border-width: thin;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}
    .TBS_Button:hover {
        background-color: #ffccff;
        /*       border: solid 3px #fff;*/
    }

    .TBS_Button:focus {
        color: #383838;
        background-color: #fff;
        border: solid 3px #b92377;
    }

.TBS_BTSmall {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    font-family: Consolas;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 5px;
    transition-duration: 0.4s;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline-width: 1px;
    outline-style: none;
    outline-color: invert;
    box-shadow: 0 6px #CCCCCC;
    vertical-align: middle;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #d72689;
}

    .TBS_BTSmall:hover {
        background-color: #ffccff;
        border: solid 3px #fff;
    }

    .TBS_BTSmall:focus {
        color: #383838;
        background-color: #fff;
        border: solid 3px #b92377;
    }

.TBS_Label {
    color: #d72689;
    font-size: 14px;
    font-weight: lighter;
    font-family: Consolas;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 5px;
    transition-duration: 0.4s;
    display: inline-block;
    cursor: none;
    text-align: center;
    outline-width: 1px;
    outline-style: initial;
    outline-color: invert;
    box-shadow: 0 4px #CCCCCC;
    vertical-align: middle;
    border-style: solid;
    border-color: inherit;
    border-width: thin;
    padding: 2px;
    background-color: white;
}

.TBS_rounded_corners {
    border: 4px solid #d72689;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}
    .TBS_rounded_corners th {
        padding: 5px 0px 0px 5px;
        text-align: center;
        font-family: Arial;
        font-size: 12pt;
        border: 1px solid #d72689;
        background-color: #d72689;
        height: 40px;
    }
    .TBS_rounded_corners td {
        border: 1px solid #d72689;
        font-family: Arial;
        font-size: 12pt;
        text-align: center;
    }

    .TBS_rounded_corners table table td {
        border: 1px solid #d72689;
    }

    .TBS_rounded_corners a /** FOR THE PAGING ICONS **/ {
        padding: 5px 5px 5px 5px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        background-color: #d72689;
    }

        .TBS_rounded_corners a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
            background-color: white;
            color: #d72689;
        }

    .TBS_rounded_corners span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
        background-color: #d72689;
        color: #000;
        padding: 5px 5px 5px 5px;
    }


.TBS_rounded_corners_small {
    border: 1px solid #d72689;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    margin: 3px;
    margin-left: auto;
    margin-right: auto;
}

    .TBS_rounded_corners_small th {
        padding: 5px 0px 0px 5px;
        text-align: center;
        font-family: Arial;
        font-size: 10pt;
        border: 1px solid #d72689;
        background-color: #d72689;
        height: 40px;
    }



    .TBS_rounded_corners_small td {
        border: 1px solid #d72689;
        font-family: Arial;
        font-size: 10pt;
        text-align: center;
    }

.rows {
    border: 1px solid #d72689;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
}
    .rows:hover {
        background-color: #d72689;
        color: #fff;
    }



    .TBS_rounded_corners_small table table td {
        border: 1px solid #d72689;
       
    }

.TBS_rounded_corners_small a /** FOR THE PAGING ICONS **/ {
    padding: 5px 15px 5px 15px;
 
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background-color: #d72689;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
}

        .TBS_rounded_corners_small a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
            background-color: white;
            color: #d72689;
        }

.TBS_rounded_corners_small span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    /*   background-color: #d72689;*/
    color: #000;
    padding: 5px 10px 5px 10px;
    font-family: Arial;
    font-size: 18pt;
    text-align: center;
}




