body {
	background-color: #333F50;
	color: #000000;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #333F50;
	min-height: 100%;
}

#footer {
	/*
 height: 20px;
 width:100%;
*/
	border: 1px solid;
	background-color: #dddddd;
}

/* Header */
#header {
	position: relative;
	min-width: 1260px;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #333F50;
	color: #ffffff;
	border-bottom: 0px #ffffff solid;
}

#logo, #topleft {
	float: left;
	display: block;
}

#topright {
	float: right;
	/*background-image: url('/Content/topright.png');*/
	background-color: #333F50;
	text-align: right;
	vertical-align: top;
	width: 335px;
	height: 80px;
	color: Gray;
}

.title {
	font-size: 14pt;
	text-align: right;
}

a.topbar:visited {
	color: #3383bb;
	text-decoration: none;
}

a.topbar:link {
	color: #3383bb;
	text-decoration: underline;
}

a.topbar:active {
	color: #ff0000;
	text-decoration: underline;
}

a.topbar:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* end Header */

/* Path Panel */

#pathbar {
	width: 100%;
	float: left;
	margin-bottom: 3px;
	margin-right: 1px;
	min-width: 780px;
}

#toolbar {
	width: 100%;
	float: left;
	margin-bottom: 3px;
	margin-right: 4px;
}

.document_path {
	height: 21px;
	padding: 5px;
	border: thin groove #ddd;
	border-radius: 5px;
	font-size: 15px;
	background-image: url('/Areas/Common/Content/gradient_2.png');
	background-color: #dddddd;
	vertical-align: middle;
	white-space: nowrap;
	color: Gray;
}

.document_path2 {
	height: 21px;
	padding: 5px;
	border: thin groove #ddd;
	border-radius: 5px;
	font-size: 15px;
	background-image: url('/Areas/Common/Content/gradient_2.png');
	background-color: #dddddd;
	vertical-align: middle;
	white-space: nowrap;
}


.UserStatus {
	height: 21px;
	padding: 5px;
	border: thin groove #ddd;
	border-radius: 5px;
	font-size: 15px;
	background-image: url('/Areas/Common/Content/gradient_2.png');
	background-color: #dddddd;
	vertical-align: middle;
}

.UserResult {
	height: 21px;
	padding: 5px;
	border: thin groove;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: White;
	background-color: #7dc623;
	vertical-align: middle;
	margin-bottom: 5px;
}

.alt_row {
	background-color: #dddddd;
}

.total_row {
	background-color: rgb(110,133,158) !important;
	color: White !important;
	font-weight: bolder !important;
}

/* end Path Panel */

/* ------------------------------------------------------- */
/* Content */
/* ------------------------------------------------------- */

#Content {
	position: absolute;
	top: 83px;
	bottom: 0;
	left: 255px;
	right: 0;
	height: 100%;
	border-radius: 5px;
	/*margin-left:7px;*/
	margin-right: 4px;
}

#mainlayout {
	border: none;
}

.results {
	background-color: #ffffff;
	vertical-align: top;
	/*height:1200px;*/
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	border: 1px solid black;
	border-bottom: 0;
	margin-top: 0;
	border-radius: 5px;
	overflow: auto;
	min-width: 780px;
}

.noresults {
	background-color: #ffffff;
	vertical-align: top;
	font-size: 15pt;
	font-style: italic;
	min-width: 780px;
}

#Content_Account {
	position: absolute;
	top: 85px;
	left: 100px;
	right: 100px;
	min-height: 450px;
	min-width: 1520px;
	background-color: #ffffff;
	vertical-align: top;
	padding: 10px;
	border: 1px solid black;
	border-bottom: 0;
	margin-top: 0;
	border-radius: 5px;
}

	#Content_Account fieldset {
		border-radius: 5px;
	}

	#Content_Account legend {
		color: Navy;
	}

#access_message {
	min-height: 200px;
	min-width: 400px;
	max-width: 600px;
}

#Content_Account .copyright {
	display: block;
	text-align: right;
	padding-right: 10px;
}


.ResultTable {
	margin: 2px;
	width: 100%;
	bottom: 0;
}

	.ResultTable td {
		padding-left: 3px;
	}


#doc_view {
	width: 100%;
	border-style: groove;
	padding: 0 0 0 0;
	overflow: auto;
}

.action_toolbar {
	height: 30px;
	padding: 6px 0 0 0;
	border: thin groove;
	border-width: 1px;
	border-radius: 8px;
	background-image: url('/Areas/Common/Content/gradient_2.png');
	border-color: #fff;
	margin-bottom: 0;
	/*width:100%;*/
	min-width: 780px;
}

.actionbar_icon {
	display: block;
	border-style: none;
	border: 0;
	float: left;
	margin-top: -8px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
}

	.actionbar_icon:hover {
		outline: 1px solid #8dafb0;
	}

.link_icon {
	border-style: none;
	border: 0;
}

/* ------------------------------------------------------- */
/* Image Toolbar */
.image_toolbar {
	height: 34px;
	max-height: 34px;
	padding: 1px 0;
	border: thin groove;
	border-width: 1px;
	border-radius: 5px;
	background-image: url('/Areas/Common/Content/gradient_2.png');
	border-color: #fff;
	margin-bottom: 0;
	/*width:100%;*/
	min-width: 780px;
}

.image_toolbar_white {
	height: 34px;
	max-height: 34px;
	padding: 1px 0;
	margin-bottom: 0;
	/*width:100%;*/
	min-width: 780px;
	background-color: #ffffff;
}

.toolbar_element {
	float: left;
	vertical-align: middle;
	margin-left: 3px;
	margin-top: 1px;
}

.toolbar_element_right {
	float: right;
	vertical-align: middle;
	margin-left: 3px;
	margin-top: 1px;
}

.toolbar_element_left {
	float: left;
	vertical-align: middle;
	margin-left: 3px;
	margin-top: 1px;
}

#slider {
	margin-top: 15px;
	margin-right: 10px;
}


.image_toolbar a:active, a:selected, a:visited {
	border: none;
	outline: none;
}

.toolbar_icon {
	display: block;
	border-style: none;
	border: 0;
}

	.toolbar_icon:hover {
		outline: 1px solid #8dafb0;
	}


#image_slider {
	width: 200px;
}

#page_counter {
	font-family: 'Comic Sans MS';
	font-weight: lighter;
	font-size: large;
	color: Blue;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

#load_indicator, #load_indicator2 {
	float: left;
	text-align: center;
	font-size: 12px;
	color: #004E04;
	display: none;
	padding-top: 3px;
	padding-left: 5px;
	margin-top: 8px;
}

#load_indicator2 {
	margin-top: 2px;
}

#load_indicator3 {
	display: none;
	padding-top: 3px;
	padding-left: 5px;
}

#tif_download {
	margin-right: 10px;
}

#page_selector {
	font-family: 'Comic Sans MS';
	font-weight: lighter;
	font-size: 17px;
	color: Navy;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 3px;
	padding-bottom: 1px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #C9C9C9;
}

#page_result_selector {
	font-family: 'Comic Sans MS';
	font-weight: lighter;
	color: Navy;
	margin-top: -3px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 3px;
	padding-bottom: 1px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #C9C9C9;
}

.toolbar_selector {
	font-family: 'Comic Sans MS';
	font-weight: lighter;
	font-size: 17px;
	color: Navy;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 3px;
	padding-bottom: 1px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #C9C9C9;
}

/* ------------------------------------------------------- */


/* page icons */
.page_links {
	width: 100%;
	vertical-align: middle;
}

	.page_links ul {
		list-style-type: none;
		margin-top: -15px;
	}

	.page_links li {
		background-image: url('/Areas/Common/Content/icons/Document-48.png');
		float: left;
		width: 35px;
		height: 40px;
		margin: 0;
		padding: 0;
		text-align: center;
	}

		.page_links li a {
			font-family: 'Comic Sans MS';
			font-weight: lighter;
			font-size: medium;
			text-decoration: none;
			vertical-align: sub;
			line-height: 2.8em;
		}
/* ------------------------------------------------------- */

.active_image_panel {
	/*overflow:auto;*/
	background-color: #ffffff;
	border: 1px solid #000;
	margin: 3px;
}

/* ----------------------------------------------------------*/
/* Search Panel */
/* ----------------------------------------------------------*/
#search_panel {
	position: absolute;
	left: 5px;
	top: 82px;
	bottom: 0;
	width: 245px;
	vertical-align: top;
	text-align: center;
	vertical-align: top;
	margin-top: 2px;
}

#search_panel1 {
	margin-left: 0px;
	padding-left: 7px;
	padding-right: 7px;
}


/* Edit with hint */
input[type="text"].withhint {
	font-style: italic;
	color: Gray;
	width: 185px;
}

input[type="text"].withvalue, input[type="text"].update_text {
	font-style: inherit;
	color: inherit;
	width: 185px;
}

input[type="text"].edit_date {
	width: 149px;
}

.ui-datepicker-trigger {
	/*width:25px;*/
	height: 22px;
}

input[type="text"].update_text_wide {
	font-style: inherit;
	color: inherit;
	width: 300px;
}

select.update_text {
	font-style: inherit;
	color: inherit;
	width: 195px;
	border-radius: 4px;
}

select.update_text_wide {
	font-style: inherit;
	color: inherit;
	width: 308px;
	border-radius: 4px;
}

.copyright {
	font-size: 10pt;
	font-style: italic;
	color: gray;
	position: absolute;
	bottom: 0px;
	margin-bottom: 5px;
	right: 0px;
	margin-right: 10px;
}


/* end Search Panel */
/* ----------------------------------------------------------*/


/* FORM LAYOUT ELEMENTS   - most of them used on Search Panel
----------------------------------------------------------*/

fieldset {
	border: 1px solid #90b5be;
	padding: 1em 1em 1.4em 1em;
	margin: 0 0 1.5em 0;
	border-radius: 5px;
}

legend {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: #ddd;
	padding: 0 3px 6px 0;
}

textarea {
	min-height: 75px;
}

#comment_panel {
	height: 900px;
}


input[type="text"],
input[type="password"] {
	border: 1px inset #ccc;
	padding: 2px 2px 2px 4px;
	font-size: 1em;
	color: #444;
	width: 260px;
	border-radius: 5px;
}

textarea.dcn_comment {
	width: 250px;
	height: 250px;
	min-width: 100%;
	max-width: 100%;
	border: 1px inset #ccc;
	padding: 5px;
	font-size: 1.2em;
	color: #444;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 -40px 0 -40px;
}


.editor-field select {
	border: 1px inset #ccc;
	padding: 2px 2px 2px 4px;
	font-size: 1em;
	color: #444;
	border-radius: 5px;
	width: 268px;
}

.editor-field_wide select {
	border: 1px inset #ccc;
	padding: 2px 2px 2px 4px;
	font-size: 1em;
	color: #444;
	border-radius: 5px;
	width: 450px;
}

.editor-field-left {
	margin: 0;
	text-align: left;
}

input[type="submit"] {
	font-size: 1em;
	font-style: italic;
	padding: 5px;
	width: 90px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
	/*margin: 1em 0 0 0;*/
	margin: 0;
	text-align: left;
	/*font-style:italic;*/
	color: Navy;
	padding-left: 0.5em;
}

.display-field,
.editor-field,
.editor-field-select {
	/*margin: 0.5em 0 0 0;*/
	margin: 0;
}

.editor-field-wide {
	margin: 0;
	width: 268px;
}

.text-box {
	width: 30em;
}

	.text-box.multi-line {
		height: 6.5em;
	}

.tri-state {
	width: 6em;
}

.center-align {
	text-align: center;
}

/* ----------------------------------------------------------*/
/* Menu - Navigation */
/* ----------------------------------------------------------*/
.navTable {
	width: 100%;
	color: #333F50;
	padding: 2px;
	border: none;
}

#navBar {
	margin-top: 0px;
	height: 37px;
	background: #333F50;
	text-align: left;
	text-align: left;
	vertical-align: top;
	float: left;
}

#navContainer {
	padding-top: 8px;
	padding-left: 0px;
	height: 38px;
	/*background:url(/Content/mainBG.png) repeat-x;*/
	/*border:thin solid #ddd; /*#32343a;*/
	/*background:url(/Content/gradient.png) repeat-x;*/
	background-color: #333F50;
	/*border:thin solid #32343a;*/
}

	#navContainer ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#navContainer li {
		padding: 0;
		margin: 0;
		float: left;
	}

		#navContainer li a {
			text-decoration: none;
			color: white;
			display: block;
			padding-top: 7px;
			padding-left: 20px;
			padding-right: 20px;
			height: 22px;
			background: url(/Areas/Common/Content/buttonBGLight.png?v2.0) repeat-x;
			border-right: thin solid #32343a;
			border-bottom: thin solid #32343a;
			font-family: Tahoma, Geneva, sans-serif;
			border-radius: 12px;
		}

		#navContainer li:hover {
			background: url(/Areas/Common/Content/buttonFloatRightLight.png?v2.0) repeat-x right top;
			border-radius: 5px;
		}

		#navContainer li a:hover {
			/*background:url(/Areas/Common/Content/buttonFloatLeftLight.png) no-repeat left top;*/
			background-color: #333F50;
			font-family: Tahoma, Geneva, sans-serif;
			color: #32343a;
		}


/*----------------------------------------------------------------------*/

.user_list, .audit_list {
	overflow: auto;
	margin-bottom: 20px;
}

	.user_list th {
		color: navy;
	}

/*----------------------------------------------------------------------*/

#data_filter {
	min-height: 40px;
	min-width: 1258px;
	background-color: #dddddd;
	vertical-align: top;
	padding: 10px;
	border: 1px solid black;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	border-radius: 5px;
}

input[type="text"].datefilter {
	width: 100px;
}

.colorAnnotationTab {
	background-color: #ffb3b3;
	font-weight: 900;
}

.td-small {
	min-width: 120px;
	padding-left: 5px;
}

.td-big {
	min-width: 250px;
	padding-left: 5px;
}

.td-big-wrap {
	min-width: 250px;
	padding-left: 5px;
	word-wrap: break-word;
}

.right-align {
	text-align: right;
}
