/*
 * New styles for fortordcleanup V3
 *
*/

BODY {
	margin:5px;
	background-color: white;
	font-family: arial, helvetica, sans-serif;
}

H1 {
	font-size:1.5em;
	color: #151;
	margin-bottom: 15px;
}	

H2 {
	font-size:1.15em;
	color: #100;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -10px;
	
}

H3 {
	font-size:1.0em;
	color: #100;
	font-weight: bold; 
	margin-top: 5-px;
	margin-bottom: -10px;
}

H4 
{
	font-size:1.0em;
	font-style: italic;
	color: #100; 
	font-weight: bold;
	margin-top: 0px; 
	margin-bottom: -15px;

}

H5
{	font-size:1.0em;
	font-style: italic;
	color: #100; 
	font-weight: bold;
	margin-top: -4px; 
	margin-bottom: -5px; 
}

TABLE {
	border-collapse: collapse;
}


TH	{
	text-align: left;
}

.smalltable
{	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color: white;
	vertical-align: top;
}
/* Doc Review Styles */
h2.onepx {
	margin-bottom: 4px;
	margin-top: 10px;
	text-align: left;
	background-color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.bold
	{
	font-weight: bold; margin-bottom: 2px; margin-top: 2px;
	}

p.boldgray
	{
	font-weight: bolder; 
	color: #808080
	}

/* Site Map styles */
.sitemap {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

/* banner styles */
.banner {
	background-color:white;
}

/* main horizontal nav bar styles */
.mainmenu {
	/*border-style: ridge;
	border-width: 1px;
	border-color: #eee;*/
	padding: 1px 0px 1px 0px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color: #369;
	color: white;
}

.mainmenub {
	/*border-style: ridge;
	border-width: 1px;
	border-color: #eee;*/
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	background-color: #369;
	color: white;
}

A.mainmenulink:link, A.mainmenulink:active, A.mainmenulink:visited {
	text-decoration: none;
	color: white;
}

A.mainmenulink:hover {
	text-decoration: underline;
	color: white;
}

/* breadcrumb tracker and dateline */
.tracker, .dateline {
	background-color: #fff;
	vertical-align: top;
	font-size: 0.75em;
}

.tracker {
	text-align: left;
}

.dateline {
	color: #d50;
	text-align: right;
}

/* homepage section description titles */
.section {
	font-size: 1.15em;
	font-weight: bold;
	color: #151;
}

/* horizontal dividing line between homepage sections */
.divline {
	color: #d50;
	height: 0px;
}

/* horizontal dividing line between news items */
.newsdiv {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #eee;
	border-style: dotted;
	border-bottom-width: 1px;
	border-color: #eee;
}

/* section name links */
A.hpmenu:link, A.hpmenu:active, A.hpmenu:visited, A.hpmenu:hover {
	color: #151;
	text-decoration: none;
}

/* menu and content styles */
.rightmenu, .leftmenu, .leftmenu2nd {
	width: 175px;
}

.rightmenu, .content, .leftmenu, .leftmenu2nd {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	font-size: 0.80em;
}

.leftmenu {
	background-color: #fff;
}

.leftmenu2nd {
	background-color: #FFFFCC;
	text-align: left;
}

.content2nd {
	background-color: #FFFFCC;
	font-size: 0.95em;
}

.mission {
	padding: 5px 5px 5px 5px;
	background-color: #ffc;
	border-style: ridge;
	border-width: 1px;
	border-color: #aaa;
}

.rightmenu {
	background-color: #fff;
}

.footer {
	vertical-align: top;
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-size: 0.70em;
}

/* news headline styles */
.headline {font-weight:bold;}
.headlinedate {color:#369;}
.headlines {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	background-color: #eee;
	border-style: ridge;
	border-width: 1px;
	border-color: #369;
}

/* content editor styles */

.editor {
	margin: 10px;
	background-color: #9bc;
}

/* keycode styles */
.keycode {
	border-collapse: collapse;
	border: 1px black solid;
	margin: 10px 0px 10px 0px;
	}

.keycode TD {
	background-color: #ddd;
	padding: 10px;
	}

/* generic sitewide styles */
.highlight {
	color:#d50;
	font-weight:bold;
}

.graytblborder {
	border-collapse: collapse;
	border: 1px #bbb solid;	
}


.graytblcellandborder {
	border-collapse: collapse;
	border: 1px #bbb solid;
	background-color: #ccc;
}


/* defunct logo style */
.fo {color:#369;}

.fobar {color:#d50;}

tt1 {
	font-size:1.00em;
	color: #100;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: -5px;
}

/* file menu horizontal nav bar styles */

.FileHeaderRow
{
	background-color: #369;
	padding-left: 10px;
	color: white;
}

.Filelist
{
	border: solid 1px black;
	padding: 3px;
}

.Filelist td
{
	border-top: solid 1px black;
	padding: 5px;
}

.PageTitle
{
	font-weight: bold;
	margin-bottom: 15px;
}