﻿/***websites main structure***/


html
{
    background-image: url("/images/TRS_background_tile.jpg");
}


body
{
    background-image: url("/images/shadow_full_bg.png");
    background-position: center -26px;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    font-family: 'Lato' ,Helvetica,Arial,sans-serif;
}


p
{
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

h2
{
    font-size: 20px;
    color: #00468C;
    padding: 15px;
}

#wrapper
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 960px;
}


#header
{
    background-image: url("/images/top_round.png");
    background-repeat: no-repeat;
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
    height: 181px;
    width: 960px;
}


#header_inside
{
    margin-top: 30px;
    width: 960px;
    background-color: #D8D8D8;
    overflow: hidden;
    padding-top: 15px;
    height: 181px;
    text-align: center;
}

#ContentArea
{
    background-color: #FFFFFF;
    overflow: hidden;
}

div.highlight
{
    background-color: #9AB0CF;
    border-bottom: 20px solid white;
    padding-top: 28px;
    padding-bottom: 28px;
 
}

#highlight_bottom
{
    background-color: #9AB0CF;
    border-bottom: 5px solid white;
    padding-top: 28px;
    padding-bottom: 28px;
    clear:both;
 
}
#footer
{
    background-color: #E4701E;
    color: #FFFFFF;
    overflow: hidden;
    padding: 20px 20px 0;
    min-height: 140px;
}

div#footerbot
{
    background-image: url("/images/bottom_round.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 26px;
    margin-bottom: 40px;
}

/*styles for the header area*/

#logo
{
    margin-top: -50px;
}

#logo h1
{
    font-size: 30px;
    color: #00468C;
    margin-top: -50px;
    font-family: Century Schoolbook;
    font-weight: bold;
}


/**navigation styles**/

#nav
{
    width: 960px;
    text-align: center;
    position: relative;
    z-index: 4;
    margin: 0 auto;
    font-size: 15px;
}

#nav ul ul
{
    display: none;
}

#nav ul li:hover > ul
{
    display: block;
}


#nav ul
{
    background: #efefef;
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0 20px;
    border-radius: 10px;
    list-style: none;
    position: relative;
    display: inline-table;
}
#nav ul:after
{
    content: "";
    clear: both;
    display: block;
}

#nav ul li
{
    float: left;
}
#nav ul li:hover
{
    background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}
#nav ul li:hover a
{
    color: #fff;
}

#nav ul li a
{
    display: block;
    padding: 25px 30px;
    color: #00468C;
    text-decoration: none;
}


#nav ul ul
{
    background: #5f6975;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
}
#nav ul ul li
{
    float: none;
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
}
#nav ul ul li a
{
    padding: 15px 40px;
    color: #fff;
}
#nav ul ul li a:hover
{
    background: #4b545f;
}

#nav ul ul ul
{
    position: absolute;
    left: 100%;
    top: 0;
}

#insidenavi
{
    font-size: 20px;
    float: left;
    color: #00468C;
}
#insidenavi li
{
    padding: 5px;
  
}

#insidenavi li a {  text-decoration: none;
                    }
#insidenavi li a:hover
{
    text-decoration: underline;
}

/***styling the tables**/

.tableContents table
{
   margin-right:auto;
   margin-left:auto;
   margin-bottom: 20px;
   padding-top: 10px;
    }
    
    .sortLabelStyle{margin-left: 35px;
                    font-weight: bold;
                    font-size: 20px;
                    color: #E4701E;
     padding: 20px;}


.AscendingHeaderStyle{background:#0D4AC4;}
.AscedingCellStyle{background:red/* #EDF6F6*/ ;}

.DescendingHeaderStyle{background: #002876;}
.DescendingCellStyle{background:black;}

.nostyle{background:White;
         font:#003399 }

       
/**styling for detailsview***/

.detailsContents {
           
                 padding: 10px;  
                 margin-top: -10px;  
                min-height: 430px;
                       
                }
                
                
 .buttons {float: left;
           width: 300px;
         margin-left: -20px;
         margin-top: -10px;
}

.buttons ul li {list-style:none;
                        }
                        
             .buttons li{padding: 5px;}
                        
 .detialsLabelStyle{
                    font-weight: bold;
                    font-size: 20px;
                    color: #E4701E;
                
}

/**professor tables navigation**/
#professNavi
{width: 900px;
    text-align: center;
    position: relative;
    z-index: 4;
    margin: 0 auto;
    font-size: 15px;
    
    
    }