/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}

INPUT.type_radio,
INPUT.type_checkbox {
	position: relative;
	bottom: -2px;
}
* HTML INPUT.type_radio,
* HTML INPUT.type_checkbox {
    position:static;
    bottom: 0;
}

.floatRight
{
    float:right;
}

A {
    text-decoration:none;
    -moz-outline-style:none;
}
A:hover{
    text-decoration:underline;
}
INPUT, TEXTAREA, SELECT {
    font: 12px arial;
    padding: 1px 2px;
}
OPTION{
    padding: 0 7px 0 3px;
}


/* CLEARFIX */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0;
	line-height: 0;
	font-size: 0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
/* Hide from IE Mac \*/
    .clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {
    height:1%;
}
.imgfix {
	vertical-align: bottom;
}
/* GENERAL */
HTML {
	direction: ltr;
	height: 100%; /*for sticky footer*/
}
/* BODY and beyond */
BODY{
    direction: ltr;
	background: #FFFFFF;
	height: 100%;/*for sticky footer*/
	font-family:Arial, Helvetica, sans-serif;
}

.header 
{
    height:143px;
	/*padding:23px 0 8px 0;*/
}
.header_inner {
    height:143px;
    margin:auto;
    width:800px;
}

.logo_header
{
    height:102px;
    border-bottom:2px solid #00AECD;
}

.float-left{
	float:left;
	margin-right:5px;
}
.header strong {
	/*float:left;
	display:block;
	width:157px;
	height:96px;
	background:url(../images/main_navigation.png) no-repeat -744px -1px;
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	margin:17px 0 0 0; */
    float:left;
    height:102px;
    width:270px;
}
.header strong a {
	/*display:block;
	width:157px;
	height:96px;*/
    background:transparent url(../images/common_sprite.png) no-repeat scroll -6px 0;
    float:left;
    height:84px;
    text-indent:-9000px;
    width:255px;
}

.header .partnered
{
    float:right;
    /*height:22px;
    width:177px;*/
    margin-top:60px;
}

.header .partnered a
{
    background:transparent url(../images/common_sprite.png) no-repeat scroll 0 -98px;
    float:right;
    height:38px;
    text-indent:-9000px;
    width:224px;
}

.menu_header{
    height:39px;
}
.menu_header .menu_tabs LI{
	display:inline;
	float:left;
	margin:0 3px 0 0;
	height:33px;
}
	
.menu_header .menu_tabs LI A{
	/*background:transparent url(../images/buttons_sprite.png) no-repeat scroll -6px -39px !important;*/
	background:transparent url(../images/buttons_sprite_soon.png) no-repeat scroll -6px -39px !important;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	background-repeat:no-repeat;
	height:33px;
}
.menu_header .menu_tabs .home{
	width:122px;
}

.menu_header .menu_tabs .home A:hover,
.menu_header .menu_tabs .home a.selected{
	background-position:-6px -106px !important;
}

.menu_header .menu_tabs .rules{
	width:180px;
}
.menu_header .menu_tabs .rules A{
	background-position:-133px -39px !important;
	width:180px;
}

.menu_header .menu_tabs .rules A:hover,
.menu_header .menu_tabs .rules A.selected{
	background-position:-133px -106px !important;
}

.menu_header .menu_tabs .sponsors{
	width:118px;
}
.menu_header .menu_tabs .sponsors A{
	background-position:-319px -39px !important;
	width:118px;
}
.menu_header .menu_tabs .sponsors A:hover,
.menu_header .menu_tabs .sponsors A.selected{
	background-position:-319px -106px !important;
}

.menu_header .menu_tabs .agenda{
	width:105px;
}
.menu_header .menu_tabs .agenda A{
	background-position:-437px -39px !important;
	width:105px;
}
.menu_header .menu_tabs .agenda A:hover,
.menu_header .menu_tabs .agenda A.selected{
	background-position:-437px -106px !important;
}

.menu_header .menu_tabs .judges{
	width:101px;
}
.menu_header .menu_tabs .judges A{
	background-position:-545px -39px !important;
	width:101px;
}
.menu_header .menu_tabs .judges A:hover,
.menu_header .menu_tabs .judges A.selected{
	background-position:-545px -106px !important;
}

.header ul {
	float:left;
}



.header li.rulz {
	width:172px;
}
.header li.rulz a {
	width:172px;
	background-position:-114px 0;
}
.header li.rulz a:hover,
.header li.rulz a.selected {
	background-position:-114px -40px;
}
.header li.agenda {
	width:95px;
}
.header li.agenda a {
	width:95px;
	background-position:-289px 0;
}
.header li.agenda a:hover,
.header li.agenda a.selected {
	background-position:-289px -40px;
}

.header li.judges {
	width:75px;
}
.header li.judges a {
	width:75px;
	background-position:-475px 0;
}
.header li.judges a:hover,
.header li.judges a.selected {
	background-position:-475px -40px;
}
.header li.rules {
	width:62px;
}
.header li.rules a {
	width:62px;
	background-position:-553px 0;
}
.header li.rules a:hover,
.header li.rules a.selected {
	background-position:-553px -40px;
}
.header li.sponsors {
	width:102px;
}
.header li.sponsors a {
	width:102px;
	background-position:-618px 0;
}
.header li.sponsors a:hover,
.header li.sponsors a.selected {
	background-position:-618px -40px;
}
.header p {
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	width:143px;
	height:36px;
	background:url(../images/main_navigation.png) no-repeat -750px -101px;
	position:absolute;
	right:0px;
	bottom:0px;
}
.header p a {
	display:block;
	width:143px;
	height:36px;
}
.content {
	padding:0 0 96px 0;
	background-repeat:repeat-x;
}
.content_home {
}
.content_inner {
	width:800px;
	margin:0 auto;
	background:url(../images/content_inner_bg.png) repeat-x 0px -2px;
}
/*sticky footer*/
.container {
	min-height:100%;
}
.footer 
{
    background:#0ABED9 none repeat scroll 0 0;
	position: relative; /* sticky footer */
	margin-top: -42px;
	clear: both;
	height: 42px;
	font-size: 12px;
}
.footer_inner {
	width:780px;
	margin:0 auto;
	padding:6px 0 0 0;
	height:36px;
}
.footer_inner a {
	display:block;
	width:114px;
	height:28px;
	float:right;
	color:#FFFFFF;
	font-size:12px;
	position:relative;
}
.footer_inner a:hover {
	text-decoration:none;
}
.footer_inner a em {
	position:absolute;
	left:0px;
	bottom:0px;
	width:40px;
	cursor:pointer;
}
.footer_inner a strong {
	position:absolute;
	right:0px;
	bottom:1px;
	display:block;
	width:72px;
	height:28px;
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	cursor:pointer;
	background: transparent url(../images/logo_netcraft_footer.png) no-repeat scroll 0 0;
}
.main_area {
	float:left;
	width:510px;
	padding-left:20px;
}
.side_bar {
	float:right;
	width:245px;
	position:relative;
	height:1%;
}
/*home*/
.content_home .splash {
	background:transparent url(../images/common_sprite.png) no-repeat scroll 0px -309px;
	height:300px;
	overflow:hidden;
	text-align:left;
	text-indent:-9999em;
	width:520px;
}
.cols_two  {
	min-height:140px;
    margin-bottom:20px;
}
.cols_two .col_left {
	float:left;
	width:234px;
}
.cols_two .col_right {
	float:right;
	width:234px;
}
.cols_two h2 {
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	width:auto;
	height:22px;
	background-image:url(../images/text_sprite.png); 
	background-repeat:no-repeat;
	margin:4px 0;
}
.cols_two p {
	font-size:14px;
	padding:0 0 0 4px;
	color:#797979;	
}
.cols_two .col_left h2 {
	background-position: -21px -30px;
	border-bottom:2px solid #00AECD;
	padding-bottom:8px;
	margin-bottom:14px;
}
.cols_two .col_right h2 {
	background-position: -21px -59px;
	border-bottom:2px solid #00AECD;
	padding-bottom:8px;
	margin-bottom:14px;
}
.blocks {
	padding:4px 0 0 0;
	float:left;
}
.blocks .block_item_1 {
	float:left;
	width:229px;
	height:auto;
	margin-top:10px;
	position:relative;
	margin-bottom:20px;
}
.blocks .block_item_1 .avatar{
	float:left;
	margin-right:6px;
}
.blocks .block_item_1 .ttl_text{
	font-weight:bold;
	font-size:14px;
	color:#009bb7;
}

.organizer
{
    width:510px !important;
    margin-top:-5px !important;
    margin-bottom:40px !important;
}

.winners
{
    width:510px !important;
    margin-top:-5px !important;
    margin-bottom:28px !important;
}

.winners_list 
{
    float:left;
    display:block;
    height:auto;
    width:510px; 
}

ul .winners_list
{
    
}

.winners_list li
{
    float:left;
    margin:12px 0;
    /*
    width:160px;
    height:60px;*/
    display:inline;
}

.winners_list a
{
    display:block;
    float:left;
}

.ttl_role
{
    font-size:12px !important;
}

.block_item_1 .judge {
	margin-top:10px;
}
.block_item_1 .judge img {
	display:inline;
	float:left;
	margin:0 10px 0 0;
}
.block_item_auto{
	width:auto !important;
	height:auto !important;
}
.block_item_1 .judge strong {
	float:left;
	margin:2px 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#797979;
}
.block_item_1 p.more {
	position:absolute;
	bottom:16px;
	right:20px;
}
.blocks .righty {
	float:right;
}
.blocks h3 {
	overflow:hidden;
	text-align:left;
	width:auto;
	height:42px;
	background-image:url(../images/text_sprite2.png); 
	background-repeat:no-repeat;
	margin:4px 0;
	display:block;
	text-indent:-9000px;
}
.blocks h3.one_row {
	height:21px;
}
.blocks .block_item_1 p {
	font-size:14px;
	color:#797979;
}

.blocks h3.rules {
	background-image:url(../images/text_sprite.png); 
	background-position:-24px -133px;
	height:20px;
	border-bottom:2px solid #00AECD;
	padding-bottom:8px;
	margin-bottom:14px;
}
.blocks h3.schedule {
	background-position: -21px -96px;
	border-bottom:2px solid #00AECD;
	padding-bottom:8px;
	height:20px;
	margin-bottom:14px;
}

.blocks h3.judges {
	background-position: -21px -215px;
	border-bottom:2px solid #00AECD;
	padding-bottom:8px;
	height:20px;
	margin-bottom:14px;
}
.blocks h3.organizers{
	background-position: -21px -176px;
	border-bottom:2px solid #00AECD;
	padding-bottom:8px;
	height:20px;
	width:510px;
	margin-top:20px;
}

.blocks h3.winners{
	background-position: -293px -25px;
	border-bottom:2px solid #00AECD;
	padding-bottom:8px;
	height:20px;
	width:510px;
	margin-top:20px;
}

.winners_circle
{
    left:437px;
    position:absolute;
    top:-29px;
}

.blocks h3.who {
	background-position:0 -402px;
}
.blocks h3.blog {
	background-position:0 -377px;
}
.canvas {
	width:241px;
	margin:70px 0 10px;
}
.canvas-top {
	height: 10px;
	background: url(../images/canvas-top.png) no-repeat;
	overflow: hidden;
}
.canvas-content {
	background: url(../images/canvas-content.png) repeat-y center top;
	padding: 10px 20px;	
}
.canvas-bottom {
	height: 10px;
	background: url(../images/canvas-bottom.png) no-repeat;
	overflow: hidden;
}

.action p {
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	width:190px;
	height:46px;
	background-image:url(../images/text_home.png); 
	background-repeat:no-repeat;
}
.action p.startups {
	background-position:-248px -295px;
}
.action p.rest {
	margin:20px 0 0 0;
	background-position:-248px -347px;
}
.action a {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	width:184px;
	height:43px;
	background-image:url(../images/text_home.png); 
	background-repeat:no-repeat;
	margin:0 auto;
}
.action a.btn_submit {
	background-position:-251px -411px;
	margin-bottom:10px;
}
.action a.btn_submit:hover {
	background-position:-251px -457px;
}
.action a.btn_signin {
	background-position:-251px -502px;
}
.action a.btn_signin:hover {
	background-position:-251px -547px;
}
.sponsors p {
	padding:0 16px;
}
.sponsors strong {
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	display:block;
	width:194px;
	height:21px;
	background-image:url(../images/text_home.png); 
	background-repeat:no-repeat;
	margin-bottom:6px;
}
.sponsors strong.gold {
	background-position:-12px -431px;
}
.sponsors strong.silver {
	background-position:-12px -459px;
	margin-top:10px;
}
.sponsors strong.media {
	margin-top:10px;
	background-position:-12px -486px;
}
.sponsors a {
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	display:block;
}
.organizer .globes_logo
{
    background:transparent url(../images/globes_logo.png) no-repeat scroll center top;
    height:38px;
    width:117px;
}

.organizer .thecoil_logo
{
    background:transparent url(../images/thecoil_logo.png) no-repeat scroll center top;
    height:33px;
    width:120px;
}
.logo_hp_techCrunch
{
    background:transparent url(../images/logo_techcrunch2.png) no-repeat scroll center top;
    height:40px;
    margin:0 auto;
    width:184px;
}

.logo_hp_sequoia
{
    background:transparent url(../images/logo_sequoia.png) no-repeat scroll center top;
    height:34px;
    margin:0 auto;
    width:184px;
}

.logo_hp_canaan
{
    background:transparent url(../images/logo_canaan.png) no-repeat scroll center top;
    height:65px;
    margin:0 auto;
    width:166px;
}

.logo_hp_netcraft 
{
    background:transparent url(../images/logo_netcraft.png) no-repeat scroll center top;
    height:70px;
    margin:-10px auto 0;
    width:170px;
}

.logo_hp_amdocs
{
    background:transparent url(../images/logo_amdocs.gif) no-repeat scroll center top;
    height:36px;
    margin:-10px auto 0;
    width:180px;
}
.logo_hp_readww
{
    background:transparent url(../images/logo_ReadWW.png) no-repeat scroll center top;
    height:44px;
    margin:-10px auto 0;
    width:178px;
}

.logo_hp_gigaom
{
    background:transparent url(../images/gigaom.png) no-repeat scroll center top;
    height:42px;
    margin:-10px auto 0;
    width:178px;
}

.logo_hp_nextweb
{
    background:transparent url(../images/logo_TheNextWebAvatar.png) no-repeat scroll center top;
    height:130px;
    margin:-10px auto 0;
    width:178px;
}

.logo_hp_mashable
{
    background:transparent url(../images/logo_mashable.png) no-repeat scroll center top;
    height:45px;
    margin:-10px auto 0;
    width:182px;
}

.logo_hp_go2web20
{
    background:transparent url(../images/logo_go2web20_hires_m.png) no-repeat scroll center top;
    height:35px;
    margin:0 auto;
    width:184px;
}

.logo_hp_tech_aviv
{
    background:transparent url(../images/techaviv_logo.png) no-repeat scroll center top;
    height:46px;
    margin:0 auto;
    width:202px;
}

.logo_hp_app2you
{
    background:transparent url(../images/logo_app2you.png) no-repeat scroll center top;
    height:53px;
    margin:0 auto;
    width:180px;
}

.logo_hp_liveU
{
    background:transparent url(../images/logo_liveU.gif) no-repeat scroll center top;
    height:95px;
    margin:0 auto;
    width:180px;
}

.logo-giza {
	height: 32px;
	width: 63px;
	background: url(../images/logo-giza-new.gif) no-repeat;
	margin: 0 auto 10px;
	float: left;
}
.logo-oracle {
	height: 16px;
	width: 76px;
	background: url(../images/logo-oracle-new.gif) no-repeat;
	margin: 2px auto 10px;
	float: left;
}
.logo-azf {
	height: 21px;
	width: 62px;
	background: url(../images/logo-azf-new.gif) no-repeat;
	margin: 0 6px 10px;
	float: right;
}
.logo-idc {
	height: 32px;
	width: 80px;
	background: url(../images/logo-idc-new.gif) no-repeat;
	margin: 0 auto 10px;
	clear: both;
}
.logo-ivc {
	height: 33px;
	width: 33px;
	background: url(../images/logo-ivc-new.gif) no-repeat;
	margin: 0 auto;
}
.logo_netcraft {
	height: 29px;
	width: 73px;
	background: url(../images/logo-netcraft-new.gif) no-repeat;
	margin: 0 auto 10px;
	float: right;
}
.logo-zag {
	height: 35px;
	width: 34px;
	background: url(../images/logo-zag-new.gif) no-repeat;
	margin:0pt auto 10px 21px;
	float: left;
}
.logo-euro {
	height: 17px;
	width: 76px;
	background: url(../images/logo-eurekamp-new.gif) no-repeat;
	margin: 8px auto 25px;
	float: right;;
}
.who_co_il {
	margin:20px 0 0 0;
	padding:0 10px;
}
.who_co_il strong {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	width:167px;
	height:16px;
	background:url(../images/text_home.png) no-repeat 0 -515px;
}
.who_co_il p {
	color:#797979;
	font-size:14px;
	padding:6px 0;
}
a.btn_contact {
	padding:3px 0 3px 20px;
	background:url(../images/text_home.png) no-repeat -493px -582px;
	color:#53C2E7;
	text-decoration:underline;
}
a.btn_contact:hover {
	text-decoration:none;
}
/*inner pages*/
.splash_inner {
	width:510px;
	height:72px;
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	background: url(../images/text_home.png) no-repeat 0 0;
	margin-bottom:68px;
}
.inner_page h2 {
	width:392px;
	height:35px;
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
	background-image: url(../images/text_titles.png);
	background-repeat:no-repeat;
	margin:0 0 20px 0;
}
.agenda h2 {
	background-position:0 0;
}
.rules h2 {
	background-position:0 -245px;
}
.thejudges h2 {
	background-position:0 -123px;
	margin:0px;
}
.thesponsors h2 {
	background-position:0 -369px;
	margin:0px;
}
.thepress h2 {
	background-position:0 -184px;
}
.theevent h2 {
	background-position:0 -306px;
}
.submit h2 {
	background-position:0 -63px;
}
.agenda table td {
	padding:4px 0;
}
.agenda table td.hour {
	font-weight:bold;
	color:#797979;
	font-size:14px;
	padding-left:10px;
	background:url(../images/icn_arrow.png) no-repeat 0 7px;
	width:80px;
	vertical-align:top;
}
.agenda td a.btn {
	color:#53C2E7;
	text-decoration:underline;
	font-weight:normal;
}
.agenda td a.btn em,
.agenda tr.open td a.btn span {
	display:inline;
}
.agenda tr.open td a.btn em,
.agenda td a.btn span {
	display:none;
}
.agenda td p {
	font-weight:bold;
	color:#797979;
	font-size:14px;
	margin-bottom:4px;
}
.agenda td img,
.agenda td p.detail {
	display:none;
}
.agenda td p.detail,
.agenda tr.open p.detail {
	color:#797979;
	font-weight:normal;
}
.agenda tr.open td img {
	float:left;
	margin:0 10px 0 0;
}
.agenda tr.open td img,
.agenda tr.open td p.detail {
	display:block;
}
.agenda tr.open td.hour,
.agenda tr.open p {
	color:#9AC612;
}
.rules h3 {
	color:#9AC714;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 0;
}
.inner_page p,
.inner_page td {
	color:#797979;
	font-size:14px;
	line-height:120%;
}
.inner_page .timeline td{
	padding:3px 0;
}
.inner_page .timeline td.date{
	padding:3px 20px 3px 0;
}
.inner_page p a
 {
	color:#53C2E7;
	text-decoration:underline;
}
.block_item_1 a
{
    color:#009BB7 !important;
	text-decoration:underline;
}

.inner_page p a:hover,
.block_item_1 a:hover {
	text-decoration:none;
}
/* JUDGES */
.curlies {
	padding: 10px 0; 
}
.curly {
	width: 507px;
	margin: 0 0 16px;
}
.curly-top {
	height: 31px;
	background: url(../images/judge-top.gif) no-repeat;
	overflow: hidden;
}
.curly-content {
	background: url(../images/judge-content.gif) repeat-y;
	padding: 0 20px 20px;
	color: #797979;
	font-size: 14px;
}
P.curly-name {
	color: #9ac612;
	font-weight:bold;
	margin: 0 0 4px;
	font-size: 16px;
}
.curly-content .curly-pic {
	float: left;
}
.ja_sponsers .curly-content .curly-pic {
	margin: 3px 0 0;
}
.curly-content .curly-info {
	float: left;
	width: 346px;
	padding: 0 0 0 14px;
}
.curly-bottom {
	height: 10px;
	background:url(../images/judge-bottom.gif) no-repeat;
}
.pre-curlies {
    color: #797979;
	font-size: 14px;
	margin: 0 0 16px;
}
.curlies H2 {
    margin: 0 0 10px;
}
H3 {
    font-size: 16px;
    color: #9ac612;
    font-weight: bold;
}
.curlies H3 {
    margin: 0 0 10px;
}

.read_more_area
{
    display:none;
    position:relative;
}

.more_info {
	position:relative;
}

.more_info p {
	display:none;
}
.open .more_info p {
	display:block;
}
.more_info a.btn {
	position:absolute;
	top:0px;
	left:0px;
	right:auto;
	bottom:auto;
	color:#53C2E7;
	text-decoration:underline;
    font-size:14px;
}
.more_info a.btn:hover {
	text-decoration:none;
}
.open .more_info a.btn {
	right:0px;
	bottom:0px;
	top:auto;
	left:auto;
}
.more_info a.btn span,
.open .more_info a.btn em  {
	display:none;
}
.more_info a.btn em,
.open .more_info a.btn span {
	display:inline;
}
/* FORMS */

.canvas_desc {
    font-size: 14px;
    color: #797979;
    line-height: 1.5em;
}
p.bullet {
	padding-left:10px;
	background:url(../images/icn_arrow.png) no-repeat 0 4px;
}
.wide {
    width: 780px;
}
.video_box {
}
.video_content {
    font-size: 14px;
    color: #797979;
    line-height: 1.2em;
}
.video_right {
    float: right;
    width: 464px;
    margin: 0 0 4px 24px;
}

IMG.floated {
    float: left;
    padding: 0 20px 4px 0;
}
.video_box H2 {
    text-indent: 0;
    overflow: visible;
    background: none;
    font-size: 30px;
    color: #9ac612;
}
.video_content H3 {
    margin: 10px 0 5px;
}
.right {
	text-align:right;
}
/*top10*/
.top10 {
	width:412px;
	height:188px;
	background:url(../images/bg_top10.png) no-repeat;
	position:relative;
	padding:42px 52px 0 52px;
	margin:50px 0 0 0;
}
.top10 h2 {
	display:none;
}
.top10 p strong {
	color:#9AC612;
	font-weight:bold;
	font-size:14px;
	padding:0 0 0 46px;
}
.top10 .winners {
	position:absolute;
	width:118px;
	height:118px;
	background:url(../images/icn_winners.png) no-repeat 0 0;
	top:-40px;
	left:-40px;
	overflow:hidden;
	text-indent:-9999em;
	text-align:left;
}
.top10 ol.first5 {
	float:left;
}
.top10 ol.last5 {
	float:right;
}
.top10 ol {
	width:170px;
	list-style-type:decimal;
	color:#9AC612;
	font-weight:bold;
	padding:20px 0 0 20px;
}
.top10 ol li {
	margin:3px 0;
}
.top10 ol li strong {
	color:#797979;
	font-weight:normal;
}

.block_item_2 {
	width:737px;
	height:70px;
	background:url(../images/bg_blockitem_2.png) no-repeat 0 0;
	padding:20px 16px 0 16px;
	margin:0 0 10px 0;
}
.block_item_2 .wrap_img {
	float:left;
	width:112px;
}
.block_item_2 img {
	margin:0 auto;
}
.block_item_2 .block_inner {
	float:left;
	padding:0 0 0 10px;
}
.theevent ul {
	padding:20px 0;
}
.bullet strong {
	font-weight:bold;
}

.pusher {
    height: 120px;
}
.pusher2 {
    height: 128px;
}
a.btn_contact {
	padding:3px 0 3px 27px;
	background:transparent url(../images/common_sprite.png) no-repeat scroll -273px -69px;
	color:#53C2E7;
	text-decoration:underline;
}
a.btn_contact:hover {
	text-decoration:none;
}


.canvas-form{
	background:transparent url(../images/buttons_rounded_box.png) no-repeat scroll 0 0;
	display:block;
	height:170px;
	margin-left:-3px;
	margin-top:7px;
	width:245px;
	/*margin-bottom:70px;*/
}
* HTML .canvas-form {
    background-image:url(../images/x.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons_rounded_box.png');
}
.canvas-form fieldset{
	padding:6px 12px 12px;
}
.canvas-form fieldset .promising-startup-title,
.canvas-form fieldset .promising-audience-title{
	background:transparent url(../images/text_sprite.png) no-repeat scroll -22px -367px;
	display:block;
	height:38px;
	margin:auto;
	overflow:hidden;
	text-indent:-9000px;
	width:156px;
}
.canvas-form fieldset .promising-audience-title{
	background-position:-22px -407px;
	width:173px;
    margin-top:10px;
}

.canvas-form fieldset .form-button{
	background:transparent url(../images/buttons_sprite.png) no-repeat scroll -10px -251px !important;
	display:block;
	height:35px;
	margin:auto;
	overflow:hidden;
	text-indent:-9000px;
	width:121px;
	/*margin-top:5px;*/
}
.canvas-form fieldset .form-button:hover{
	background-position:-151px -251px !important;
}
.canvas-form fieldset .form-button:active{
	background-position:-291px -251px !important;
}

.canvas-form fieldset .singin-btn{
	background-position: -10px -325px !important;
    margin-top:9px;
}
.canvas-form fieldset .singin-btn:hover{
	background-position: -151px -325px !important;
}
.canvas-form fieldset .singin-btn:active{
	background-position: -291px -325px !important;
}

.get-ticket-now{
	background:transparent url(../images/GetTicketsNow.png) no-repeat scroll 0 0;
	display:block;
	height:94px;
	overflow:hidden;
	position:absolute;
	right:-37px;
	text-indent:-9000px;
	top:-37px;
	width:90px;
}
* HTML .get-ticket-now {
    background-image:url(../images/x.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/GetTicketsNow.png');
}

.contact-wrap STRONG{
	font-weight:bold;
	color:#797979;
	font-size:14px;
	margin-bottom:2px;
	display:block;
}
.contact-wrap P{
	font-size:12px;
	color:#797979;
}
.contact-wrap A{
	font-size:14px;
	margin-bottom:5px;
	display:block;
	background-position:-272px -65px !important;
}
.sponsors .sponsoredby{
	background:transparent url(../images/common_sprite.png) no-repeat scroll -269px -107px;
	display:block;
	height:23px;
	margin:7px auto 20px;
	overflow:hidden;
	text-indent:-9000px;
	width:117px;
}

.sponsors .media_sponsor{
	background:transparent url(../images/common_sprite.png) no-repeat scroll -265px -134px;
	display:block;
	height:20px;
	margin:auto auto 26px;
	overflow:hidden;
	text-indent:-9000px;
	width:141px;
}

.sponsors .technology_partner
{
    background:transparent url(../images/common_sprite.png) no-repeat scroll -265px -159px;
	display:block;
	height:20px;
	margin:auto auto 20px;
	overflow:hidden;
	text-indent:-9000px;
	width:165px;
}

.sponsors-list li 
{
    margin:0 0 25px;
}
.sponsors .grey_line
{
    width:100%;
    height:25px;
    border-top:1px solid #CECECE;
}

.sides_height {
    height:104px;
}

.sides
{
    float:left;
    width:510px;
}

.more_line_area
{
    width:510px;
    height:20px;
}


.more_line a {
    color:#009BB7;
    font-size:14px;
    text-decoration:underline;
}

.more_line a:hover
{
    text-decoration:none;
}

.small_text
{
    color:#797979;
    font-size:12px;
    margin-left:74px;
}

.registration_ended
{
    margin-left:30px;
}

.soon
{
    margin-left:93px;
}

.apply
{
    width:780px;
    height:1700px !important;
}

.video_area
{
    margin:16px 0 40px;
}

.video_ttl
{
    background:transparent url(../images/text_sprite2.png) no-repeat scroll -16px -590px;
    height:37px;
    margin:4px 0;
    overflow:hidden;
    text-align:left;
    text-indent:-9999em;
    width:510px;
    border-bottom:2px solid #00AECD;
}

.sponsors
{
    margin-top:10px;
}