
.styledInput
{
	border: solid 1px #707070;
    color: #993300;
    font-size: 10pt;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    background-color: #E5E5E5;
}

a.styledLink
{
	color: #f80208;
}
.styledText
{
	color: #f80208;
}

.styledInputBtn
{
	border: solid 1px #555555;
    color: White;
    font-size: 10pt;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    height: 20px;
    background-color: #f80208;
    cursor: pointer;
}
.tableHeaderDark
{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #F80208;
	text-align: center;
	border: thin none;
}
.searchPageHeader
{
   border: 1px solid #A9A9AB;
   background-color: #F80208;
   color: #FFFFFF;
    font-size: 18px;
    height: 21px;
    line-height: 21px;
    margin-top: 5px;
    text-align: center;
    width: 99.5%;
}
.apex-idxmasthird
{
    background-color: #F80208 !important;
}
.apex-label-search, .apex-idxmascode-search
{
    color: #FFFFFF !important;
}