﻿body
{
    background-color: #E5E8DE;
    margin: 0px;
    padding: 0px;
    font: 8pt Verdana;
}

.control { font: 8pt Verdana;}
.controlTextBox { font: 8pt Verdana;border:solid 1px #000000}
.wrapper
{
    border: 1px solid #000000;
    position: relative;
    margin: 0 auto;
    width: 980px;
    padding: 0;
    background-color: #FFFFFF;
}

#topBanner
{
    float:left;
    clear:both;
    width:100%;
}

.innerwrapper
{
    position: relative;
    margin: 5px auto;
    width: 970px;
    padding: 0px;
    background-color: #FFFFFF;
}
.content
{
    background-color: #FFFFFF;
    margin:0px;
    padding:0px;
}


.infoTable a
{
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.FrontSearchHeader
{
    background-position: 95% center;
    background-color: #286C2C;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    height: 40px;
    line-height: 20px;
    color: #ffffff;
    padding: 5px;
   
}

.FrontSearchHeader a
{
    text-decoration: none;
    color: #FFFFFF;
}

 .SearchSub
{
    padding:3px;
    line-height: 18px;
}

.SearchSub a
{
    color: #286C2C;
    padding-right: 5px;
    font-size: 8pt;
    
    text-decoration: none;
}

.PageHeader
{
    background-color: #286C2C;
    text-align: left;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    padding:3px;
}

.Navigator {
	background: url(images/omt_buttonbar.png) 0 0 repeat-x;
    text-align: left;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 13px;
    padding:3px;
}

.ListItemMouseOver
{
    background-color: #99CCFF;
    cursor: hand;
}

.ListItemNormal
{
    background-color: #FFFFFF;
}

.SearchList td { width:33%}

#TopNav
{
    margin:10px 0px;
    float:left;
    clear:both;
    height: 28px;
    width: 100%;
    background-color: #286C2C;
}


/* this is not xhtml compliant but works in ie/firefox */
span#TopNav {
	padding: 0;
	white-space: nowrap;
	display: table-cell !important;
	display: inline-block;
}

/** tab menu stuff **/
#TopNav ul {
	float: left;
  padding: 0;
  margin:0;
  list-style: none;
  border-left: 1px solid #959A9E;
  border-right: 1px solid #ECF4FA;
  width:100%;
  	    border:solid 10px #00000

}

#TopNav ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #959A9E;
}

#TopNav a:link, #TopNav a:visited
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    float: left;
    display: block;
    padding: 0 30px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    background: url(Images/omt_button_off.png) 0 0 no-repeat;
    border: 0;
}

#TopNav ul li.red_active_menu {
	border-right: 1px solid #721901;
}

#TopNav ul li.red_active_menu a:link, #TopNav ul li.red_active_menu a:visited {
	background: url(Images/omt_button_on.png) 0 0 no-repeat;
	color: #EEF0F2;
	float:left;
	padding: 0 30px;
	height: 28px;
	line-height: 28px;
}


#TopNav a:hover
{
    color: #000000;
}

#TopNav ul li.red_active_menu a:hover {
	color: #fff;
}


