/*STYLES*/

/* COMMON */
body { /* this is the content of the whole site */
	font-family: Verdana, sans-serif, Arial;
	font-size: 12px;
	background-color: #ffffff;
	color: black;
	padding: 5px;
}

h1 {
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	color: #404040; /*#0000ff;*/
	border-bottom: 2px solid #404040;
	font-size: 22px;
	padding: 0px 10px 0px 10px;
}

h4 {
	font-family: Verdana, sans-serif, Arial;
	color: #404040; /*#0000ff;*/
	font-size: 13px;
}

h5 {
	font-family: Verdana, sans-serif, Arial;
	color: #404040; /*#0000ff;*/
	font-size: 12px;
	margin-top: 30px;
}

p { 
	font-size: 12px;
    padding-bottom: 0.5em; 
}

a {
	text-decoration: none;
	color: #00bfff;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #008fff;
}

#error_msg {
	color: red;
	font-size: 12px;
}

#notify_msg {
	color: red;
	font-size: 12px;
}

#center {
	text-align: center;
	/*font-size: 10px;*/
}

#main {
	border: 1px solid #404040;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #e6e6e6;
	font-family: Verdana, sans-serif, Arial;
	color: #404040;
	border-radius: 10px 10px 10px 10px;
	overflow:auto;
	font-size: 12px;
}

#footer {
	clear: both;
	color: #898989;
}

#copyright {
	float: left;
	padding-left: 50px;
}

#version {
	float: right;
	padding-right: 50px;
}

/* MENU BAR */
ul#menu {
    padding-left: 50px; 
    margin-bottom: 4px; /* margin from menu startpoint, padding sets height to 10 in "li a" */
}

ul#menu li {
    display: inline;
    margin-right: 5px; /* margin between tabs */
}

ul#menu li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
    background-color: #00bfff;
    padding: 4px 30px; /* menu tab height x width */ 
    color: #404040;
	border: 1px solid #404040;
	border-bottom: none;
    border-radius: 7px 7px 0 0; /* menu tab corner radius, left upper, right upper, left lower, right lower */
}

ul#menu li a:hover { /* what happens when cursor hovers above tab */
    color: #00bfff; /*#e6e6e6; /* text color */
    background-color: white; /*#404040;*/
	border: 1px solid #404040;
	border-bottom: none;
}

input[type=text] {
	-webkit-transition: all 0.20s ease-in-out;
	outline: none;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	font-size: 11px;
	vertical-align: bottom;
	font-family: Verdana, sans-serif, Arial;
	padding: 2px 1px 2px 1px;
	text-align: center;
}

input[type=text]:focus {
	box-shadow: 0 0 5px #00bfff;
}

#text_input {
	text-align: left;
	padding: 2px 4px 2px 4px;
}

input[type=radio] {
	display: none;
}

input[type=radio] + label {
	text-decoration: none;
	border: 1px solid #404040;
	border-radius: 3px;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	margin-right: 10px;
	background-color: #ffffff;
}

input[type=radio]:checked + label {
	background-color: #00bfff;
}

#button1 {
	border: 1px solid #404040;
	border-radius: 4px;
	background-color: #00bfff;
	color: #404040;
	font-family: Verdana, sans-serif, Arial;
	font-size: 12px;
}

#button1:hover {
    color: #00bfff; /* text color */
    background-color: white;
}

/* END COMMON */

#report_area {
	width: 70%;
	background-color: #e6e6e6;
	float: left;
	padding: 0px;
	margin: 10px;
}

#plot_area {
	padding: 0px;
	margin: 0px;
	
}

#guide {
	padding: 0px 10px 0px 10px;
}

#measdata {
	padding: 0px 10px 0px 10px;
}

#form1 {
	width: 27%;
	background-color: #e6e6e6;
	border: none;
	float:left;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
}

#notify_msg {
	text-align: center;
}

#system_info {
	clear: both;
	padding: 15px;
	text-align: center;
}

fieldset {
	border: none;
}

#selector {
	border: 1px solid #404040;
	border-radius: 4px;
	background-color: #00bfff;
	font-family: Verdana, sans-serif, Arial;
	font-size: 12px;
}

#checkbox {
	bottom: 1px;
	vertical-align: middle;
}