﻿*
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.clear { clear: both; }
.cursor_wait { cursor: wait; }

body 
{
    background-color: #b7b7b7;
    background-image: url(../Images/main-bg.jpg);
    font-family: Tahoma, Trebuchet MS, Arial, Verdana;
    font-size: 12px;
}

#HeadWrapper
{
    height: 130px;
    background-color: #747474;
    background-image: url(../Images/top-bg.jpg);
    border-bottom: 1px solid #898989;
}

#HeadContent
{
    width: 865px;
    margin: 0 auto;
    background-image: url(../Images/circuits.jpg);
    background-position: right 1px;
    background-repeat: no-repeat;
    position: relative;
}

#Logo
{
    float: left;
    width: 361px;
    height: 91px;
    background-color: #575757;
    background-image: url(../Images/logo.jpg);
}

#Logo a
{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9000em;
    outline: none;
}

#Nav1
{
    float: left;
    margin-left: 30px;
    margin-top: 4px;
}

#Nav1 li
{
    color: #FFF;
    list-style-position: inside;
    list-style-type: square;
    float: left;
    padding-right: 30px;
}

#Nav1 li a
{
    color: #FFF;
    font-weight: bold;
}

#Nav1 li a:hover
{
    color: #EEE;
}

#LiveEdu
{
    display: block;
    width: 147px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 50px;
    background-image: url(../Images/live@edu.png);
    overflow: hidden;
    text-indent: -9000px;
}

#Nav2
{
    width: 100%;
}

#Nav2 li
{
    list-style: none;
    display: block;
    float: left;
    padding: 0px 15px;
    background-image: url(../Images/menu-separator.jpg);
    background-position: right;
    background-repeat: no-repeat; 
}

#Nav2 li a
{
    height: 39px;
    line-height: 39px;
    color: #000;
    font-weight: bold;
    display: block;
    outline: none;
}

#Nav2 li a:hover
{
    color: #444;
}

#BannerWrapper
{
    width: 865px;
    margin: 0 auto;
    background-color: #5f5f5f;
    background-image: url(../Images/banner-bg.jpg);
    height: 170px;
}
#BannerContent
{
    background-image: url(../Images/students.png);
    height: 100%;
    position: relative;
}

#BannerCycle
{
    position: absolute;
    left: 153px;
    top: 12px;
}

#Shadow
{
    background-image: url(../Images/shadow.png);
    background-repeat: repeat-y;
    width: 896px;
    margin: 0 auto;
}

#MainWrapper
{
    background-color: #f6f6f6;
    width: 865px;
    margin: 0 auto;
    position: relative;
}

#MainContent
{
    width: 543px;
    float: right;
    background-image: url(../Images/content-shadow.jpg);
    background-position: top;
    background-repeat: repeat-x;
    padding: 20px 15px;
}

#Nav3
{
    width: 292px;
    background-color: #5f5f5f;
}

#Nav3 li
{
    color: #fff;
    list-style: none;
    border-bottom: 1px dotted #a1a1a1;
}

#Nav3 li a
{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 15px;
    outline: none;
}

#Nav3 ul
{
    display: none;
    background-color: #6f6f6f;
}

#Nav3 ul ul
{
    background-color: #7f7f7f;
}

#Calendar
{
    width: 291px;
    height: 62px;
    background-image: url(../Images/calendar.png);
    margin: 10px 0px;
}

#Calendar a
{
    display: block;
    height: 52px;
    width: 281px;
    outline: none;
    padding-top: 10px;
    padding-left: 10px;
    color: #545454;
    font-size: 12px;
}

#Calendar a strong
{
    font-size: 18px;
}

#EventsWrapper
{
    background-image: url(../Images/album-bg.png);
    background-repeat: no-repeat;
    background-position: 5px top;
    width: 269px;
    height: 274px;
    padding: 17px 0px 0px 22px;
    position: relative;
}

#EventsTitle
{
    width: 269px;
    color: #373737;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom: 1px dotted #373737;
}

#EventsContent img
{
    margin-bottom: 5px;
}

#EventsContent a
{
    display: block;
    width: 250px;
    overflow: hidden;
    color: #000;
}

#EventsMore
{
    color: #000;
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 110px;
    padding-left: 10px;
    position: absolute;
    top: 263px;
    left: 90px;
}

#PollContent
{
    width: 291px;
    background-color: #b6b6b6;
    background-image: url(../Images/poll-icon.png);
    background-position: 240px bottom;
    background-repeat: no-repeat;
    color: #545454;
    margin: 10px 0px;
    padding-bottom: 5px;
}

#PollContent h3
{
    padding: 10px;
    border-bottom: 1px dotted #6b6b6b;
    font-size: 14px;
}

#PollContent ul li
{
    list-style: none;
}

#PollContent ul li a
{
    display: block;
    padding: 5px 10px;
    color: #545454;
}

#PollContent ul.voted li a
{
    cursor: default;
    outline: none;
}

#PollContent ul li a:hover
{
    font-weight: bold;
}

#PollContent ul.voted li a:hover
{
    font-weight: normal;
}

#PollContent ul li a.voted, #PollContent ul.voted li a.voted:hover
{
    font-weight: bold;
    background-image: url(../Images/tick.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 20px;
}

#FooterContent
{
    margin-top: 20px;
    background-color: #474747;
    padding: 10px;
    color: #fff;
    text-align: center;
}