@import url( 'microsites-base.css' );

BODY {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #111;
    background: none;
    margin: 10px 10px 10px 10px;
}

TABLE, P, TD, DIV, SPAN, LI {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000066;
}

TABLE.benefitsService {
    border: 1px solid black;
    width: 100%;
}

TD.benefitsServiceTitle {
    font-style: italic;
}

A.textLink {
	text-decoration: underline;
	cursor: pointer;
}

LI.error, SPAN.error {
	color: red;
}

BUTTON {
    color: #003366;
}

BUTTON.Wide {
	width: 175px;
}

BUTTON.Jumbo {
	width: 193px;
}

.pageText, .pageTextBold, .pageErrorText, P.pageText, P.pageTextCenter {
    color: #000066;
	font-size: 8pt;
}

.pageTextBold {
	font-weight: bold;
}

.pageErrorText {
	color: red;
}

P.pageTextCenter {
	text-align: center;
}

.h1, .h2, .h3 {
	font-weight: bold;
    color: #000066;
    white-space: nowrap;
}

.h1 {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: bottom;
}

.h2 {
	font-size: 18px;
    display: block;
}

.h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    display: block;
}

td.sideMenu {
    width: 10%;
	background-color: white;
}

td.content {
    width: 90%;
    color: black;
    background-color: white;
}

td.header-top-line {
    height: 15px;
    width: 100%;
    background-color: #000066;
    margin: 0;
    padding: 0;
    border: 0px none #000066;
    font-size: 0pt;
}

td.header-bottom-line {
    height: 5px;
    width: 100%;
    background-color: #BBBBBB;
    margin: 0;
    padding: 0;
    border: 0px none #BBBBBB;
    font-size: 0pt;
}

#appHeader {
    background: none;
}

#appMainContainer {
    border: 0px solid white;
    background-color: white;
    width: 100%;
}

#appFooterBar {
	background-color: white;
	color: white;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 0em;
    height: 0;
    width: 100%;
}

#appFooter {
    background-color: white;
    color: white;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 0em;
    height: 0;
    width: 100%;
}

#autoContentBox {
    margin: 15px 0px 0px 15px;
    height: auto;
    overflow: auto;
    background-color: white;
}

#fixedContentBox {
    margin: 15px 0px 0px 15px;
    overflow: hidden;
    height: 300px;
    width: 600px;
    background-color: white;
}

#locatorFrame {
    padding-left: 10px;
    width: 100%;    
    overflow: visible;
	min-height: 300px;
}

div.menuContainer {
    width: 135px;
	border: 0;
    padding: 0;
    margin: 0;
}

div.menuBar {
    width: 135px;
	height: 13px;
    background-color: #000066;
    border: 0px solid #000066;
}

div.menu a:link, div.menu a:visited, div.menu a:active {
    color: #000066;
    text-decoration: none;
}

div.menu a:hover {
    color: #000066;
    text-decoration: underline;
    cursor: pointer;
}

div.menu ul {
	width: 135px;
	background: none;
	list-style: none;
    border: 0px solid black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
}

div.menu li, div.menu li.last, div.menu li.selected, div.menu li.last_selected {
    background-color: #BBBBBB;
    border-bottom: 6px solid #000066;
    border-left: 1px solid #000066;
    border-right: 1px solid #000066;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

div.menu li.last {
    border-bottom: none;
}

div.menu li.selected {
    color: white;
}

div.menu li.last_selected {
    border-bottom: none;
	color: white;
}

.table-row-even {
    background-color : #eeeeee;
}

.table-row-odd {
    background-color : #bbbbbb;
}
