body
{
	background: #014283;
}


/* text style used for most text in modules */
.NormalText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    line-height: 10pt;
    font-weight: normal;
    color:  #ffffff;    
}

.NormalTextBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color:  #ffffff;
}

/*style used for edit form labels */
.SmallHeading    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #ffffff;
}

.ModuleHeading
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    bold;
    color: #ffffff;
}

/*style used on form validator controls */
.ValidationError
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.Error
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight:bold;
}

A:link  {
    text-decoration:    none;
    color:  #ffffff;
}

A:visited   {
    text-decoration:    none;
    color:  #ffffff;
}

A:active    {
    text-decoration:    none;
    color:  #ffffff;
}

A:hover {
    text-decoration:    underline;
    color:  #ffffff;
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #ffffff;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #ffffff;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #ffffff;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ffffff;
}


