/*
	New Stylesheet for StaffLinQ site

*/

.StyleSheetHiddenPlaceHolder  {
	display: none;
}

/* Basic */

*	{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3	{
}

body	{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

form	{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0; 
	width: 650px;
} 
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none; 
} 
fieldset li {
	list-style: none;
	padding-bottom: 5px;
}

fieldset label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 10em; 
	padding: 0;
	margin-right:2em;
	text-align: right; 
}

a	{
	color: #0077dd;
	text-decoration: underline;
}
/*
a:hover	{
	text-decoration: none;
}
*/
/* Outer - general settings for the entire page */

#outer	{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header area */

#header	{
	position: relative;
	background: #004778 url('../images/heading1.jpg') bottom left repeat-x;
	height: 5.5em;
	padding-left: 2em;
}

#header h1	{
	color: #fff;
	position: absolute;
	top: 0.35em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h2	{
	position: absolute;
	font-size: 0.8em;
	top: 4.5em;
	color: #E0E8EF;
}

#header h3	{
	color: #fff;
	position: absolute;
	font-size: 1.5em;
	top: 0.9em;
	left: 8.6em;
	letter-spacing: -0.02em;
	border-bottom: none;
}

#header img	{
	position: absolute;
	top: 3.3em;
	left: 7.25em;	
}

/* Menu */

#menu	{
	position: absolute;
	top: 3.7em;
	right: 3em;
}

#menu ul	{
	list-style: none;
}

#menu li	{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first	{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a	{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li em	{
	text-decoration: underline;
}

#menu li a:hover	{
	text-decoration: underline;
}

/* Content */

#content	{
/*
	line-height: 1.5em;
	overflow: hidden;
*/
	margin: 0 auto;
	width: 100%;
	background: #fff;
	position: absolute;
}


#content p	{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6	{
	color: #545454;
	margin-bottom: 1em;
/*	border-bottom: dashed 1px #dfdfdf;	*/
	padding-bottom: 0.3em;
}

#content h2	{
	font-size: 1.5em;
}

#content h3	{
	font-size: 1.1em;
}

#content ul	{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote	{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
}

#content blockquote p	{
	margin-bottom: 0em;
}

#content blockquote p.quote	{
	font-style: italic;
}

#content blockquote p.attrib	{
	font-weight: bold;
}

#content table	{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th	{
	font-weight: bold;
	padding: 0.5em;
}

#content table td	{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH	{
	color: #fff;
	background: #006192 url('../images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA	{
	background: #F8F8F8 url('../images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB	{
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Center Screen Content */

#centerContentContainer	{
/*
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
*/
	float: left;
	width: 100%;
}

#centerContent	{
/*
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
*/
	float: left;
	width: 56%;
	padding: 20px 0;
	margin: 0 0 0 2%;
	display: inline;
}
/* MES--Added 9/25/09 for escMasterScheduleChangeRequest screen */ 
#centerContent table {
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#centerContent table tr {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
/* Addition end */

/* MES--Added 10/5/09 for escWorkDayRequests screen */ 
#centerTable	{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

#centerTable table {
	padding: 0.5em;
 	border : solid thin silver;
	border-collapse: collapse;
}
#centerTable table tr {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
#centerTable table td {
 	border : solid thin silver;
}
/* Addition end */
/* Left Side Content */

#leftContent	{
/*
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 32767px 2em;
	margin-bottom: -32767px;
	background: #fff url('../images/a1.gif') top right repeat-y;
*/	
	float: left;
	width: 16%;
	padding: 20px 0;
	margin: 0 2%;
	display: inline;
}

#leftContent .xbg	{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('../images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Right-Side Content (optional for now, might be used in labor scheduling) */

#rightContent	{
/*
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 0em 32767px 2em;
	margin-right: 1em;
	margin-bottom: -32767px;
	background: #fff url('../images/a2.gif') top left repeat-y;
*/
	float: right;
	width: 16%;
	padding: 20px 0;
	margin: 0 2% 0 0;
	display: inline;

}

#rightContent .xbg	{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('../images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer	{
	z-index: 9999;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
	/*border-top: dashed 1px #dfdfdf;*/
}

.clear	{
	clear: both;
}



/* Add by Jason (8/29/08) */
hr { width:100%; height:3px; background-color: #015d90; color: #015d90; }

#container { position:relative; width:675px; left:10px;}

#container h2,h3,h4,h5,h6	{
	color: #545454;
}

#container h2	{
	font-size: 1.5em;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#container h3,h4,h5,h6	{
	margin-bottom: .1em;
}

#container p	{
	position:relative;
	font-size: .9em;
	font-weight: bold;
	left: 10px;
}
	
#title { position:relative; top:40px; left: 10px;
		 font-size: 24px; font-weight: bold;  }

#description { position:relative; top:50px; left:10px; width: 675px;}

#description p { top: 120px; }

#interestLink { /*position: relative; top:0px; left:0px;*/ height: 54px; color: #ffffff;
				font-size: 12px; text-align:center; border: 1px solid black;
				background-color: #015d90; width: 100%; padding: 2px }

#interestLink a { color: #ffffff;}

#regForm  { position:relative; width: 100%; }

#regForm p {
	position:relative;
	font-size: .8em;
	left: 10px;
}

#positions { position:absolute; font-size: .8em; left:10px; top:10px; width:200px; }

#positionDescription { position:absolute; left:205px; top:10px; }
/* Added by Kyah (again) 10/27/09) */
#griddiv table td {
      padding: 0em;
}
