@CHARSET "UTF-8";

body {
	background: #fefffe;
}

.tab-content {
	display: none;
}

.tab-content.current {
	text-align: center;
	display: inherit;
}

table {
	font-family: arial, sans-serif;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

td, th {
	color: #1f4c5e;
	text-align: left;
	padding: 8px;
	font-size: 13px;
}

form table input[type=text] {
	border: none;
	border-bottom-left-radius: 3px 3px;
	width: 42%;
	height: 25px;
	box-shadow: 0px 2px 0px 0px #cfcfcf;
}

input[type=submit] {
	border-radius: 3px;
	padding: 10px 30px;
	margin: 20px;
	border: none;
	background: #a9e6fb;
	font-family: bold;
}

input:hover[type="submit"] {
	background: #3d96b9;
}

h3 {
	color: #1f4c5e;
	padding: 20px 0px 20px 0px;
	margin: 0px 15% 0px;
	width: 70%;
	border-bottom: 1px solid grey;
}

h4 {
	color: red;
	padding: 20px 0px 20px 0px;
	margin: 0px 15% 0px;
	width: 70%;
	border-top: 1px solid grey;
}

.subTbl {
	margin-left: 0;
	width: 100%;
}

.subTbl td {
	color: #000000;
	border: none;
	width: 25%;
}

select {
	width: 100%;
	height: 25px;
	border: none;
	background-color: #f5f5f0;
}