/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	border: 0;
	clear: both;
	font-size: .01px;
	height: 0;
	line-height: .01px;
	margin: 0;
	padding: 0;
}

/* !GENERAL--------------------------- */


body{
	background: #f2f1e9;
	color: #555;
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size: .85em;
	line-height: 1.3em;
}
#wrapper{
	margin: 0 auto 20px auto;
	width: 900px;
}
#left{
	background: #fff;
	border: 1px solid #5e697d;
	float: left;
	padding: 20px;
	width: 500px;
}
#right{
	float: right;
	width: 330px;
}
#right td{
	height: 32px;
	text-align: left;
	vertical-align: top;
}
#right input{
	width: 144px;
}
input#checkbox{
	border: 0;
	margin: 0;
	padding: 0;
	width: 20px;
}
#right textarea, #right select{
	width: 150px;
}
#left h2{
	border-bottom: 2px solid #ec412d;
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#left ul{
	margin: 0 0 0 15px;
	list-style: disc;
}
.profile{
	font-size: .9em;
}
.padding{
	margin: 30px 0;
}
#right .profile h3{
	border: 0;
	margin: 0;
	padding: 0 0 5px 0;
}
.profile img{
	float: left;
	margin: 0 20px 1px 0; 
}
#left .agenda{
	margin: 0;
}
#left li{
	margin-bottom: 5px;
}
#right h3{
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px
}
.header{
/* 	border-bottom: 3px solid #2D3F4E; */
/* 	height: 123px; */
	margin-bottom: 20px;
}
input{
	
}
.dark-head{
	background: #121b22 url(images/dark-grad.png) repeat-x left bottom;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
	color: #fff;
}
.light-head{
	background: #e5e5e5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #555;
}
.white-box{
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	margin-bottom: 30px;
	padding: 20px;
}
.time{
	border-bottom: 1px solid #ccc;
	color: #ec412d;
	font-weight: bold;
	list-style: none;
	margin-top: 15px;
	padding-bottom: 5px;
}
.info{
	margin-bottom: 15px;
	list-style: disc;
	margin-left: 15px;
}
.agenda .info{
	margin-bottom: 15px;
	list-style: none;
	margin-left: 0;
}
.info span{
	font-size: .9em;
	font-weight: bold;
}
table td{
	padding: 0 0 5px 0;
}
#coll{
	float: left;
	margin-right: 30px;
	width: 200px;
}
#coll h2, #colr h2{
	margin-top: 10px;
}
#colr{
	float: left;
	width: 270px;
}
#left .pad{
	margin: 15px 0;
}
#left table input{
	width: 250px;
}
#left .col1{
	width: 100px;
}
#left .col2{
	width: 250px;
}
#left .col3{
	color: #ec412d;
	padding-left: 10px;
	text-align: left;
	width: 10px;
}
#left #submit{
	width: 75px;
}
#right .col1{
	width: 100px;
}
#right .col2{
	width: 150px;
}
/*
#right .col2 td#checkbox{
	width: 20px;
}
*/
#right #submit{
	width: 75px;
}
#right .col3{
	color: #ec412d;
	padding-left: 10px;
	text-align: left;
	width: 10px;
}