@charset "utf-8";
/* CSS Document */

/*BACKGROUNDS*/
.overall-page-gradient{
	background:url(http://bigidea-austin.org/images/backgrounds/pagebackground.jpg) repeat-x #127644;
	}
.left-line-bg{
	background:url(../images/misc/left-line-r-corner.jpg) repeat-y left;
	}
.right-line-bg{
	background:url(../images/misc/left-line-r-corner.jpg) repeat-y right;
	}
/*SECTIONS / BOXES*/
.body-box{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	}
.body-green-box{
	background:#08a063;
	padding:7px;
	font:14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top:5px;
	}

.body-green-box img{
	border:none;
	}


.footer-box{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	text-align:center;
	}
	
.header-box{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	color: #00549C;
	}
	
.jeannette-box{
	width:98%;
	background:#08a063;
	padding:7px;
	margin-top:10px;
	}
	
.shamina-betty-photo-box{
	background:#08a063;
	padding:3px;
	margin-top:5px;
	margin-left:3px;
	margin-right:3px;
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	}
	
.shamina-betty-bio-box{
	height:75px;
	background:#000000;
	padding:3px;
	margin-left:3px;
	margin-right:3px;
	overflow:auto;
	overflow-x:hidden;
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	}

.TITLE-sponsor-title-box{
	width:450px;
	background:#047618;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1.2em;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	}
.TITLE-sponsors-title-body-box{
	width:448px;
	border:#047618 solid 1px;
	background:#FFFFFF;
	text-align:center;
	}
.sub-sponsor-title-box{
	width:217px;
	background:#047618;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	margin-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	}
.sub-sponsors-title-body-box{
	width:215px;
	border:#047618 solid 1px;
	background:#FFFFFF;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#047618;
	font-size:12px;
	font-weight:bold;
	}
	
.top-green-gradient-bar{
	background:url(http://bigidea-austin.org/images/backgrounds/top-gradient-bar.jpg) repeat-x #ADD4BF;
	width:696px;
	height:17px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-top:4px;
	padding-right:4px;
	}
	
/*ROUNDED-CORNER-BOX*/
.top-rounded-box{
	background:url(http://bigidea-austin.org/images/backgrounds/top-box-bg.jpg) no-repeat;
	width:174px;
	padding-top:2px;
	padding-bottom:2px;
	}
.side-line-left{
	background:url(http://bigidea-austin.org/images//backgrounds/side-line-left-bg.gif) repeat-y left top;
	}
.side-line-right{
	background:url(http://bigidea-austin.org/images//backgrounds/side-line-right-bg.gif) repeat-y right top;
	}
	
.btm-rounded-box{
	background:url(http://bigidea-austin.org/images//backgrounds/btm-box-bg.gif) no-repeat;
	width:174px;
	}
	
.top-right-white-round-corner{
	background:url(../images/misc/tr-round-corner.gif) no-repeat;
	background-position:top right;
	}
.btm-right-white-round-corner{
	background:url(../images/misc/br-round-corner.gif) no-repeat;
	background-position:bottom right;
	}
	
/*PADDING*/
.padding-top2px{padding-top:2px;}
.padding-top5px{padding-top:5px;}
.padding-top10px{padding-top:10px;}
.padding-right2px{padding-right:2px;}
.padding-right5px{padding-right:5px;}
.padding-right10px{padding-right:10px;}
.padding-bottom2px{padding-bottom:2px;}
.padding-bottom5px{padding-bottom:5px;}
.padding-bottom10px{padding-bottom:10px;}
.padding-left2px{padding-left:2px;}
.padding-left5px{padding-left:5px;}
.padding-left10px{padding-left:10px;}
.padding-everything2px{padding:2px;}
.padding-everything3px{padding:3px;}
.padding-everything4px{padding:4px;}
.padding-everything5px{padding:5px;}
.padding-everything10px{padding:10px;}


html {
	/*CONTROLS BG BOX OF ARROW AND UP AND DOWN SCROLL BAR*/
scrollbar-base-color: #78ba97;
	/*CONTROLS COLOR OF ARROW*/
scrollbar-arrow-color: #FFFFFF;
	/*CONTROLS BG OF SCROLL TRACK*/
scrollbar-track-color: #08390d;
	/*CONTROLS BORDER OF TRACK*/
scrollbar-shadow-color: #006c89;
	scrollbar-lightshadow-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #666666;
}

.finalist_body_box {
	margin-left:auto;
	margin-right:auto;	
	width:680px;
	background-color:#FFF;
	padding:10px; 
}

.finalist_box {
	text-align:justify;
	min-height:190px;
	margin: 0px auto;
	width:600px;
	padding:8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-color:#999999;
	border-width:1px;
	border-style:solid;

}

.finalist_box p {
	font-size:12px;

}

.finalist_box a {
	color:#360;
	text-decoration:none;
}

.finalist_box a:hover {
	color:#000;
	text-decoration:underline;

}

.finalist_box img.floatLeft { 
    float: left; 
    margin-top: 3px;
	margin-right: 7px; 
	margin-bottom: 0px;
}

.finalist_box img.floatRight { 
	float: right; 
    margin-top: 3px;
	margin-left: 7px; 
	margin-bottom: 3px;
}

.youth_row {
	min-height:135px;
}