@charset "utf-8";
/* CSS Document */

body {
	background-color:#f7f6f4;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size:1.2em;
}

.greenblock {
	background:#608341;
}

.orangeblock {
	background:#FF7722;
}

.purpleblock{
	background:#584E56;
}

a {
	text-decoration:none;
	color:#685642;
}

input[type="submit"]{
	min-height:30px;
	min-width:60px;
}

input[type="reset"]{
	min-height:30px;
	min-width:60px;
}

input[type="button"]{
	min-height:30px;
	min-width:60px;
}

input[type="text"], [type="password"]{
	border-radius:4px;
	border:1px solid #ff7722;
	font-size:14px;
}

.validation{
  color: black;
}

.usermenulogo {
	border-radius:4px;
	float:left;
	margin-bottom:3px;
	margin-left:10px;
	margin-right:25px;
	margin-top:3px;
}

.usermenu { /*this is the container for the usermenu*/
	border-bottom:1px solid #71637D;
	background:#608341;
	font-size:1em;
	width:100%;
	margin-bottom:40px;
	position:fixed;
	top:0px;
	left:0px;
	list-style:none;
	z-index:5;
	display:inline-block;
	color:#f7f6f4;
}

.usermenu a {
	color:#f7f6f4;
}
/* Will appear on all pages */
.main {
	margin-left:20px;
	margin-top:-20px;
	margin-bottom:50px;
	padding-bottom:10px;
	min-height: 600px;
	min-width:960px;
	float:left;
	background:#f7f6f4;
	border:1px solid #583e56;
	border-radius:4px;
}

.mainpage {
  width:980px;
  margin-left:auto;
  margin-right:auto;
  margin-top:120px;
  position:relative;
}
/* Index page info */
.loginbox {
	width:60%;
	min-height:400px;
	display:block;
	float:left;
	margin-top:5px;
	margin-left:20%;
  margin-bottom:15px;
	position:relative;
	z-index:3;
	padding:5px;
	border:1px solid #ff7722;
	border-radius:4px;
  background:#8a8388;
  color:#f7f6f4;
}
/* User Menu */
.menublock {
	cursor:pointer;
	display:inline-block;
	margin-top:1.3%;
	float:left;
}

.usernameContainer {
	float:right;
	display:inline-block;
	margin-right:10px;
	list-style:none;
	position:relative;
	cursor:pointer;
}

.dropdown{
	position:absolute;
	float:left;
	background:#584E56;
	padding-right:10px;
	padding-bottom:5px;
	border-radius:4px;
	display:none;
	cursor:pointer;
}
.dropdown ul li a:hover{
	background:#608341;
}

.dropdown:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: 100%;
		left: 10px;
		border-width: 0 6px 6px 6px;
		border-style: solid;
		border-color: #666666 transparent;
}

.dropdown:before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: 100%;
		left: 9px;
		border-width: 0 8px 8px 8px;
		border-style: solid;
		border-color: rgba(0,0,0,0.1) transparent;
}

.dropdown ul {
	list-style:none;
	display:block;
	float:left;
	white-space:nowrap;
	list-style-position:inside;
}

.dropdown ul li {
	display:block;
	list-style:none;
	padding-top:5px;

}

.dropdown ul li a {
	display:block;
	width:auto;
	padding-left:5px;
	padding-right:5px;
	border-radius:4px;
	list-style:none;
}

.usernameContainer .dropdown {
	position:absolute;
	float:left;
	right:5px;
	margin-right:5px;
	top:45px;
}

.usernameContainer .dropdown:before {
	left:155px;
}

.usernameContainer .dropdown:after {
	left:156px;
}
/*Styles for main part of page*/
.leftpanel {
	width:30%;
	margin:1%;
	padding:1%;
	float:left;
}

.leftpanel_sub{
	border:1px solid #608341;
	border-radius:4px;
	width:100%;
	padding:1%;
	margin-bottom:1%;
}

.horizontal_divider:after {
    background:#608341;
    width: 100%;
		height:1px;
    content: "";
    display: block;
		position:relative;
		text-align:center;
}

.mainpanel {
	float:right;
	margin-top:2%;
	margin-right:2%;
	padding:3%;
	border-radius:4px;
	border:1px solid #608341;
	width:57%;
}

.unavailable{
	background-color:#939393;
}

 input {
	border: 1px solid #ff7722;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	height:20px;
	font-family:Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size:15px;
	padding:0px 3px;
}
