/* ======================================== INTIALIZATION CSS FILE (calls all other CSS files and sets global HTML elements) ======================================== */


@import url("thickbox.css");


/* -------------------- HTML ELEMENTS -------------------- */
* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: #4a8782 url(../images/bg_body.jpg) repeat-x;
	color: #47614a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	}
	
h2, h3, p, ul, ol, dl, table {
	margin-bottom: 15px;
	}

img {
	border: 0;
	} 

table { 
	border-collapse: collapse; 
	border-spacing: 0;
	}

table tr td {
	text-align: left;
	vertical-align: top; 
	}	

ul, ol {
	padding-left: 22px;
	}
	
ul li, ol li {
	padding-bottom: 5px;
	}
	
a {
	color: #47614a;
	text-decoration: underline;
	}
	
a:hover {
	color: #93b57d;
	text-decoration: underline;
	}

a:focus {
	outline: none;
	}





/* -------------------- BN DIVS -------------------- */
#bn-container {
	background: #fff;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 990px;
	z-index: 1;
	}
	
#bn-header {
	/*iframe*/
	}
	
#bn-mainarea {
	/* sidenav and sweeps columns*/
	background: #fff;
	padding: 2px 5px;
	}
	
#bn-sidebar {
	float: left;
	margin-right: 8px;
	width: 210px;
	}
	
#bn-content {
	float: left;
	padding-top: 83px;
	width: 760px;
	}
	
#bn-breadcrumb {
	color: #6f8b65;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px 0 0 14px;
	}
	
#bn-breadcrumb * {
	margin-bottom: 6px;
	}

#bn-breadcrumb a {
	color: #6f8b65;
	text-decoration: underline;
	}
	
#bn-breadcrumb .arrow {
	font-size: 9px;
	padding: 0 4px;
	}
	
#bn-breadcrumb .on {
	color: #8a7888;
	text-decoration: none;
	}

#bn-logo {
	padding-bottom: 5px;	
	}

#bn-logo h1 {
	background: url(../images/logo_bnkids.gif) no-repeat;
	height: 53px;
	width: 205px;
	}

#bn-logo h1 span {
	display: none;
	}
		
#bn-sidenav {
	border: 2px solid #c5daef;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px 0;
	width: 188px;
	}
	
#bn-sidenav h2 {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 38px;
	margin: 0 auto;
	width: 188px;
	}
	
#bn-sidenav h2 span {
	display: none;
	}

#bn-sidenav h2#head-browse {
	background-image: url(../images/sidenav_head_browse.gif);
	}
	
#sidenav-wrapper {
	padding: 8px 10px;	
	}
	
#bn-sidenav h3 {
	background: url(../images/sidenav_divider.gif) 0 100% repeat-x;
	color: #926171;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 9px 0;
	padding: 0 0 8px 0;
	}
	
#bn-sidenav ul {
	line-height: 14px;
	margin: 0;
	padding: 0;
	}
	
#bn-sidenav ul li {
	background: url(../images/sidenav_bullet.gif) 0 1px no-repeat;
	color: #c2c2c2;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0 0 3px 10px;
	}
	
#bn-sidenav ul li a {
	color: #36a266;
	text-decoration: none;
	}
	
#bn-sidenav ul li a:hover {
	color: #36a266;
	text-decoration: none;
	}
	




/* -------------------- SWEEPS SPECIFIC DIVS -------------------- */
#sweeps-container {
	background: #5b7c58;
	/*margin: 0 auto;*/
	padding: 4px;
	width: 730px; /*738px;*/
	}
	
#sweeps-border {
	border: 1px solid #999;
	width: 728px;
	}
	
#sweeps-header {
	background: url(../images/bg_header.jpg) no-repeat;
	border-bottom: 1px solid #999;
	font-size: 1px;
	line-height: 1px;
	height: 202px;
	margin-bottom: 3px;
	/*width: 728px;*/
	}
	
#sweeps-content {
	background: #fff;
	border-top: 1px solid #999;
	font-size: 18px;
	padding: 10px 15px 20px 15px;
	}
	
#sweeps-callout {
	padding-top: 15px;	
	}
	
#sweeps-callout h3 {
	border: 0;
	font-weight: bold;
	margin: 7px;
	padding: 0;
	}

#sweeps-callout p {
	margin-bottom: 0px;
	}





/* -------------------- PAGE SPECIFIC -------------------- */
#content-splash {
	color: #5b7c58;
	font-size: 14px;	
	}

#form-errors {
	color: #c33;
	height: 15px;
	margin-top: -5px;
	}
	
#form-errors p {
	margin: 0;
	}
	
#totop input {
	background: none;
	border: 0;
	height: 1px;
	position: absolute;
	}
	
#form-required {
	font-size: 10px;
	padding-top: 15px;
	}

#form-fields {
	}
	
#form-fields .form-col {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	}
	
#form-fields .col-label {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 90px;
	}
	
#form-fields .col-field {
	float: left;
	}
	
#form-caption {
	font-size: 10px;
	}
	
#form-questions {
	padding-top: 10px;	
	}

#form-questions .choice table tr td {
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 10px;
	}
	
#form-questions .choice table tr td input,
#form-optins table tr td input {
	position: relative;
	top: -2px;
	vertical-align: middle;
	}
	
#form-optins table tr td {
	padding-right: 10px;
	}

#form-captcha {
	padding-bottom: 20px;
	position: relative;
	}

#form-captcha p {
	margin-bottom: 5px;
	}
	
#form-captcha #captcha-image {
	float: left;
	padding-right: 10px;
	}
	
#form-captcha #captcha-details {
	float: left;
	}
	
#form-captcha #captcha-details a {
	color: #999;
	font-style: italic;
	text-decoration: underline;
	}
	
#form-captcha #captcha-field {
	padding-top: 5px;
	}

/*
#captcha-errors {
	color: #c33;
	position: absolute;
	bottom: 25px;
	left: 155px;
	}
	
#captcha-error-backend {
	color: #c33;
	position: absolute;
	bottom: 25px;
	left: 155px;
	}*/

#legal {
	color: #666;
	font-size: 10px;
	}


	


/* -------------------- SHARED -------------------- */


/* BUTTONS */
.button {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 35px;
	}
	
.button span {
	display: none;	
	}
	
#btn-back {
	background-image: url(../images/btn_back.gif);
	width: 164px;
	}	
	
#btn-submit {
	background-image: url(../images/btn_submit.gif);
	width: 164px;
	}

#btn-visit {
	background-image: url(../images/btn_visit.gif);
	width: 193px;
	}



/* FIELDS */
.field-text {
	border: 1px solid #999;
	font-size: 11px;
	padding: 4px 2px;
	width: 140px;
	}
	
span.custom-select {
	float: left;
	padding-right: 5px;
	}

span.custom-select .selectbox {
	background: url(../images/bg_field_select.gif) no-repeat;
	border: 0 !important;
	color: #666;
	cursor: default;
	display: block;
	font-size: 11px;
	height: 19px;
	padding: 2px 0px 0 3px;
	position: relative;
	width: 60px;
	}

.selectbox-wrapper {
	background-color: white;
	border: 1px solid #ccc;
	color: #111;
	font-size: 11px;
	height: 80px;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	position: absolute;
	text-align: left;
	width: 400px;
	z-index: 7;
	}

.selectbox-wrapper ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

.selectbox-wrapper ul li.selected { 
	background-color: #EAF2FB;
	}

.selectbox-wrapper ul li.current { 
	background-color: #CDD8E4;
	}

.selectbox-wrapper ul li {
	cursor: auto;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 2px;
	}



/* HEADS */
.head {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: 2px dotted #ccc;
	display: block;
	}
	
.head span {
	display: none;	
	}
	
#head-captcha {
	background-image: url(../images/head_captcha.gif);
	height: 19px;
	}
	
#head-getinspired {
	background-image: url(../images/head_getinspired.gif);
	height: 18px;
	}

#head-limit {
	background-image: url(../images/head_limit.gif);
	height: 29px;
	padding-bottom: 5px;
	}
	
#head-over {
	background-image: url(../images/head_over.gif);
	height: 25px;
	padding-bottom: 10px;
	}
	
#head-rules {
	background-image: url(../images/head_rules.gif);
	height: 19px;
	}

#head-sorry {
	background-image: url(../images/head_sorry.gif);
	height: 30px;
	}




/* -------------------- POP UP -------------------- */
#pop-body {
	background: #6d8d69	url(../images/bg_gradient_green.gif) repeat-x;
	color: #afa077;
	font-size: 18px;
	height: auto;
	min-height: auto;
	}
	
#pop-container {
	padding: 8px;	
	}
	
#pop-mainarea {
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	}
	
#pop-headline {
	padding: 15px 15px 0 15px;
	}
	
#pop-headline .head {
	background-position: 50% 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
#pop-content {
	padding: 10px 27px 15px 27px;
	}
	
#pop-content p {
	margin-bottom: 20px;
	}
	
#scrollbox {
	height: 260px;
	overflow: auto;
	}
	
#scrollbox.text-rules {
	color: #5b7c58;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	}
	
#pop-close {
	font-size: 12px;	
	padding-bottom: 10px;
	}





/* -------------------- MISCELLANEOUS -------------------- */
.asterik {
	color: #c33 !important;
	}
	
.clear {
	clear: both;
	}
	
.color-green {
	color: #24511f;	
	}
	
.color-red {
	color: #d85f47;	
	}
	
.line-break {
	display: block;
	}

.note {
	color: #555;
	font-size: 10px;
	}

.page-tag {
	display: none;
	}

















