
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:13px;
    line-height:22px;
    color:black;
    background-color: #FAF5E5;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
   font-weight: bold;
   font-size: 12px;
   color: white;
   font-family: Arial, Helvetica;
   text-decoration: none;
}


    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
   font-family:Arial, Helvetica;
    font-size:12px;
    line-height:22px;
    font-weight:normal;
    text-decoration:underline;
    color:#002549;
}

A.CommandButton:visited  {
   font-family:Arial, Helvetica;
    font-size:12px;
    line-height:22px;
    font-weight:normal;
    text-decoration:underline;
    color:#002549;
}

A.CommandButton:active   {
   font-family:Arial, Helvetica;
    font-size:12px;
    line-height:22px;
    font-weight:normal;
    text-decoration:underline;
    color:#002549;
}

A.CommandButton:hover    {
   font-family:Arial, Helvetica;
    font-size:12px;
    line-height:22px;
    font-weight:normal;
    text-decoration:underline;
    color:#002549;
}
    
/* GENERIC */
li{
    font-size:12px;
    font-weight:normal;
    color:#002549;
}

h1  {
}

h2  {
    font-size:14px;
    font-weight:bold;
    color:#002549;
}

h3  {
    font-size:13px;
    font-weight:bold;
    color:#CAAF00;
}


A:link  {
    font-family:Arial, Helvetica;
    font-size:12px;
    line-height:22px;
    font-weight:normal;
    text-decoration:underline;
    color:#002549;
}

A:visited   {
    font-family:Arial, Helvetica;
    font-size:12px;
    line-height:22px;
    font-weight:normal;
    text-decoration:underline;
    color:#002549;
}

A:active    {
    font-family:Arial, Helvetica;
    font-size:12px;
    line-height:22px;
    font-weight:normal;
    text-decoration:underline;
    color:#CAAF00;
}

A:hover {
    font-family:Arial, Helvetica;
    font-size:12px;
    line-height:22px;
    font-weight:normal;
    text-decoration:underline;
    color:#CAAF00;
}

