


#content, #content .grey {
	color: #666;
}

#content .blue {
	color: #419CD6;
}

#content .small {
	font-size: 60%;
}

#content .big {
	font-size: 120%;
}


#content h2 {
	margin-top: 0;
	font-size: 170%;
	color: #419CD6;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}


#content h3 {
	color: #419CD6;
}



#content a.register {
	display: inline;
	float: right;
	margin-bottom: 10px;
}


body #content_body2 img {
	margin-top: 33px;
}





#content table td {
	vertical-align: top;
}

#content tr.row0, #content div.row1 {
	background-color: #F5F5F5;
	border: 1px solid #E6E6E6;
}

#content iframe {
	width: 500px;
	height: 2000px;
}

#content div.clear {
	clear: both;
}

#content .float_right {
	display: inline;
	float: right;
}

#content .float_left {
	display: inline;
	float: left;
}






/* HOME PAGE */

body.home #content h3 {
	font-size: 100%;
	margin-bottom: 20px;
}

body.home #content a.register_big {
	display: inline;
	float: right;
	margin-right: 50px;
}

body.home #content_body2 img {
	margin-top: 0;
	margin-bottom: 10px;
}






/* AGENDA PAGE TABLE */

#content h3.agenda {
	margin-bottom: 0;
}

#content table.agenda {
	clear: both;
	width: 500px;
	border-collapse: collapse;
}

#content table.agenda td {
	font-size: 95%;
	padding: 15px 10px;
	width: 33%;
	vertical-align: middle;
	/*border: 1px solid #f00;*/
}

#content table.agenda td.col1 {
	padding-left: 15px;
	width: 30%;
}

#content table.agenda td.col2 {
	color: #419CD6;
	width: 45%;
}

#content table.agenda td.col3 {
	width: 25%;
}

#content table.agenda p {
	margin-top: 0;
}

#content table.agenda ul {
	margin: 0;
	margin-left: 1em;
}

#content table.agenda li {
	color: #666;
	font-size: 85%;
}



/* SPEAKERS BIOS */

#content table.bio_featured {
	clear: both;
	width: 870px;
	margin-left: 20px;
}

#content table.bio_featured td {
	padding: 0;
}

#content table.bio_featured td.bio {
	width: 383px;
	padding: 20px;
	border: 1px solid #E6E6E6;
	background: #fff url(../shell/bio_featured_bg.gif) repeat-x 0 100%;
}

#content table.bio_featured td.spacer {
	width: 20px;
}

#content table.bio_featured .short img {
	float: left;
	margin: 0 10px 10px 0;
}

#content .bio h4 {
	font-size: 130%;
	margin: 0;
	padding: 0;
}

#content .bio h5 {
	margin: 0;
	padding: 0;
	color: #666;
}

#content .bio h5 span {
	font-size: 85%;
	display: block;
	color: #419CD6;
}

#content .bio p {
	margin-top: 0;
}

#content div.bio {
	clear: both;
	padding: 10px;
	width: 850px;
	margin-left: 20px;
}

#content div.bio .short {
	display: inline;
	float: left;
	width: 260px;
	margin-left: 40px;
}

#content div.bio .full {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 520px;
}

#content h3.bio, #content h3.bio_featured {
	font-size: 130%;
	margin: 40px 0 30px 20px;
}

#content h3.bio_featured {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 0;
}






/* REGISTER BUTTONS */

#content a.register, #content a.register span {
	display: block;
	width: 116px;
	height: 33px;
	cursor: pointer;
}

#content a.register_big, #content a.register_big span {
	display: block;
	width: 151px;
	height: 47px;
	cursor: pointer;
}

#content a.register, #content a.register_big {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 700;
}

#content a.register_big {
	font-size: 120%;
}

#content a.register span, #content a.register_big span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#content a.register span {
	background: url(../shell/register.gif) no-repeat 0 0;
}

#content a.register:hover span {
	background-position: -116px 0;
}

#content a.register_big span {
	background: url(../shell/register_big.gif) no-repeat 0 0;
}

#content a.register_big:hover span {
	background-position: -151px 0;
}



/* GRAPHICAL CONTENT HEADERS */

#content h2.css_gfx, #content h2.css_gfx span {
	display: block;
	width: 257px;
	height: 33px;
}

#content h2.css_gfx {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}

#content h2.css_gfx span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: no-repeat 0 0;
}

body.home #content h2.css_gfx, body.home #content h2.css_gfx span {
	height: 77px;
}






/* TEMPLATE COLUMN LAYOUTS */

#content_body1, #content_body2 {
	margin-top: 10px;
	padding-bottom: 30px;
}



body #content_body1 {
	display: inline;
	float: left;
	width: 500px;
	margin-right: 54px;
}

body #content_body2 {
	display: inline;
	float: left;
	width: 336px;
}



body.home #content_body1 {
	display: inline;
	float: left;
	width: 460px;
	margin-right: 61px;
}

body.home #content_body2 {
	display: inline;
	float: left;
	width: 369px;
}



body.one_column #content_body1 {
	width: 890px;
	margin-right: 0;
}

body.one_column #content_body2 {
	display: none;
}






