#container-inner .alert h3 {
	background-color: #ECECEC;
	margin: 2px;
	padding: 5px;
}

.alert h3 a {
	display: block;
}

.alert {
	padding: 5px;
	margin: 10px;
	border: 1px solid #ccc;
	background-color: #F5F5F5;
}

.schedule .start-time, .schedule .end-time {
	white-space: nowrap;
	text-align: right;
}

.schedule .special-session {
	background-color: #B0D7EC;
}

#speakers h3 {
	margin-top: 0;
	font-size: 1.4em;
}

#speakers img {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 10px;
}

#speakers div {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;	
	margin-top: 5px;
}

.block-list li {
	float:left; 
	width:8em;
	border: 1px solid #ccc; 
	margin: 0;
	padding: .5em;
	height: 2.8em;
	background-image: none;
	font-size: .8em;
	list-style-type: none;	
}

.block-list {
	overflow: hidden;
}


.topic h3 {
	color: #1D73AD;
	font-family: Helvetica, "bitstream vera sans", "trebuchet ms", sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	margin: 4px 4px 4px 0;
}

.topic {
	padding: 0 10px 5px 10px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

.inline-list li {
	display: inline;
	list-style-type: none;
}

.aside {
	float: right;
	margin: 20px;
}

#hotel-photo {
	border: 1px solid #ccc;
	padding: 2px;
}

* { margin: 0; padding: 0; }
 
p {
	margin: 1em 0;
	line-height: 1.5em;
}

h3 {
	margin-top: 1em;
}

#left-column ul {
	margin: 10px 10px 10px 30px;
}

#left-column ol {
	padding:0px 10px 0px 20px;
	margin:10px 0 10px 20px;
}

a img {
	border: none;
}

a:link {
	color: #2F61A8;
}	

body {
	margin: 0;
	font-size: 90%;
	font-family: "Bitstream Vera Sans L", "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
}

html, body { height: 100%; }

a img { border: none; }

/* clearing */

#header:after, #navigation:after {
	content: ".";
	clear: both;
	visibility: hidden;
	font-size: 0;
	display: block;
	height: 0;
}

/* container */

#root {
	background: url("../images/left-shadow.gif") top left repeat-y;
	height: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#container {
	background: url("../images/right-shadow.gif") top right repeat-y;
	min-height: 100%;
	padding-right: 18px;
	overflow: hidden;
}

#container-inner {
	background: url("../images/left-shadow.gif") top left repeat-y;
	padding-left: 18px;
	overflow: hidden;
}


/* header */


#header h1 {
	margin: 0;
	background: url("../images/logo-bg.png") top left repeat-x;	
	height: 130px;
}

#header h1 img {
	position: relative;
	top: -1px;
}

/* left column */

#left-column div h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.4em;
	color: black;
	padding: .4em 0;
}	

#left-column {
	margin-right: 245px;
}

#left-column {
	padding: 0 1em;
}

/* right column */

#sidebar {
	float: right;
	width: 235px;
	padding: 10px;
}

#sidebar div {
}

#sidebar div h2 {
	font-size: 1.3em;
	padding: .2em .5em .2em .5em;
	border-bottom: 1px solid black;
}

#sidebar div p, 
#sidebar div li, 
#sidebar div label,
#sidebar div dl
{
	padding: 0 1em;
}

/* main navigation */

#navigation {
	background: #639FBF url("../images/blue-gradient.png") top left repeat-x;	
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #7B746E;
}

#navigation a {
	color: #505050;
	padding: .5em 1em;
	float: left;	
}

#navigation .active {
	background-color: #74A3CA;
}

#navigation .active a {
	color: black;
}

#navigation a:hover {
	background-color: #AECCD8;
}

#navigation li {
	float: left;
	margin-top: 1px;
}

#navigation ul {
	list-style-type: none;
	padding: 0 1em;
	margin: 0;
}

/* section nav */

#page_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#page_nav li {
	padding: 0;
}

#page_nav li a {
	display: block;
	padding: .3em;
}

#page_nav li a:hover {
	background-color: #BBD7E5;
	color: black;
}

/* footer */

#footer {
	text-align: center;
	padding: .5em;
	font-size: .8em;
}

#footer .menu ul {
	padding-top: 15px;
	text-align: center;	
	margin: 1em 0;
}

#footer .menu li {
	display: inline;
	list-style-type: none;
	font-size: 1em;
}

#footer .menu li a {
	text-decoration: none;
	border: 1px solid #eee;
	padding: 5px;
}

#footer .menu li a:hover {
	background-color: #eee;
	border: 1px solid #ddd;
}

#sidebar form div {
	padding: 5px;
	margin: 0;	
}

#sidebar form .submit {
	text-align: right;
}

#sidebar form .submit input {
	width: auto;
	display: inline;
}

#sidebar form div input {
	width: 180px;
	display: block;
	margin: 0 auto;	
}

.image-list ul {
	text-align: center;
	padding: 10px 0 0 0;
}

.image-list ul li {
	margin: 5px 0;
}

.image-list ul {
	list-style-type: none;
}

.image-list li {
	padding: 5px 0;
}


.data-table {
	width: 100%; 
	border: 1px solid black; 
	border-collapse: collapse;
	margin-bottom: 2em;
}

.data-table th {
	background-color: #F7F7F7;
	text-align: left;
}

.data-table td, .data-table th {
	border: 1px solid black;
	padding: 4px;
}

.data-table td table td {
	border: none;
}

.entry-form {
	padding: 10px;
}

.special-input {
	margin-left: 12em;
}

.special-input input {
	width: auto;
	display: inline;
}

.entry-form fieldset {
	border: none;
}

.entry-form legend {
	display: none;
}

.entry-form div {
	padding: .5em;
}

.entry-form div label {
	width: 10em;
	float: left;
	clear: left;
	text-align: right;
	padding-right: 2em;
}

fieldset{
	border: none;
	margin: 2px 0 0 0;
}

fieldset label, fieldset input, fieldset select {
	width:330px;
}

fieldset textarea{
	width: 23em;
}

.entry-form .submit input {
	display: inline !important;
	width: 150px;
}


.entry-form .error-field {
	border: 1px dashed red;
	background-color: #F8D1D2;
	font-weight: bold;
}

input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em; 
	color: #000000; 
}

#news dt {
	padding: 5px 6px 0px 5px;
}

#news dl {
	margin-left: 10px;
}

#news p a {
	border: 1px solid #ddd;
	padding: 5px;
	display: block;
	text-align: center;
}
			
#news a {
	display: block;
	padding: 2px 5px 2px 10px;
}

#news a:hover {
	background-color: #A6B5CC;
	color: black;
}

#cfunited-conference-banner img {
	border: 1px solid #ccc;
	padding: 3px;
}

.sponsors h3 {
	font-size: 2em;
}

.sponsors .sponsor {
	margin: 10px 5px 0px 135px;
	border-color: #ccc;
	border-bottom: 1px solid #ccc;
}

.sponsors .sponsor h4 {
	margin: 20px;
}

.sponsors .sponsor h4 img {
	vertical-align: middle;
}

.sponsors .sponsor h4 .badge {
	margin-left: -160px;
	margin-right: 10px;
}

#attendee-links .email {
	font-size: .7em;
}

#attendee-links li a:hover {
	background-color: #ddd;
	color: black;
}

#attendee-links li a {
	padding: 5px;
	display: block;
}

#attendee-links li {
	list-style-type: none;
	float: left;
}

#attendee-links .logout {
	position: absolute;
	right: 0;
	margin-right: 10px;
}

#attendee-links h2 {
	padding: 15px 5px 5px;
	font-size: 1em;
	border-bottom: 1px solid #2366B1;	
}

#attendee-links form h2 {
	padding-top: 0;
	margin-bottom: 6px;
}
			
#attendee-links {
	padding: 0 10px 1px 10px;
	float: right;
	position: relative;
	z-index: 100;
	margin-top: -125px;
	margin-right: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
}

#attendee-links #login-form {
	margin-top: 5px;
	font-size: .8em;
}


#services-login-form label {
	display: block;
	font-weight: bold;
}

#error-message {
	border: 1px solid #ccc;
	background-color: #F6F6F6;
	margin: 5px 5px 30px;
	padding: 5px;
}

#content #error-message h2 {
	color: #2F61A8;
 	font-size: 1.2em;
}

#error-message p {
	margin: 5px;
}

#services-login-form div {
	padding: 5px;
}

#services-login-form input {
	margin-left: 10px;
}

#login-form label, #login-form input, #login-form .select {
	float: left !important;
}

#login-form label {
	width: 5em;
}

#login-form input {
	margin-left: 5px;
}

#login-form div {
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.topic-media-links {
	float: right;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-left: 15px;
}

#container .topic-media-links li { 
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}

#container .topic-media-links ul {
	padding: 5px;
	margin: 0;
}

#container .topic-media-links h5 {
	font-size: .9em;
	background-color: #E6E6E6;
	padding: 5px;
	margin: 0;
}

.topic-media-links a {
	display: block;
	padding: 5px 10px;
	border: 1px dashed #eee;
}

.topic-media-links a:hover {
	background-color: #BCD8E6;
	color: black;
}

.topic {
	overflow: hidden;
}