/* Global CSS */
* {
	margin: 0;
}
body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.813em;
	margin:0px; 
	padding:0px; 
	background-color: #fff;
	color: inherit;
}
img	{
	border:none;
	text-align: right;
}

fade_link {
	color:#000
}

p	{
	font-size:1.000em;
	margin-top:10px;
	margin-bottom:5px;
	font-weight: normal;
	color:#000;
}
p a	{color:#760000; text-decoration:underline;}
p a:hover	{color:#000; text-decoration:none;}

.clear {clear:both;}
.left {float: left;}
.right {float: right;}

#body-container {
	margin: 0 auto;
	width: 100%;
}
.hide{
	display:none;
}
/* ------------------ Main Page Layout ------------------------- */
#outside-container { 
	width: 985px;
	margin: 0 auto;
}
#main-container { 
	width: 985px; 
	float: left;
}

/*  ----------------------- Header / DOL - Enforcement Data Banner -----------------------  */
#header-area {
	background: url(../images/head-logo.png) 0 0 no-repeat;
	height: 126px;
}

#header-area #fill{
	width: 750px;
	height: 80px;
	float:left;
}

#header-area .right{
	width: 200px;
}

#header-area #text-sizer {
	float: right;
	width: 100%;
	height: 30px;
	margin-top: 23px;
}
#header-area #share-widget {
	float: right;
	height: 20px;
	margin-top: 40px;
	width:100pt;
	position: relative;
	margin-right: -12px;
}
#share-widget  {font-size:0.923em; font-family:Tahoma;text-align:right;}
#text-sizer	{font-size:0.769em;letter-spacing:.03em;color:#000000; text-align:right;}
.hidden{
	display: none;
}

/*  ----------------------- Navigation -----------------------  */
#nav-links {
	text-align: center;
}


/*  ----------------------- Feedback Tab -----------------------  */
	#fb-tab-container {
		position:fixed; 
		bottom: 2px;
		right: 0;
		width:30px; 
		/*height: 208px;*/
		z-index: 1001;
	}
	
	ul#fb-menu {
		width: 60px; 
		list-style: none;
		margin: 0;
		padding: 0;	
		/*height: 208px;*/
	}

	ul#fb-menu li { display: inline; }

	ul#fb-menu li a {
		outline: none;
		display: block; 
		float: none; 
		width: 30px;
		background-image: url(../images/feedback11.png); 
		text-indent: -9998px;
	}
	
	ul#fb-menu li#feedback a { 
		background-position: 0 0; 
		height: 103px;
	}
	ul#fb-menu li#soon a { 
		background-position: 0 -96px;
		height: 112px;
	}
	
	ul#fb-menu li#feedback a:hover, ul#fb-menu li#feedback a:active { 
		background-position:  -30px 0;
		height: 103px;
	}
	ul#fb-menu li#soon a:hover, ul#fb-menu li#soon a:active { 
		background-position: -30px -96px;
		height: 112px;
	}

/*  ----------------------- Footer  ----------------------- */
#footer-area {margin-top: 5px; }
#footer-area a {color:#000; text-decoration:none}
#footer-area a:hover	{text-decoration:underline;}
#footer-menu {
	margin-top:2px; float:left; display:inline; overflow:hidden; font-weight:bold; font-size:0.923em; color:#444; text-align:center; vertical-align:middle; width: 100%;
	border-top: 1px solid #790000;
}
#footer-contact	{height:40px; margin-top: 2px; float:left; display:inline; overflow:hidden; font-size:0.923em; text-align:center; vertical-align:middle; width: 100%;}
/*
#footer-contact a#contact {text-decoration:underline}
#footer-contact a#contact:hover	{text-decoration:none}
*/


/* ----------------------- Tooltips  ----------------------- */
div#ToolTipDiv {
  Position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #000000; 
  background-color: #EEEEEE;
  display: none;
  padding: 3px;
  font-size:1.000em;
  margin-top:10px;
  margin-bottom:5px;
  font-weight: normal;
  color:#666;
}

.tip ul {
    color: #111111;
    font-size: 0.769em;
    list-style-position: outside;
}

/*  ----------------------- Loading Overlay  ----------------------- */
#loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100px;
    z-index: 1500;
}

#loading-overlay div{
	width: 100%;
	height: 100%;
	background-color: #fff; 
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: inherit;
}

#loading-overlay img{
	position: absolute; 
	left: 45%;
	top: 45%;
}

/* -----------------------  No flash message -----------------------  */
.noFlash {
	border: 1px #ccc solid;
	font-weight: bold;
}


/* ----------------------- Standard Elements ------------------------ */
h1.page-head {
    background-image: url('../images/AT_h1_bg.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #760000;
    font: 28px/1em Georgia,Times New Roman,Times,serif;
    margin: 0;
    padding: 13px 0 20px 15px;
}

.water-mark { color: #999; }


/* ---------- Common elements for "Search" and "Lab" Panels ---------- */

.l-cntrl {
    background: url(../images/yui-sprite.png) no-repeat scroll -13px -902px transparent;
	cursor: pointer;
	width: 15px;
	height: 15px;
}

.l-cntrl-open {
    background: url(../images/yui-sprite.png) no-repeat scroll -15px -850px transparent;
}

.resetView {
	float: left;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(../images/red_icons_undo.png) no-repeat  scroll 0 0 transparent;
	margin-top: 5px;
}
/* ------------------Accessibility -----------------------------------*/
.text_version_link{
  font-size: 1.000em;
  margin-top: -10px;
  font-weight: 600;
}
.text_version_link a{color:#3a5a7a;}

fieldset{
	border:none;
	margin: 0;
  	padding: 0;
}
fieldset legend{
	display: none;
}  
.api-btn{
	height: 34px;
}