﻿.bigBox, .bigBox:link, .bigBox:visited
{
    background-image:url(../Images/bigBox.png);
    background-repeat:no-repeat;
    width:600px;
    height:200px;
    margin-top:20px;
    margin-left:180px;
    padding:15px;
    text-decoration:none;
    color: #696969;
}
.bigBox:hover
{
    background-image:url(../Images/bigBoxHighlight.png);
    background-repeat:no-repeat;
    width:600px;
    height:200px;
    margin-top:20px;
    margin-left:180px;
    padding:15px;
    text-decoration:none;
    color: #696969;
}
.bigBoxImageLeft
{
    margin-top:7px;
    margin-left:7px;
    float:left;
}
.bigBoxImageTextPanel
{
    margin-left:235px;
    width:300px;

}
.bigBoxTitle, .bigBoxTitle:visited, .bigBoxTitle:hover, .bigBoxTitle:link
{
    color: #4B6F90;
    font-size:xx-large;
    text-decoration:none;
}
.bigBoxText, .bigBoxText:visited, .bigBoxText:hover, .bigBoxText:link
{
    font-size:medium;
    text-decoration:none;
}

.xUserSettingMenu
{
    float: left;
    background-color: #FBFBB4;
    border: 1px solid #FFCC00;
    width:150px;
    padding:10px;
}

.leftPanel
{
    float: left;
    width:170px;
}
.leftPanelnoMenu
{
    padding-top:80px;
    float: left;
    width:155px;
}

.UserSettingMenu
{
    border-right:1px dotted Gray;
    border-bottom:1px dotted Gray;
    padding:10px;
}

.ClientMenu
{
    border-bottom:1px dotted Gray;
    border-top:1px dotted Gray;
    padding-bottom:4px;
    margin-bottom: 16px;
}

.userSettingsTitle
{
    color:#666699;
    font-weight:500;
}
.userSettingsTitleLink, .userSettingsTitleLink:visited, .userSettingsTitleLink:link, .userSettingsTitleLink:hover
{
    color:Gray;
    font-weight:500;
}
.userSettingsLink, .userSettingsLink:visited, .userSettingsLink:link, .userSettingsLink:hover
{
    margin-left:15px;
    color:Gray;
}
.userSettingsLink:hover
{
    text-decoration:underline;
}
.userSettingsTitleLink:hover
{
    text-decoration:underline;
}
.userSettingsLinkNoUnderLine, .userSettingsLinkNoUnderLine:visited, .userSettingsLinkNoUnderLine:link, .userSettingsLinkNoUnderLine:hover
{
    text-decoration: none;
    margin-left:15px;
    color:Gray;
}
.simpleBox
{
    border:1px solid Gray;
    padding:25px;
}

.StudentResultsBox
{
    width:800px;
    /* Following setting used by curvey corners
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;*/
}

.StudentResultsBoxInner
{
    padding: 0px 25px 25px 25px;
}

