﻿
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
   
    padding-top:0px;
  
}

div.menu
{
    margin-left:40px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu a, div.menu a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #660066;
    display: inline-block;
    line-height: 1.35em;
    padding: 7px 20px;
    text-decoration: none;
    white-space: nowrap;
-moz-border-radius:15px; 
    border-radius:15px; 
 font-weight: bold; 
 background-image: url('/App_Themes/Master/img8.gif');
}

div.menu a:hover
{
    color: White;
    text-decoration: none;
background-image: url('/App_Themes/Master/mOver.gif');   
}

div.menu a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}


.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.ulink , .ulink :visited
{
    text-decoration:none;
    
    color: #660066;
    display: inline-block;
    line-height: 1.35em;
    padding: 7px 20px;
    white-space: nowrap;
    font-weight: bold; 
}

.ulink:hover
{
    color: White;
    text-decoration: none;
    background-image: url('/App_Themes/Master/mOver.gif');   
}