﻿body {
	background-color: #cacbce;
}

	body.IE_7_0 {
		line-height: normal;
	}

html {
	overflow-y: scroll;
}

#main {
	background-color: #ffffff;
	border: 1px solid #83858b;
	border-top: none;
	margin: 0;
	float: left;
	min-width: 99%;
}

body.IE_7_0 #main {
	float: none;
}

div#header {
	background-image: url(../img/mml_ss_p_rgb_100.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	min-height: 100px;
	margin: 0;
}

div#userInfo {
	float: right;
	white-space: nowrap;
}

	div#userInfo span, div#userInfo a {
		display: block;
		text-align: right;
		margin: 16px;
	}

div#content {
	clear: both;
	min-height: 500px;
	padding: 16px;
}

div#tabs {
	float: right;
	clear: both;
	margin: 32px 8px 0 0;
}

	div#tabs, div#tabs a {
		color: #282a32;
	}

		div#tabs ul li {
			float: left;
			display: inline;
			color: #404040;
			font-weight: bold;
			background-color: #f3bd90;
			background-image: linear-gradient(top, #f9dec8 33%, #f3bd90 67%);
			background-image: -o-linear-gradient(top, #f9dec8 33%, #f3bd90 67%);
			background-image: -moz-linear-gradient(top, #f9dec8 33%, #f3bd90 67%);
			background-image: -webkit-linear-gradient(top, #f9dec8 33%, #f3bd90 67%);
			background-image: -ms-linear-gradient(top, #f9dec8 33%, #f3bd90 67%);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #f9dec8),color-stop(0.67, #f3bd90));
			margin: 0;
			padding: 16px 32px;
		}

			div#tabs ul li.first {
				border-top-left-radius: 16px 50%;
				-moz-border-radius-topleft: 16px 50%;
				background-color: #ca908c;
				background-image: linear-gradient(top, #e1c1bc 33%, #ca908c 67%);
				background-image: -o-linear-gradient(top, #e1c1bc 33%, #ca908c 67%);
				background-image: -moz-linear-gradient(top, #e1c1bc 33%, #ca908c 67%);
				background-image: -webkit-linear-gradient(top, #e1c1bc 33%, #ca908c 67%);
				background-image: -ms-linear-gradient(top, #e1c1bc 33%, #ca908c 67%);
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #e1c1bc),color-stop(0.67, #ca908c));
			}

			div#tabs ul li.last {
				border-top-right-radius: 16px 50%;
				-moz-border-radius-topright: 16px 50%;
				background-color: #6887b6;
				background-image: linear-gradient(top, #8ea3c8 33%, #6887b6 67%);
				background-image: -o-linear-gradient(top, #8ea3c8 33%, #6887b6 67%);
				background-image: -moz-linear-gradient(top, #8ea3c8 33%, #6887b6 67%);
				background-image: -webkit-linear-gradient(top, #8ea3c8 33%, #6887b6 67%);
				background-image: -ms-linear-gradient(top, #8ea3c8 33%, #6887b6 67%);
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #8ea3c8),color-stop(0.67, #6887b6));
			}

div#menu {
	border-bottom: none;
	position: relative;
	clear: both;
	background-color: #dadbde;
	border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	background-image: linear-gradient(top, #eaebee 33%, #dadbde 67%);
	background-image: -o-linear-gradient(top, #eaebee 33%, #dadbde 67%);
	background-image: -moz-linear-gradient(top, #eaebee 33%, #dadbde 67%);
	background-image: -webkit-linear-gradient(top, #eaebee 33%, #dadbde 67%);
	background-image: -ms-linear-gradient(top, #eaebee 33%, #dadbde 67%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #eaebee),color-stop(0.67, #dadbde));
	margin: 0 8px;
	z-index: 2;
}

	div#menu ul {
		margin: 0;
		padding: 0 16px;
		width: 98%;
	}

		div#menu ul li {
			float: left;
			display: inline;
			cursor: pointer;
			white-space: nowrap;
			border-bottom: none;
			position: relative;
			margin: 0;
			padding: 0;
		}

			div#menu ul li h3 {
				color: #282A32;
				border: 1px solid transparent;
				border-bottom-color: #dadbde;
				position: relative;
				background-color: #dadbde;
				background-image: linear-gradient(top, #eaebee 33%, #dadbde 67%);
				background-image: -o-linear-gradient(top, #eaebee 33%, #dadbde 67%);
				background-image: -moz-linear-gradient(top, #eaebee 33%, #dadbde 67%);
				background-image: -webkit-linear-gradient(top, #eaebee 33%, #dadbde 67%);
				background-image: -ms-linear-gradient(top, #eaebee 33%, #dadbde 67%);
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #eaebee),color-stop(0.67, #dadbde));
				padding: 8px;
				font-weight: normal;
			}

			div#menu ul li:hover h3, div#menu ul li.active h3 {
				z-index: 3;
				background-color: #eaebee;
				background-image: linear-gradient(top, #dadbde 33%, #eaebee 67%);
				background-image: -o-linear-gradient(top, #dadbde 33%, #eaebee 67%);
				background-image: -moz-linear-gradient(top, #dadbde 33%, #eaebee 67%);
				background-image: -webkit-linear-gradient(top, #dadbde 33%, #eaebee 67%);
				background-image: -ms-linear-gradient(top, #dadbde 33%, #eaebee 67%);
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #dadbde),color-stop(0.67, #eaebee));
				border-color: #cacbce;
			}

			div#menu.noJS ul li:hover h3, div#menu ul li.active h3, div#menu ul li.active:hover h3 {
				border-bottom-color: #eaebee;
			}

				div#menu.noJS ul li:hover h3.empty, div#menu ul li.active h3.empty {
					border-bottom-color: #000000;
				}

			div#menu ul li h3 a:hover {
				text-decoration: none;
			}

			div#menu ul li div {
				position: relative;
				z-index: 1;
			}

			div#menu ul li.active div {
				z-index: 2;
			}

		div#menu ul div ul {
			border: 1px solid #cacbce;
			color: black;
			position: absolute;
			display: none;
			width: 200px;
			top: -1px;
			font-size: .8em;
			background-color: #fafbfe;
			background-image: linear-gradient(top, #eaebee 33%, #fafbfe 67%);
			background-image: -o-linear-gradient(top, #eaebee 33%, #fafbfe 67%);
			background-image: -moz-linear-gradient(top, #eaebee 33%, #fafbfe 67%);
			background-image: -webkit-linear-gradient(top, #eaebee 33%, #fafbfe 67%);
			background-image: -ms-linear-gradient(top, #eaebee 33%, #fafbfe 67%);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #eaebee),color-stop(0.67, #fafbfe));
			-moz-border-radius: 0;
			border-radius: 0;
			border-bottom-left-radius: 8px;
			-moz-border-radius-bottomleft: 8px;
			border-bottom-right-radius: 8px;
			-moz-border-radius-bottomright: 8px;
			padding: 8px 0;
		}

	div#menu.noJS ul li:hover div ul {
		display: block;
	}

	div#menu ul li ul li {
		display: list-item;
		border: none;
		float: none;
		padding: 2px;
	}

		div#menu ul li ul li a {
			display: block;
			padding: 8px;
		}

div#actionMenu {
	float: right;
	border-top: 0;
	min-width: 200px;
	margin: 0 0 15px;
}

body.IE_7_0 div#actionMenu {
	margin-bottom: 0;
}

div#actionMenu h3 {
	background-color: #fafbfe;
	border: 1px solid #eaebee;
	border-bottom: none;
	border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	margin: 0;
	padding: 16px;
	font-weight: normal;
}

div#actionMenu ul {
	font-size: .75em;
	background-color: #ffffff;
	border: 1px solid #eaebee;
	border-top: none;
	background-image: linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -o-linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -moz-linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -webkit-linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -ms-linear-gradient(top, #fafbfe 33%, #ffffff 67%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #fafbfe),color-stop(0.67, #ffffff));
	border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	margin: 0;
	padding: 0 40px 16px;
}

	div#actionMenu ul li {
		cursor: pointer;
		list-style-type: square;
		color: #000000;
		padding-right: 20px;
		margin-bottom: 3px;
	}

div#footer {
	text-align: right;
	font-size: .8em;
	color: #74757e;
	clear: both;
	padding: 16px 8px;
}

	div#footer a {
		color: #74757e;
		font-weight: normal;
	}

span.divider {
	padding: 0 5px;
}

div#breadcrumb {
	margin-bottom: 16px;
	font-size: .8em;
	float: left;
}

li.breadcrumb {
	display: inline;
}

#welcomeMessage {
	margin-left: 16px;
}

div#Terms p {
	padding: 0 0 10px;
}

div#Terms h3 {
	font-weight: bold;
	padding: 10px 0 5px;
}

div#Terms address {
	white-space: pre;
	padding: 0 0 10px;
}

div#tabs ul {
	margin: 0;
	padding: 0;
}

div#Terms {
	font-size: .9em;
}

#cookieWarning {
	position: fixed;
	bottom: 0;
	padding: 8px 16px 16px;
	width: 50%;
	left: 25%;
	margin: 0;
	color: #cacbce;
	border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	background-color: #404040;
	background-image: linear-gradient(top, #404040 33%, #7f7f7f 67%);
	background-image: -o-linear-gradient(top, #404040 33%, #7f7f7f 67%);
	background-image: -moz-linear-gradient(top, #404040 33%, #7f7f7f 67%);
	background-image: -webkit-linear-gradient(top, #404040 33%, #7f7f7f 67%);
	background-image: -ms-linear-gradient(top, #404040 33%, #7f7f7f 67%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.33, #404040),color-stop(0.67, #7f7f7f));
	z-index: 3;
	text-align: center;
}

#errorReferenceId {
	font-weight: bold;
}

fieldset#communicationPreference div * {
	vertical-align: middle;
}

div#advancedSearch {
	margin-top: 20px;
}

	div#advancedSearch h3.ui-state-active {
		border-color: #83858B;
	}

.ui-widget-content > h3 {
	margin: 16px 0 8px;
	font-size: 1.1em;
}

#TSAUntickWarning {
	display: none;
}

div.timesheetEntry .loader {
	color: #466EA5;
	font-size: 2.25em;
	padding: 128px;
	text-align: center;
}
div.timesheetEntry table {
	table-layout: fixed;
	width: 100%;
	background-color: #83858b;
	border: 1px solid #acadb3;
	margin-bottom: 32px;
}

	div.timesheetEntry table .disabled {
		color: #acadb3;
	}

	div.timesheetEntry table p {
		margin: 8px 0;
	}

	div.timesheetEntry table input {
		padding: 5px 1px;
		width: 50px;
		border-color: #83858b;
		text-align: center;
	}

		div.timesheetEntry table input.time {
			width: 42px;
		}

		div.timesheetEntry table input.hour {
			width: 35px;
		}

		div.timesheetEntry table input.disabled {
			border-color: #acadb3;
			background: #E5E5E5;
		}

	div.timesheetEntry table th,
	div.timesheetEntry table td {
		text-align: center;
		margin: 0;		
		padding: 8px;
		border: 1px solid white;
		vertical-align: middle;		
	}

	div.timesheetEntry table thead th {
		font-weight: bold;
		background-color: #466EA5;
	}

	div.timesheetEntry table th {
		background-color: #6887B6;
		color: white;
	}

	div.timesheetEntry table th p.total {
		font-size: 0.8em;
	}

	div.timesheetEntry table th div.rateheader {
		display: table;
		width: 100%;
		font-size: 0.75em;
		text-align: right;
		margin-bottom: 7px;
	}

	div.timesheetEntry table th div.ratekey {
		display: table-cell;
		text-align: left;
	}

	div.timesheetEntry table th div.ratevalue {
		display: table-cell;
		text-align: right;
	}

	div.timesheetEntry table td {
		background-color: #E5E5E5;
		vertical-align: top;
	}

	div.timesheetEntry table td.center {
		vertical-align: middle;
	}

		div.timesheetEntry table td.empty {
			background-color:  #cacbce;
		}
		div.timesheetEntry table td p {
			margin: 0;
			margin-top: 8px;
			padding: 0;
		}

	div.timesheetEntry table tr.summary td {
		text-align: left;
		font-size: 1em;
	}

	div.timesheetEntry div.header td {
		text-align: left;
		border-right: 0;
		border-left: 0;
		border: 0;
		padding: 5px;
	}
	
	div.timesheetEntry table div.cellEntry {
		display: block;
		margin: auto;
	}

	div.timesheetEntry table div.cellEntry div {
		display: inline-block;
		margin-bottom: 8px;
	}

	div.timesheetEntry table div.cellEntry span,
	div.timesheetEntry table div.cellEntry input {
		display: block;
	}

	div.timesheetEntry table div.cellEntry span {
		margin-bottom: 4px;
	}

	div.timesheetEntry table div.cellEntry span.label {
		font-weight:bold;
	}

	div.timesheetEntry table div.notify,
	div.timesheetEntry table div.units {
		float: left;
		padding-left: 1px;
	}
	
	div.timesheetEntry table div.rates {
		float: right;
		padding-right: 1px;
	}

	div.timesheetEntry table div.rates span.label {
		font-weight:bold;
	}
		
	div.timesheetEntry div.header td.label {
		font-weight: bold;
		width: 150px;
	}

	div.timesheetEntry table tr.total td.padding{
		background-color: white;
		text-align: left;
		vertical-align: middle;
		font-size: 0.9em;
	}

	div.timesheetApprove table th.select{
		padding-left:17px;
	}
	
	div.timesheetApprove table th  input[type='checkbox']{
		vertical-align: middle	
	}
	
	div.timesheetRates table {
		min-width: 200px;
		width: 300px;
		font-size: 1.2em;		
	}
	
	div.timesheetRates table td.total {
		text-align: right
	}

	div.timesheetRates table tr.summary {
		font-size: 1.15em; 
		font-weight: bold;
	}

div.timesheetEntry .ui-state-disabled {
	opacity: .75;
	filter:Alpha(Opacity=75);
	background-image: none;	
}
