/* Global System Styles */

html {
	height: 100%;
}
body {
	margin: 0 0;
	height: 100%;
	
}

/* Override jQuery's default font size */
.ui-widget {
	font-size: 75%;
}

a, a:visited {
	color: #2f64a1;
}

h3 {
	
	margin-top: 1em;
	border-bottom: 1px solid #cccccc;
	color: #3b3b3b;
	
}

#top_header_bar {
	
	position: relative;
	height: 125px;
	z-index: 5;
}
#top_header_bar h2 {
	position: absolute;
	color: white;
	right: 25px;
	top: 15px;
}
#top_header_bar small {
	position: absolute;
	color: white;
	right: 25px;
	top: 70px;
	font-size: 6pt;
}

#main_navigation {
	position: absolute;
	width: 150px;
	top: 0px;
	z-index: 1;
	min-height: 100%;
	background-color: #cccccc;
	border-right: 1px solid #aaaaaa;
}

#nav_wrapper {
	position: fixed;
	width: 150px;
	top: 125px;
	
}

#page_area {
	position: relative;
	left: 152px;
	width: 700px;
	padding: .5em;
	
}

label {
	
	display: inline-block;
	width: 150px;
	
	padding: .5em;
	font-size: 80%;
	font-weight: bold;
	color: #454545;
	
	text-align: right;
	
}

/* Default Formatted Tables */
table.data {
	border-collapse:collapse;
}
table.data thead tr {
	color: white;
	background-color: #274176;
}
table.data thead th {
	text-align: left;
	padding: .3em;
	padding-bottom: .2em;
	border: 1px solid #274176;
}
table.data tbody td {
	border: 1px solid #459091;
	padding: .3em;
	padding-bottom: .2em;
}

table.data tbody tr:nth-child(even) {
	background-color: #efefef;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


/* Disable Printing */
.print_blocker {
	display: none;
}
@media print {
	img.print_blocker {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
	div.print_blocker {
		display: block;
		position: absolute;
		top: 30%;
		width: 100%;
		text-align: center;
		color: red;
		font-weight: bold;
		font-size: 1.5em;
		z-index: 101;
	}
	
	
	/* Hide Nav / Menu while printing */
	#top_header_bar {
		display: none;
	}
	#main_navigation {
		display: none;
		width: 0px;
	}
	
	#page_area {
		left: 5px;
	}
}
