/* Global*/
* {
	border: none;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	outline: none;
	padding: 0;
	font-size: 12px;
}

html,
body {
	background: #fff;
	height: 100%;
}

/* Anchors */
a {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* Input */
input[type=text],
input[type=password],
textarea,
select {
	display: block;
	float: left;
	width: 200px;
	height: 18px;
	margin: 1px 1px 1px 3px;
	padding: 1px 3px;
	line-height: 18px;
	border: 1px solid #7a7a7a;
	border-radius: 2px;
}



input.Small {
	width: 65px;
}

input.Medium {
	width: 125px;
}

textarea {
	width: 300px;
	height: 100px;
	resize: none;
	overflow: auto;
}

textarea.Small {
	width: 200px;
}

select {
	min-width: 100px;
	width: auto;
	padding: 2px;
	height: 22px;
}

input[type=checkbox] {
	margin: 6px 3px 0;
	cursor: pointer;
}

.inputerror
{
	border: 1px solid red !important;
}

label.inputerror
{
	border: 0px !important;
	color: red;
}

/* Buttons */
input.ui-button {
	padding: 3px 10px 4px !important;
}

input.ui-datepicker {
	width: 80px;
}

input.ui-datepickertime {
	width: 20px;
}
.FloatLeft
{
	float: left !important;
}

.FloatRight
{
	float: right !important;
}

.ClearFloat
{
	clear: both;
}

a.Button {
	background: url(../../Images/Button.png) no-repeat left top;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 5px 0 0;
	padding: 0 10px;
	text-align: left;
	text-decoration: none;
	width: 150px;
}


/* Table */
table {
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* Fieldset */
fieldset {
	border: 1px solid #999;
	float: left;
	padding: 0 10px 10px;
	margin: 5px;
}

	legend {
		background: #fff;
		padding: 0 3px;
	}

/* Main */
div.MainContainer {
	margin: 0 auto;
	width: 990px;
	min-height: 100%;
	position: relative;
}

.DatagridTab {
	position: absolute; 
	top: 175px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	overflow: auto; 
	background-color: white;
	margin-top: 10px;
}

/* Header */
div.Header {
	/*background: url(../../Images/Header.png) no-repeat left top;*/
	background-color: #FFFFFF;
	/*padding-top: 159px;*/
}

	/* Navigation */
	div.Header ul.Navigation {
		background: #0095d9 url(../../Images/Navigation.png) no-repeat right top;
		height: 30px;
		list-style: none;
		padding: 5px 0;
	}

		div.Header ul.Navigation * {
			color: #fff;
			line-height: 30px;
			font-size: 15px;
			font-weight: bold;
		}

		div.Header ul.Navigation li {
			float: left;
			padding-left: 10px;
		}

			div.Header ul.Navigation li *{
				float: left;
			}

			div.Header ul.Navigation a {

				margin-right: 10px;
				padding: 0 11px;
			}

			div.Header ul.Navigation a:hover,
			div.Header ul.Navigation a:active,
			div.Header ul.Navigation a.Active {
				background: #0d2e49;
				border-radius: 10px;
				-moz-border-radius: 10px;
				text-decoration: none;
			}


/* Container */
div.Container {
	position: relative;
	margin: 10px 0;
	background: #dbe0e4;
	min-height: 300px;
	overflow: hidden;
}

	div.Container * {
		color: #000;
	}
	/*
	div.Container > div,
	div.Container > iframe {
		float: left;
		margin: 0 0 10px 10px;
	}

	div.Container > div:first-child {
		margin: 0 0 10px 0;
	}
	*/
	/* GroupBox */

	.TabControlDataContainer, .TabControlDataContainerLarge{
		position: absolute !important;
		top: 44px;
		bottom: 10px;
		right: 10px;
		width: 808px;

		background: #fff;
		border: 1px solid #999;
		overflow: auto;
		-webkit-overflow-scrolling:touch;
	}

	.TabControlDataContainerLarge {
		width: 968px !important;
	}

	.TabControlDataContainer.Dialog
	{
		width: 580px;
		bottom: 50px;
		border: none;
	}

	.GroupBox {
		width: 810px;
	}

	.GroupBox.TabControlItem {

		height: 100%;
		position: absolute;
		top: 0px;
		/*
		position: absolute !important;
		top: 44px;
		bottom: 0px !important;
		width: 808px;


		background: #fff;
		border: 1px solid #999;

		display: none;

		margin: 0 0 0 10px;

		right: 10px;
		*/
	}

	.GroupBox.TabControlItem.Large {
		width: 968px;
		margin: 0;
	}

	.GroupBox.TabControlItem.Dialog {
		width: 578px;
	}

	.TabControlDataContainer.Dialog
	{

	}

	.TabControlDataContainer iframe
	{
		width: 808px !important;
	}

	.TabControlDataContainerLarge iframe
	{
		width: 968px !important;
	}

		div.GroupBox h2 {
			background: url(../../Images/GroupBoxHeader.png);
			line-height: 40px;
			padding: 0 20px;
			font-size: 14px;
			width: 317px;
		}

		div.GroupBoxContainer {
			background: #fff;
			overflow: auto;
		}

		div.GroupBoxContainer.Border {
			border: 1px solid #999;
		}

	/* Sidebar */
	div.Sidebar {
		position: absolute;
		top: 10px;
		left: 10px;
		bottom: 10px;

		width: 150px;
	}

		div.Sidebar > div.DatagridContainer {
			background: #fff;
			position: absolute;
			width: 148px;
			border: 1px solid #999;
			top: 40px;
			bottom: 0px;
		}

		div.Sidebar div.ButtonWrapper {
			padding: 5px 0 0;
			overflow: hidden;
		}

		div.Sidebar td {
			color: #333;
		}

	/* SearchBox */
	div.SearchBox {
		background: url(../../Images/Searchbox.png) no-repeat left top;
		height: 24px;
		margin-bottom: 10px;
		width: 150px;
	}

		div.SearchBox input[type=text] {
			background: none;
			border: none;
			color: #333;
			display: block;
			float: left;
			width: 116px;
			height: 20px;
			line-height: 20px;
			margin: 1px 0 1px 5px;
			padding: 1px;
		}

		div.SearchBox input[type=submit] {
			background: none;
			display: block;
			float: left;
			width: 20px;
			height: 22px;
			margin: 1px;
		}

	/* TabControl */
	ul.TabControl {
		border-bottom: 10px solid #0d2e49;

		list-style: none;
		margin: 0 0 0 0 ;
		width: 100%;
	}

	ul.NoBorder {
		border-bottom: 0px !important;
	}

	ul.TabControl.Large {
		width: 970px;
	}

		ul.TabControl li {
			float: left;
		}

			ul.TabControl li a {
				background: #b2bcc5;
				border-radius: 3px 3px 0 0;
				color: #fff;
				display: block;

				font-size: 13px;
				font-weight: bold;
				line-height: 24px;
				margin-right: 3px;
				margin-top: 3px;
				padding: 0 10px;
			}

			ul.TabControl li:first-child a {
				margin-left: 0;
			}

			ul.TabControl li a:hover {
				text-decoration: none;
			}

			ul.TabControl a.Active {
				background: #0d2e49;
			}

			ul.TabControl li a.Disabled {
				color: #666;
			}

	ul.TabControl:after
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/* Toolbar Control */
	ul.ToolbarControl {
		background: #fff;

		list-style: none;
		padding: 5px 0 5px 5px;

		border-bottom: 1px solid #999;
		/*border-bottom: 1px solid red;*/
	}

		ul.ToolbarControl li {
			float: left;
		}

		ul.ToolbarControl li.Filter {
			float: right !important;

			padding-top: 7px;
			padding-right: 10px;
			vertical-align: middle;
		}

		ul.ToolbarControl li.Filter *{

		}

			ul.ToolbarControl li a,
			ul.ToolbarControl li input[type=submit],
			ul.ToolbarControl li input[type=button] {
				display: block;
				color: #3d82b7;
				font-weight: bold;
				height: 39px;
				line-height: 39px;
				padding: 0 20px 0 43px;
			}

			ul.ToolbarControl li .Add {
				background: url(../../Images/ToolbarButtons.png) no-repeat 0px 0px;
			}

			ul.ToolbarControl li .Edit {
				background: url(../../Images/ToolbarButtons.png) no-repeat 0px -39px;
			}

			ul.ToolbarControl li .Delete {
				background: url(../../Images/ToolbarButtons.png) no-repeat 0px -78px;
			}

	/* Datagrid */
	div.DatagridContainer {
		border-top: 1px solid #999;
		/*
		bottom: 0;
		left: 0;
		overflow: auto;
		*/
	}

	div.DatagridContainer
	{
		overflow: auto;
	}

	table.Datagrid {
		width: 100%;
		border-bottom: 1px solid #748796;
	}

		table.Datagrid tr:not(.Header):not(.Selected):nth-child(odd) {
			background: #fff;
		}

		table.Datagrid tr:not(.Header):not(.Selected):nth-child(even) {
			background: #f3f4f6;
		}

		table.Datagrid tr.Selected {
			background: #bcddff !important;
		}

		table.Datagrid tr.Header {
			background: #748796;
		}

			table.Datagrid td {
				color: #333;
				height: 36px;
				vertical-align: middle;
				padding-left: 20px;
				border-left: 1px solid #748796;
				cursor: pointer;
			}

			table.Datagrid td.MultiLine
			{
				line-height: 18px !important;
			}

			table.Datagrid td.ErrorLine
			{
				color: #FF0000;
			}

			table.Datagrid td.ErrorLineOrange
			{
				color: #ff8000;
			}

			table.Datagrid td:first-child {
				border-left: none;
			}

			table.Datagrid tr.Header td {
				color: #fff;
				font-weight: bold;
			}

			table.Datagrid input[type=checkbox] {
				margin: 14px 0 0 -2px;
			}

				table.Datagrid a {
					color: #333;
				}

	/* Content */
	div.ContentContainer {
		padding:10px;
		-webkit-overflow-scrolling:touch;
	}

	table.Content {
		width: 100%;
	}

	table.Content td, table.Content td > span {
		padding: 1px 0;
		line-height: 21px;
	}

	table.Content td:first-child {
		line-height: 24px;
		width: 180px;
	}

	table.Content td > span {
		display: block;
		float: left;
	}

	table.Content select {
		min-width: 130px;
	}

	/* ContentWide */
	table.ContentWide {
		width: 100%;
	}

	table.ContentWide td, table.ContentWide td > span {
		padding: 1px 0;
		line-height: 21px;
	}

	table.ContentWide td:first-child {
		line-height: 24px;
		width: 150px;
	}

	table.ContentWide td > span {
		display: block;
		float: left;
	}

	table.ContentWide td input{
		width: 300px;
	}

	table.ContentWide td select{
		width: 308px;
	}

	table.ContentWide td textarea{
		width: 300px;
	}

	table.ContentWide td input[type="checkbox"]{
		width: auto;
	}

	/* Wrapper */
	div.Wrapper {
		float: left;
	}

/* Footer */
div.Footer {
	width: 990px;
	height: 40px;
	line-height: 40px;
	background: #0095d9;
}

div.Footer * {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

	div.Footer span {
		float: left;
		padding-left: 20px;
	}

	div.Footer a {
		float: right;
		padding-right: 20px;
	}

/* Dialog */
div.DialogWrapper {
	position: relative;
	padding: 2px 0 0 !important;
}

	iframe.DialogIframe {
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
	}

	div.ui-dialog {
		padding: 3px !important;
	}

	div.ui-dialog-titlebar {
		padding: 4px 6px !important;
	}

		/* Content */
		div.DialogContainer {
			bottom: 38px;
			left: 0;
			padding: 4px 5px 0;
			position: fixed;
			right: 0;
			top: 0;
			-webkit-overflow-scrolling:touch;
		}

		div.DialogContainer > div {
			-webkit-overflow-scrolling:touch;
		}

		div.DialogContainer.Tabs {
			bottom: 35px;
			top: 34px;
		}

		div.DialogContainer.ToolbarControl {
			border-bottom: 1px solid #aaa;
			bottom: 1px;
			top: 83px;
		}

		div.DialogContainer.Overflow {
			border-left: 1px solid #aaa;
			border-right: 1px solid #aaa;
			overflow: hidden;
			overflow-y: scroll;
			padding: 0;
		}

		/* Buttons */
		div.ButtonToolbar {
			background: #fff;
			border-top: 1px solid #aaa;
			bottom: 0;
			left: 0;
			height: 24px;
			padding: 6px 2px 4px;
			position: fixed;
			right: 0;
			text-align: right;
		}

div.DatagridContainer {
	-webkit-overflow-scrolling:touch;
}

div.DatagridHeader {
	position:fixed;
	top:0;
	left:0;
	right:0;
}
div.ManageDatagridContainer {
	padding-top:49px;
}

/* Log */
div.DatagridContainer.Log {
	position: absolute;
	top: 94px;
	left: 10px;
	right: 10px;
	bottom: 110px;
}

div.GroupBox.Log {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 790px;

	padding-bottom: 0px;
}

	div.GroupBox.Log div.GroupBoxContainer {
		border: 1px solid #aaa;
		height: 90px;

		line-height: 18px;
	}

/* FileAttachment */
div.DatagridContainer.FileAttachment {
	position: absolute;
	top: 96px;
	left: 10px;
	right: 400px;
	bottom: 110px;
}

div.GroupBox.FileAttachment {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 790px;

	padding-bottom: 0px;
}

	div.GroupBox.FileAttachment div.GroupBoxContainer {
		border: 1px solid #aaa;
		height: 90px;

		line-height: 18px;
	}

div.DashboardActionFilter, div.DashboardActionData{
	position: absolute;

	top: 0px;
	bottom: 0px;
	right: 0px;
}

div.DashboardActionFilter {
	left: 0px;
	width: 20%;
}

div.DashboardActionData {
	left: 20%;
	width: 80%;
}

div.DashboardColumn1, div.DashboardColumn2, div.DashboardColumn3
{
	position: absolute;

	top: 0px;
	bottom: 0px;
}

div.DashboardColumn1
{
	left: 0px;
}

div.DashboardColumn3
{
	left: 67%;
}

div.DashboardColumnData
{
	margin: 10px;

	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

div.DashboardColumnDataTop
{
	margin: 10px;

	position: absolute;
	top: 0px;
	bottom: 50%;
	left: 0px;
	right: 0px;
}

div.DashboardColumnDataBottom
{
	margin: 10px;

	position: absolute;
	top: 50%;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

div.DashboardColumnContent
{
	position: absolute;
	top: 30px;
	bottom: 0px;
	left: 0px;
	right: 0px;

	background-color: #FFFFFF;

	overflow: auto;
}

div.DashboardColumnTitle
{
	height: 30px;
	line-height: 30px;
	background-color: #0095D9;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	color: #fff;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
}

#FileAttachmentImageViewerLink {
	float:none;
	text-align: center;
}

#FileAttachmentImageViewerLink img {
	float:none;
	max-width:380px;
	width: expression(this.width > 380 ? 380: true);

	max-height:380px;
	height: expression(this.width > 380 ? 380: true);
}

#DashboardActionOverview td span, #DashboardFailureOverview td span
{
	color: #000000;
}

td.ErrorLine span:first-child, td.ErrorLine span:first-child
{
	color: #FF0000 !important;
}

td.ErrorLineOrange span:first-child, td.ErrorLineOrange span:first-child
{
	color: #ff8000 !important;
}

td.ErrorLineGreen span:first-child, td.ErrorLineGreen span:first-child
{
	color: #00d800 !important;
}

ul.HorizontalContainer
{
	list-style: none;
}

ul.HorizontalContainer li
{
	float: left;
	padding: 10px 10px 10px 10px;
}

/* InspectionQuestion */
table.Datagrid.InspectionQuestionLog td, table.Datagrid.InspectionQuestionLog label
{
	font-size: 10px;
	padding-left: 5px;
}

/* InspectionQuestion */
table.Datagrid.MaintenanceQuestionLog td, table.Datagrid.MaintenanceQuestionLog label
{
	font-size: 10px;
	padding-left: 5px;
}

div.DatagridContainer.InspectionQuestionLog
{
	position: absolute;
	top: 160px;
	left: 5px;
	right: 5px;
	bottom: 10px;
}

#AjaxLoaderOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: #000000;
	filter: alpha(opacity=40);
	opacity: .40;
}

#AjaxLoader {
	position: fixed;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -90px;
	padding-bottom: 32px;
	border: 2px solid #0095d9;
	background-color: #fff;
	background-position: center 35px;
	background-repeat: no-repeat;
	background-image: url(data:image/gif;base64,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);

}

#AjaxLoader h3{
	margin: 0;
	padding: 0 20px;
	height: 26px;
	line-height: 26px;
	background: #0095d9;
	color: #fff;
	font-size: 12px;
}