/* ***************************
 Stylesheet - Magellan Site
 *************************** */

BODY,
body {
  font-size: 12px;
  font-family : verdana, arial, geneva, tahoma, helvetica, sans-serif;
  color: #272727;
  background-color: White;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
}

TD,
td,
LI,
li {
	font-size: 12px;
	font-family : verdana, arial, geneva, tahoma, helvetica, sans-serif;
	color: #272727;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

a:link,
A:link,
a:visited,
A:visited {
	color: #26477F;
	text-decoration : none;
}

a:hover,
A:hover,
a:visited:hover,
A:visited:hover {
	color: #F3901D;
	text-decoration : none;
}

input.smTextbox {
    font-size: 1em;
	color: #000000;
	width: 100px;
}

input.textboxmed {
    font-size: 1em;
	color: #000000;
	width: 155px;
}

.finePrint {
	font-size : .9em;
	color : #808080;
	font-style: italic;
}

.pageHeader {
  font-size : 1.2em;
  font-weight: bold;
  color : #F3901D;
}

.sectionGroupHeader {
  font-size : 1.1em;
  font-weight: bold;
  color : #A66637;
}

.sectionHeader {
  font-size : 1.0em;
  font-weight: bold;
  color : #525F91;
}

.loginArea {
	color : #FFFFFF;
}

.loginBox {
	position: absolute;
	left: 380px;
	top: 0px;
	background-color: transparent;
	z-index : 1;
}

.loginLink {
	position: absolute;
	left: 380px;
	top: 94px;
	background-color: transparent;
	z-index : 1;
 }

 .closeWindowLink {
	position: absolute;
	left: 380px;
	top: 94px;
	background-color: transparent;
	z-index : 1;
 }

.loginLinkfrontpage {
	position: absolute;
	left: 380px;
	top: 0px;
	background-color: transparent;
	z-index : 1;
}

.closeWindowLinkfrontpage {
	position: absolute;
	left: 380px;
	top: 0px;
	background-color: transparent;
	z-index : 1;
 }

a.headerLink:link,
A.headerLink:link {
	color: #FFFFCC;
	text-decoration : none;
}

a.headerLink:visited,
A.headerLink:visited {
	color: #FFFFCC;
	text-decoration : none;
}

a.headerLink:hover,
A.headerLink:hover {
	color: #F3901D;
	text-decoration : none;
}

a.headerLink:visited:hover,
A.headerLink:visited:hover {
	color: #F3901D;
	text-decoration : none;
}

.error {
  font-weight: bold;
}

tr.alternate{
    background-color:#F3EDDD;
}
td.bottomborder {
    border-bottom: 1px solid black;
}

td.truerisk_column_header {
    font-weight: bold;
    color: #1F397C;
    text-align:center;
    vertical-align: bottom;
}

td.truerisk_reo {
    color: #ED372A;
}

td.truerisk_report_font {
    color: #1F397C;
    font-size:1.6em;
}

.retro {
	font-size : .9em;
	color : #68228B;
}