html
{
  overflow-y: scroll
}

body
{
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-size:84%;
	color:#333;
	margin:0;
	background-image:url(/images/tsbg.png);
	background-repeat:repeat-y;
	background-position:100px 0px;
	background-color:#F4F4F4;
}

form
{
	margin:0;
}

.mainbody
{
	width:800px;	
	text-align:left;
	margin:0 auto;
	background-image:url(/images/outerbg.png);
}

#header
{
	height:150px;
	width:100%;
    text-align:center;
	background-image:url(/images/headerbg.png);
	border-bottom:solid 2px #071F4D;
}

#headerinner
{
	width:800px;	
	padding:30px 0px 20px 0px ;
	font-size:3.2em;
	margin:0 auto;
	color:#fff;
	background-image:url(/images/fpicon.png);
	background-repeat:no-repeat;
	background-position:720px 10px;
}

#nav
{
	border-bottom:solid 1px #071F4D;
	margin-bottom:20px;
	padding:0px;
	background-color:#071F4D;
}
#nav a 
{
	padding:5px 10px;
	display:inline-block;
	font-weight:bold;
	color:#fff;
}
#nav a:hover, #nav a.sel
{
	color:#071F4D !important;
	background-color:#fff;
	color:#fff;
	text-decoration:none;
}
#nav span
{
	width:1px !important;
	font-size:1px !important;
}

.login
{
	float:right;
	border-right:solid 1px #071F4D;
}

a, a:visited
{
	color:#333;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#tabContainer
{
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	padding:10px;
	background-image:url(/images/mainbg.png);
	
}

.heading
{
	font-weight:bold;
	padding-top:20px;
	font-size:1.5em;
}

#tsOuter
{	
	background-position:top right;
	background-repeat:no-repeat;
}

.tdHeadingTable td
{
	width:33%;
	vertical-align:top;
}

.tsHeader
{
	font-size:2em;
	font-weight:bold;
}
.tsDate
{
	font-weight:bold;
}

.timesheet td, .timesheet th
{
	font-size: 12px;
}

.tsTrade
{
	font-size:0.8em;
}

.tsSite
{
	font-weight:bold;
	font-size:0.9em;
}

.tsSignedOff
{
	width:100%;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	margin-right:5px;
	margin-bottom:5px;
	font-size:0.8em;
}

.tsedittable tbody tr:hover
{
	background-color:#ddd;
}

.tsEdit
{
	width:20px;
	text-align:center;
	background-color:Transparent;
}

.slideHeader
{
  padding:5px 10px;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
}
.one
{
	background-color:#ddd;
}
.two
{
	background-color:#2A6B2F;
}
.three
{
	background-color:#E42929;
}

.selected
{
  background-color:#071F4D !important;
  color:#fff;
  font-weight:bold;
}
.slideBodyOne
{
  border-left:solid 1px #ddd;
  border-right:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
  padding:5px;
}
.slideBodyTwo
{
  border-left:solid 1px #2A6B2F;
  border-right:solid 1px #2A6B2F;
  border-bottom:solid 1px #2A6B2F;
  padding:5px;
}
.slideBodyThree
{
  border-left:solid 1px #E42929;
  border-right:solid 1px #E42929;
  border-bottom:solid 1px #E42929;
  padding:5px;
}

.slidePanel
{
  margin:5px;
}

.divi
{
	font-size:0.1em;
	display:block;
	width:100%;
	height:2px;
	background-color:#071F4D !important;
	margin:0px 0px 20px 0px;
}

.highlight
{
	background-image:url(/images/redhash.png);
}

.filters *
{
	font-size:11px;
}

.evenrow
{
	background-image:url(/images/evenbg.png);
}

#loginbox
{
	height:205px;
	width:316px;
	background-image:url(/images/loginbox.png);
	background-repeat:no-repeat;
	margin:0 auto;
}
#loginboxinner
{
	padding:15px 20px 0px 10px;
	color:#fff;
	font-weight:bold;
}

#ctl00_maincontent_login_login_UserName, #ctl00_maincontent_login_login_Password
{
	width:190px;
}
#ctl00_maincontent_login_login_LoginButton
{
	width:75px;
}

#copyright
{
	text-align:right;
	font-size:9px;
	color:#aaa;
	padding-right:5px;
}
