.ui-widget{
    font-size:12px !important;
}
.clearfloat {
    clear: both;
    height: 0;
    margin:0;
    padding:0;
    font-size: 1px;
    line-height: 0px;
}
.ui-widget {
font-family: Tahoma, Arial, "Segoe UI" !important;
font-size: 12px !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: Tahoma, Arial, "Segoe UI" !important;
font-size: 12px !important;
}
body
{
    font-family: Tahoma,Arial, "Segoe UI";
    font-size:13px;
}
.ui-tabs .ui-tabs-panel{
    padding:0.5em 0.5em!important;
}

.tkt-login-box{
    float:right;
    min-width: 450px;
    margin:0;
}

.tkt-traverse{
   width:98%;
   clear:both;
}

.tkt-form{
    width:90%;
    margin:1%;
    padding:10px;
    min-width: 250px;
    /*min-height:250px;*/
    position:relative;
    line-height: 1.8em;
}

.tkt-form label{
    float:left;
    text-align:right;
    margin-right:5px;
    width:20%;
    clear:left;
}

.tkt-form input,.tkt-form textarea,.tkt-form select{
    width:45%;
    float:left;
}
.tkt-form input[type="checkbox"] {
    width: auto;
    float:left;
}
.tkt-form input[type="radio"]
{
    width:auto;
    float:none;
}
.tkt-form button{
}

.tkt-form-error{
    width:30%;
    float:left;
    clear:right;
    margin:2px
}

.tkt-menu{
    float:left;
    min-width: 1000px;
    width:90%;
    margin-left:5%;
    clear:both;
}

.tkt-frame{
    float:left;
    min-width: 1000px;
    width:90%;
    margin-left:5%;
    clear:both;
    min-height: 500px;
    border-top:solid 1px #19232d;
    background:none;
    background-color:#EBECEC;
    position:relative;
    box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.5);
}
.tkt-round-left
{
    float:left;
    background-color:#fff;
    border:solid 1px #B5B5B5;
    -moz-border-radius: 7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    border-radius:7px;
    padding:10px;
    -moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
    box-shadow:0px 0px 2px rgba(0,0,0,0.2);
    width: 40%;
}
.tkt-round-right
{
    float:right;
    background-color:#fff;
    border:solid 1px #B5B5B5;
    -moz-border-radius: 7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    border-radius:7px;
    padding:10px;
    margin-right: 10px;
    -moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
    box-shadow:0px 0px 2px rgba(0,0,0,0.2);
    width: 50%;
}

.tkt-menu-item,.tkt-menu-item-nosub{
    float:left;
    margin:5px;
}

.tkt-hoverable{
    cursor: pointer;
}

.tkt-inline{
    display:inline-block;
}

.tkt-semi-left{
    display:inline-block;
    vertical-align: top;
    /*width:200px;*/
    max-width: 25%;
}

.tkt-semi-right{
    display:inline-block;
    /*width:67%;*/
    margin-left:1%;
    min-width: 70%;
}

.tkt-list{
    list-style: none;
}
/* css3 zebra table. It inherits the background color of the table and adds a
darker color to the odd tr*/
.tkt-zebra-table tbody tr
{
    background-color:inherit;
}
.tkt-zebra-table tbody tr:nth-child(odd)
{
    background-color:rgba(0,0,0,0.05);
}
.tkt-info-header
{
    padding:5px 10px;
    border-bottom:solid 1px #e3e3e3;
    margin-bottom:5px;
    background-color: #eef1f2;
    padding-left: 10px;
}
.tkt-info
{
    height:2.7em;
    line-height:2.7em;
    font-size: 0.8em;
    font-style: italic;
}
.dynatree-checkbox
{
    position:relative;
    top:5px;
}
.tkt-vertical-menu
{
    padding:0;
}
.tkt-vertical-menu li
{
    margin-left:5px;
    padding-left:10px;
}
.tkt-user-load-btn
{
    display:inline-block;
    *display:inline;
    zoom:1;
    width:80%;
    text-decoration:none;
    padding:5px;
    border-bottom:solid 1px #e3e3e3;
}
.tkt-vertical-menu-add-cont
{
    margin-left:0px !important;
    border-bottom:solid 1px #ccc;
    border-left:none !important;
    padding:5px !important;
}
.tkt-edit-header
{
    padding:5px 10px;
}
.tkt-error-box
{
    color:#A00012;
}
.ui-dialog
{
    position:absolute !important; 
    overflow:hidden !important;
}
.tkt-menu
{
    padding:0px !important;
    position:relative;
}
.tkt-menu-user
{
    width:18%;
    min-height:35px;
    padding-top:5px;
    padding-right:5px;
    position:relative;
    float:right;
}
.tkt-menu-user img{
    vertical-align: middle;
}
.tkt-menu-items-cont{
    width:80%;
    position: relative;
    float:left;
    left:0px;
}
.tkt-center-content{
    text-align:center;
}

.param-div select, .param-div input{
    width:70% !important;
    float:right;
}

.param-div > div{
    height: 25px;
}

.param-div {
    border-top: solid 1px rgb(226, 226, 226);
    padding-top: 5px;
}