/*-----------------------------------------------------------------------------------------------
[Master Stylesheet]

Version:	0.1
Contents:
		1. Global Styles
		2. Wrap /#wrap
			2.1 Accessability / #access
			2.2 Branding / #branding
			2.3 Navigation / #navMain
			2.4 Content / #content
				2.4.1 Primary Content / #primaryContent
				2.4.2 Secondary Content / #secondaryContent
				2.4.3 Extra Content / #extraContent
			2.5 Site Information / #siteInfo
			
-----------------------------------------------------------------------------------------------*/

/*
-------------------------------------------------------------------
GLOBAL STYLES: =global
-------------------------------------------------------------------
*/

.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 

strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
a:link, a:visited, a:hover, a:active, a:focus { color:#66A944; text-decoration: underline; }

div.containeradmin {
	overflow: hidden;
	clear: both;
	margin: 3px 0 3px;
}
div.ruleadmin {
	overflow: hidden;
	clear: both;
	margin: 3px 0 3px;
}

div.containeradmin .title, div.ruleadmin .title  {
	padding: 5px;
}

html {
	background: #ffffff;
}

body {
	font-size: 12px;
	font-family: "lucida grande", "lucida sans unicode" , arial, verdana, helvetica, sans-serif; 
}

h2{
	line-height: 22px;
	margin-bottom:5px;
	margin-top:10px;
	font-family:Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #6ba64a;
}
	

h1{
	font-family: georgia;
	font-size: 24px;
	color:#666666;
}
	

h5{
	font-family:Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #535353;
	margin:20px;
	font-style: italic;
	line-height:24px;
	}
	
h3{
	line-height:20px;
	font-family:Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #DE9F18;
	margin:15px 20px 10px 0;
	}

p{
	line-height: 14px;
	font-size: 12px;
	color:#535353;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
table, td, img, tr {
	vertical-align: top;
}

h1.pageTitle{
	font-family: georgia;
	font-size: 24px;
	color:#666666;
	padding-left: 50px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(/wsimages/h1BG.gif);
	background-repeat: no-repeat;	
	margin-top: 23px;
	margin-bottom: 25px;
}

#breadcrumb, #breadcrumb a{
	color:#8C8C8C;
	font-size: 12px;
	font-family: georgia;
}

#breadcrumb{
	margin-left: 50px;
	margin-bottom: 10px;
	color:#b5b5b5;	
}


.imgLeft { 
	float: left;
	margin-right: 20px;
}

.imgRight {
	float: right;
	margin-left: 20px;
}

.imgNoFloat {
	clear: both;
}

/*
-------------------------------------------------------------------
Wrap: =wrap
-------------------------------------------------------------------
*/
#wrap {
	width: 968px;
	margin: 0 0;
	text-align: left;
	position: relative;
}


/*
-------------------------------------------------------------------
ACCESSABILITY: =access
-------------------------------------------------------------------
*/
ul#access {
	position : absolute;
	text-indent : -9999px;
}


/*
-------------------------------------------------------------------
BRANDING: =branding
-------------------------------------------------------------------
*/
#branding {
	display: none;
	position: relative;
    height: 72px;
	margin: 0 0 16px;
    background: #545353 url("/wsimages/bg_branding.png") 50% top repeat-x;
}

#branding span#logo {
	position: absolute;
	top: 0;
	left: 24px;
}

#flashHeader {
	height: 318px;
	margin: 0 0 px;
    background: #7BC143 url("/wsimages/locherFlashSmallBG.gif") no-repeat;
}

body.home #flashHeader {
	height: 400px;
	margin: 0 0 px;
    background: #7BC143 url("/wsimages/locherFlashBG.jpg") no-repeat;
}

#branding blockquote {
	position: absolute;
	top: 30px;
	left: 97px;
	border: none;
	color: #fff;
	font-size: 16px;
}



/*
-------------------------------------------------------------------
Navigation: =navMain
-------------------------------------------------------------------
*/

a#timesheetsLink{
	display:block;
	width: 28px;
	height: 114px;
	background: #949494 url("/wsimages/timsheetsTabSprite.gif") 0 0 no-repeat;
	font-size: 0px;
	position: absolute;
	top:0px;
	left: 968px;
}

a#timesheetsLink:hover{
	background-position:-28px 0px;
	background-color: #4B4B4B;
}

#navWrapper {
	margin: 3px 0 10px;
	border-bottom: 1px solid #D6D6D6;

}
	
#navMain {
	display: inline;
	background: #ffffff;
	width: 705px;
	float: left;
	margin-left: 25px;
}
	

#navWrapper  .search {
	margin: 8px 0 10px 27px;
	border: 1px solid #C8C8C8;
	width: 183px;
	overflow: hidden;
	padding: 0px;
	float: left;
}
#navWrapper  .search .imgBtn {
	float: left;
	margin: 2px;
}
#navWrapper  .search label {
	display: none;
}

#navWrapper  .search .inputWrapper{
	margin-top: 2px;
	float:left;	
}

#navWrapper  .search .inputWrapper input {
	background: none;
	width: 142px;
	height: 16px;
	border: none;
	font-size: 12px;
	padding: 0px 10px;
	color: #666666;
	font-size: 11px;
}

/*
-------------------------------------------------------------------
CONTENT: =content
-------------------------------------------------------------------
*/
#content {
	margin: 0 0 0px;
}

.content  {
}
.content p {
	font-size: 12px;
	line-height: 16px;
}

.portal {
	width: 920px;
	background: #E4E4E4;
	border: 1px solid #A7A7A7;
	padding: 23px 23px 27px;
	margin: 0 0 16px;
	clear: both;
	}
	.portal:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
		}
		/* Hides from IE-mac \*/
		* html .portal {height: 1%;}
		/* End hide from IE-mac */
	
	.portal h4 {
		font-size: 18px;
		margin: 0 0 8px;
	}
	.portal p {
		color: #292929;
	}
	
.portal .thumbnail {
	margin: 0 12px 0 0;
	float: left;
}

#leftCol{
	width: 590px;
	float: left;
	margin-left: 52px;
	padding-right: 50px;
	display: inline;
}

#rightCol{
	display: inline;
	width: 234px;
	float: left;
	margin-left: 20px;
}

#contentContainer{
	width: 900px;		
	margin-left: 50px;
}

#homeContentContainer{
	width: 950px;		
	margin-left: 0px ;
	padding-top: 20px;
}

#ticker{
	background-image: url(/wsimages/pressRoomTickerBG.gif);
	background-repeat: no-repeat;
	background-color: #EAEAEA;
	font-size: 12px;
	font-family: georgia;
	font-style: italic;
	height: 28px;
	width: 900px;
	margin-left: 40px;	
	overflow: hidden;
}

#ticker a{
	color: #666666;
	text-decoration: none;
}

#ticker #newsItem{
	margin: 5px;
	margin-top: 7px;
	margin-left: 130px;
}

.mainTeaser{
	margin-bottom: 15px;
}

.childLinksIntroText{
	margin-bottom: 20px;	
}

.mainTeaser .thumbnail img{
	margin-bottom: 10px;
}

.mainTeaser h4{
	font-size: 18px;
	font-family: georgia;
	color:#666666;
	margin-bottom: 5px;
}

.mainTeaser p{
	color:#7B7B7B;	
}

.newsArticle p{
	font-size: 12px;
}

.mainTeaser .morelinkwrapper{
	text-align: right;
	margin-bottom: 14px;	
}

.mainTeaser a {
	color:#66A944;
	background-image: url(/wsimages/smallgreenArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 26px 2px 0;	
}

.mainTeaser a:hover{
	text-decoration: none;
}

.homeTeaser{
	display:inline;
	width: 276px;
	float: left;
	margin-left: 38px;
	}
	
.homeTeaser p{
	font-family: Georgia;
	font-size: 12px;
}

#contentWrapper{
	background: url(/wsimages/columnSep.gif);
	background-repeat: repeat-y;
	background-position: 685px 0px;
}

.rightColWrapper{
	width: 232px;	
	overflow: hidden;
}

.greenWrapper{
	background-color: #7BC243;	
	margin-bottom: 30px;
}

.orangeWrapper{
	background-color: #DE9F18;	
	margin-top: 10px; 
	margin-bottom: 12px;
}

#contentWrapper li,#contentContainer li{
	color:#535353;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
}

#contentWrapper ul li,#contentContainer ul li{
	background-image:url(/wsimages/bulletPoint.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:25px;
}

.bulletTeaser{
	background-image: url(/wsimages/rightColBullet.gif);
	background-repeat: no-repeat;
	background-position:18px 3px;
	padding-left: 30px;
	font-family: georgia;
	font-size: 12px;
	padding-bottom: 7px;
}

.fileIcon{
	background-repeat: no-repeat;
	background-position:18px 0px;	
	padding-left: 45px;
}

.bulletTeaser a{
	color:#424242;
	text-decoration: underline;
	line-height: 18px;
}

.bulletTeaser a:hover{
	color:#999999;
	text-decoration: no-decoration;
}

.rightColWrapper h3{
	font-family: georgia;
	font-size: 16px;
	color: #ffffff;
	background-image: url(/wsimages/rightColHeaderArrow.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
	padding-left: 13px;
	margin: 6px 0px 8px 9px;
}

.greenWrapper form{
	margin: 8px 0px 10px 10px;
}

.homeSearchWrapper form{
	margin: 8px 0px 10px 4px;
}

.greenWrapper input[type='text'],.homeSearchWrapper input[type='text']{
	font-size: 11px;
	color: #666666;
	width: 163px;
	border: 1px solid #C8C8C8;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 5px;
}

.greenWrapper input.submitBTN,.homeSearchWrapper input.submitBTN{
	font-size: 12px;
	color: #ffffff;
	font-family: "lucida grande", "lucida sans unicode" , arial, verdana, helvetica, sans-serif; 
	background: #68A744;
	border: 1px solid #538F23;	
	width: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 2px;
}

.newsArticleDate{
	color:#666666;
	font-size: 12px;	
	font-weight: bold;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding-top: 7px;
	padding-bottom: 7px;
}

.newsArticleDate span{
	font-weight: normal;
	margin-left: 10px;
}

.rightColSpacer{
	padding-bottom:7px;	
}

#sitemapNav li a:hover{
	text-decoration: underline;
}

#sitemapNav li{
	background-color: #F0F0F0;
	overflow: hidden;		
	margin-bottom: 2px;
}

#sitemapNav li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #619A42;
	text-decoration: none;
	padding-left: 10px;
}

#sitemapNav li li{
	background-color: #ffffff;
	margin-bottom: 0px;
}

#sitemapNav li li a{
	padding-left: 44px;
	color: #000000;		
	border-bottom: 1px solid #CCCCCC;
	background-image: url(/wsimages/siteMapBullet.gif);
	background-repeat: no-repeat;
	background-position: 28px 6px;
}

#sitemapNav li li:last-child a{
	border-bottom: 0px;
}

#sitemapNav li li li:last-child a{
	border-bottom: 1px solid #CCCCCC;
}

#sitemapNav li li li a{
	padding-left: 57px;
	color: #000000;		
	border-bottom: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: 40px 6px;
}

#sitemapNav li li li li a{
	padding-left: 67px;
	color: #000000;		
	border-bottom: 0;
	background-image: url(/wsimages/siteMapArrow.gif);
	background-repeat: no-repeat;
	background-position: 55px 8px;
}


/* 
----------------
Timesheet styles 
----------------
*/

.timesheets {
	width: 100% !important;
	clear:both;
}

.timesheetDataTable td {
	padding:15px 8px 15px 8px;
	color:#535353;
}

	.timehseetDataTableHeader td {
		padding:10px 8px 10px 8px;
	}

.timesheetTitle {
	font-size:18px;
	color:#6ba64a;
	font-family:georgia;
	font-weight:bold;
	padding-left:50px;
	line-height:26px;
	float:left;
}

dl {
	margin: 0;
 	padding: 0;
}

dt {
   margin: 0;
   padding: 0;
   font-weight: bold;
}

dd {
   margin: 0 0 1em 1em;
   padding: 0;
}

.emailError {
   color: #CC0000;
}

#timesheetType, .timesheetType {
	font-weight:bold;
	font-size:14px;
	font-family: Lucida Grande;
	padding-bottom:10px;
	color:#535353;
}


.applicationNavigation {
	float:right;
	background: #7bc243;
	padding: 10px 0 10px 28px;
	margin-right:26px;
	border-bottom: solid 1px #669900;
}

	.applicationNavigation a {
		padding-left:8px;
		padding-right: 23px;
		color:#ffffff;
		text-decoration:none;
		line-height:18px;
		background: url('/wsimages/timesheetnavarrow.gif') 0 5px;
		background-repeat: no-repeat;
	}

.timesheetLogin {
	clear:both;
	padding-left:50px;
}

.loginName, .loginPassword {
	color: #619a42;
	font-size: 16px;
	font-family: georgia;
	padding-right: 24px !important;
	font-weight:bold;

}

.loginTable td {
	padding: 7px 7px 7px 0;
	vertical-align:middle;
}

.loginInput {
	border: 1px solid #b1b1b1;
	background:none;
	padding:3px;
	height:14px;
	width:198px;
	outline:none;
}

	.emailInput {
	
		border: 1px solid #b1b1b1;
		background:none;
		height:18px;
		padding-top:2px;
		width:300px;
		outline:none;
	}

.timehseetDataTableHeader td {
	background: #d7d7d7;
	border-right: 1px solid #ffffff;
	color:#535353;
	font-weight:bold;
	font-family:lucida grande;
}

.timesheetDataTable {
	width:100%;
}

.tableSpacer {
	height:1px;
	margin-bottom:30px;
}

.row1, .row2, .rejectedHighlight{
	padding-bottom:10px;
	border-bottom: 1px solid #d6d6d6;
}

.timesheetWrapper {
	clear:both;
	padding-left:50px;
	padding-right:26px;
	padding-top:18px;
}

.timesheetWrapper select {
	border: 1px solid #7f9db9;
	background:none;
}

.timesheetRejectionNotice , .formTitle {
	font-weight:bold;
	padding-bottom:12px;
}

.timesheetNotes td {
	padding:5px 5px 5px 0;
}

.managerSortTable tr {
	border-bottom:1px solid #D6D6D6;
}

.managerSortTable td {
	padding:7px 10px 7px 0;
	color:#535353;
}

.managerSortTable select {
	margin-right:10px;
	color:#000000;
	border: 1px solid #7f9db9;
}

.passwordReset {
	padding: 30px 0 30px 0;
}


/* FORMS  */

#mailingListJoinForm{
	width: 500px;
}

fieldset{
	padding-top: 20px;
	width: 500px;
	border-bottom: 1px solid #B2B2B2;
	padding-bottom: 12px;
	clear: both;
}

fieldset label{
	width: 200px;
	padding: 3px 0px 3px 8px;	
	background-color: #F0F0F0;
	font-size: 12px;
	color:#333333;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
	clear: both;
	line-height: 16px;
}

fieldset input.text,fieldset input.textsmall{
	float: left;
	width: 196px;
	border: 1px solid #BAB9B8;
	font-size: 11px;
	background: #F5F4F3;
	margin-bottom: 8px;
	padding: 3px 4px 4px 4px;
	margin-right: 70px;
}

fieldset input.textsmall{
	width: 100px;	
}

fieldset select{
	border: 1px solid #BAB9B8;
	font-size: 11px;	
	float: left;	
	background: #F5F4F3;
	margin-bottom: 8px;
	padding: 3px 4px 2px 4px;	
}

fieldset .checkboxGroup{
	float: left;	
}

fieldset.submitButtonsGroup{
	border-bottom: 0;	
	padding-left: 220px;
}

fieldset.submitButtonsGroup input{

	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #ffffff;
	font-family: "lucida grande", "lucida sans unicode" , arial, verdana, helvetica, sans-serif; 
	background: #68A744;
	border: 1px solid #538F23;	
	

	margin-right: 10px;
}

p.required{
	margin-left: 10px;
	padding-bottom:0px !important;
	font-size: 11px !important;
	color: #797979;
}	
span.required{
	color:#A98D38;
}

/*
-------------------------------------------------------------------
SITE INFO: =siteInfo
-------------------------------------------------------------------
*/
#siteInfo  {

	width: 940px;
	background: #ffffff;
	color: #7A7A7A;
	font-size: 11px;
	padding: 30px 0 0;
	text-align: left;
	overflow: hidden;
	}
	#siteInfo .inner {
		width: 940px;
		margin: 0 auto;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	#siteInfo  .copyright {
		width: 50%;
		float: left;
		margin-left: 30px;
	}
#footerNav {
	float: right;
	margin: 0 50px 0 0;
	display: inline;
	}
	#footerNav li {
		float: left;
		padding: 0 12px 0;
		background: url("/wsimages/nav/footerNavDivider.gif") right 50% no-repeat;
		height: 14px;
	}
	#footerNav li a , #siteInfo a.toTop {
		color: #7a7a7a;
		text-decoration: none;
		}
		#footerNav li a:hover,#siteInfo a:hover.toTop  {
			text-decoration: underline;
			color: #999999;
		}

#siteInfo a.toTop {
	position: absolute;
	top: 0px;
	right: 0;
	width: 40px;
	display: block;
	background: url("/wsimages/topTop.gif") right 3px no-repeat;
}
#siteInfo a.toTop span {
	display: inline;
}

.footerKeyLine{
	background-image: url(/wsimages/footerNavKeyLineBG.gif);
	background-repeat: repeat-x;
	height: 5px;
	clear: both;
}

.footerIconLinks{
	overflow:hidden;
	margin-top: 16px;
	text-align: right;
	margin-bottom: 50px;
}

.footerIconLinks a{
	margin-left:15px;
}

.copyright p{
	color:#7A7A7A;
	line-height:auto;
	font-size: 11px;
	margin: 0px;
}

/* Search Results  */

	.resultDetails {
		margin: 26px 0 16px;
		}
		.resultDetails p {
			font-weight: normal;
		}
		.resultDetails p span.criteria {
			color: #619A42 !important;
		}
	
	.result {
		padding:22px 0;
	}
	
	ul.searchResults{
		margin: 0;
		padding: 0;
		list-style: none;
		background: none;
		}
		ul.searchResults li {
			margin: 0 0 8px;
			padding: 0;
			list-style: none;
			background: none;
			border-bottom: 1px solid #D8D8D8;
			clear: both;
		}
		ul.searchResults li h3 {
			font-family: "lucida grande", "lucida sans unicode" , arial, verdana, helvetica, sans-serif; 
			font-size: 12px;
			color: #619A42;
			margin: 0 0 4px;
		}
		ul.searchResults li h3 a{
			color: #619A42;
			text-decoration: none;
			font-weight: normal !important;
		}
		ul.searchResults li h3 span{
			color: #000000;
			text-decoration: none;
			font-weight: normal !important;

		}

		
		ul.searchResults li p.summary {
			margin: 0 0 11px;
			color: #20292F;
			font-size: 12px;
			}
			ul.searchResults li p.summary span.criteria {
				background: #333;
				color: #fff;
				padding: 0 4px;
			}
			
	.searchPagination {
		margin: 0 0 8px;
		padding: 0 0 10px;
		border-bottom: 1px solid #D8D8D8;
		width: 590px;
		overflow: hidden;
		}
		.searchPagination p {
			margin: 4px 0 0;
			padding: 0;
			color: #3F3D39;
			font-weight: bold;
			font-size: 12px;
			float: left;
			}
			.searchPagination p span{
				padding: 0 10px 0 12px;
				background: url("/wsimages/searchPaginationArrows.gif") left bottom no-repeat;
				}
				.searchPagination p span a{
					color: 619A42;
					text-decoration: underline;
					}
			.searchPagination p span.next{
				padding: 0 12px 0 10px;
				background-position: right top;
				}
	.searchPagination form {
		padding: 0 0 0 10px;
		float: left;
	}

#leftCol ul {
	list-style-position:outside;
	list-style-type: disc;
	margin-left:19px;

}


#leftCol ul li {
	padding-left:14px;
}

#leftCol ol {
	list-style-position: outside;
	margin-left:24px;
	list-style-type: decimal;
}

div.divider{
	height:1px;
	border-bottom:1px solid #D6D6D6;
	padding-top:5px;
	margin-bottom:10px;
}

h4.shortandfloated{
	float:left;
	width:160px;	
}

div.shortandfloated{
	float:left;
	width:114px	
}
