/* CSS stylesheet for LT website */
/* Last updated 2005 Jan 10 */
/* JMM */
/* Shamelessly stolen and modified by RJS. Much of the following is */
/* actually not being used. */


/* ============== */
/* BASIC ELEMENTS */
/* ============== */
BODY{
	background-color : White;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
sup, sub {
    line-height: 0.8em;
}
TH{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	/*font-size: 12px;*/
}
TD{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size : 11px;*/
	/*text-align:left*/
}
A{
	text-decoration : none;
	color : #003399; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:hover{
	text-decoration: underline;
	color: #AA0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:visited{	
	text-decoration:	none;
	color:	#603390;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}	
	
/* #container {width: 95%; max-width: 840px; margin: 0 auto;} */
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 95%;
	max-width: 900px;			/* IE6 does not respect this declaration. */
	/* min-width: 780px; */ 	/* IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; 			/* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	text-align:justify

}




/* ============ */
/* HEADER FONTS */
/* ============ */
.Level1{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.Level2{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.Level3{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



/* =========== */
/* SMALL FONTS */
/* =========== */
/* Standard small font */
.sm{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
/* Older version, used for location text */
.loc {font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: black}

	

/* ========*/
/* Figures */
/* ========*/
.Figure{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}
.Figure img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.Figure table{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.FigureCaption{
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-style:italic;
	font-size: 80%;
	line-height: 1.3em;
	text-align:justify
}

.References{
	text-align:left
}

	

/* ============= */
/* NEWS ARTICLES */
/* ============= */
/*.ArticleHeadline{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black; 
	font-size: 20px;
}
.ArticleDate{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 11px;
	font-weight: bold;
}
.ArticleBody{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 11px;
}
.ArticleCaption{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 10px;
}*/



/* ============= */
/* MISCELLANEOUS */		
/* ============= */
/* Getting-attention "NB" text */
.NBorange{
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: Yellow;
}
/* Standard bold link font*/
.boldlink{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* Night Reports Date Header */
.NReportDate{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC99;
}
.NiceBoldHeader{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: bold;
}



/*========== */
/* LIVE DATA */
/* ========= */
/*
.LiveTitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 18px;
	font-weight: normal;
}
.LiveSectionTitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 11px;
	font-weight: bold;
}
.LiveSectionValue{
	font-family: Arial Black;
	color: #484845;
	font-size: 12px;
	font-weight: normal;
}

.LiveValueBlack{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3B3B39;
	font-size: 18px;
	font-weight: normal;
}
.LiveValueRed{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F91514;
	font-size: 18px;
	font-weight: bold;
}
.LiveValueBlue{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3B85DF;
	font-size: 18px;
	font-weight: bold;
}
.LiveValueBlackSmall{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3B3B39;
	font-weight: bold;
	font-size: 12px;
}
.LiveValueBlueSmall{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3B85DF;
	font-weight: bold;
	font-size: 12px;
}
*/



.content {
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}






/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



