body {
	background-color:#202951;
}
#menu,#comp{
	position: absolute;
	top: 130px;
	left: 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/*font-family     : verdana,arial,sans;
    font-weight     : bolder;
    /*line-height     : 100%;
    font-size       : 12px;*/
	color: #ffffff;
	/*background: #960032;*/
	background: #424B73;
	padding: 4px;
	border: none;
	z-index: 5;
}
#actualMenu {
	background-color: #ae0031;
	border-top:solid 3px #d13362;
	border-left:solid 3px #d13362;
	border-bottom:solid 3px #8c0010;
	border-right:solid 3px #8c0010;
}
img#maximizeButton {
	position: absolute;
	top: 130px;
	left: -1000px;
	padding:0px;
	margin:0px;
	border: none;
	z-index: 5;
}
#header {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  background-image: url(../images/header/headergrad.jpg);
  /*background-repeat : no-repeat;
  background-position : bottom right;*/
}
/* rounded corners
.roundcont {
	color: #ffffff;
}
.roundtop { 
	background: url(../images/corners/topright.gif) no-repeat top right; 
}
.roundbottom {
	background: url(../images/corners/bottomright.gif) no-repeat top right; 
}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
end of rounded corners */
.mainBackground {
	background: #ffffff;
}
/* drop shadows */
.wrap1 {
	background:url(../images/shadows/shadow.gif) right bottom no-repeat;
}
.wrap2 {
	background:url(../images/shadows/corner_bl.gif) -4px 100% no-repeat;
}
.wrap3 {
	padding:0 16px 16px 0;
	background:url(../images/shadows/corner_tr.gif) 100% -4px no-repeat;
}
.wrap3 img {
	display:block;
	border:1px solid;
	border-color:#AAAAAA;
}
img.matted {
	background-color:#FFFFFF;
	border: 1px solid #000000;
}
/* end of drop shadows */

.mainPageStyle {
	text-align:justify;
	/*font-family:"Palatino Linotype";*/
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
}
span.majorSection{
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color:#AA0033;
}
span.mainSection{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
span.subSection{
	font-size: 14px;
	font-weight: bold;
}
span.headline{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
span.tableDesc{
	font-size: 12px;
	font-style: italic;
}
span.figureDesc{
	font-size: 12px;
	font-style: italic;
}
span.title{
	font-size:24px;
	font-weight:bold;
	text-align:left;
}
span.subtitle {
	font-size: 18px;
	font-weight: bold;
	text-align:left;
}
span.byline{
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}
span.RedHeading{
	color:#AA0033;
	font-weight:bold;
	font-size: 16px;
	line-height:1.5em;
}
span.OverLine{
	text-decoration: overline;
}
span.Underline{
	text-decoration:underline;
}
span.symbols{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
}
span.smallPrint{
	font-size:10px;
}
span.BigText {
	font-size: 18px;
	font-weight: bold;
	padding-bottom:5px;
}

/* keep superscript and subscript text from breaking the line-spacing */
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
br.clear {
	clear:both;
}
.equation {
	font-size:18px;
	text-align:center;
}
.quotes{
	margin-left:15px;
	margin-right:15px;
	font-style: italic;
}
div.imageResizing {
	 position:absolute;
	 visibility:hidden;
	 border:1px black solid;
	 background:white;
}
div.keywordPopup {
	 position:absolute;
	 visibility:hidden;
	 border: 1px black solid;
	 background:white;
}
table.borderless{
	width:100%;
	border:none;
	font-size:14px;
}
table.tableStyle {
	 width:600px;
}
.tableStyle {
	border: 1px black solid;
	border-collapse: collapse;
	/*font-family:"Palatino Linotype";*/
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	vertical-align: top;
}
.tableStyleFirstRow {
	border: 1px black solid;
	border-collapse:collapse;
	/*font-family:"Palatino Linotype";*/
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
	background-color:green;
	border-bottom: 2px black solid;
}
th.tableStyleRed {
	background-color:#993333;
	border: 1px black solid;
}
th.tableStyleYellow {
	background-color:#FFCC33;
	border: 1px black solid;
}
th.tableStyleBlue {
	background-color:#000099;
	color:#FFFFFF;
}
th {
	border: 1px black solid;
	border-collapse:collapse;
	/*font-family:"Palatino Linotype";*/
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
	background-color:#FFCC33;
	border-bottom: 2px black solid;
}
ul,ol{
	margin-top:.25em;
}
ul.noIndent {
	margin-left: 0; 
	padding-left: 20px;
}
a.keyword {
	/* Change how the keywords look */
	color: #0000ff;
}
font.keywordFont{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	/* text-decoration: underline; */
}
img.popup {
	cursor:pointer;
}
div.Ads {
	 position:absolute;
	 border:1px black solid;
	 background:white;
	 width:170px;
	 padding: 2px;
	 /*font-family:Georgia, "Times New Roman", Times, serif;*/
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:13px;	
}
#readlaterstyle {
	position: absolute;
	top: 130px;
	left: 1000px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	border: none;
	z-index: 5;
	overflow:hidden;
}
#ReadLater {
	width: 181px;
	height: 179px;
	overflow: hidden;
	padding: 0px;
}
#bottom{
	height:900px;
}
input.text, textarea, select{
    font-size:1.1em;
    line-height:1.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(/images/fieldbg.gif) repeat-x top;
}


/* :visited necessary because the menu is used for internal links
	and Explorer sees them as already visited */

div#menu a, div#menu a:visited {
	color: #ffffff;
	text-decoration:none;
}

/* LIGHTBOX START */
#lightbox2{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox2 a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(Lightbox2/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(Lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Lightbox2/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;

	}
/* LIGHTBOX END */

