﻿.tabItemWhiteRetracted
{
    font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a.tabItemWhiteRetracted:link
{
    font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a.tabItemWhiteRetracted:visited
{
    font-size: small;
	color: #FFFFFF;
	text-decoration: none;
} 
a.tabItemWhiteRetracted:active
{
    font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a.tabItemWhiteRetracted:hover
{
    font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}

.tabItemWhite 
{
    font-size: small;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tabItemWhite:link
{
    font-size: small;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tabItemWhite:visited
{
    font-size: small;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
} 
a.tabItemWhite:active
{
    font-size: small;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tabItemWhite:hover
{
    font-size: small;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.navigationItem
{
    color: #000000;
    padding-left: 0px;
}
a.navigationItem:link {
	text-decoration: none;
	color: #000000;
}
a.navigationItem:visited {
	text-decoration: none;
	color: #000000;
} 
a.navigationItem:active {
	text-decoration: none;
	color: #000000;
}
a.navigationItem:hover {
	text-decoration: underline;
	color: #000000;
}
.enhancedTextBoxSolidBorder
{
    border-top: 1px solid #000080;
    border-left: 1px solid #000080;
    border-bottom: 1px solid #000080;
    border-right: 1px solid #000080;
    background-color: White;
    vertical-align: top;
    text-align: left;
}

.companyNameLink {
	color: #000000;
}
a.companyNameLink:link {
	text-decoration: none;
	color: #000000;
}
a.companyNameLink:visited {
	text-decoration: none;
	color: #000000
} 
a.companyNameLink:active {
	text-decoration: none;
	color: #000000
}
a.companyNameLink:hover {
	text-decoration: underline;
	color: #000000
}
	
input.wide 
{
    padding-right: 0px;
    padding-left: 0px;
    border-width: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

textarea.wide 
{
    padding-right: 0px;
    padding-left: 0px;
    border-width: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
