﻿.row {
    text-align: center !important;
}

input {
    padding-right: 3px;
}

.SelectedStyle {
    background-color: beige;
}

.Session_Box {
    max-width: 1100px;
    border: 1px solid;
    /*border-radius: 3px;*/
    margin: 0px auto;
    min-height: 900px;
    max-height: 900px;
    background-color: #000000;
    padding-top: 5px;
    text-align: center
}

.Session_Student_Box {
    float: right;
    min-height: 900px;
    max-height: 900px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff6ea;
    width: 100%;
}

.Session_Student_Item {
    cursor: pointer;
    line-height: 35px;
    margin-bottom: 2px;
    padding-right: 3px;
}

    .Session_Student_Item:hover {
        color: #0000ff;
        opacity: 1;
    }

.Session_Info_Box {
    /*border-top: 1px solid;*/
    margin-bottom: 4px;
    min-height: 640px;
    max-height: 640px;
    background-color: #fff6ea;
}

.Session_ListBox {
    overflow: auto;
    float: none;
    clear: both;
    min-height: 900px;
    max-height: 900px;
    cursor: pointer;
    background-color: #fff6ea
}



.Session_ListItem {
    width: 240px;
    text-align: center;
    float: right;
    padding: 5px;
    margin: 1px;
    line-height: 25px;
}

    .Session_ListItem:hover {
        color: #0000ff;
        opacity: 1;
    }

.Session_Teacher_Box {
    float: right;
    max-height: 900px;
    min-height: 900px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff6ea;
}

.Session_Teacher_Item {
    cursor: pointer;
    line-height: 35px;
    margin-bottom: 2px;
    padding-right: 3px;
}

    .Session_Teacher_Item:hover {
        color: #0000ff;
        opacity: 1;
    }


.Session_SrchTxt {
    font-family: tahoma;
    height: 29px;
    border-radius: 3px;
    /*background-image: url(/../IMG/SessionSearch.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left;*/
    margin: 3px auto 0;
    background-color: #b5a48e;
}

.SessionDetails {
    width: 100%;
    height: 435px;
    overflow: auto;
}

    .SessionDetails #box {
        width: 100%;
        height: 160px;
    }

#box #boxtext {
    width: 320px;
    margin: 5px;
    float: right;
}

#box img {
    width: 150px;
}

.SessionPersonInfo {
    width: 148px;
    margin: 5px;
    float: left;
    border: 1px solid;
    border-radius: 4px;
}
