﻿body
{	
	font-family: Verdana, Arial, Helvetica;
	margin: 0px;		
	background: url(images/bg.jpg) #1653a4 fixed no-repeat left top;
}

table.small td { font-size: 11px; }			
table.medium td { font-size: .8em; }

h3 { color: White; }

input.btn
{
	width: 8em;
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#e4e2d4);	
	font-size: .8em;
	padding-left: 5px;
	padding-right: 5px;
	border:	1px solid #7b9ebd;
}

a, a:visited, a:link
{
	color:royalblue;
}
a:hover
{
	color:orangered;
}

div.text a { color: powderblue; }

div.hid { display:none; }
div.text { color: #fff; }
div.ChmuraDialogBody { color:White; }
 
 
 /* Nav STuff */
div#topNav
{
	overflow: hidden;
	height: 85px;	
	border-bottom: solid 1px #7a7a7b;
	background-position: left top;
	background-image: url(images/Compass_Small.gif);
	background-repeat: no-repeat;	
	width:100%;
	color:White;
}

div#topNav div.TopRow
{
	margin-left: 124px;
	margin-right:10px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	padding-bottom:5px;	
	border-top-style: none;
	border-bottom: #6498c1 thin inset;
	border-right-style: none;
	border-left-style: none;
}
div#topNav a { color:White; }
div.TopRow span.Title
{	
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 18px;
	margin-right:1.5em;
}
div.TopRow span.reg
{
	font-size: 13px;
}
div.Row2
{
	margin-left: 135px;
	margin-top: 15px;
	font-size: 13px;
	white-space: nowrap;
}
div.NavItem
{
	height:34px;
	float: left;
	margin-right: 30px;
	padding: 8px 0px 0px 0px;	
	white-space: nowrap;
}

div.NavItemSel
{
	background-image: url(images/navitem_b.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
div.NavItem span.NiTxt
{
	font-family: 'Microsoft Sans Serif', Arial, Helvetica;	
	font-size: 12px;
	position:relative;		
	left: -2px;		
}
div.NavItem img.NiLeft
{
	position:relative;
	top: -8px;
	left:0px;
}
div.NavItem a, div.NavItem a:link, div.NavItem a:visited, div.NavItem a:hover
{
	color: gainsboro;
	text-decoration: none;
}
div.NavItem a:hover
{
	text-decoration:underline;
}
div.NavItemSel a, div.NavItemSel a:link, div.NavItemSel a:visited, div.NavItemSel a:hover
{
	color: black;	
}

div.NavItem img.NiRight
{
	position:relative;
	top: -8px;
	left:10px;	
}

/* Rounded Panels */
div.PanelHead, div.ActionHead
{
	padding: .2em;
	font-size: 1em;
	font-family: 'Microsoft Sans Serif' , Arial, Helvetica;
	font-weight: bold;
}
div.PanelBody, div.ActionBody
{
	padding: .6em;
	font-size: .8em;
}

div.ActionPanel 
{
	background-color: #CCFF99;
	color:Black;
}

div.ActionPanel_business 
{
	background-color: WindowFrame ;
	color:Black;
}

div.ActionHead
{
	background-color:#66cc00;
}
div.ActionBody div.aItem { margin-bottom: .5em; }
div.ActionBody a
{	
	text-decoration:none;		
	color:Black;
}
div.ActionBody a:hover
{
	text-decoration:underline;
}

/* Option Boxes */

div.Option
{
	padding: 6px;
	background-color: black;
	color:White;	
	background-repeat: repeat-x;
	font-size: 11px;	
}
div.Option span.Current { font-weight: bold; color: royalblue; }
div.Option a, div.Option a:visited, div.Option a:hover
{
	color: white;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
}
div.Option a:hover
{
	text-decoration: underline;		
}

div.Body
{
	margin: 1em;
}
div#mainFooter
{
	color:White;
	padding-top: 2em;
	padding-bottom: 1em;
	font-size: .65em;
	text-align: center;
	clear: both;
}
div#mainFooter a
{
	color: aliceblue;
}

div.fcontent { background-color:#7cbce8; }
div.OptCont
{		
	background-color:#7cbce8;
}

div.Options
{		
	padding: .6em;	
}

div.Options div.Inner
{
	margin-left: 35px;
}
div.Options td.btn
{
	padding-top:.5em;
	padding-bottom:.1em;
}
div.Options td.btn input
{
	font-size: 1.0em;
	height:2em;
}
td.BigBtn input
{
	font-size: 1.0em;
	height:2em;
}


div.ChartToolBar div.TbIn
{
	background-color: #7cbce8;	
}


div.PopBoxBg
{	
	background-color:Gray;
	filter:alpha(opacity=30);
	opacity:0.3;
}
div.PopBox
{
	position:absolute;	
	padding: 0px;
	margin: 0px;	
}
div.PopBox div
{
	font-size: 13px;
	font-family: Arial;		
	position: relative;
	top: 0px;
	padding:0px;
	margin: 0px;		
}
html>body div.PopBox div
{	
	top:0px;
	padding-top:0px;
}

div.PopBox div.DlgTitle
{	
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;	
}
div.PopBox div.DlgClose
{	
	cursor: pointer;
}
div.PopBox div.DlgLbl
{
	font-family: Arial;
	font-size: 13px;
}
div.PopBox input.DlgSearch
{
	position:absolute;
	left: 30px;
	top: 322px;
	width:528px;	
	font-style: italic;
	color: cornflowerblue;
	z-index:250;
}
div.PopBox select.DlgCurrent
{
	position: absolute;
	left: 85px;
	top: 55px;
	width: 395px;
	z-index: 300;
}
div.PopBox img.BtnBack
{
	cursor:pointer;
	position:absolute;
	left:30px;
	top:54px;	
	z-index: 150;
}
div.PopBox img.BtnRight
{
	cursor:pointer;
	position:absolute;
	left:55px;
	top:54px;	
	z-index: 150;
}
div.PopBox input.DlgSelect
{
	position:absolute;
	top: 55px;
	left: 490px;
	z-index:250;	
	width:72px;
	font-size: 13px;
}
div.PopBox div.DlgContent
{
	position:absolute;
	left:34px;
	top: 90px;
	width:514px;
	height:208px;
	overflow:auto;	
	font-size: 12px;			
	padding:5px;
	line-height: 20px;	
	z-index: 250;
}
div.PopBox div.DlgContent a
{
	color: royalblue;
	text-decoration:none;	
	border-bottom: dashed 1px cornflowerblue;
}
div.PopBox div.DlgContent a:hover
{
	background-color: royalblue;
	color: white;
	text-decoration:none;	
	border-bottom: dashed 1px cornflowerblue;
}
div.PopBox div.DlgLoading
{	
	position:absolute;	
	text-align:center;
	vertical-align: middle;
	left:30px;
	top: 163px;
	width:544px;		
	font-size: 12px;				
	z-index:260;		
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	font-family: 'Microsoft San Serif',Verdana, Arial;
}

/*******************
 * Lookup Stuff
 ******************/
td.LookupTD
{
	background-color: #eaeaea;
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: .2em;		
}
td.LookupTD a
{
	font-size: .8em;
}
td.LookupImg
{
	width:25px;text-align:right
}




/* Grid Stuff */
table.Grid
{
	background-color:White;			
	color:Black;
}
table.Grid caption
{
	display:none;
	visibility:hidden;
}
table.Grid th 
{ 
	font-size: 11px;
	font-weight:bold;
	font-family: Arial; 
	background-color: #becfe3;
	color: #333;
	text-align:left;	
}
table.Grid tr.Foot td
{	
	padding: .6em;
	background-color: #ccc;
	border-top: double thick black;	
}
table.Grid th a,table.Grid th a:visited { color:#333; text-decoration:none; }
table.Grid td a { color:Blue; }
table.Grid td a:visited { color: royalblue; }
table.Grid td 
{ 	
	font-size: .7em; 	
	overflow:hidden;
	text-overflow: ellipsis;
}
table.Grid td input { font-size: 11px; }
table.Grid td select { font-size: 11px; }
tr.GridPager
{
	font-size: 1.3em;
	background-color:silver;
	color:Yellow;			
}
tr.GridRow
{
	background-color:White;
}
tr.GridAltRow
{
	background-color:whitesmoke;
}
td.req { font-weight:bold; }

tr.nd
{
	color: Red;
	font-style: italic;
}

/*End Grid Stuff */




/* Boxes */
div.Box
{
	background-color: #fff;
	border: solid 1px #7f9db9;	
	padding: .6em;
	margin: .6em;
	font-size: .8em;
	line-height: 1.5em;
}

div.DashBox
{
	background-color: whitesmoke;
	margin: 0em 0em 1em 0em;
	padding: 0px .6em .6em .6em;
	border-right: none;
	border-top: #7f9db9 medium solid;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
}
div.YDashBox
{	
	padding: 0px .6em .6em .6em;
	background-color: #fbf8e1;	
	margin: 0em 0em 1em 0em;
	border-right: none;
	border-top: #ebd9a2 medium solid;
	border-left: #ebd9a2 1px solid;
	border-bottom: #ebd9a2 1px solid;
}
div.GDashBox
{	
	padding: 0px .6em .6em .6em;
	background-color: #fff;	
	margin: 0em 0em 1em 0em;
	border-right: none;
	border-top: #91c094 medium solid;
	border-left: #91c094 1px solid;
	border-bottom: #91c094 1px solid;
}
div.WDashBox
{		
	background-color: #fff;	
	margin: 0em 0em 1em 0em;
	padding: 0px .6em .6em .6em;
	border-right: none;
	border-top: #999 medium solid;
	border-left: #999 1px solid;
	border-bottom: #999 1px solid;
}
div.DashTitle
{
	font-family: Verdana, Arial, Helvetica;	
	font-weight: bold;
	margin-top: .4em;
	font-size: 1.1em;
	margin-bottom:.5em;
}
div.DashTitle a.Small, div.DashTitle a.Small:visited
{
	margin-left:1em;
	font-size: .9em;
	font-weight: normal;
}

/* Analytic Specific */


DIV.AltRow 
{
	font-size: 11px; 
	PADDING-BOTTOM: 0.5em; 
	BORDER-TOP-STYLE: none; 
	padding-top: 0.3em; 
	BORDER-BOTTOM: silver 1px dashed; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none;
	white-space: nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	width:180px;
	border-collapse:collapse; 
}
a.AltLink,a.AltLink:visited { font-size:1.2em; color: blue; }
a.AltLink:hover { color:red; }

div.Box div.Title, div.InfoBox div.Title
{
	font-family: Arial, Helvetica;
	font-size: .9em;
	font-weight:bold;
	margin-bottom: 1em;
}

/* Career Ladders */
table.Ladder td
{
	height: 6em;
	background-color:whitesmoke;
	padding: .5em;	
	vertical-align: top;	
}
table.Ladder div.Row
{	
	font-size: .7em; width:18em;
	border-bottom: solid 1px silver;
	padding: .5em 0 .5em 0;		
}
table.Ladder div.Occ
{		
	width: 13em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;	
	float:left;
}
table.Ladder div.Occ a, table.Ladder div.Occ a:visited
{
	color: royalblue;
	text-decoration: none;
}
table.Ladder div.Occ a:hover
{
	color:orangered;
	text-decoration:underline;
}

table.Ladder div.Empl
{	
	width:4em;	
	text-align:right;
	margin-left:1em;
}
table.Ladder tr.Arrow td
{
	height: 1em;
	padding: 1em;
	text-align:center;
	background-color:White;
}


/* Top 10 */
div.Top10Title 
{ 
	margin-top:1em;
	font-size: .7em; 
	font-weight:bold;
	margin-bottom:1em; padding: 1em; 
	background-color: royalblue; 
	color: White;
}

/*  Occupation Details */
div.OccDetailTitle
{
	font-size: 1em;
	margin-top: 8px;
	padding-bottom:5px;
}
div.OccName
{
	font-size: 1.5em;
	font-family: Tahoma, Arial, Helvetica;
}
div.OccBody
{
	margin: 1em;
}
div.OccDesc
{
	font-size: .8em;	
	margin-bottom:1em;
	color: White;
}
div.OccDetailHolder { margin-top:.5em;}
div.OccDetailHolder a { color:White; }
div.OccDetailHolder h3
{
	font-size: 1.1em;	
	font-weight:bold;
	color: White;
}
div.TopBtn
{
	float:right;
	margin-right:5px;
	width:90px;
	text-align:right;	
	margin-top: 1.5em;	
}


div.GridCont
{		
	font-size: inherit;
}
div.GridTb
{
	background-color:cornflowerblue;
	border: dashed thing black;
}


img.PoweredByFooterLogo
{
	clear: both;
	display: block;
}
div.TableTitle
{
	font-size:.8em;font-weight:bold;margin-bottom:1em;
	color:White;
}

div.BlueGrad
{
	background-position: left top;
	background-image: url(../../images/bluegreen_grad.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	border: solid 1px #7f9db9;	
	padding: .6em;
	margin: .6em;
	font-size: .8em;
	line-height: 1.5em;
}
div.OccAttrTypes a { color:White; }
div.OccAttrTypes
{
	color: White;
	
}

div.DataDict a { color:White; }
div.DataDict
{
	color: White;
	
}
div.FieldName
{
	padding-bottom:3px;
	font-size:13px;	
}
div.Field
{
	margin-bottom:5px;
}
div.Field label 
{
	font-size: 13px;	
}
div.FieldBtn
{
	margin-top:10px;
}

div.LgFieldName
{	
	font-size:14px;			
	padding-left: 3px;
	margin-top: 10px ;	
}
div.Ex
{
	font-size:11px;
	color: dimgray;
	padding-left:10px;
}
div.LgField,div.LgFieldBtn
{
	padding-left:10px;	
	font-size:16px;
	padding-bottom: 15px;	
	/*border-bottom: dashed 1px silver;*/
}
div.LgField input, div.LgField select, div.LgFieldBtn input
{
	font-size: 13px;
	font-family: Arial;
	padding:2px;		
}

div.LgFieldBtn
{
	margin-top:20px;
	background-color:white;
	border-top: solid 1px gainsboro;	
	padding: 10px;
}

ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}

div.DlPop
{	
	position:absolute;	
	height:200px;
	width: 100%;
	top:150px;		
	text-align: center;
}
div.DlPop div
{		
	width:300px;	
	background-color: White;
	border: solid 1px gray;	
	font-size: 11px;
	color: dimgray;
	padding:15px;	
}
div.DlPop div a 
{
	font-size: 15px;
	font-family: Arial;
	font-weight:bold;	
}
div.eula 
{
	color: White;
}


div.CeaPanel
{
	background-color: aliceblue;
	color: black;
}

div.RoundPanel
{
	background-color: #f1f1f1;
	color: #000;
}

div.RecNote
{
	color: #fff;
}

div.CeaPanel h3 { color: #000; }
div.CeaPanel { font-size: 11px; }


div.RoundPanel h3 { color: #000; }

div.adst
{
	color: #000;
}
