/* Stylesheet for Millbury Bicentennial template */

html, body{
	background-color: white;
	font-family: "arial";
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-size: 10pt;
	height: 100%;
}
#main {
	background-color: white;
	margin: 10px auto 15px auto;
	padding: 2px 2px 0px 2px;
	width: 1004px;
	max-width: 1004px;
	min-width: 1004px;
  border: 10px solid #d3d2d0;
  border-bottom: none;
}

#header {
	background-color: #26618d;
	color: white;
	background-image: url('layout/splash.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 30px 0px 30px 0px;
}
#header h1, #header h2 {
	margin: 0px 0px 0px 150px;
	font-weight: normal;
}
#header h2 {
	font-size: 12pt;
}


#login {
	float: right;
	margin-right: 20px;
}
#login .title {
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 1px;
}
#login .title a, #login .title a:visited, #login .title a:active {
	text-decoration: none;
	color: #78cbff;
}
#login .title a:hover {
	text-decoration: underline;
}
#login input {
	font-size: 8pt;
}
#popup_register{
	color: black;
  position: absolute;
	border: 2px solid #26618d;
	width: 265px;
	background-color: #acc255;
	padding: 18px 4px 4px 4px;
	background-image: url('layout/reg_popup_head.png');
	background-position: top left;
	background-repeat: no-repeat;
  z-index: 50;
}
#popup_register .close_window{
	float: right;
}
#popup_register .close_window a {
	color: #ae0000;
	text-decoration: none;
}
.verify_validity {
	background: url('layout/icon_verify.jpg');
	background-position: 0px 50%;
	height: 16px;
	width: 16px;
}
#email_input, #password_input, #reg_email, #reg_password, #reg_conf_password, #reg_firstname, #reg_lastname {
	background-position: left center;
	background-repeat: no-repeat;
	width: 110px;
	border: 1px solid black;
}


#content {
	padding: 4px 0px 4px 0px;
}
#left {
	float: left;
	width: 350px
}
#right {
	float: left;
	width: 650px;
	max-width: 650px;
	min-width: 650px;
	margin-left: 4px;
}



#footer {
	background-color: #b7b7b9;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer .copyright {
	float: left;
	margin-left: 15px;
	margin-right: 0px;
}
#footer ul {
	float: right;
	margin: 0px 0px 0px 0px;
	-webkit-padding-start: 5px;
}
#footer ul li {
	display: inline;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 0px;
}
#footer a, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}

input.button {
	border: 1px solid black;
	background-color: #DDDDDD;
	cursor: pointer;
}
input.button:hover {
	background-color: #EEEEEE;
	border: 1px solid #333333;
}
form {
	margin: 0px;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}
.notation {
	font-size: 80%;
	margin-right: 10px;
}