




/*
     FILE ARCHIVED ON 15:59:14 Jul 3, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:32:32 Feb 8, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*--------------------------------------------------------------------
Shared CSS

Author:			Ryan Brill <ryan [at] infinitywebdesign.com>
Description:	This is CSS that is shared between the front end and the admin
----------------------------------------------------------------------*/

/* Icons
----------------------------------------------------------------------*/
.icon {
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.icon.inline {
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	text-indent: -5000px;
	overflow: hidden;
	padding: 0;
}
.icon.open {
	background-image: url(/web/20110703155914/http://www.ted.com/css/i/iconOpen.png);
	background-position: 0 1px;
}
.icon.invite {
	background-image: url(/web/20110703155914/http://www.ted.com/css/i/iconInvite.png);
	background-position: 0 1px;
}
.icon.available {
	background-image: url(/web/20110703155914/http://www.ted.com/css/i/iconAvailable.png);
	background-position: 0 1px;
	color: #26850D;
	padding: 3px 0 3px 25px;
}

/* Lists
----------------------------------------------------------------------*/
dl.list {
	margin-bottom: 15px;
	padding-left: 110px;
}
dl.list dt {
	float: left;
	display: inline;
	clear: left;
	width: 100px;
	margin-left: -110px;
	font-weight: bold;
	margin-bottom: 10px;
}
dl.list dd {
	float: left;
	display: inline;
	*float: none;
	*display: block;
	margin-bottom: 10px;
	color: #3F3F3F;
	font-weight: bold;
	font-style: normal;
	zoom: 1;
}
dl.list dd span.note {
	display: inline;
	font-weight: normal;
}

/* Messages */
div#confirmation_layer {
	margin-top: -5px;
	margin-bottom: 10px;
	padding: 15px 10px;
	color: #fff;
	background: #424242;
	font-size: 15px;
	font-weight: bold;	
}

/* Form Elements
----------------------------------------------------------------------*/
select {
	color: #3f3f3f;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0;
}
form div.group div.item select.wide {
	width: 248px;
}

select option {
	padding: 0 2px;
}
input.text,
input.password {
	width: 283px;
	border: 1px solid #DCDCDC;
	padding: 2px 5px;
	font-size: 10px;
	color: #555;
}
.t2 input.text,
.t2 input.password {
	width: 237px;
}
input.text.full {
	width: 598px;	
}
.t2 input.text.full {
	width: 509px;
}
.t2 .secondary input.text,
.t2 .secondary input.password {
	width: 277px;
}
input.text.disabled {
	color: #404040;
	border: 0;
	background: none;
}
input.date {
	width: 73px !important;
	padding-right: 27px;
	background: #fff url(/web/20110703155914/http://www.ted.com/css/i/bgInputDate.png) no-repeat 100% 0;
}
input.time {
	width: 50px !important;
}
/* this style for symfony jQuery date widget */
.ui-datepicker-trigger {
	vertical-align:middle;
}
textarea {
	color: #555;
	border: 1px solid #DCDCDC;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	width: 598px;
	height: auto;
	padding: 2px 5px;
	margin: 0;
}
textarea.halfheight {
	height: 50px;
}
.t2 textarea {
	width: 498px;
}
.t2 .secondary textarea {
	width: 277px;
}
div.group textarea {
	width: 283px;
}
.t2 div.group textarea {
	width: 237px;
}
.error,
em.req {
	font-size: 11px;
	font-weight: bold;
	color: #f00;
}
ul.error_list {
	list-style:	none;
	color: #FF2B06;
}

.note {
	display: block;
	color: #666;
	font-size: 12px;
	font-style: italic;
}

.mini_profile img {
	float: left;
	padding: 5px;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #DCDCDC;
}

/* Form Elements -> Buttons
-----------------------------------*/
span.button {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: baseline;
}
span.button span {
	display: inline-block;
	background: #e8e8e8 url(/web/20110703155914/http://www.ted.com/css/i/bgButton.png) 0 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.55);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.55);
	filter:	progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
span.button a,
span.button strong {
	display: block;
	*display: inline-block;
	color: #333;
	border: 0;
	padding: 2px 10px;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	white-space: nowrap;
}
span.button strong {
	padding: 0;
	font-weight: normal;
}
span.button input {
	background: none;
	border: 0;
	color: #333;
	padding: 1px 10px;
	cursor: pointer;
	white-space: nowrap;
	/* IE */
	margin: 0 -5px\9;
	padding: 2px 10px\9;
	*padding: 1px 10px;
	/* Fix for IE button padding */
	*width: 1%;
	_width: auto;
	_overflow: visible;
}
/* Safari 3+, Chrome 1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	span.button input {
		padding-top: 0;
		padding-bottom: 0;
	}
}

span.button a {
	text-decoration: none;
	/* IE */
	margin: 0 -5px 0 -5px\9;
}
span.button a:hover {
	text-decoration: none;
}

/* Primary Action */
span.button.primary a,
span.button.primary strong,
span.button.primary input {
	font-weight: bold;
}

/* Secondary action */
span.button.secondary a,
span.button.secondary strong,
span.button.secondary input {
	font-weight: normal;
}

/* Tertiary action */
span.button.secondary a,
span.button.secondary strong,
span.button.secondary input {
	font-weight: normal;
}

/* Disabled */
span.button.disabled a,
span.button.disabled button,
span.button.disabled input {
	color: #b5b5b5;
	text-decoration: none;
}

/* Mentor */
span.button.mentor span {
	font-size: 10px;
	background: #FFB757 url(/web/20110703155914/http://www.ted.com/css/i/bgButtonMentor.png) repeat-x 0 0;
	text-shadow: rgba(255, 255, 255, .45) 0 1px 0;
}
span.button.mentor button,
span.button.mentor a {
	font-weight: bold;
	color: #000;
}

/* Translator */
span.button.translator span {
	background: #FFB757 url(/web/20110703155914/http://www.ted.com/css/i/bgButtonMentor.png) repeat-x 0 0;
	text-shadow: rgba(255, 255, 255, .45) 0 1px 0;
}
span.button.translator span strong {
	padding: 7px 10px 7px 30px;
	background: url(/web/20110703155914/http://www.ted.com/css/i/iconTranslator.png) no-repeat 5px 50%;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: rgba(255, 255, 255, .45) 0 1px 0;
}

/* Form -> Layout
-----------------------------------*/
form div.item {
	margin-bottom: 10px;
}
form div.group div.item {
	float: left;
	display: inline;
	width: 295px;
	padding: 5px 0 5px;
	margin: 0 10px 0 0;
}
.t2 form div.group div.item {
	width: 250px;
}
form div.box.tabs div.group div.item {
	width: 225px;
}
form div.box.tabs div.item input.text {
	width: 208px;
}

form div.group.multiple div.item,
.t2 form div.group.multiple div.item {
	width: auto;
}

form div.group div.item.error,
form div.item.error {
	position: relative;
	margin-left: -5px;
	margin-right: 5px;
	padding: 5px;
	background-color: #FFBABD;
}
form div.item label {
	display: block;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
form div.item div.field {
	margin-bottom: 5px;
}
form div.item div.field label {
	display: inline;
	margin: 0;
	font-weight: normal;
}
form div.item div.extraInfo {
	position: relative;
	margin-top: 10px;
	padding: 20px;
	background: #D4D0C9;
}
form div.item div.extraInfo span.arrow {
	position: absolute;
	top: -10px;
	left: 20px;
	width: 20px;
	height: 10px;
	background: url(/web/20110703155914/http://www.ted.com/css/i/bgExtraInfoArrow.png) no-repeat;
}
form div.item div.extraInfo div.item {
	width: 230px;
}
form div.item div.extraInfo ul.radio li.half {
	width: 224px;
}
form div.item ul {
	margin-bottom: 0;
}
form div.item ul li {
	margin-bottom: 5px;
}
form div.item ul li input {
	margin: 0;
}
/* Radio */
ul.radio li {
	float: left;
	display: inline;
	width: 79px;
	padding-left: 16px;
}
ul.radio li.double {
	width: 190px;
}
ul.radio.full li {
	float: none;
	display: block;
	width: auto;
}
ul.radio li.half {
	width: 244px;
}
ul.radio ul li {
	float: none;
	display: block;
	width: auto;
	padding-left: 0;
}
ul.radio li input.radio {
	float: left;
	display: inline;
	margin-left: -16px;
	width: 16px\9; /* IE */
}
/* Radio -> List */
ul.radio.list li {
	float: none;
	display: list-item;
	width: auto;
}
/* Checkbox */
ul.checkbox li {
	*display: inline;
	margin-bottom: 5px;
	padding-left: 16px;
	zoom: 1;
}
ul.checkbox li input.checkbox {
	float: left;
	display: inline;
	margin: 0 0 0 -16px;
}
ul.checkbox li label {
	zoom: 1;
}

/* Buttons */
form p.buttons {
	margin-top: 5px;
	text-align: right;
}
div.box.form div.buttons,
form div.buttons {
	margin: 6px 0;
	padding: 10px;
	background: #DBDBDB;
	text-align: right;
}
div.box.form div.buttons.first,
form div.buttons.first {
	margin-top: 0;
}
.buttons span.button.primary {
	float: right;
	display: inline;
	width: auto !important;
	margin-left: 10px;
}
.buttons span.button.secondary {
	float: right;
	display: inline;
	width: auto !important;
	margin-left: 10px;
}
.buttons span.button.tertiary {
	float: left;
	display: inline;
	margin-right: 10px;
}
div.box.form div.buttons p.note,
form div.buttons p.note {
	float: left;
	display: inline;
}
div.grid.main div.buttons {
	position: relative;
	margin: 0 -20px -20px -20px;
	padding: 20px;
	border-top: 6px solid #fff;
	zoom: 1;
}

/* Form -> Layout -> Vertical
-----------------------------------*/
form fieldset.vertical div.item {
	padding-left: 130px;
}
form fieldset.vertical div.item label {
	float: left;
	display: inline;
	margin-left: -130px;
	width: 120px;
}

/* Form -> Layout -> Search
-----------------------------------*/
form.search div.item {
	float: left;
	display: inline;
	margin-right: 10px;
}
form.search label {
	float: left;
	display: inline;
	margin-top: 3px;
}
form.search div.item div.field {
	margin: 0;
}
form.search div.item.buttons {
	float: none;
	display: block;
	clear: both;
}

/* Grids
----------------------------------------------------------------------*/

/* Grids -> 2 Column
-----------------------------------*/
.grid .col,
.grid.three .grid .col,
.grid.four .grid .col {
	float: left;
	display: inline;
	width: 49%;
	margin-left: 2%;
	*margin-left: 1.9%;
	/*overflow: hidden;*/
}
.grid .col.first {
	margin-left: 0;
}

/* Grids -> 3 Column
-----------------------------------*/
.grid.three .col,
.grid.four .grid.three .col {
	width: 32%;
}
.grid.three .col.first {
	margin-left: 0;
}

/* Grids -> 4 Column
-----------------------------------*/
.grid.four .col,
.grid.three .grid.four .col {
	width: 23.5%;
}
.grid.four .col.first {
	margin-left: 0;
}

/* Grids -> Main
-----------------------------------*/
.grid.main div.col.primary {
	width: 425px;
	margin: 0;
}
.grid.main div.col.secondary {
	float: right;
	width: 197px;
	margin: 0;
}

/* Layout -> Page Types
-----------------------------------*/

/* Template 2 */
.t2 .grid.main {
	background: url(/web/20110703155914/http://www.ted.com/css/i/bgGrid01.png) repeat-y;
}
.t2 .grid.main div.col.primary {
	width: 520px;
	padding: 20px;
	background: #E7E2DA;
}
.t2 .grid.main div.col.secondary {
	width: 293px;
	padding: 20px;
	background: #F2F2F2;
}

/* Template 3 */
.t3 .grid.main {
	background: url(/web/20110703155914/http://www.ted.com/css/i/bgGrid03.png) repeat-y;
}
.t3 .grid.main div.col.primary {
	width: 292px;
	padding: 15px;
	background: #E7E2DA;
}
.t3 .grid.main div.col.secondary {
	width: 292px;
	padding: 15px;
	background: #F2F2F2;
}

/* Template 4 */
.t4 .content {
	width: 610px;
	padding: 20px;
	background: #E7E2DA;
}

/* Template 5 */
.t5 .grid.main div.col.primary {
	float: right;
	width: 564px;
	padding: 15px;
	background: #f8f8f8;
}
.t5 .grid.main div.col.secondary {
	float: left;
	width: 290px;
}

/* Template 6 */
.t6 #container {
	background: none;
}
.t6 .grid.main div.col.primary {
	width: 650px;
}
.t6 .grid.main div.col.secondary {
	width: 225px;
}
.t6 .grid.main div.col.secondary div.box {
	padding: 0;
	background: none;
}

/* Template 7 */
.t7 .grid.main {
	background: url(/web/20110703155914/http://www.ted.com/css/i/bgGrid07.png) repeat-y;
}
.t7 .grid.main div.col.primary {
	width: 560px;
	background: #fff;
}
.t7 .grid.main div.col.secondary {
	width: 293px;
	padding: 20px;
	background: #E9E2DA;
}

/* Landing */
.landing div.box,
.landing p.upcoming {
	margin-bottom: 27px;
}

/* Modules
----------------------------------------------------------------------*/
div.box {
	margin-bottom: 15px;
}
div.box:last-child {
	margin-bottom: 0;
}

/* Modules -> Plain
-----------------------------------*/
div.box.plain {
	padding: 0;
	border: 0;
}

/* Modules -> Form
-----------------------------------*/
div.box.form.dark {
	background:none repeat scroll 0 0 #E7E2DA;
	padding:20px;
	width:610px;
}

div#content-full-width div.box.form.dark {
	width: inherit;
}

div.box.form .styledSelectWrapper.status {
	float: right;
	display: inline;
	margin: 2px 0 0 10px;
}
div.box.form h4 {
	padding: 5px;
	margin: 5px -5px;
	border: 0;
	background: #DBD6CF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.box.form .secondary h4 {
	background: #e6e6e6;	
}

div.box.form span.note {
	margin-bottom: 5px;
	font-size: 11px;
}
div.box.form hr.dotted {
	border-bottom: 1px dotted #ccc;
}
div.box.form div.item.license textarea {
	height: 190px;
	background: #FFFFD9;
}


/* Modules -> Tabs
-----------------------------------*/
div.box.tabs {
	padding: 0;
	border: 0;
	background: none;
	font-size: inherit;
	font-family: inherit;
}
div.box.tabs ul.ui-tabs-nav {
	display: block;
	position: relative;
	padding: 0;
	border: 0;
	background: none;
	z-index: 3;
}
div.box.tabs ul.ui-tabs-nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 10px 20px;
	border: 0;
	color: #000;
	background: #DBD6CF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
div.box.tabs ul.ui-tabs-nav li.ui-tabs-selected {
	padding: 10px 20px;
	background: #fff;
	color: #93908B;
}
div.box.tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	cursor: default;
}
div.box.tabs .ui-tabs-hide {
	display: none;
}
div.box.tabs .ui-widget-content {
	padding: 10px 25px;
	border: 0;
	background: #fff;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	border-radius: 8px;
	border-top-left-radius: 0;
}

/* Modules -> Spotlight
-----------------------------------*/
div.box.spotlight ul.listCol li,
div.box.spotlight ul.listCol li {
	padding-left: 230px;
}
div.box.spotlight ul.listCol li div.col,
div.box.spotlight ul.listCol li div.col {
	margin-left: -230px;
}
div.box.spotlight .date {
	color: #666;
}

/* Modules -> editEvent
-----------------------------------*/
div.box.editEvent .secondary div.item {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
div.box.editEvent .secondary div.item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
div.box.editEvent div.item.image img {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
div.box.editEvent div.item.sponsorship ul.radio input.text {
	float: right;
	display: inline;
	width: 175px;
}
div.box.editEvent div.group div.item.info {
	width: 175px;
	padding: 5px 10px;
	background: #D4CFC9;
}
div.box.editEvent div.item.info .type {
	float: right;
	display: inline;
}
div.box.editEvent div.item.info ul {
	margin-top: 5px;
}
div.box.editEvent div.item.info ul li {
	margin-bottom: 0;
}

/* Modules -> aboutLicensee
------------------------------------*/
div.box.aboutLicensee hr {
	border-bottom-width: 1px;
}
div.box.aboutLicensee input.text.available {
	border: 1px solid #5EC401;
}

/* JS Styles
----------------------------------------------------------------------*/

/* JS -> StyledSelect
-----------------------------------*/
.styledSelectWrapper {
	position: relative;
	display: inline-block;
	*position: static;
	*display: inline;
	vertical-align: bottom;
}
.styledSelect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	text-align: left;
}
.styledSelect {
	*display: inline; /* IE needs this to be in it's own rule */
}
.styledSelect.open {
	z-index: 2;
}
.styledSelect.focus {
	outline: none;
}
.styledSelect .label {
	width: 100%;
	background: #fff;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.55);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.55);
	filter:	progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.styledSelect .icon {
	padding: 2px 18px 2px 5px;
	background: url(/web/20110703155914/http://www.ted.com/css/i/iconStyledSelect.png) no-repeat 100% 50%;
}
.styledSelect .ulContainer {
	position: absolute;
	width: 100%;
	margin-top: -2px;
	padding-top: 2px;
	background: #fff;
	z-index: 2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.55);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.55);
	filter:	progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.styledSelect .ulContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.styledSelect .ulContainer ul li {
	display: block !important;
	margin: 0 !important;
	padding: 2px 5px;
	font-size: 11px;
	background: #FFFFFF;
}
.styledSelect .ulContainer ul li.hover {
	background: #F2F2F2;
}
.styledSelect .ulContainer ul li.selected {
	background: #DBDBDB;
}

.styledSelect .ulContainer ul li.optgroup {
	font-weight: bold;
	font-style: italic;
}

/* Disabled */
.styledSelect.disabled {
	opacity: .45;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
}

/* Approved */
.styledSelect.approved .label {
	color: #0C9E0D;
}

/* jQuery Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; position:relative; height:17px; text-decoration: none; overflow:hidden;}
a.ui-selectmenu {text-decoration: none; background: white;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a, .ui-selectmenu-status {line-height: 1.4em; display:block; padding:2px 5px; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

/* jQuery Autocomplete
----------------------------------*/
.ui-autocomplete {
	position: absolute;
	border: 0;
	background: none;
	_width: 1%;
}
.ui-autocomplete a {
	display: block;
	padding: 7px;
	background: #D9D7D3;
	border: 1px solid #D9D7D3;
	border-top: 1px solid #E7E2DA;
	text-decoration: none;
	cursor: pointer;
}
.ui-autocomplete a.ui-state-hover {
	background: #fff;
	border: 1px solid #5EC301;
}
.ui-autocomplete img {
	float: left;
	display: inline;
	margin-right: 5px;
}

/* jQuery Dialog
----------------------------------*/
.ui-dialog {
	position: absolute;
	width: 438px;
	border: 11px solid #2D2D2D;
	border-color: rgba(45,45,45,.9);
	background: #fefefe;
	padding: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
.ui-dialog .ui-dialog-titlebar {
	margin-bottom: 20px;
	padding: 5px;
	border: none;
	background: none;
	font-size: 18px;
	font-weight:bold;
}
.ui-dialog .ui-dialog-content {
	padding: 5px;
	background: none;
	border: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	padding: 0;
	background: url(/web/20110703155914/http://www.ted.com/css/i/iconClose.png) no-repeat;
}
.ui-dialog .ui-state-hover,
.ui-dialog .ui-state-focus {
	border: 0;
	background-color: none;
}
.ui-dialog a {
	color: #FF2B06;
}
.ui-dialog div.group div.item {
	width: 205px;
}
.ui-dialog div.group div.item input.text {
	width: 191px;
}
.ui-dialog div.buttons {
	background: none;
	padding: 0;
}

/* Google Map Overlay
----------------------------------*/
div.gmapInfoWindow {
	width: 200px;
	padding-bottom: 8px;
}
div.gmapInfoWindow_contents {
	padding: 10px;
	background: #333;
	color: #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
div.gmapInfoWindow_contents h3 {
	margin-bottom: 5px;
	color: #fff;
}
div.gmapInfoWindow_contents p {
	margin-bottom: 5px;
}
div.gmapInfoWindow_contents p.availablity {
	color: #999;
}
div.gmapInfoWindow_beak {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 15px;
	height: 8px;
	background: url(/web/20110703155914/http://www.ted.com/css/i/bgGMapInfoWindowArrow.png) no-repeat;
}

/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
----------------------------------------------------------------------*/
.clearfix:after,
.grid:after,
form div.group:after,
form div.item:after,
.buttons:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
.grid,
form div.group,
form div.item,
.buttons {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix,
* html .grid,
* html form div.group,
* html form div.item,
* html .buttons {
	height: 1%;
}
.clearfix,
.grid,
form div.group,
form div.item,
.buttons {
	display: block;
}
/* End hide from IE-mac */