@charset "UTF-8";
/* Reset - thanks Eric Meyer. You da bomb.
***************************************************************************************************/
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
textarea {
	margin: 0;
	padding: 0;
}
/* General Styles - default html element styles
***************************************************************************************************/
body {
	width: 100%;
	margin: 0 auto;
	background-color: #333333;
	background-image: url(/2009/images/bg.gif);
	background-repeat: repeat-x;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}
h1 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 18px 0;
	line-height: 36px;
}
h2 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin: 18px 0 9px 0;
	line-height: 27px;
}
h3 {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 18px 20px;
}
h4 {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 18px 20px 5px 20px;
}
h5 {
	font-weight: bold;
}
p {
	color: #333;
	margin: 0 0 18px 0;
}
ul {
	padding-left: 20px;
	overflow: hidden;
}
li {
	margin: 0 0 9px 20px;
	list-style: outside disc;
}
a:link {
	color: #71c233;
}
a:visited {
	color: #71c233;
}
a:hover {
	color: #339900;
}
a:active {
	color: #71c233;
}
hr {
	height: 1px;
	border: none;
	border-top: solid 1px #d6d6d5;
}
strong {
	font-weight: bold;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	margin: 3px auto 18px auto;
	width: 100%;
}
th {
	padding: 5px 7px 3px 7px;
	font-weight: bold;
	background-color: #71c233;
	background-image: url(/2009/images/thBg.gif);
	color: #fff;
	border-left: 1px solid #b1de88;
	white-space: nowrap;
}
td {
	padding: 3px 7px;
	background-color: #F1F3F2;
	border: 1px solid #ddd;
}
tr {
}
caption {
	color: #999;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
/* Helper Styles - forms, notifications/errors, consistent items with normally just one class 
***************************************************************************************************/
.lead {
	font-size: 18px;
	line-height: 27px;
}
.alignLeft {
	float: left;
	margin-right: 10px;
}
/* Page Structure - header, footer and the generic layout blocks
***************************************************************************************************/
#divHeader {
	background-image: url(/2009/images/headerBg.jpg);
	background-color: #999999;
	background-repeat: no-repeat;
	width: 1020px;
	height: 260px;
	margin: 0 auto;
	position: relative;
}
#divBody {
	width: 980px;
	background-color: #fff;
	position: relative;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#divOverview, #divBlog, #divSocial {
	width: 300px;
	height: 370px;
	float: left;
	background-color: #f1f3f2;
	margin-left: 20px;
	margin-top: 20px;
	background-image: url(/2009/images/columnBg.gif);
}
#divMainContent {
	width: 700px;
	background-color: #fff;
	padding: 20px;
}
#divSponsors {
	width: 980px;
	background-color: #fff;
	position: relative;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#divFooter {
	font-size: 11px;
	width: 980px;
	margin: 20px auto;
	color: #999;
}
/* Page Components - most of your styles will be in here 
***************************************************************************************************/
#divHeader h1 {
	text-indent: -9999px;
}
#divBadge {
	width: 340px;
	height: 260px;
	text-align: center;
	float: left;
}
#divBadge a {
	font-size: 14px;
}
#divBadge a.button {
	display: block;
	width: 220px;
	height: 35px;
	background-image: url(/2009/images/btnWatchRecap.jpg);
	text-indent: -9999px;
	margin: 120px 80px 15px 80px;
}
#divBadge a.button:hover {
	background-position: 0 35px;
}
#divBadge img {
	vertical-align: middle;
}
#divBadge #spanDocuments {
	padding-left: 35px;
}
#divProfile img[alt="Wayne Cotter"], #divProfile img[alt="Gary Pica"], #divProfile img[alt="Robin Robins"] {
	display: none;
}
#divProfile ul {
	position: absolute;
	padding-left: 0;
	z-index: 2;
	left: 360px;
	bottom: 0;
}
#divProfile li {
	margin: 0;
	float: left;
	list-style: none;
}
#divProfile li a {
	display: block;
	width: 155px;
	height: 30px;
	text-indent: -9999px;
}
#divProfile #liGuy a {
	background-image: url(/2009/images/btnProfiles.jpg);
	background-position: 0 0;
}
#divProfile #liGuy a:hover {
	background-position: 0 60px;
}
#divProfile #liGuy a.selected {
	background-position: 0 30px;
}
#divProfile #liWayne a {
	background-image: url(/2009/images/btnProfiles.jpg);
	background-position: 465px 0;
}
#divProfile #liWayne a:hover {
	background-position: 465px 60px;
}
#divProfile #liWayne a.selected {
	background-position: 465px 30px;
}
#divProfile #liGary a {
	background-image: url(/2009/images/btnProfiles.jpg);
	background-position: 310px 0;
}
#divProfile #liGary a:hover {
	background-position: 310px 60px;
}
#divProfile #liGary a.selected {
	background-position: 310px 30px;
}
#divProfile #liRobin a {
	background-image: url(/2009/images/btnProfiles.jpg);
	background-position: 155px 0;
}
#divProfile #liRobin a:hover {
	background-position: 155px 60px;
}
#divProfile #liRobin a.selected {
	background-position: 155px 30px;
}
#divOverview p {
	margin-left: 20px;
	margin-right: 20px;
}
#divOverview ul {
	padding-left: 20px;
}
#divOverview li {
	list-style: none;
	margin-right: 20px;
}
#divOverview img {
	vertical-align: middle;
	margin-left: -20px;
	margin-right: 5px;
}
#divOverview h5 {
	margin-left: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
}
#divRss h5 {
	padding-left: 20px;
	background-image: url(/2009/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#divRss div.updated {
	padding-left: 20px;
}
#divBlog h5 {
	margin-left: 20px;
	margin-right: 20px;
}
#divBlog div.updated {
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 9px;
}
#divBlog img {
	vertical-align: middle;
	padding-left: 20px;
}
#divSocial ul {
	padding-left: 20px;
}
#divSocial li {
	margin: 0;
	list-style: none;
	float: left;
}
#divSocial li a[href="#Twitter"] {
	display: block;
	width: 87px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(/2009/images/socialTabs.jpg);
}
#divSocial li a[href="#Twitter"]:hover, #divSocial li a[href="#Twitter"].selected {
	background-position: 0 30px;
}
#divSocial li a[href="#YouTube"] {
	display: block;
	width: 87px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(/2009/images/socialTabs.jpg);
	background-position: 174px 0;
}
#divSocial li a[href="#YouTube"]:hover, #divSocial li a[href="#YouTube"].selected {
	background-position: 174px 30px;
}
#divSocial li a[href="#Flickr"] {
	display: block;
	width: 87px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(/2009/images/socialTabs.jpg);
	background-position: 87px 0;
}
#divSocial li a[href="#Flickr"]:hover, #divSocial li a[href="#Flickr"].selected {
	background-position: 87px 30px;
}
#divSocial img {
	vertical-align: middle;
}
#divTwitter {
	margin: 9px 20px 0 20px;
}
#divTwitter ul {
	padding-left: 0;
	padding-right: 10px;
}
#divTwitter li {
	font-size: 11px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#divTwitter li.tweet_even {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#divTwitter img {
	float: left;
	margin-right: 10px;
}
#divTweets {
	height: 220px;
	overflow: auto;
}
#divFollow {
	padding: 0 20px 9px 20px;
}
#divFlickr, #divYouTube {
	display: none;
	margin-top: 9px;
	margin-left: 20px;
	overflow: hidden;
	height: 220px;
}
#ulSocialLinks {
	padding-bottom: 9px;
}
#ulSocialLinks li a {
	display: block;
	float: left;
	width: 120px;
	height: 25px;
	background-image:url(/2009/images/btnSocial.gif);
	text-indent: -9999px;
	margin-top: 9px;
	margin-right: 20px;
}
#ulSocialLinks li a#aFacebook {
}
#ulSocialLinks li a#aLinkedin {
	background-position: 120px 0;
}
#ulSocialLinks li a#aFacebook:hover {
	background-position: 0 25px;
}
#ulSocialLinks li a#aLinkedin:hover {
	background-position: 120px 25px;
}
#divFooter a {
	color: #999;
}
#divFooter a:hover {
	color: #ccc;
}
#divFooter img {
	float: left;
	margin-right: 10px;
}
div.popup dl {
	margin-bottom: 27px;
}
div.popup dt {
	margin-bottom: 18px;
	font-weight: bold;
	width: 160px;
	float: left;
}
div.popup dd {
	margin-bottom: 18px;
	border-bottom: solid 1px #ddd;
	padding-bottom: 9px;
}
div.popup dd table {
	clear: both;
}
div.popup img.icon {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
div.popup img.speaker {
	float: left;
	margin-right: 15px;
}
body.popup {
	background-image: none;
	background-color: #fff;
}
div.popup {
	width: 700px;
	padding-top: 20px;
	margin: auto;
}
div.popup h2 {
	margin-left: 0;
	text-transform: none;
	margin-top: 1.3em;
	border-bottom: solid 5px #eee;
	padding-bottom: 5px;
}
div.popup h3 {
	margin-left: 0;
	text-transform: none;
	margin-top: 1.3em;
	font-weight: normal;
}
div.popup h4 {
	margin-left: 0;
	margin-top: 1.3em;
}
div.popup ul {
	padding-left: 0;
}
div.popup li {
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
	background-image: url(/2009/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
div.popup caption {
	margin-top: -20px;
}
div.popup table dd, div.popup table dl {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	width: auto;
}
div.popup table dt {
	width: 140px;
}
div.popup th {
	width: 50%;
	text-align: center;
}
div.popup td[colspan="2"], div.popup td[colspan="3"] {
	background-color: #eee;
	font-weight: bold;
	text-align: center;
}
div.popup table[summary="Interactive Sessions"] th {
	width: 33.3%;
}
div.popup table[summary="Interactive Sessions"] caption, div.popup table[summary="Lab Schedule"] caption {
	display: none;
}
div.popup #spanDateLinks {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
	vertical-align: middle;
}
div.popup span.top {
	font-size: 12px;
	font-weight: normal;
	background-image: url(/2009/images/iconTop.png);
	background-position: 7px 0;
	background-repeat: no-repeat;
	padding-left: 27px;
	margin-left: 5px;
	border-left: solid 1px #ccc;
	vertical-align: top;
}
div.announcement ul, div.pressrelease ul {
	padding-left: 20px;
}
div.announcement > ul, div.pressrelease > ul {
	padding-left: 20px;
	margin-bottom: 18px;
}
div.announcement h2, div.pressrelease h2 {
	margin-bottom: 18px;
	padding-bottom: 0;
}
div.announcement h1 {
	text-indent: -9999px;
	background-image: url(/2009/images/heroAnnouncement.jpg);
	width: 700px;
	height: 160px;
}
div.popup #divFooter {
	width: 700px;
}
ul.videoThumbs {
	padding: 18px 0;
	margin: 0;
}
ul.videoThumbs li {
	width: 120px;
	float: left;
	background-image: none;
	margin: 0 10px;
	padding: 0;
}
ul.videoThumbs strong {
	display: block;
	margin-bottom: 9px;
	height: 50px;
}
ul.videoThumbs img[alt="PowerPoint Icon"] {
	vertical-align: middle;
}
div.reminder {
	margin-top: 18px;
	padding-top: 18px;
	border-top: solid 1px #ccc;
}
/* Overrides - you shouldn't need to use this very much
***************************************************************************************************/
