html {
	overflow: scroll;
}
body {
	width: 901px;
	margin: 0 auto;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	text-align:left;
}

#content {
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
}

#subhead {
	height:135px;
	border-bottom:2px solid #333333;
}
#subhead.nomenu {
	height:71px;
}

.border-bottom {
	border-bottom:2px solid #cccccc;
}

ul {
	list-style:none;
}
h1 {
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 26px;
	font-weight: bold;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height:18px;
	margin-bottom:6px;
}
h3 {
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	height: 39px;
	line-height: 39px;
	margin: 0 0 15px 0;
	background-image: url(../images/h3-background.png);
	background-repeat: no-repeat;
	padding-left: 9px;
}
h4 {
	font-family: Arial;
	font-size: inherit;
	font-weight: bold;
	line-height:18px;
	margin-bottom:0;
}
h6 {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	font-style: italic;
	font-weight: inherit;
}
h1 span.quiet {
	font-weight:normal;
}
a {
	text-decoration: none;
	color:#ff0000;
}

a:hover {
	text-decoration: underline;
	color:#ff0000;
}
a.quiet, a.quiet:hover {
	color:#666666;
}

.red {
	color:#FF0000;
}

.quiet {
	color:#999999;
}

.display-text {
	color: #666666;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 22px;
	line-height: 32px;
	margin-bottom:0;
}
.display {
	padding-bottom: 13px;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
	margin-top: 10px;
}
.two-up {
	float:left;
}
.wide {
	float:left;
	width:575px;
	padding-right:25px;
}
.narrow {
	float:left;
	width:290px;
	margin-left:10px;
}
.sidebar {
	float:right;
	width:100%;
	background-color:#f7f7f7;
}
.sidebar div {
	padding-left: 9px;
}
.narrow h4 {
	margin-top:4px;
}
.narrow img {
	margin-bottom:30px;
}
.wide ul, .narrow ul {
	list-style: disc outside;
}
.narrow ul.none {
	list-style: none;
}
.wide li, .narrow li {
	margin-bottom:10px;
}
.narrow ul.none li {
	margin-bottom:2px;
}
ol#list {
	list-style-type: none;
	margin:0;
}
ol#list li {
	margin-bottom:25px;
}

.three-up {
	float:left;
	margin-top:10px;
}

.three-up div {
	width:290px;
	float:left;
	margin-right:15px;
}
.three-up div.last {
	margin-right:0;
}

.three-up img, .narrow img {
	width:290px;
	height:200px;
	margin-bottom:10px;
}

.three-up div.row {
	width:100%;
	margin-bottom:50px;
	margin-left:0;
}
.three-up p {
	padding-right:20px;
}

p.location {
	margin: 0;
	font-weight: bold;
	font-style: italic;
}
p.time {
	margin: 0;
	font-style: italic;
}
#confirmation_layer {
	margin: 2px 0 5px 0;
	padding: 14px 10px;
	background: #545454;
	width:881px;
}
#confirmation_layer p {
	font-size:15px;
	color: #fff;
	margin:0;
}
#message_layer {
	float:left;
	width:901px;
	height:12px;
	margin:0;
	padding: 6px 0 6px 0;
	background-color: #ececec;
	font-size:11px;
	line-height:12px;
	color: #545454;
}
#message_layer .backtoted {
	float:left;
}
#message_layer .signedin {
	float:right;
}

/* HEADER */
#header {
	float:left;
	width:100%;
	height:115px;
	margin-top:0px;
	margin-bottom:1px;
	border-bottom: 3px solid #ff2a06;
}

#top {
	float:left;
	margin-top:20px;
	width:100%;
	height:66px;
}
#logo { float:left; }

#dates {
	text-align:right;
	float:right;
	width:200px;
}

#dates p {
	font-size:12px;
	font-weight:bold;
	margin:0;
}

#nav {
	float:left;
	margin-top:-12px;
	text-transform: uppercase;
	border-bottom: 1px solid #d9d9d9;
	width:100%;
	height: 36px;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-weight: bold;
	color:#ababab;

}

#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	float:right;
	margin:0;
	padding:0;
}
#nav li.current { margin: 1px 0 0 0; }

#nav li a {
	display: block;
	width: 106px;
	line-height: 9px;
	text-align: center;
	background-image: url(/TED2009/images/tab_states.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 9px;
	color: #5c5c5c;
	padding-top: 16px;
	padding-bottom: 11px;
	background-position: 0 0;
}

#nav li a:hover {
	background-image: url(/TED2009/images/tab_states.png);
	color: #666666;
	background-repeat: no-repeat;
	background-position: 0 -36px;
}

#nav li.current a, #nav li.current a:hover {
	width: 108px;
	background-image: url(/TED2009/images/tab_on.png);
	background-position: 0 0;
	color:#000000;
}

#nav li.current a.last {
	margin-right:0px;
}

/* END HEADER */

/* FOOTER */
#footer {
	float:left;
	width:100%;
	clear:				both;
	height:				30px;
	background:			#dad8d6;
	line-height:		30px;
	text-transform:		uppercase;
	color:				#666;
	font-weight:		bold;
	margin-bottom:		30px;
	margin-top:			10px;
}

#footer a.smalllogo {
	float:				left;
	display:			inline;
	width:				47px;
	height:				18px;
	line-height:		18px;
	margin-top:			.6em;
	margin-left:		7px;
	margin-right:		180px;
	text-indent:		-9999999px;
	background:			url(https://www.ted.com/images/logo_ted_small.gif) no-repeat top left;
}

#footer p {
	float: left;
}

#footer ul {
	float: 				left;
	display:			inline;
	list-style:			none;
	margin:				0;
}

#footer ul li {
	display:			inline;
	font-size:			9px;
	color:				#545454;
}

#footer ul li.legal {
	margin-right:		8px;
}

#footer ul li a {
	color:				#545454;
	text-decoration:	none;
}

#footer form {
	float:				right;
	display:			inline;
	margin-top:			.5em;
	margin-right:		6px;
}

#footer form input.text {
	padding:			2px 5px 0 5px;
	float:				left;
	height:				16px;
	width:				192px;
	border:				0;
	border-top:			1px solid #949494;
	border-left:		1px solid #e9e9e9;
	color:				#666;
	font-family:		inherit;
	font-weight:		bold;
	margin:				0;
}

#footer form input.button {
	float:				left;
}
/* END FOOTER */

/* HOME */

.main {
	color: #666666;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 22px;
	line-height: 32px;
	width:850px;
	margin-left: 10px;
	margin-top: 15px;
	float:left;
}

.main p {
	margin-bottom:15px;
}

.main p.addition {
	font-family: Arial;
	font-size: 11px;
}

#collage {
	width:901px;
	height:484px;
}

#col1 {
	width:611px;
	height:484px;
	float:left;
	padding-right:1px;
}
#col2 {
	width:289px;
	height:484px;
	float:left;
}
.head {
	float:left;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:10px;
	min-height:100px;
	height:auto !important;
	height:100px;
}
#col2 h2 {
	font-size:15px;
}
#col2 div.text {
	border-top: 1px solid #d9d9d9;
	margin-left:10px;
	padding-top:7px;
}
#col2 div.text.last {
	border-bottom: 1px solid #d9d9d9;
}
/*
#collage img { padding: 0 1px 0 0; }
#collage img.last { padding: 0; }

.row {
	padding-bottom:1px;
}
.row.last {
	padding-bottom:0;
}*/
.image {
	float: left;
	position: relative;
	/*outline: 1px #7A12FF solid; */
	margin: 0 1px 1px 0;
/*	cursor: pointer;*/
}
.image a {
	display: block;
	width:100%;
	height:100%;
}
.image.last { margin-right: 0; }

.image-main {
	width:611px;
	height:381px;
}

.image-medium {
	width:289px;
	height:192px;
}

.image-small {
	width:152px;
	height:102px;
}

.image-small-2 {
	width:144px;
	height:98px;
}

.caption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #000000;
	opacity: .8;
}
.in_caption {
	position:absolute;
	bottom:0px;
	width: 100%;
	height:50px;
	margin-left: 10px;
	z-index:10;
	overflow: hidden;
}
.in_caption h2 {
	color: #ffffff;
	font-weight: bold;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 22px;
	line-height: 32px;
	height: 32px;
	margin: 2px 0 0 0;
}
.in_caption p {
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	margin-top:-4px;
}

.in_caption a {
	text-decoration: none;
	color:#ffffff;
}

.in_caption a:hover {
	text-decoration: none;
	color:#ffffff;
}

.live #image-1 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage-live/1-152x102.jpg);
	background-repeat: no-repeat;
}
.live #image-2 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage-live/2-152x102.jpg);
	background-repeat: no-repeat;
}
.live #image-3 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage-live/3-152x102.jpg);
	background-repeat: no-repeat;
}
.live #image-4 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage-live/4-152x102.jpg);
	background-repeat: no-repeat;
}
.live #image-5 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage-live/5-611x381.jpg);
	background-repeat: no-repeat;
}

#image-1 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage/1-152x102.jpg);
	background-repeat: no-repeat;
}
#image-2 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage/2-152x102.jpg);
	background-repeat: no-repeat;
}
#image-3 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage/3-152x102.jpg);
	background-repeat: no-repeat;
}
#image-4 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage/4-152x102.jpg);
	background-repeat: no-repeat;
}
#image-5 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage/5-611x381.jpg);
	background-repeat: no-repeat;
}
#image-6 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage/6-289x192.jpg);
	background-repeat: no-repeat;
}
#image-7 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage/7-144x98.jpg);
	background-repeat: no-repeat;
}
#image-8 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage/8-144x98.jpg);
	background-repeat: no-repeat;
}
#image-9 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/homepage/9-289x192.jpg);
	background-repeat: no-repeat;
}
/* END HOME */

/* SCHEDULE */

#menu {
	list-style-type: none;
	font-size:11px;
	width: 540px;
	height: 36px;
	margin-left: 0px;
	font-weight: bold;
}

#menu li {
	display: inline-block;
	float:left;
	width:180px;
}

#menu .current a {
	color:#000000;
}

.schedule {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom:60px;
	border-top: 2px solid #333333;
}
.schedule.first {
	border:0;
}
.schedule td {
	border-bottom: 1px solid #e7e7e7;
	vertical-align: top;
	padding: 6px 0 6px 0;
}

.schedule td.day {
	vertical-align:middle;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}

.schedule td.time {
	width:125px;
}
.schedule td.session_title {
	width:415px;
	font-weight: bold;
}
.schedule td.speaker_names {
	width:160px;
}
.schedule td.speaker_titles {
	width:200px;
}

.schedule ul {
	margin:0px;
}

/* END SCHEDULE */

/* Speakers A-Z */

table.speakers {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	border-top: 2px solid #333333;
	margin-top: 60px;
	vertical-align:top;
}
table.speakers td {
	border-bottom: 1px solid #e7e7e7;
	vertical-align: top;
	padding: 6px 10px 6px 0;
	margin:0;
}
table.speakers.first {
	border:0;
	margin-top:0px;
}
table.speakers td.letter, td.letter a {
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
}
table.speakers td.imagecell {
	width:115px;
}
table.speakers td.imagecell img {
	width:103px;
	height:78px;
}
table.speakers td.speaker {
	width:147px;
}
table.speakers td.bio {
	width:304px;
}
table.speakers td.links {
	width:147px;
}
table.speakers td.session {
	width:147px;
	padding-right:0;
}
table.speakers ul {
	margin:0px;
}

/* End Speakers A-Z */

/* Plan Your TED */

#choose_location {
	font-size:11px;
	margin-top: -7px;
	padding-bottom:3px;
	margin-bottom: 5px;
	height:35px;
	width: 100%;
	border-bottom: 2px solid #eaeaea;
}

.collage-plan {
	width:901px;
	height:301px;
}

.collage-plan #col1 {
	width:448px;
	height:301px;
	float:left;
	padding-right:1px;
}
.collage-plan #col2 {
	width:452px;
	height:301px;
	float:left;
}
.collage-plan .image-main {
	width:448px;
	height:301px;
}
.collage-plan .image-small {
	width:225px;
	height:150px;
}
#collage-long-index #image-1 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-index/1-448x301.jpg);
}
#collage-long-index #image-2 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-index/2-225x150.jpg);
}
#collage-long-index #image-3 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-index/3-225x150.jpg);
}
#collage-long-index #image-4 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-index/4-225x150.jpg);
}
#collage-long-index #image-5 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-index/5-225x150.jpg);
}
#collage-long-guide #image-1 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-guide/1-448x301.jpg);
}
#collage-long-guide #image-2 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-guide/2-225x150.jpg);
}
#collage-long-guide #image-3 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-guide/3-225x150.jpg);
}
#collage-long-guide #image-4 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-guide/4-225x150.jpg);
}
#collage-long-guide #image-5 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-guide/5-225x150.jpg);
}
#collage-palm-index #image-1 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-index/1-448x301.jpg);
}
#collage-palm-index #image-2 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-index/2-225x150.jpg);
}
#collage-palm-index #image-3 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-index/3-225x150.jpg);
}
#collage-palm-index #image-4 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-index/4-225x150.jpg);
}
#collage-palm-index #image-5 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-index/5-225x150.jpg);
}
#collage-palm-guide #image-1 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-guide/1-448x301.jpg);
}
#collage-palm-guide #image-2 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-guide/2-225x150.jpg);
}
#collage-palm-guide #image-3 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-guide/3-225x150.jpg);
}
#collage-palm-guide #image-4 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-guide/4-225x150.jpg);
}
#collage-palm-guide #image-5 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-guide/5-225x150.jpg);
}

.hotel h4 {
	margin-bottom:9px;
}
.row.hotel {
	float: left;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
}

img.hotel {
	width: 200px;
	height: 133px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
p.hotel {
	float:right;
	width:365px;
}

#collage-map {
	width:901px;
	height:301px;
	margin-bottom:25px;
}

#collage-map #col1 {
	width:450px;
	height:300px;
	float:left;
}
#collage-map #col2 {
	width:450px;
	height:300px;
	float:left;
}
#collage-map .image-main {
	width:450px;
	height:300px;
}
#collage-map #image-1 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-map/1-450x300.jpg);
}
#collage-map #image-2 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/longbeach-map/2-450x300.jpg);
}
#collage-map.palmsprings #image-1 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-map/1-450x300.jpg);
}
#collage-map.palmsprings #image-2 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/plan_your_ted/palmsprings-map/2-450x300.jpg);
}

/* End Plan Your TED */

/* Sponsors */
.sponsors-1 img {
	width:290px;
	height:200px;
}

.sponsors-2 img {
	width:200px;
	height:133px;
}
.sponsors-3 img {
	width:150px;
	height:100px;
}
/* End Sponsors */

/* Connect */
#connect-index {
	width:901px;
	height:301px;
	margin-bottom:25px;
}

#connect-index #col1 {
	width:450px;
	height:301px;
	float:left;
}
#connect-index #col2 {
	width:450px;
	height:301px;
	float:left;
}
#connect-index .image-main {
	width:450px;
	height:301px;
}
#connect-index #image-1 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/connect/1-450x301.jpg);
}
#connect-index #image-2 {
	background-image: url(http://images.ted.com/images/ted/conference/2009/connect/2-450x301.jpg);
}
/* End Connect */

/* Coverage */
.flickr-controls {
	padding-top:6px;
	padding-bottom:6px;
	width:100%;
	text-align:right;
}
.flickr-controls span {
	float:left;
	display: inline-block;
	margin: 0 0 0 450px;
}

.flickr-controls li, .flickr-controls ul {
	float: right;
	padding-right: 6px;
	padding-left: 6px;
}
.flickr-controls input[type=radio] {
	display:none;
}
.flickr-controls a
{
	background-image: url(http://www.ted.com/images/bg_radiobutton.gif);
	padding-left: 18px;
	font-size: 12px;
	height: 12px;
	line-height:12px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.flickr-controls a.selected {
	background-position: 0px -12px;
}
/* End Coverage */
