/* CSS Document Plain */
/*  no class needed - styles for unspecified tags **********************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #CDD9F7;
}

pre {
	font-weight:bold;
	color:navy;
	font-family: courier, serif;
	background: #faf8f0;
	white-space: pre;
	/* display: block; */
	/*	font-family: monospace;
	white-space: pre;
	margin: 1em 0;
	font-size: 86%; */

} 

form {
	margin: 0px;
	padding: 0px;
}

a:link {
/*	color: #6886d3; */
	color: #536BA8;
}

a:visited {
	color: #616161;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
  /*	color: #93052A; */
	color: #963400;
	text-decoration: none;
}

a img {
	border: 0px;
}	

td {
	vertical-align: top;
}

acronym {
	border-bottom: dashed 1px #666 !important;
	padding-bottom: 0px;
}

/* am adding this 'unclassed' version of the */
/* bullet style to ease implementation. */

ul {
	margin: 5px 0px 0px 12px;
	padding: 0px;
} 

ul li {
	list-style-type: none;
	background: url(../images/blueBullet.gif) no-repeat top left;
	margin: 0px 0px 12px 0px;
	padding: 1px 0px 0px 10px;
	line-height: 135%;
}

ul li ul {
	margin: 0px 0px 5px 6px;
	padding: 0px;
}

ul li ul li {
	list-style-type: none;
	background: url(../images/blueBullet.gif) no-repeat top left;
	margin: 8px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 135%;
}

ul li h3 {
	padding-top: 0px;
	margin-top: 0px !important;
}

ul li h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px !important;
	text-align: left !important; 
	padding-bottom: 0px;
}

ul li p {
	padding: 0px;
	margin: 3px 0px 3px 0px;
}

hr {
	padding: 0px;
	border: 0px;
	color: #666;
	background-color: #666;
	height: 1px;
	text-align: left;
}

ul.tighter li {
	margin: 0px 0px 5px 0px;
}

/* layout table for nearly all pages  ******************************************/

table#mainTable {
	background-color: #fff;
	margin: 0px 0px 10px 6px;
	width: 952px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	}

table#popUpSmaller {
	background-color: #fff;
	margin: 0px 6px 6px 6px;
	padding: 0px;
	border: 1px solid #666;
}

.smallHeading {
	font-size: 0.9em;
	font-weight: normal;
}

div#bottomBanner {
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #666;
	background: url(../images/banner/grayBevel4.jpg) top left repeat-x #727272 !important;
	padding: 6px;
}

div#bottomBanner div.left {
	width: 48%;
	float: left;
	line-height: 200%;
}

div#bottomBanner div.right {
	text-align: right !important;
	width: 52%;
	float: right;
	line-height: 200%;
}

/* div#bottomBanner div.right img {
	height: 32px;
	width: 88px;
	float: right;
	padding: 5px 0px 8px 8px;
	line-height: 100%; 
	font-size: 0.9em;
} */

div#bottomBanner div.right img#valid {
	padding: 5px 0px 8px 8px;
	line-height: 100%; 
	font-size: 0.9em;
	float: right;
	border: 0px solid #fff;
}

div#bottomBanner div.right a:link, div#bottomBanner div.right a:visited {
	color: #fff;
	font-weight: bold;
}

div#bottomBanner div.left a:link, div#bottomBanner div.left a:visited {
	color: #fff;
	font-weight: bold;
}

.stylered {
	font-size: 0.8em;
	color: #FF0000;
}

.redBold {
	color: #FF0000;
	font-weight: bold;
}

.text {
	font-size: 1em;
}

.toolBarContainer {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background-color: #888; 
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0px 6px 0px 6px; 
	width: 950px;
}

.toolBarInner {
	padding: 3px 8px 3px 8px; 
}

div.toolBarInner a:link, div.toolBarInner a:visited {
	color: #fff;
	text-decoration: none;
	border: 1px solid #888;
}

div.toolBarInner a:focus, div.toolBarInner a:hover, div.toolBarInner a:active {
/*	color: #3890D0;  */
	color: #7CCBFF;
	text-decoration: underline;
	border: 1px dotted #7CCBFF;	
}

div.toolBarInner form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.toolBarInner input {
	font-size: 1em;
}

div.toolBarInner div.left {
	float: left; 
	width: 60%; 
	text-align: left; 
	margin-top: 3px;
}

div.toolBarInner div.right {
	float: right; 
	width: 40%; 
	text-align: right;
}

div.toolBarInner#shortVersion {
}

div.toolBarInner#shortVersion div.left {
	float: left;
	width: 25%;
	text-align: left;
	margin-top: 3px;
}

div.toolBarInner#shortVersion div.right {
	float: right; 
	width: 75%; 
	text-align: right;
}

div#requirementList ul {
	margin-left: 10px;
}

div#requirementList ul li {
	margin-top: 3px;
	margin-right: 6px;
}

ul.noMarker {
	margin-left: 6px;
	padding: 0px;
	margin-top: 5px;
} 

ul.noMarker li {
	margin-top: 6px;
	margin-right: 10px;
	list-style-type: none;
	padding-left: 6px;
	background-image: none;
}

ul.orgChart {
	margin-left: 18px;
	padding: 0px;
	margin-top: 5px;
} 

ul.orgChart li {
	margin-top: 8px;
	margin-right: 20px;
	list-style-type: none;
	padding-left: 12px;
	/* background: url(../images/orgChartConnector.gif) no-repeat top left; */
	line-height: 140%;
}

ul.orgChart li ul {
	margin-left: 6px;
	margin-bottom: 5px;
	padding: 0px;
}

ul.orgChart li ul li {
	list-style-type: none;
	padding-left: 13px;
	background: url(../images/orgChartConnector.gif) no-repeat top left;
	margin-top: 8px;
	margin-right: 20px;
}

ul.orgChart li h2 {
	padding: 0px;
	margin: 0px;
}

p.a-z {
	font-size: 1.2em !important;
	font-weight: bold;
	color: #536ba8;
	margin-bottom: 1em;
	margin-top: 0.5em;
	line-height: 200% !important;
}

p.a-z a:link, p.a-z a:visited {
	color: #536ba8;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
	
p.a-z a:focus, p.a-z a:hover, p.a-z a:active {
	/* color: #93052A; */
	color: #963400;
	font-weight: bold;
	text-decoration: none;
}	

/* Footer ********************************************************************/

.contact {
	font-size: 0.7em;
	color: #fff;
	padding-left: 12px;
}

.contactus {
	color: white !important; 
	text-decoration: underline !important;
}

.copyright {
	font-size: .7em;
}

/**************************/

td#navCell {
/* 	width: 200px; test 1/15/2014 */
	width: 180px;
}

div.leftNav {
/* 	width: 200px; test 1/15/2014 */
	width: 180px;
	display: table;
	padding-bottom: 0px;
	margin-top: 2px;
	border-top: 1px solid #3767A1;
	/* border-bottom: 1px solid #666; */
	background-color: #8FB8F8;
	/* background: #fff url(../images/banner/navDivBkgd4.jpg) repeat-y top left !important; */
}

div.leftNav ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 2px 5px 3px;
	border-right: 1px solid #3767A1;
	border-bottom: 1px solid #3767A1;
	border-top: 1px solid #AAD3FF;
	/* background-color: #6886d3; */
	/* background-color: #CFDBC5; */
}

/* div.leftNav ul {
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 5px 2px 5px 3px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #6886d3;
}
*/

div.leftNav ul li {
	list-style-type: none;
	background: url(../images/ListBulletBkgd4.gif) no-repeat top left;
	padding: 1px 4px 0px 13px;
	margin: 0px;
	line-height: 130%;
}

div.leftNav ul li ul {
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	border-right: 0px solid #666;
	/* background-color: #6886d3; suppressed for revised nav w/ background */
}

div.leftNav ul li ul li {
	background: url(../images/ListArrow.gif) no-repeat top left;
	padding: 1px 4px 1px 10px;
	margin: 0px;
	line-height: 125%;
}

div.leftNav ul li a {
	font-size: 1.1em;
}

div.leftNav ul li ul li a {
	font-size: 1em;
}

div.leftNav ul li a:link, div.leftNav ul li a:visited {
	/* color: #fff;*/
	color: #00389e;
	font-weight: bold;
	text-decoration: none;
}

div.leftNav ul li a:focus, div.leftNav ul li a:hover, div.leftNav ul li a:active {
	/* color: #93052A; */
	color: #963400;
	font-weight: bold;
	text-decoration: underline;
}

td.mainPanel {
/* 	width: 750px; test 1/15/2014 */
	width: 770px;
}

td.mainPanel#withBackground {
	background: url(../images/stratplans/bestofCover_trans.jpg) no-repeat top right #e0eef9; 
	height: 565px;
/* 	width: 750px !important; test 1/15/2014 */
	width: 770px !important;
}

td.mainPanel#bestOf {
	width: 100%;  
}

td.mainPanel#bestOf p {
	text-indent: 20px;
	line-height: 150%;
}

td.mainPanel#bestOf img {
	margin-left: 12px;
}

td.mainPanel div.padding {
	padding: 14px;
}

td.mainPanel div.padding#news h2 {
	margin-top: 14px;
	border-top: 2px solid #536BA8;
	padding-top: 8px;
}

td.mainPanel p {
	font-size: 1em;
	line-height: 150%;
	margin: 6px 0px 15px 0px;
}

td.mainPanel h1 {
	color: #00389e;
	margin-top: 8px;
	padding: 0px;
	font-size: 1.45em;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: left;
	}

.mainPanel h2 {
	font-size: 120%;
	font-weight: bold;
	color: #282888;
	margin-bottom: 6px;
	margin-top: 14px;
}

.mainPanel h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 8px;
}

.mainPanel table.jobGrid td h3 {
	font-size: 110%;
	font-weight: bold;
	color: #536BA8;
	margin: 2px;
}

.mainPanel h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 8px;
	text-align: center; 
	/* this is used as a figure caption! */
}

/* heading inside of lists */ 
h4.RPP {
	color: navy; 
	text-align: left; 
	font-size: 1.1em;
	padding-top: 0px;
	margin-top: 0px;
}
	
div.bannerContainer {
	background-color: #fff;
	margin-top: 6px !important;
	margin-bottom: 0px;
	margin-left: 6px;
	border: 1px solid #666;
	width: 950px;
	height: 130px; /* added 8-14-2014 */
	overflow: hidden; /* added 8-14-2014 */
}

div.bannerContainer div#printBanner {
	display: none;
}

div.bannerContainer {
	background-color: #7B92C8;
}

div.clearing {
	clear: both;
	font-size: 1px;
}


dl.acrolist {
	margin-top: 5px;
	padding: 3px 3px 3px 4px;
}

dl.acrolist dt {
	font-weight: bold;
	color: #333;
}

dl.acrolist dd {
	margin-left: 5px;
	margin-bottom: 6px;
}

table.tableGrid, table.jobGrid, table.satellites {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	width: 100%;
}

table.tableGrid td, table.jobGrid td, table.tableGrid th {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 6px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}

table.satellites th, table.satellites td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 6px;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

table.satellites th {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center;
	background-color: #FCFCE5;
}

table.jobGrid th {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 6px;
	text-align: left;
	/* vertical-align: bottom; */
	background-color: #FCFCE5;
}

table.jobGrid#GOESAOD {
	margin: 0px auto 0px auto;
}

table.jobGrid#GOESAOD td, table.jobGrid#GOESAOD th {
	text-align: center;
}

ul.breadcrumbs {
	padding: 0px 2px 6px 2px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #666;
	}
	
ul.breadcrumbs li {
	list-style-type: disc;
	color: #536BA8;
	margin: 0px;
	font-weight: bold;
	font-size: 0.9em;
	display: inline;
	padding: 1px;
	background-image: none;
}	

div.floatBox {
	border-bottom: 1px solid #666;
}

div.floatBox div.left {
	width: 70%;	
	float: left;
}

div.left {
	float: left;
}

div.floatBox div.right {
	width: 25%;
	float: right;
}

div.right {
	float: right;
}

div.floatBox#home {
	border-bottom: 0px solid #666;
}

div.floatBox#bios {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}

div.floatBox#home div.left {
	width: 44%;	
	float: left;
}

div.floatBox#home div.right {
	width: 53%;
	float: right;
}

div.floatBox#bios div.right {
	padding-bottom: 10px;
}

div.floatBox#directories {
	border-bottom: 0px solid #fff;
}

div.floatBox#directories div.left {
	width: 50%;
}

div.floatBox#directories div.right {
	text-align: right;
	width: 50%;
}

div.corpBox {
	display: table;
	width: 100%;
}

div.corpBox div.left {
	width: 62%;	
	float: left;
}

div.corpBox div.right {
	margin-left: 1%;
	width: 35%;
	float: right;
	border: 1px solid #282888;
	padding-top: 0px;
}

div.corpBox div.right h3 {
	padding-top: 2px;
	margin-top: 0px;
}

div.corpBox ul {
	margin-left: 6px;
}

div.corpBox ul li ul {
	margin-left: 2px;
}

div.corpBox ul li {
	margin-right: 5px;
	margin-top: 3px;
}

div.navigatorLinks {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	display: table;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.detailContainer {
	/* background-color: #6886d3; suppressed for background image */
}

.showDetailContainer {
	display: block !important;
	list-style-type: none;
	/* background-color: #6886d3; suppressed for background image */
}

ul.showDetailContainer li ul li {
	display: block !important;
	list-style-type: none;
	/* background-color: #6886d3; suppressed for background image */
}

.showDetailContainer ul, .showDetailContainer ul li ul {
	/* background-color: #6886d3; suppressed for background image */
}

/* detailContainer for acronyms; white bkgd. */

.acroContainer {
	background-color: #fff;
}
/* end of detailContainer for acronyms */

.showDetailContainer ul li, .showDetailContainer ul li ul li {
	/* display: list-item; */
	list-style-type: none;
	/* background-color: #6886d3; suppressed for background image */
}

a#activeLink:link, a#activeLink:visited, a#activeLink:focus, a#activeLink:hover, a#activeLink:active  {
	/* color: #93052A; */
	color: #963400;
	/* background-color: #6886d3; suppressed for leftNav bkgd image */
	font-weight: bold;
	text-decoration: underline;
}

div.searchBox {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #e4e4e4;
	margin-top: 2px;
	margin-bottom: 2px;
	/* width: 199px; test 1/15/2014 */
	width: 179px; 
}

div.searchBox form {
	padding: 4px 5px 4px 5px;
}

div.searchBox fieldset, form#smallSearch fieldset {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

div.searchBox h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1px 2px 2px 1px;
}

div.searchBox input#query-field {
	/* width: 150px; test 1/15/2014 */
	width: 130px;
	color: #444;
}

div.searchBox input#Go {
	width: 3em; 
	font-size: 10px; 
	font-weight: bold;
}

div.searchBox p {
	text-align: center;
	font-weight: bold;
	margin: 2px;
}

a.directoryLetter:link, a.directoryLetter:visited {
	/* border: 1px solid #93052A; */
	border: 1px solid #963400;
	background-color: #F3DCE2;
	padding: 3px 5px 3px 5px;
	/* color: #93052A !important; */
	color: #963400 !important;
}	

a.dlReset:link, a.dlReset:visited {
	color: #536ba8;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
	
a.dlReset:focus, a.dlReset:hover, a.dlReset:active {
	/* color: #93052A; */
	color: #963400;
	font-weight: bold;
	text-decoration: none;
}	

div#upperNav {
	/* color: #00389e; */
	color: #fff;
	display: block;
	position: absolute;
	top: 7px;
	left: 520px;
	margin: 0px;
	padding: 2px 5px;
	width: 27.2em;
	height: 1.4em;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	background-color: #3071cf;
}

div#upperNav a {
	color: #fff !important; 
}

div#upperNav div#skip {
	float: right;
}

img.bordered {
	border: 1px solid #666;
}

h3.noscriptWarning {
	padding: 5px;
	margin: 2px;
	border: 1px solid red;
	color: red;
	font-size: 1em;
	line-height: 150%;
	text-align: center;
}

span#jsDependent {
	display: none;
}

a.imageButton:link img, a.imageButton:visited img {
	border: 2px solid #fff;
}

a.imageButton:focus img, a.imageButton:hover img, a.imageButton:active img {
	border: 2px solid #282888;
}

/* columns that wrap 'across' */
ul.HColWrap {
	width: 100%;
	margin-left: 0.4em;
	padding-left: 0em;
}

/* float & allow room for the widest item */
ul.HColWrap li {
    float: left;
    width: 15em;
    padding-left: 0em;
    padding-right: 1em;
    list-style-type: none;
    padding-bottom: 0.3em;
}

/* separate the list from subsequent markup */
div.colWrapper {
		width: 100%;
    margin-bottom: 0em;
}

h3.corpBlock {
	color: #E1A010; 
	border-top: 1px dotted #666;
	padding-top: 5px;
}

.smaller_text, p.smaller_text {
	font-size: 0.8em !important;
	line-height: 1.1em !important;
}

div.expanded ul li ul.detailContainer {
	display: block !important;
}

div.expanded ul li ul.detailContainer li ul.detailContainer {
	display: block !important;
}

/* this styles bold unlinked headings in the nav */
div.expanded ul li strong {
	color: #00389e;
	font-size: 1.2em;
}

div.expanded ul li {
	font-size: 1.1em !important;
}

div.expanded ul li ul li {
	font-size: 1em !important;
}

span.unlinkedHeading {
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
}

table.calendarGrid {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

table.calendarGrid td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #fff;
	padding: 3px 1px 3px 1px;
	text-align: center;
	width: 2em;
}

table.calendarGrid th {
	border-bottom: 2px solid navy;
	border-right: 1px solid #666;
	background-color: #fdffed;
	padding: 3px 1px 3px 1px;
	text-align: center;
}

table.calendarGrid td a:link, table.calendarGrid td a:visited, table.calendarGrid td a:active {
	font-weight: bold;
}

h4#disclaimer {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 8px; 
	background-color: #efefef;
	font-size: 0.9em;
	color: #A52A2A; 
	border-top: #666 solid 1px;
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px;
}

div#pubs p {
	text-indent: -20px !important;
	margin-left: 30px;
}

/* GSICS style code */

div#orgLinks {
	display: block;
	position: absolute; 
	top: 21px; 
	left: 700px;
	line-height: 33px;
	width: 240px; 
}

div#orgLinks div {
	display: block;
	text-align: right;
	color: #094B99 !important;
	font-size: 20px; 
	font-weight: bold;
}

div#orgLinks div a:link, div#orgLinks div a:visited {
	text-decoration: none;
	color: #094B99 !important;
}

div#orgLinks div a:focus, div#orgLinks div a:hover, div#orgLinks div a:active {
	text-decoration: underline;
	color: #C07410 !important;
}

div#orgLinks div a acronym {
	border-bottom: 0px solid #fff !important;
}

/* classes for product tables */

td.rddnt {
	background-color: #DFEFFF;
}

td.NA {
	color: #666;
	font-weight: bold;
	text-align: center !important;
	vertical-align: middle;
}

td.blueBall {
}

td.greenBall {
}

th.blueBall img, th.greenBall img, td.blueBall img, td.greenBall a img {
	margin: auto !important;
	display: block;
}

div.adobeBox {
	background-color: #efefef;
	padding: 0px 9px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-top: 6px;
}

div#serverList h3 {
	border-top: 2px dotted #666;
	margin-top: 17px;
	padding-left: 4px;
	padding-top: 6px;
}

/* ul for ARL FAQ: */

ul li img {
	vertical-align: top;
	padding-right: 3px;
}

div#FAQ ul li {
	text-indent: -26px;
	margin-left: 20px;
	clear: both;
}

div#FAQ h2 {
	margin-top: 20px;
	border-top: 1px dashed #666;
	padding-top: 15px;
}

div#FAQ ul li ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

/* ARL news pic div */

div.newspic {
	text-indent: 0px;
	text-align: 0px; 
	padding: 0px; 
	float: right; 
	margin-left: 12px;
	display: table;
}

div.newspic img {
	border: 1px solid #666;
}

/* ARL home page image container div */

div.ARLHome, div#ARLHome {
	height: 122px;
}

div.ARLHome div, div#ARLHome div {
	display: table; 
	float: left; 
	height: 122px;
}

div.ARLHome div img, div#ARLHome div img {
	margin-right: 3px;
	border: 1px solid #666;
}

/* images that float to the right! */

div.imageBox {
		float: right;
		padding-left: 15px;
		padding-bottom: 1px;
		margin-bottom: 5px;
		padding-right: 10px;
}
	
div.imageBox img {
		border: 1px solid #666;
		margin-bottom: 1px;
}

div.imageBox h6 {
		font-size: 1em;
		font-style: italic;
		font-weight: normal;
		text-align: left;
		margin: 1px 6px 1px 12px;
	}	

div#highlight {
	border: 2px solid #00389e; 
	margin: 0px 4px; 
	padding: 1px 9px;
}

div#highlight img {
	display: inline; 
	border: 0px solid #666;
	margin: 0px;	
}
	
ol li {
		margin-bottom: 14px;
	}

div.leftCol {
	float: left;
	width: 49%;
}
	
div.rightCol {
	float: left;
	width: 49%;
	margin-left: 2%;
}

div.formCont span {
	display: block;
	text-align: right;
	float: left;
	width: 16em;
	padding-top: 8px;
	padding-right: 5px;
	margin-top: 5px;
	}

div.formCont span.Rt {
	float: left;
	text-align: left;
	width: 50%;
	padding-top: 3px;
	margin-top: 5px;
}

div.formCont span.Rt input {
	width: 65px;
}

fieldset legend {
	font-size: 1.5em;
	font-weight: bold;
	color: navy;
	padding: 4px 8px;
	border: 1px solid #666;
	background-color: #fffee8;
	padding-top: 10px;
	line-height: 50px;
}

table.jobGrid caption {
	font-size: 1.4em;
	font-weight: bold;
	color: #282888;
	margin-top: 0px;
	padding-top: 0px;
}

	td.AnOpt {
		text-align: center;
		background-color: #fff;
	}
	
	td.AnOpt a:link, td.AnOpt a:visited {
		display: block;
		margin-bottom: 8px;
		padding: 3px;
		width: 5em;
		border-top: 1px solid #B4B3B3;
		border-left: 1px solid #B4B3B3;
		border-bottom: 1px solid #333;
		border-right:  1px solid #333;
		font-weight: bold;
		font-size: 0.9em;
		color: #282888;
		text-align: center;
		background-color: #BED6F6;
	}

	td.AnOpt a:hover, td.AnOpt a:active {
		display: block;
		margin-bottom: 8px;
		padding: 3px;
		width: 5em;
		border-top: 1px solid #B4B3B3;
		border-left: 1px solid #B4B3B3;
		border-bottom: 1px solid #333;
		border-right:  1px solid #333;
		font-weight: bold;
		font-size: 0.9em;
		color: #C0100B;
		text-align: center;
		background-color: #BED6F6;
	}

div#LR2011Nav {
	width: 230px; 
	float: right; 
	border: 1px solid navy;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 14px;
	background-color: #DFF4FF;
}

div#LR2011Nav ul.tighter {
	margin: 10px 12px 10px 10px !important;
}

div#LR2011Nav ul li a {
	font-weight: bold;
}

/* talk2 style for orange tables */

div.talk2 {
	padding: 6px;
	border: 1px solid #666;
}

table.talk2 {
	border-width: 1px 0px 0px 1px;
	border-color: #666 !important; /* #FBD64E; */
	border-style: solid;
	background-color: #fff;
	padding: 3px;
	border-collapse: collapse; 
	width: 100%;
}

table.talk2 th {
	border-width: 0px 1px 0px 0px;
	border-color: #666  !important;
	border-style: solid;	
	color: #444;
	text-align: center;
	background-color: #efefef;
}

table.talk2 caption {
	font-weight: bold;
	text-align: left;
	color: #282888;
	font-size: 1.2em;
	margin-top: 0px;
	padding: 5px;
	text-align: center;
}

table.talk2 td, table.talk2 th {
	padding: 8px;
	border-bottom: 1px solid #666 !important;
	border-right: 1px solid #666 !important; 
}

table.talk2 th h3, table.talk2 td h3 {
	padding: 0px !important;
	margin: 0px !important;
	color: #282888;
	text-align: left !important;
}

table.talk2 td span {
	color: #AD1117;
	font-size: 1.15em;
	font-weight: bold;
	background-color: inherit;
}

/*  This formats a definition list   */
dl.List {
		margin-left: 5px;
		margin-right: 5px;
		line-height: 140%;
		border-bottom: navy 1px dotted;
	}
	
dl.List dt {
		color: #93052A;
		font-weight: bold;
		margin-left: 7px;
		margin-top: 5px;
		padding-top: 7px;
		padding-left: 5px;
		border-top: navy 1px dotted;
}
	
dl.List dd {
		margin-left: 20px;
		margin-bottom: 7px;
}

/* this is to create the folded corner div for the right hand subnav */	

.SubNav {
	background: #FBF7D3 url('../images/ARLBeigeCorner.png') top right no-repeat;
	border-left: 1px solid #CECBA8;
	border-bottom: 1px solid #CECBA8;
	border-top: 0px solid #CECBA8;
	border-right: 0px solid #CECBA8;
	margin: 10px 0px 10px 10px;
	float: right;
	padding: 12px 10px 12px 0px !important;
	width: 150px;
}

.SubNav h2 {
	margin-top: 15px;
	border-top: #282888 dashed 1px;
	padding-top: 8px;
}

.SubNav h2 a:link, .SubNav h2 a:visited {
	color: #282888;
	text-decoration: none;
}

.SubNav h3 {
	color: #282888;
	margin-left: 10px;
}

.SubNav ul li {
	margin: 0px 0px 5px 0px;
}

.SubNav h2 a:focus, .SubNav h2 a:hover, .SubNav h2 a:active {
	color: #93052A;
	text-decoration: underline;
}

ul.breadcrumbs2 {
	padding: 0px 1px 6px 2px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #666;
	/* next 2 directives added to make the UL self clearing */
	overflow: hidden;
	width: 100%;
	}
	
ul.breadcrumbs2 li {
	list-style-type: none;
	color: #536BA8;
	background: url('../images/ListArrow.gif') top left no-repeat;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	float: left;
	padding: 1px 1px 2px 12px;
}

/* start of searchBoxPlainStretchy */

div#topLinks1 {
	position: absolute; 
	left: 665px;
	top: 110px;	
	padding: 0px;
	color: #282888;
	font-weight: bold;
	font-size: 1em;
	text-shadow: 4px 4px 5px #2D2D2D;
 /* added 3-26-2014 next 3 lines */
	height: 25px;
	width: 9em;
}

#topLinks1 a:link, #topLinks1 a:visited {
	color: #282888;
	text-decoration: none;
}

#topLinks1 a:hover, #topLinks2 a:active {
	color: #ff0000;
}

div#topLinks2 {
	position: absolute;
	display: block;
	left: 795px;
	top: 110px;
	padding: 0px;
	margin: 0px !important;
	height: 25px;
	width: 15em;
}

div#searchBoxPlainStretchy {
	background-color: transparent;
	margin-top: 0px;
	display: block !important;
}

div#searchBoxPlainStretchy div {
	padding: 0px;
}

div#searchBoxPlainStretchy label#searchlbl {
	font-weight: bold;
	color: #444;
	font-size: 1em;
}

div#searchBoxPlainStretchy input#query-field {
	width: 11em !important;
	color: #444;
	font-size: 0.8em;
}

div#searchBoxPlainStretchy input#Go {
	width: 3em; 
	padding: 0px;
	margin: 0px;
	font-size: 0.9em; 
	font-weight: bold;
}
/* end of searchBoxPlainStretchy */