/*  Generated 2/22/2012 9:25:55 PM  */

/*
 * Combine
 * Multiple files combined into one.
 * http://www.smallsharptools.com/Projects/Packer/
*/

/* D:\Hosting\6359081\html\Assets\Stylesheets\1reset.css */
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: "" "";
}


/* D:\Hosting\6359081\html\Assets\Stylesheets\2general.css */
body 
{
    background: #131418;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
}

h1 
{
    font-size: 30px;
    color: #ee7c69;
    line-height: 30px;
    font-weight:normal;
    margin-bottom: 20px;
}

h2 
{
    font-size: 21px;
    color: #ee7c69;
    line-height: 20px;
    font-weight:normal;
    margin-bottom: 15px;
}

h3
{
    font-size: 16px;
    color: #ee7c69;
    line-height: 16px;
    font-weight:normal;
    margin-bottom: 5px;
}

p 
{
    line-height: 21px;
    margin-bottom: 15px;
}

hr 
{
    color: #fff;
    height:1px;
    background: #fff;
    border: 0;
    border-top: 1px solid #cdc8c2;
    clear: both;
}

strong 
{
    font-weight: bold;
}

.left 
{
    float:left;
}

.right 
{
    float: right;
}

.clear
{
    clear:both;
}

.nopadding 
{
    padding: 0;
}

.hidden 
{
    display: none;
}

.clickable 
{
    cursor: pointer;
}

.center 
{
    text-align: center;
}

.single-blue-arrow-right-8x12, a.single-blue-arrow-right-8x12 
{
    font-size: 12px;
    padding-left: 12px;
    color: #fff !important;
    background: url(/Assets/Images/single-blue-arrow-right-8x12.png) no-repeat left 2px;
    text-decoration: none;
}


.single-blue-arrow-right-10x14, a.single-blue-arrow-right-10x14
{
    font-size: 13px;
    padding-left: 14px;
    color: #b5b5b5 !important;
    background: url(/Assets/Images/single-blue-arrow-right-10x14.png) no-repeat left 2px;
    text-decoration: none;
}

.single-red-arrow-right-10x14, a.single-red-arrow-right-10x14
{
    font-size: 16px;
    font-weight: bold;
    padding-left: 14px;
    color: #494942 !important;
    background: url(/Assets/Images/single-red-arrow-right-10x14.png) no-repeat left 2px;
    text-decoration: none;
}


.single-red-arrow-down-16x11, a.single-red-arrow-down-16x11
{
    font-size: 15px;
    padding-left: 20px;
    color: #3a3a31 !important;
    background: url(/Assets/Images/single-red-arrow-down-16x11.png) no-repeat left 4px;
    text-decoration: none;
}

.single-red-arrow-right-8x12, a.single-red-arrow-right-8x12 
{
    font-size: 12px;
    padding-left: 12px;
    color: #fff !important;
    background: url(/Assets/Images/single-red-arrow-right-8x12.png) no-repeat left 2px;
    text-decoration: none;
}

.black-jitter 
{
    background: url(/Assets/Images/jitter-black.jpg) repeat !important;
}

.white-jitter 
{
    background: url(/Assets/Images/jitter-white.jpg) repeat !important;
}

.rounded-black-4px
{   
    background: #1e1f22;
    border: 1px solid #1e1f22;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    
    padding: 4px 0 0 10px;
}

.rounded-white-4px
{   
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    
    padding: 4px 0 0 10px;
}

.rounded-black-8px 
{
    background: #1e1f22;
    border: 1px solid #1e1f22;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    
    padding: 22px 0 0 18px;
}

.rounded-black-16px 
{
    background: #1e1f22;
    border: 1px solid #1e1f22;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    
    padding: 22px 0 0 18px;
}

.rounded-white-16px 
{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    color: #000;
    
    padding: 22px 0 0 18px;
}

.rounded-grey-4px
{   
    background: #e6e6dc;
    border: 1px solid #e6e6dc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    
    padding: 4px 0 0 10px;
}

.gradient-rounded-header
{
    padding:32px 0 0 40px;
    width: 940px; /* 940 - 40 */
    height: 120px; /* 152 - 32 */
    background: url(/Assets/Images/gradient-rounded-header.png) no-repeat left top;
}

.gradient-rounded-header h1 
{
    margin-bottom: 10px;
}

.gradient-rounded-header p 
{
    width: 500px;
    font-size: 17px;
    color: #4e4e4b;
}

.rounded-white-jitter 
{
    width: 940px;
    background: url(/Assets/Images/white-jitter-rounded-footer.png) no-repeat left bottom;
    padding-bottom: 11px;
}

.rounded-white-jitter .inner 
{
    background: url(/Assets/Images/jitter-white.jpg) repeat;
}

.rounded-white-jitter .article 
{
    padding: 40px;
    clear: both;
}

.rounded-white-jitter .article .image 
{
    float: right;
    width: 236px;
    height: 204px;
    /*background: url(/Assets/Images/news-image-bg.png) no-repeat left top;*/
    text-align: center;   
}

.rounded-white-jitter .article h2 
{
    font-size: 25px;
}

.rounded-white-jitter .article p 
{
    color: #000;
}

.rounded-white-jitter .showAll > p
{
    padding: 0 40px 10px;
    margin-bottom: 0;
}

.rounded-white-jitter .article .showAll > p 
{
    padding: 0;
}

a.red-button
{
    background: url(/Assets/Images/red-button-right.png) no-repeat right top;
    padding-right: 3px;
    display: block;
    height: 23px;
    float: left;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}

a.red-button span
{
    background: url(/Assets/Images/red-button-left.png) no-repeat left top;
    padding: 4px 8px 0 10px;
    display: block;
    height: 19px;
 
}

.popDown 
{
    position: relative;
    margin-bottom: 10px;
    z-index: 100;
}

.popDown .inner
{
    position: absolute;
    display: none;
    left: 0;
    top: 20px;
    z-index: 200;
    color: #000;
    width: 200px;
}

.shareWithFriend 
{
    z-index: 200;
}

.lightbox
{
    bottom:50%;
    display:none;
    left:50%;
    position:absolute;
    right:50%;
    top:50%;
    z-index:1500;
}

#curtains 
{
    background-color:#000000;
    display:none;
    height:100%;
    left:0;
    opacity:0.75;
    position:absolute;
    top:0;
    width:100%;
    z-index:1000;
}

.styledInput
{
    width: 201px;
    height: 32px;
    padding: 3px 5px 0 ;
    background: url(/Assets/Images/footer-input.png) no-repeat left top;
    border:0;
    color: #c9c9c9;
    font-size: 12px;
    margin-bottom: 10px;
    display:block;
}

label.error, span.error
{
    color: red;
}

/* D:\Hosting\6359081\html\Assets\Stylesheets\3layout.css */
#website 
{
    width: 1000px;
    margin: 0 auto;
    background: url(/Assets/Images/background-top.jpg) no-repeat left top;
}

#header 
{
    width: 940px;
    height: 90px;
    margin: 0 auto;
    padding-top: 50px;
}

#logo 
{
    width: 282px;
    height: 36px;
    display: block;
    float: left;
    margin-right: 55px;
}

#topMenu 
{
    float: left;
    height: 30px;
}

#topMenu li 
{
    float: left;   
    margin: 0 5px;
    padding-right: 5px;
    display: block;
    height: 30px;
}

#topMenu a 
{
    padding: 9px 3px 0 7px;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 28px;
    font-size: 14px;
}

#topMenu li.selected 
{
    background: url(/Assets/Images/shadow-menu-right.png) no-repeat right top;
}

#topMenu li.selected a 
{
    background: url(/Assets/Images/shadow-menu-left.png) no-repeat left top;
}

#quickSearch 
{
    width:134px;
    height: 28px;
    padding: 3px 40px 0 10px;
    margin-left: 15px;
    display: block;
    float: right;
    background: url(/Assets/Images/search.png) no-repeat left top;
    border: 0;
    color: #fff;
}

#body 
{
    width: 940px;
    margin: 0 auto;
}

#footer 
{
    margin: 40px auto 0 auto;
    width: 1000px;
    background: url(/Assets/Images/globe.png) no-repeat left bottom;
    padding: 40px 0 20px 0; 
    clear: both;
}

#footer > .box 
{
    margin: 0 auto;    
    width: 981px;
    background: url(/Assets/Images/footer-981-bottom.png) no-repeat left bottom;
    padding-bottom: 8px;
}

#footer > .box > .inner
{
    width: 946px; /* 981 - 35 */
    padding: 20px 15px 0 20px;
    background: url(/Assets/Images/footer-981-top.png) no-repeat left top;
}

#footer h3 
{
    font-size: 20px;
    color: #2f90ab;
    line-height: 20px;
    font-weight: normal;   
    margin-bottom: 15px;
}

#footer a 
{
    color: #5b9ac3;
    text-decoration: none;
}

#footer .column1, #footer .column2, #footer .column3, #footer .column4 
{
    width: 220px;
    margin-right: 25px;
}

#footer .column3 
{
    margin-right :15px;
}

#footer .column4 
{
    margin-right: 0;
}

#footer .column1 ul 
{
    margin-bottom: 20px
} 

#footer .column1 li 
{
    display: none;
}

#footer .column1 li.current
{
    display: block;
}



#footer input[type=submit] 
{
    width: 210px;
    height: 22px;
    padding: 0;
    text-align: center;
    background: url(/Assets/Images/footer-button.png) no-repeat left top;
    border:0;
    color: #000;
    font-size: 12px;
    display:block;
    cursor: pointer;
}

#footer hr 
{
    color: #2d2d2f;
    background-color: #2d2d2f;
    border:0;
    margin-bottom: 10px;
}

#footer .bottom 
{
    font-size: 13px;
    font-weight: bold;
    float: left;
}

#footer .bottom p 
{
    margin-bottom: 10px;
}

#footer .bottom span.left 
{
    margin: 4px 10px 0;
}

#footer #social 
{
    margin-left: 280px;
}

#footer #social li 
{
    float:left;
    margin-right: 15px;
}

#footer > p 
{
    font-size: 11px;
    color: #000;
    margin: 0 0 0 25px;
}

#TEDxYouthAtGoteborg 
{
    width: 260px; /* 278 - 18 */
    height: 432px; /* 454 - 22 */
}

#TEDxYouthAtGoteborg h1 
{
    font-size: 21px;
}

#TEDxYouthAtGoteborg h2
{
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
}

#asVisitor 
{
    padding: 10px 20px;
    width:390px;
    height: 840px;
    color: #2f90ab;
}

#asVisitor h1 
{
    font-size: 18px;
    font-weight: bold;
    color: #2f90ab;
}

#asVisitor #AVSend 
{
    margin: 20px 0;
}

#asVisitor a 
{
    color: #fff;
}

#asVisitor textarea
{
    padding: 10px;
    width: 354px; 
    height: 114px;
    background: url(/Assets/Images/textarea-374x134.png) no-repeat left top;
    border: 0;
    color: #fff;
}

#asParticipant
{
    padding: 10px 20px;
    width:337px;
    height: 670px;
    color: #2f90ab;
}

#asParticipant h1 
{
    font-size: 18px;
    font-weight: bold;
    color: #2f90ab;
}

#asParticipant textarea
{
    padding: 10px;
    width: 286px; 
    height: 114px;
    background: url(/Assets/Images/textarea-306x134.png) no-repeat left top;
    border: 0;
    color: #fff;
}

#asParticipant .submitArea 
{
    width: 306px;
}

#responseLightbox 
{
    padding: 10px 20px;
    width:350px;
    height: 150px;
    color: #2f90ab;
}

#responseLightbox h1 
{
    font-size: 18px;
    font-weight: bold;
    color: #2f90ab;
}

/* D:\Hosting\6359081\html\Assets\Stylesheets\4templates.css */
#startPage h1 
{
    font-size: 21px;
}

#startPage .row1 
{
    height: 454px;
    margin-bottom: 25px;
}

#startPage .row1 .left
{
    width: 640px;
}

#startPage #videoPlayer
{
    height:385px;
    padding-bottom: 12px;
}

#startPage #videoList 
{
    height: 53px; /* 57 - 4 */
}

#startPage .row2 .left 
{
    width:430px;
}

#startPage .row2 .right 
{
    width:420px;
}

#startPage .news a 
{
    color: #FFF;
    text-decoration: none;
}

#startPage .news a span 
{
    color: #20718b;
    margin-right: 10px;
}

#startPage .shareAHost .textbox,  #startPage .shareAHost textarea
{
    width: 180px;
    margin-bottom: 5px;
}




#newsContainer .article h2 
{
    margin-bottom: 5px;
}

#newsContainer .article .date 
{
    font-size: 15px;
    color: #6c6c6c;  
}

#videoContainer #filter 
{
    height: 23px;
    margin-bottom: 20px;
}

#videoContainer #filter li 
{

    padding-right: 3px;
    display: block;
    height: 23px;
    float: left;
    margin-right: 20px;
}

#videoContainer #filter li a
{
    padding: 4px 8px 0 10px;
    display: block;
    height: 19px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
 
}

#videoContainer #filter li.selected 
{
    background: url(/Assets/Images/red-button-right.png) no-repeat right top;
}

#videoContainer #filter li.selected a
{
    background: url(/Assets/Images/red-button-left.png) no-repeat left top;
}

.js-overlay-html h4 
{
    font-size: 14px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}
.js-overlay-html p {
	font-size:12px;
	color: #000;
	line-height: 15px;
}

.js-overlay-html p a.single-red-arrow-right-10x14
{
    color: #d6250a !important;
    font-size: 13px;
}

#video h1 
{
    font-size: 21px;
    margin-bottom: 10px;
}

#video hr 
{
    border: 0;
    color: #2d2d2f;
    background: #2d2d2f;
    margin: 10px 0;
}

#video #body > .left 
{
    width: 640px;
}

#video #body > .right 
{
    width: 242px; /* 278 - 18 - 18 */
    height: 806px; /* 806 - 22 */
    font-size: 12px;
    padding-right: 18px;
}

#video #videoPlayer 
{
    height:385px;
    margin-bottom: 20px;
}

#video #videoExtras
{
    height: 41px;
    margin-bottom: 30px;
}

#video #videoExtras .shareWithFriend 
{
    margin-right: 10px;
}

#video #videoExtras .shareWithFriend .inner 
{
    top: 41px;
}

#video #videoExtras .rounded-black-4px 
{
    width: 256px; /* 640 - 10 - 10 - 104 - 248 - 10*/
}

#video #videoExtras .rounded-black-4px a 
{
    margin-right: 10px;
}

#video #body > .left .rounded-black-16px 
{
    height: 330px;
}

#video #body > .right h2 
{
    font-size: 13px;
    margin-bottom: 5px;
}

#video #host img.left 
{
    margin-bottom: 10px;
}

#video #host div.left
{
    margin: 4px 0 0 10px;
}

#video #host div.left p 
{
    line-height: 14px;
}

#video #related li 
{
    margin-bottom: 20px;
}

#standardPage #mainMedia 
{
    width: 940px;
    height: 300px;
    margin-bottom: 30px;
}

#standardPage #body > .left 
{
    width: 622px; /* 640 - 18 */
    height: 610px; /* 632 - 22 */
}

#standardPage #body > .right 
{
    padding: 0;
    width: 278px; 
    height: 632px; 
}

#standardPage #body > .left h2 
{
    font-size: 16px;
    margin-bottom: 5px;
}

#standardPage #body > .left p 
{
    width: 540px;
}

#standardPage #body > .left .rounded-grey-4px 
{
    width: 569px; /* 479 - 10 */
    height: 78px; /* 82 - 4 */
    margin-bottom: 20px;
}

#standardPage #body > .left .rounded-grey-4px li 
{
    display: block;
    float: left;
    width: 61px;
    height: 61px;
    margin: 6px 10px 0 0;
}

#standardPage #body > .right .related 
{
    padding: 20px 20px 0;
} 

#standardPage #body > .right .related img 
{
    margin-bottom: 20px;
}

#standardPage #body > .right .related h2 
{
    margin-bottom: 10px;
}

#standardPage #body > .right .related h2 a 
{
    text-decoration: none;
    color: #EE7C69;
    
}

#standardPage #body > .right hr 
{
    border: 0;
    color: #2d2d2f;
    background: #2d2d2f;
    margin: 10px 0;
}

#logoContainer .logo 
{
    width: 220px;
    height: 223px;
    margin: 0 0 20px 20px;
    text-align: center;
    float: left;
}

#logoContainer .logo.first 
{
    margin-left: 0;
}

#logoContainer .logo img 
{
    margin-bottom: 20px;
}

#logoContainer .logo h1 
{
    font-size: 19px;
    margin-bottom:5px;
}

#logoContainer .logo h1 a 
{
    color: #EE7C69;
    text-decoration: none;
}

#logoContainer .logo p 
{
    margin: 0;
    font-size: 13px;
    line-height: 16px;
}

#databaseSearch .rounded-white-jitter .inner > h2 
{
    padding: 32px 0 0 40px;
} 

#allCountriesPage #body > .left 
{
    width: 622px; /* 640 - 18 */
    height: 610px; /* 632 - 22 */
}

#allCountriesPage #body > .right 
{
    height: 610px; 
}

#allCountriesPage #body > .left h2 
{
    font-size: 16px;
    margin-bottom: 5px;
}

#allCountriesPage #body > .left p 
{
    width: 540px;
}

/* D:\Hosting\6359081\html\Assets\Stylesheets\css3.css */
body {
}


/* D:\Hosting\6359081\html\Assets\Stylesheets\jcarousel.css */
.jcarousel-container-horizontal {
    width: 536px; /* 640 - 42 - 42 - 10 - 10 */
    padding: 0 42px;
}

.jcarousel-clip-horizontal {
    width: 536px; 
    height: 46px;
}

.jcarousel-item {
    float: left;
    display: block;
    width: 58px;
    height: 46px;
    margin: 2px 9px;
}

.jcarousel-item-placeholder {
    background: transparent;
    color: #fff;
}

.jcarousel-next-horizontal 
{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 7px;
    right: 0;
    
    cursor: pointer;
    background: transparent url(/Assets/Images/button-red-arrow-right-32x32.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal 
{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 7px;
    left: 0;
    
    cursor: pointer;
    background: transparent url(/Assets/Images/button-red-arrow-left-32x32.png) no-repeat 0 0;
}

/* D:\Hosting\6359081\html\Assets\Stylesheets\jsquares.css */
#js-container,
#js-container-2 {
	width:940px;
	margin:0 auto; 
	position:relative;
	height:570px;
}
.js-image {
	background:#000;
	font-size:1em;
	overflow:hidden;
	position:absolute;
	z-index:1;
	text-align:left;
}
.js-image a img, a .js-overlay-image {
	border:none;
}
.js-image,
.js-image img,
.js-image.size-3,
.js-image.size-3 img,
.js-overlay-image {
	width:221px;
	height:167px;
}
.js-image.size-2,
.js-image.size-2 img {
	width:100px;
	height:76px;
	font-size:.6em;
}
.js-image.size-1,
.js-image.size-1 img {
	width:54px;
	height:37px;
	font-size:.3em;
}
.js-small-caption {
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	width:100%;
	padding:3%;
	height:auto;
}
.js-small-caption {
	opacity:.5;
}
.js-caption-overlay {
	background:#eee;
	z-index:998;
	padding:12px 12px 24px 12px;
	position:absolute;
	overflow:hidden;

}
.js-small-caption span {
	color:#fff;
	font-size: 14px;
}
.js-overlay-image {
	float:left;
}
.js-overlay-html {
	float:left;
	padding:0 0 0 15px;
	width:180px;
}




