
body {
	background: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #05452d;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
hr {
	width: 100%;
	height: 1px;
	background: #bbf07e;
	border: 0px;
}
a {
	color: #0276b3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}

.clear {
	clear: both;
}

.rel {
	position: relative;
}

#main {
	width: 760px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background: #05452d url('../curve.php?method=bar&bg1=ffffff&bg2=ffffff&fg=05452d&side=top&short=15&long=760') no-repeat top left;
}

#logo {
	position: absolute;
	top: -20px;
	left: -20px;
	text-align: center;
	width: 290px;
	background: #4a9678 url('../curve.php?method=bar&bg1=ffffff&bg2=ffffff&fg=4a9678&side=top&short=15&long=290') no-repeat top left;
	padding: 0px;
	padding-top: 15px;
	height: 75px;
}
#logo-bottom {
	height: 15px;
	background: #4a9678 url('../curve.php?method=bar&bg1=ffffff&bg2=05452d&fg=4a9678&side=bottom&short=15&long=290') no-repeat bottom left;
}

#title {
	height: 80px;
	padding: 10px;
	padding-bottom: 0px;
	padding-left: 290px;
	color: #ffffff}
#title .meeting {
	font-size: 28px;
}
#title .materials-title {
	font-size: 20px;
}

#copy {
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #05452d url('../curve.php?method=bar&bg1=ffffff&bg2=ffffff&fg=05452d&side=bottom&short=15&long=760') no-repeat bottom left;
	text-align: center;
}

#filters {
	font-size: 12px;
	width: 690px;
	margin-left: 20px;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbf07e;
	background: #e0f2a6 url('../curve.php?method=bar&bg1=05452d&bg2=05452d&fg=e0f2a6&side=top&short=15&long=720') no-repeat top left;
}
#filter-boxes {
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #05452d;
}
.filter {
	width: 120px;
}
.filter-long {
	width: 200px;
}

#session-list {
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 690px;
	margin-left: 20px;
	overflow: auto;
	background: #ffffff;
}

#session-list-bottom {
	height: 15px;
	width: 720px;
	margin-left: 20px;
	background: #ffffff url('../curve.php?method=bar&bg1=05452d&bg2=05452d&fg=ffffff&side=bottom&short=15&long=720') no-repeat bottom left;
}

.session {
	padding: 10px;
	border: 1px solid #e0f2a6;
	background: #eaf0d6;
	margin-top: 5px;
	margin-bottom: 5px;
}
.session-enrolled-1 {
	padding: 9px;
	border: 2px solid #05452d;
}
.session-title {
	font-size: 18px;
}
.session-title a {
	color: #05452d;
}

.session-day-title {
	background: #bbf07e;
	padding: 5px;
	font-weight: bold;
	margin-top: 10px;
}
.session-long {
	background: #e0f2a6;
	border: 1px solid #05452d;
	padding: 10px;
	margin-top: 5px;
	display: none;
}

.material-download img {
	float: left;
	margin-right: 5px;
}
.material-download {
	clear: both;
	margin: 7px;
}
.session-track {
	float: right;
	padding: 2px;
	font-style: italic;
}

#no-results {
	display: none;
	margin: 20px;
	padding: 20px;
	font-size: 16px;
	border: 1px solid #05452d;
	background: #e0f2a6;
	text-align: center;
}

#login-area {
	font-size: 12px;
	width: 670px;
	margin-left: 20px;
	padding: 25px;
	padding-top: 20px;
	padding-bottom: 0px;
	background: #e0f2a6 url('../curve.php?method=bar&bg1=05452d&bg2=05452d&fg=e0f2a6&side=top&short=15&long=720') no-repeat top left;
}

.login-bottom {
	height: 20px;
	background: #e0f2a6 url('../curve.php?method=bar&bg1=05452d&bg2=05452d&fg=e0f2a6&side=bottom&short=15&long=720') no-repeat bottom left;
	margin-left: -25px;
	width: 720px;
}

#login-area .text-field {
	font-size: 20px;
	color: #05452d;
	border: 1px solid #bbf07e;
	margin-top: 8px;
	width: 300px;
}

#login-area .login-label {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 10px;
}

#login-area .submit {
	font-size: 18px;
	color: #bbf07e;
	background: #05452d;
	padding: 4px;
	border: 0px;
	margin-top: 5px;
}

.login-error {
	 background: #e6c4c3;
    color: #be1b12;
    border: 1px solid #be1b12;
    padding: 3px;
    margin-bottom: 10px;
}

.hide-link {
	text-align: right;
	font-size: 12px;
}

.main-error {
	font-size: 12px;
	width: 690px;
	margin-left: 20px;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #bbf07e;
	background: #e0f2a6;
	text-align: center;
}

.logout-link {
	color: #bbf07e;
}
