﻿/* Body Elements */ 

.html,body

    {
    font-family:Verdana, Arial, Times, serif;
    font-size:8pt;  
    color: #000;
    }
    
    
#Logo 
    
    
    {
    float:left;
    }

#Search, #TopRightMenu

    {
    
    float:right;
    top: 5px;
    right:5px;

    }
    
    
#CMSLogo
    
    
    {
    Position:relative;
    float:right;
    top: 20px;
    right:5px;  
        
    }

.QuickSearchButton

    {
    position: relative;
    padding-Left: 5px;
    top:5px; 
    }
    
#TopBar 

    {
        
     clear: both;
     position:relative;
     top: 10px;
     background-image: url("images/Backgrounds/TopBar.gif");
     height: 26px;
     width: 100%;
     border: solid 1px #CCC;
     padding: 0 0 0 0;
     margin: 0 0 10px 0;

    }
    
    
.WelcomeText 

    {
    position: relative;
    top: 7px;
    padding-left:10px;
    font-weight:bold;
    margin: 0 0 0 0;
    
    }
    
    
#AlternatingImage

    {
        
    float:left;

    }
       

#InstituteLogos 
    
    {

     float:Right;
     padding-top: 7px;

    }
    
    
#breadcrumb

    {
        position:relative;
        top: 0px;
        height: 10;
        left: 10px;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        clear:both;
    }
    
#AdRotator

{
    
    position:relative;
    top: 40px;
    left: 32px;
    
    
    }
 
    
       
/* Form Elements */ 

.Text

    {
    
    font-family:Verdana, Arial, Times, serif;
    font-size:8.5pt;  
    border:1px solid #CCC;
    color:#000;
    height: 15px;
    padding-right:5px;
    
    }
    
    
select 

    {
        
        border:1px solid #CCC;
        color:#000;
        font-size:8.5pt;
        
    }
    
.textbox 

    {
        font-family:Verdana, Arial, Times, serif;
        font-size: 8.5pt;    
        
    }

.GridHeaderNoLink

        {
    
        font-family: Verdana, Arial, Times, serif;
        font-weight: bold;
        color: #2259A1;
        text-decoration: none;
    
        }

/* Link Elements */ 

a:link, a:visited,a:active 

{
    
        font-family: Verdana, Arial, Times, serif;
        font-weight: bold;
        color: #2259A1;
        text-decoration: none;
}


a:hover 

    {
        
        font-family: Verdana, Arial, Times, serif;
        font-weight: bold;
        color: #2259A1;
        text-decoration: underline;    
    
    }


a.BoldBlackLink:visited, a.BoldBlackLink:hover,  a.BoldBlackLink:link, a.BoldBlackLink:active

   {
    
    font-family:Verdana, Arial, Times, serif;
    font-weight: bold;
    color:#000;
    
    }
    
a.BlueLink:link, a.BlueLink:visited

   {
    
    font-family:Verdana, Arial, Times, serif;
    font-weight: bold;
    color:#2259A1;
    text-decoration: none;
    
    }
 
a.BlueLink:hover, a.BlueLink:active

    {
        font-family: Verdana, Arial, Times, serif;
        font-weight: bold;
        color: #2259A1;
        text-decoration: underline;
    }   
    
    

    
    
 a.CSSBlackLink:visited, a.CSSBlackLink:hover,  a.CSSBlackLink:link, a.CSSBlackLink:active

   {
    
    font-family:Verdana, Arial, Times, serif;
    color:#000;
    
    } 

   
    
    
/* General Elements */ 

.horizontalline
{
    position: relative;
    top: 0px;
    height: 1px;
    color: #CCC;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: solid 1px;
    border-top: none 0px;
}

.line 
{
    
    background: url(images/Backgrounds/borderLine.gif);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 1px;
    border-top: none 0;

}

/* Text Elements */ 

.BlueText

    {
        
    color: #2259A1;
    font-weight:bold;

    }
 
.BlackText

    {
        
    color: #000000;
    font-weight:bold;

    }  
    
    

.WhiteText

    {
        
    color: #FFFFFF;
    font-weight:bold;
        
    }
    
    
.PageTitle 

    {

    font-size: 10pt;
    color: #2259A1;
    font-weight:bold;

    }
    
    .PageSubHeading
    {
        font-size: 10pt;
        color: #2259A1;
        font-weight: bold;
        text-indent: 20px;
        padding: 1px 0px 5px 0px;
    }
   
.ErrorLabelColor 
    {
    
    color:#942B2B;
    font-weight: bold;
    
    }
    
    
.ErrorLabelSummary


{
    
    position: relative;
    top: 1px;
    color: #942B2B;
    font-weight: bold;
    background-color: #ffffff;
    border-right: #ccc 1px dashed;
    border-top: #ccc 1px dashed;
    border-left: #ccc 1px dashed;
    border-bottom: #ccc 1px dashed;
    margin-bottom:5px;
    padding: 0px;
    
    }
    
    
 .ErrorLabel
{
    position: relative;
    top: 20px;
    color: #942B2B;
    font-weight: bold;
    background-color: #ffffff;
    Padding: 10px;
    border-right: #ccc 1px dashed;
    border-top: #ccc 1px dashed;
    border-left: #ccc 1px dashed;
    border-bottom: #ccc 1px dashed;

}

.LogoutButton
{
    position: relative;
    top: 5px;
    padding-left: 5px;
    font-weight: bold;
}
    

.FullResultTable
{
    border: solid 1px #CCC;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


/* Pallette Elements */ 

.PalleteMiddleBG 

    {
    
    background:url(Images/Backgrounds/palletteBG.gif) repeat-y;

    }
    
    
.SmallBgGreyTable

    
    {
        
    border: solid 1px #CCC;
    background-image:url(images/tablecontentBG.gif); 
    padding: 5 5 5 5;
    width: 560px;
    background-repeat: repeat-x;  
        
    }
    
/* Lists */ 
    
li
{
    list-style-type: square;
    line-height: 20px;
}


/* Table Grids */

.FormTable

    {
        
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-collapse: collapse;
    width: 500px;
    
    }

.GridView  

    {
      margin-bottom: 20px;
    }

.HeaderDataTable 
{
     height: 15px;
     background-image: url("images/Backgrounds/TopBar.gif");
}
    
    
.HeaderDataTable , a:HeaderDataTable
    
    {
    color: #000;
    padding-left:3px;
    }
    
.DataRowStyle

    {
        
    padding-left:3px;
    padding-top:3px;
    padding-bottom:3px;
    height: 30px;
   
    }
    
    
.AltDataRow 

    {
    
    padding-left:3px;
    padding-top:3px;
    padding-bottom:3px;
    height: 30px;
    Background-color:#F7F7F7;
    
    }

.HeaderTable 
{
     height: 20px;
     background-image: url("images/Backgrounds/TopBar.gif");
     border:solid 1px #CCC;
}

.tableHeading
{
    font-size: medium;
    font-style: italic;
    font-family: inherit;
    font-variant: small-caps;
    font-weight: bold;
}

.SelectedIndex 
{
    background-color: #CCCCCC;
    font-weight: bold;
}

.SubscriptionYear 
{
    float: right;
    top: 0px;
    right: 15px; 
    font-weight: bold;      
    color: #2259A1;
}

.LoggedInName 
{
    position: relative;
    top: 7px;
    padding-left:10px;
    font-weight:bold;
    margin: 0 0 0 0;
}

.Dashboard 
{
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-collapse: collapse;
    width: 300px;
}