/* CSS Document for CricketInTheJungle.com */

body{
	background: #1D8B34 url(../images/shared/back_body.jpg) top repeat-x;
	font-family: tahoma, arial;
	font-size: 12px;
	color: #000000;
	margin-top: 2px;	
	margin-bottom: 0px;
}

a{
	color: #CB1E23;
	text-decoration: underline;
}

#content_frame{
	width: 958px;
	border: #267F2C 1px solid;
	background-color: #FFFFFF;
	margin: auto;
}

#popup_content_container{
	width: 96%;
	background-color: #FFFFFF;
	margin: auto;
	padding: 5px;
}

#content_container{
	width: 950px;
	margin: auto;
}


#content_main{
	width: 600px;
	float: left;
}

#side_container{
	width: 150px;
	float: left;
	background: url(../images/shared/nutzy.jpg) top left no-repeat;
	padding-top: 183px;	
}

#heading{	
	color: #CB1E23;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/shared/header_back.jpg) center left no-repeat ;
	padding-left: 35px;
	padding-top: 15px;
	height: 30px;
}

.alert{
	color: #F9020B;
	font-weight: bold;
}

/* begin menu */

#menu_container{
	width: 200px;	
	float: left;
}

#menu_container a{
	color: #CB1E23;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/shared/menu_back.gif) center left no-repeat;
	padding: 1px 0px 1px 18px;
	display: block;
	letter-spacing: 0px;
}

.menu_divider{
	background: url(../images/shared/menu_divider.gif) center left no-repeat;
	width: 170px;	
}

.menu_link a{
	background-image: none;
	color: #898A88;
	text-decoration: underline;
}

/* end menu */

#footer{
	clear: both;
}

#footerContainer{
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;	
}

#footerContainer a{
	color: #FFFFFF;
}

/* begin photo gallery */
#photogallery_thumbnails{
	width: 500 px;
	height: 140px;
	overflow: scroll;
}
/* end photo gallery */


/* begin guestbook module */
.GuestbookComment_container1{
	border: #DBBC84 1px dotted;
	padding: 5px 5px 5px 5px;
	background: #F8F2E7 url(../images/shared/css_monkey.gif) bottom right no-repeat;
}

.GuestbookComment_container2{
	border: #FFE499 1px dotted;
	padding: 5px 5px 5px 5px;
	background: #FFF2CD url(../images/shared/css_parrot.gif) bottom right no-repeat;
}
/* end guestbook module */

/* start form classes */
.cart_input{
	background-color: #78BA58;
	text-align: center;
	border: 1px #B2D8A0 solid;
	color: #FFFF00;
	font-weight: bold;
}

.contact_input{
	border: #999999 1px inset;
	font-size: 11px;
}

input, select{
	font-size: 11px;
}

/* end form classes */


/* start mailing list classes */

.mailinglist_container{
		
}

.mailinglist_input{
	border: #999999 1px inset;
	font-size: 11px;
}

.mailinglist_submit{
	background-color: #78BA58;
	text-align: center;
	border: 1px #B2D8A0 solid;
	color: #FFFF00;
	font-weight: bold;
}

/* end mailing list classes */

.required{
	color: #FF0000;
}

.errorContainer{
	border: #FF0000 1px solid;
	background-color: #FFFF99;
	padding:4px;
}