.con-left {
    width: 160px;
    border: 1px solid #D3D6F3;
    border-radius: 4px;
    box-shadow: 0 0 2px #b8c2cc;
    float:left !important;
    margin-right:0px;
}
.con-right{
    margin-left:20px ;
    padding-bottom:60px;
}
.con-right2 {
    margin-left: 10px;
    padding-bottom: 60px;
}
.panel-card {
    width:160px;
}
.panel-card td {
    height: 36px;
    border-top: 1px solid #D3D6F3;
    text-align:center;
}

    .panel-card td.on {
       color: white ;
       background-color: #2868F2;
    }

    .panel-card td.on>a {
        color: white;
    }

    .panel-card>tbody>tr:first-child>td:first-child {
        border:none;
        height: 200px;
    }

.subcat {
    width: 160px;
}

.panel-card .rdot-s {
    color: red;
    position: relative;
    left: 0px;
    top: -2px;
    font-size: 24px;
}
.panel-card {
font-size:12px;
}
.mysessionsTag {
    position: relative;
    left: 12px;
    top: -4px;
}
.uAccountName{
    font-weight:bold;

}
table.gridtable {
    font-family: verdana,arial,sans-serif;
    width: 840px;
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-color: #DDDDDD;
    border-collapse: collapse;
    margin: 20px auto;
}

    table.gridtable th {
        border-width: 1px;
        text-align: center;
        height: 40px;
        border-style: solid;
        border-color: #DDDDDD;
        background-color: #F5FAFE;
    }

    table.gridtable td {
        border-width: 1px;
        text-align: center;
        padding: 8px;
        border-style: solid;
        border-color: #DDDDDD;
        background-color: #ffffff;
    }

table.mintable {
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    color: #333333;
    border-width: 0px;
    border-color: #ffffff;
    border-collapse: collapse;
}

    table.mintable th {
        border-width: 0px;
        padding: 8px;
        border-style: solid;
        border-color: #ffffff;
        background-color: #F5FAFE;
    }

    table.mintable td {
        border-width: 0px;
        padding: 8px;
        border-style: solid;
        border-color: #ffffff;
        background-color: #ffffff;
    }


.searchArea {
    width: 290px;
    padding-top: 16px;
    float: right;
}

    .searchArea > table {
        width: 260px;
    }

        .searchArea > table td:nth-child(1) {
            width: 200px;
        }

            .searchArea > table td:nth-child(1) input {
                width: 200px;
                height: 29px;
                text-indent: 10px;
                border: 1px solid lightgray;
            }

        .searchArea > table td:nth-child(2) {
            text-align: left;
            width: 60px;
        }

            .searchArea > table td:nth-child(2) input {
                width: 60px;
                height: 34px;
            }

#btn_search {
    background-color: lightgray;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 6px 10px;
    line-height: 14px;
    cursor: pointer;
}

.pages span {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #dbdbdb;
}

    .pages span.curr {
        background-color: #2868F2;
        color: white;
    }

