html {
		background-color: #F4F4F4;
}

#div_nav {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 60px;
		z-index: 100;
		background-color: #2a2a2a;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.6);
}

#corp_logo {
		position: fixed;
		top: 18px;
		left: 21%;
}


#div_nav_right {
		position: fixed;
		top: 7px;
		left: 59%;
		z-index: 101;
}

#div_nav_right p {
		color: #fff;
}

#container table thead tr th {
			font-size: 12px;
	}
	
#container table tbody tr td {
			font-size: 12px;
			text-align: center;
}

#container table tfoot tr th {
			font-size: 12px;
}

#input_submit_next {
	background: url(../images/next_button.jpg) no-repeat; 
	width: 64px; 
	height: 25px;
	border: none;
	padding: none;
}

#input_next_env {
	background: url(../images/next_button.jpg) no-repeat; 
	width: 64px; 
	height: 25px;
	border: none;
	padding: none;
}

.input_bkg {
	width: 250px;
	background-color: #d7d7d7;
}

.img_scheduler {
	cursor: pointer;
}

.div_scheduler_detail {
	position: relative;
	top: 20px;
	left: 25%;
	width: 300px;
}

.div_scheduler_detail table tr {
	height: 32px;
}

#div_contact_message {
	position: fixed;
	top: 120px;
	left: 10%;
	width: 80%;
	height: 300px;
}

#div_select_os {
	position: absolute;
	width: 60%;
	height: 400px;
	left: 20%;
	top: 230px;
}

#table_tr_os_title {
	text-align: center; 
	font-family: BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 28px; 
	color: #000;
	height: 50px;
}

#table_tr_os_sub_title {
	text-align: center; 
	vertical-align: top;
	font-size: 15px; 
	color: #232E57;
	height: 30px;
}

#div_index_footage {
		position: absolute;
		top: 96%;
		right: 4%;
		text-align: center;
		font-family: "Times New Roman", Times, serif;
		font-size: 13px;
}







