/*			Atoms				*/
body {
	font-family:helvetica;
	padding:0;
	margin:0;
}
h1 {
	clear:left;
	font-size:18pt;
	color:#363636;
}
h1 a {
	font-size:18pt;
	color:#363636;
}
h2 {
	margin-top:20px;
	font-size:22px;
	color:#363636;
}
h3 {
	font-size:12pt;
	color:#363636;
}
h3 a {
	color:#363636;
	text-decoration:none;
}
h3 a:hover {
	color:green;
	border-bottom:1px solid yellow;
}
h4 {
	padding:0;
	margin:0;
	color:#363636;
	background-color:#E3D7BC;
	width:100%;
}
span {
	font-size:13px;
}
a {
	color:#363636;
}
table.listings {
	width:100%;
}
.listings td {
	padding:3px;
}
table {
	height:100%;
}
img {
	border:none;
}
/*			Structure				*/
#header {
	width:100%;
	height:110px;
}
#header img{
	float:left;
	border-style: none;
	margin-left:2%;
}

#container {
	position:absolute;
	margin-top:2%;
	margin-left:2%;
}
#left {
	width:200px;
	float:left;
	background-color:#F2F2F2;

}
#left h2 {
	color:black;
	background-color:#BCC5E3;	
	font-family:arial;
	font-size:18px;
	margin:0;
	padding:2px;
}
#center {
	width:700px;
	margin-left:230px;
	background-color:#F2F2F2;
}
#center h2 {
	color: black;
	background-color:#BCC5E3;	
	font-family:arial;
	font-size:18px;
	margin:0;
	padding:2px;
}
#center h2 a {
	font-size:12px;
}
#center h3 {
	margin:0;
	padding:2px;
	width:90%;
	color: black;
	background-color:#E3D7BC;	
	font-family:arial;
	font-size:15px;
}


/****   Site Wide novelties     ****/
#info_bar {
	margin-left:230px;
	width:700px;
}
.formError {
	padding:10px;
	margin-left:0;
	background:#C5656B;
}
#red_ex {
	background-color:red;
	float:left;
}
#flash_failure {
	color:#1F1F1F;
	padding:6px;
	margin-top:4px;
	background:#E57872;
}
#flash_success {
	color:#1F1F1F;
	padding:6px;
	margin-top:4px;
	background:#ADE6A4;
}
#flash_notice {
	color:#1F1F1F;
	padding:6px;
	margin-top:4px;
	background:#E2CB5D;
}
#edit_button {
	position:absolute;
	bottom:0;
	right:0;
	margin-right:5px;
	margin-bottom:5px;
}	
#edit_button img{
	border:none;
}
#close_button {
	position:absolute;
	bottom:0;
	right:0;
	margin-right:2em;
	margin-bottom:5px;
}
#close_button a {
	font-family:helvetica;
	font-size:16pt;
}

/*        FORMS            */

/* Standard From */
.session form {
	padding:0 0 4em;
}
fieldset{
	background:#F2F2F2 none repeat scroll 0 0	;
	border:none;
	padding:20px;
}
.session label {
	display:block;
	font-weight:bold;
	font-size:8pt;
}
.session input {
	width:90%;
	font-size:26px;	
}
.session input[type=checkbox] {
	width:20px;
}
.buttons input {
	width:120px;
	height:46px;
}
