/* ***************************
 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;
}

.phototextbox {
    font-size: 12px;
	font-family : verdana, arial, geneva, tahoma, helvetica, sans-serif;
	width:250px;
}

span.linkStyle,
a:link,
A:link,
a:visited,
A:visited {
    cursor:pointer;
	color: #26477F;
	text-decoration : none;
}

span.linkStyle:hover,
a:hover,
A:hover,
a:visited:hover,
A:visited:hover {
    cursor:pointer;
	color: #F3901D;
	text-decoration : none;
}

input.smTextbox {
    font-size: 1em;
	color: #000000;
	width: 100px;
}

input.textboxmed {
    font-size: 1em;
	color: #000000;
	width: 155px;
}

input.textboxlong {
    font-size: 1em;
	color: #000000;
	width: 200px;
}

.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;
}

.success {
  color: #00A651;
  font-weight: bold;
}

tr.alternate, td.alternate{
    background-color:#F3EDDD;
}
tr.comp_highlight{
    background-color:#FCC27E;
}
.add_comp_highlight_button {
    padding:3px 2px 2px 2px;
    font-size:1.1em;
    width:150px;
}

.add_comp_highlight_button:hover {
  /*background-color:#ff8400; *//* darker Orange */
  /*background-color:#e58900; *//* another darker Orange */
  /*taken over by .button:hover in adjustments.css*/
}
td.bottomborder {
    border-bottom: 1px solid black;
    cursor:default;
}

td.truerisk_column_header {
    font-weight: bold;
    color: #1F397C;
    text-align:center;
    vertical-align: bottom;

}

td.truerisk_row_header {
    font-weight: bold;
    color: #1F397C;
    text-align:center;
    //vertical-align: bottom;

}

td.truerisk_reo {
    color: #ED372A;
}

span.truerisk_reo {
    color: #ED372A;
}

td.truerisk_report_font {
    color: #1F397C;
    font-size:1.6em;
}

.truerisk_report_font_med {
    color: #1F397C;
    font-size:1.3em;
}
.truerisk_report_font_sm {
    color: #1F397C;
    font-size:1.2em;
}
.retro {
	font-size : .9em;
	color : #68228B;
}

/*
<span class="hover_img">text that you can hover on<img src="http://www.magellanls.com/images/logos/magellan/main_logo.gif?v=1" alt="image" height="100" /></span>
*/
span.hover_img img { position:absolute; display:none; z-index:99; }
span.hover_img:hover img { display:block; }