@charset "utf-8";
/* CSS Document */

body, html{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	width:100%;
	height:100%;
	text-align:left;
}
body{
	background-image:url(../images/robots-bg.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center top;
}
a{
	color:#0D1E5D;
	text-decoration:underline;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}
h1{
	font-size:30px;
	color:#003366;
}
h2{
	font-size:22px;
	color:#003366;
}
h3{
	font-size:16px;
	color:#003366;
}
li{
	margin:6px 0px;
}
table, tr, td{
	border:none;
	padding:0px;
	margin:0px;
}
th
{
    text-align:left;
}

#header{
	color:#FFF;
	width:100%;
	text-align:center;
}
img{border:none;}

.textInput, textarea{
	 border:2px solid #D2DBE6;
}
.error{
	text-align:center;
	color:#900;
	font-weight:bold;
}
#header a, 
#header a:hover, 
#header a:link, 
#header a:active{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

#main_menus{
	background-image:url(../images/main-menu-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:42px;
	text-align:center;
	padding-top:19px;
}
#footer_menus{
	width:974px;
	border:5px solid #FFEAE1;
	background-color:#FFF;
	margin:6px 3px 6px 3px;
	text-align:center;
	padding:6px 0px;
}

#title_line {
	background-image:url(../images/Innovation-Title-Line-BG.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	font-size:39px;
	color:#fff;
	font-family:'Times New Roman', Times, serif;
	font-weight:bold;
	height:47px;
	padding-top:1px;
}

#vote_or_enter{
	background-image:url(../images/vote-or-enter-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:190px;
	text-align:center;
}

#tabContainer{
	margin-top:16px;
	text-align:center;
	color:#036;
	font-size:22px;
}
#tabContainer>div{
	margin:auto;
	width:984px;
}
.main_tab{
	width:246px;
	height:50px;
	background-image:url(../images/first-tab-selected.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	float:left;
	padding-top:20px;
}
.main_tab{
	background-image:url(../images/tab-down.jpg);
}
.main_tab.selected{
	background-image:url(../images/tab-selected.jpg);
	font-style:italic;
}

.main_tab.first{
	background-image:url(../images/first-tab-down.jpg);
}
.main_tab.first.selected{
	background-image:url(../images/first-tab-selected.jpg);
	font-style:italic;
}

.main_tab.last{
	background-image:url(../images/last-tab-down.jpg);
}
.main_tab.last.selected{
	background-image:url(../images/last-tab-selected.jpg);
	font-style:italic;
}


#main_container{
	background-image:url(../images/main-container-bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
}

#content{
	width:970px;
	margin:auto;
	text-align:left;
}


#disclaimer{
	text-align:center;
	font-size: 11px;
    margin-top: 5px;
    padding: 4px 4px 7px;
	color:#fff;
}
#disclaimer a, 
#disclaimer a:hover, 
#disclaimer a:link, 
#disclaimer a:active{
	color:#fff
}

.contestants-header
{
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    background: none repeat scroll 0 0 #EDEBE1;
    padding: 0 15px;
    margin-bottom: 10px;
}
    
.contestants-header .search
{
    background: url('../images/ic_search.png') no-repeat 0 -5%; 
    width: 355px; 
    height: 25px; 
}

.contest-card
{
    width: 100%;
    height: 351px;
    margin: 5px auto 0 auto;
    background-color: #FFFFFF;
    border: 3px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    position: relative;
}
.contest-card .card-section
{
    padding: 5px;
    height: 279px;
    overflow: hidden;
}
.contest-card h2
{
    color: #00337F;
    font-size: 12pt;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 0 5px;
}
    
.contest-card h2 span
{
    color: #686868;
    font-size: 11px;
    display: block;
    font-weight: normal;
    max-height: 15px;
    overflow: hidden;
    padding-top: 2px;
}
    
.contest-card img
{
    width: 200px;
    height: 150px;
    border: none;
    border-radius: 6px 6px 6px 6px;
}
    
.contest-card p
{
    color: #686868 !important;
    font-size: 12px;
    height: 60px;
    line-height: 15px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
}
.contest-card a
{
    text-decoration: none;
}
    
    .contestant-detail
{
    margin: 0 20px 20px 20px;
}
.contestant-detail h2
{
    font-size: 11pt;
    font-weight: bold;
}
.contestant-detail p
{
    text-align: justify;
}
.contestant-detail .video
{
    width: 529px;
    margin: 0 20px 20px 0;
    padding: 10px 10px 15px 10px;
    background-color: #E8E8E8;
    border: 3px solid #DDDDDD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.contestant-detail .vote
{
    width: 529px;
    margin: 0 20px 20px 0;
    padding: 10px 10px 15px 10px;
    background-color: #E8E8E8;
    border: 3px solid #DDDDDD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.contestant-detail .social
{
    width: 529px;
    margin: 0 20px 20px 0;
    padding: 10px 10px 15px 10px;
    background-color: #E8E8E8;
    border: 3px solid #DDDDDD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.contestant-detail #avatar
{
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline;
    float: left;
    height: 100px;
    margin: 0 20px 0 0;
    padding: 4px;
    width: 100px;
}
#SocialMediaIcons
{
    width: 205px;
    margin: 0 auto;
}
.fb_button
{
    background-color: #6079AB; 
    background-image: none !important;
    color: #FFFFFF; 
    font-weight:bold; 
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #6079AB;
}



a.copy-button
{
        background: url("../images/copy-button.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 14px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    width: 14px;
    margin-left: -19px;
    }
    
    a.copy-button:hover
{
background-position: 0 -14px;
    }
    
.short-link {
    padding-right: 0;
    width: 135px;
}
.short-link:focus {
    border-color: #55A4F2;
}

    .short-link input
    {
        border-color: #BFBFBF;
        display: inline;
        float: left;
        font-size: 11px;
        height: 18px;
        margin-right: -17px;
        padding: 0 20px 0 3px;
        width: 110px;
    }
    input.text
    {
        background: -moz-linear-gradient(center top , #F5F5F5, #FFFFFF) repeat-x scroll center top #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 3px 3px 3px 3px;
        color: #333333;
        margin: 0;
    }
    
    .short-link .copy_button
    {
        overflow: hidden;
        position: relative;
    }
    
    .Area
    {
        width: 520px;
        margin: 10px;
        padding: 10px 10px 15px 10px;
    }
    .Area th
    {
        font-size: 12pt;
        padding: 0 0 5px 0;
    }
    
    .Area .fb_button
    {
        background-color: #6079AB;
        color: #FFFFFF;
        font-weight: bold;
        cursor: pointer;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #6079AB;
        padding: 5px 0;
        width: 300px;
    }
    .Area .e_button
    {
        background-color: #888888;
        color: #FFFFFF;
        font-weight: bold;
        cursor: pointer;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #505050;
        padding: 5px 0;
        width: 300px;
    }
    
    .modalBackground
    {
        filter: alpha(opacity=80);
        background-color: gray;
        opacity: 0.8;
    }
    .modalPopup
    {
        border-right: gray 3px solid;
        border-top: gray 3px solid;
        padding-bottom: 3px;
        border-left: gray 3px solid;
        border-bottom: gray 3px solid;
        background-color: #E8E8E8;
    }
    
    .modalPopup table
    {
        margin: 0 20px;
    }
    
    .winnerbadge
    {
        width:225px;
        position: relative;
        left: 735px;
        top: -135px;     
        max-height: 0px;
    }
    .winnerbadge img
    {
        width: 225px;
    }
    
    
    
/*winner videos*/
.project-container {
    clear: both;
    width: 870px;
    margin: 50px;
    height: 190px;
}
.thumbnail {
    float: left;
    width: 250px;
}
.thumbnail img {
    border-radius: 6px;
}
.descript {
    width: 350px;
    float: left;
    margin: 0px 15px;
    max-height: 187px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #686868 !important;
}
.descript h2 {
    margin: 0px;
}
.descript a {
    text-decoration: none;
}
.badge {
    float: right;
    width: 240px;
}