﻿/* footer  
----------------------------------------------------------*/

.footer
{
    width: 960px;
    font-size: small;
    text-align: center; /*   background-color: #0000A0;     margin: 5px auto 0px auto;     padding: 3px 20px;      color:  White; */
}

/* default page content  
----------------------------------------------------------*/

/* Content     border:1px solid #000; */
#defcontent {
    float: left;
    width: 64%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
}

/* Sidebar  */
#defsidebar
{
    float: right;
    width: 29%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 12px;
}

#defAssigncontent
{
    float: left;
    width: 47%;
    margin-bottom: 10px;
    padding: 5px;
}

/* Sidebar  */
#defAssignsidebar
{
    float: right;
    width: 46%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: small;
}

#assignmentsTitle
{
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.4em;
}

#LAmessage
{
    margin-top: 10px;
}

/* master page header 
----------------------------------------------------------*/

.logos
{
    display: block;
    float: left;
    text-align: left;
    padding-bottom: 10px;
    width: 600px;
}

.LADisplay
{
    float: left;
    font-size: medium; /* 1.1em;  */
    display: inline-block; /*   block;  */
    text-align: right;
    padding: 10px;
    color: black;
}

.loginDisplay2
{
    float: right; /* font-size: medium;  1.1em;  */
    display: block;
    text-align: left;
    color: black;
}

.loginDisplay
{
    float: right;
    font-size: medium; /* 1.1em;  */
    display: block;
    text-align: left;
    padding: 10px;
    color: black;
}

.loginDisplay a:link
{
    text-decoration: none;
    color: Blue;
}

.loginDisplay a:visited
{
    text-decoration: none;
    color: Blue;
}

.loginDisplay a:hover
{
    color: Red;
}


/* misc page content  
----------------------------------------------------------*/

/* Content */
#leftcontent
{
    float: left;
    width: 77%;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #000;
}

/* Sidebar  */
#rightcontent
{
    float: right;
    width: 20%;
    margin-bottom: 10px;
    padding: 0px;
}

/* button layout  
----------------------------------------------------------*/

.button
{
    font-weight: bold;
    font-size: medium;
    height: 40px;
    width: 200px;
}

/* rtc label 
----------------------------------------------------------*/

.rtcFont
{
    font-size: small;
}

/* fine page content  
----------------------------------------------------------*/

#fine-left
{
    float: left;
    width: 13%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: small;
    text-align: right;
}

#fine-content {
    margin-left: 15%;
    margin-right: 40%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: small;
}

#fine-right
{
    float: right;
    width: 35%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: small;
}

#fine-mast
{
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #ccc;
}

.tooltip
{
    position: absolute;
    border: 1px solid #333;
    background: #ffffff;
    padding: 2px 5px;
    color: #039;
    display: none;
    font-weight: bold;
}

