/*This is the base style sheet for Adaptive Control Software. For styles that do not work well with Netscape 4, see styles.css. Last updated January 2005 */

/* This style sheet is divided into five major sections: 

1. Block-level elements
2. Inline elements
3. Links
4. The major sections of the template. This section has several sub-sections.
5. Data Tables
6. Classes
 */



/* ******** SECTION 1: Block-level elements ******** */

body {
	font-size: 1em;
	color: #000;
	background-color: white;
	margin-top: -1em;
	margin-left: -1em;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	}

p, ul, ol, h1, h2, h3, h4, h5, h6, td, th, div {
	color: #000;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
	
h1 {
	font-size: 135%;
	color: #000;
	margin: 0;
	padding: 0;
	}

h2 {
	font-size: 120%;
	color: #000;
	padding: 0;
	margin: 32px 0 0 0;
	}
	
h2.subtitle {
	margin-top: 0; 
	color: #000;
	}

h3 {	
	font-size: 110%;
	padding: 0;
	margin: 29px 0 0 0;
	color: #000;
	}

p.caption {
	font-size: 85%;
	margin-top: 0;
	padding-top: 0;
}
	
/* ******** SECTION 3: Links. ********* */

/* These are the defaut link styles for the entire template. Styles for links in specific areas of the template, such as the footer or navigation bar, follow below. */

a:link {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
	}
	
a:visited  {
	color: purple;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	
.dlink a:link, .dlink a:visited, .dlink a:hover {
	color: #fff;
	background-color: #fff;
	text-decoration: none;
	}
	
	/********* SECTION 4:  Major sections of the template. *********** */

/* Each section has beeen assigned its own ID or class */


	
#content {
	font-family: verdana, arial, sans-serif;
	width: 100%;
	margin: 0;
	padding: 30px 40px 30px 30px;
	font-size: 80%;
	}
	
#nextprevious {
	margin: 15px 0;
	}
	
#footer td {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	}
	
#footer-bar {
	background-color: #000066/*#1A5431*/;
	text-align: center;
	height: .25em;
	}

#javadate td {
	font-size: 80%;
	padding: 10px 2px;
	}
	
/* This style is for the DOT footer on the template. Place it inside a DIV with this ID. the following styles will apply to that DIV. */
		
#dotfooter {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	}
	
	
/* ******** Section 5: Data Tables ******** */

.casetable {
	border: 1px solid #ccc;
	width: 300px;
	margin: 0 25px 5px 0;
	padding: 0 0 5px 0;	
}

.casetable th {
	font-weight: bold;
	text-align: left;
}

.casetable th, .casetable td {
	font-size: 75%;
	}
	
#case h2 {
	padding-bottom: 0;
	font-size: 90%;
	margin: 25px 0 -1em 0;
	}
	
#case h2 {
	font-size: 85%;
	color: #000;
}

div.footnotes {
	margin-top: 1em;
	border-top: 1px solid #ccc;
	}
	
	



#congestion-corner {
	width: 210px;
	margin: 0 0 0 15px;
	padding: 0;
	border: 0;
	float: right;
	}

#congestion2-corner {
	width: 300px;
	margin: 0 0 0 15px;
	padding: 0;
	border: 0;
	float: right;
	}

#congestion3-corner {
	width: 210px;
	margin: 0 0 0 15px;
	padding: 0;
	border: 0;
	}

.congestion-box {
	width: 210px;
	margin: 0 25px 5px 0;
	padding: 0 0 5px 0;
	border: 1px solid #006;
	}

.congestion-box p {
	font-size: 85%;
	margin-top: 0;
	padding-top: 0;
	}
	
.congestion2-box {
	width: 375px;
	margin: 15px;
	padding: 0 0 5px 0;
	border: 1px solid #006;
	float: right;
	}

.congestion2-box p {
	font-size: 95%;
	color: #000;
	margin-left: 1em;
	margin-right: 1em;
	font-family: verdana, arial, sans-serif;
	}

.congestion2-box h2 {
	font-size: 100%;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #006;
	margin-left: 1em;
	margin-right: 1em;	
	}		
	
	
	