* {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 1em;
}
body{
	background-color: #9FA18C;
}
a{
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #0f9480;
}
p{
	font-size: 0.8em;
	margin-top: 5px;
}
p.greenBullet{
	background-image: url('../img/green-rock.gif');
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 29px;
	background-position: 5px 5px;
}
span{
	font-weight: bold;
}

table{
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}
table td{
	padding: 2px;
}
table thead{
	background-color: #DBDECD;
}
table thead tr td{
	font-weight: bold;
	text-align: center;
	color: #45594F;
}
table tbody td{
	border-bottom: 1px solid #0F9480;
}
td.details{
	text-align: center;
	color: #AF1E16;
	font-eright: bold;
}

img{
	border: none;
}

img.right{
	float: right;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
img.left{
	float: left;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
fieldset{
	border: none;
}

h1{
	color: #AF1E16;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
	h1 small{
		font-style: italic;
		font-size: 0.6em;
		font-weight: normal;
	}
h2{
	color: #000000;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 8px;
	font-weight: normal;
	
	clear: both;
}
p{
	clear: left;
}

p.messages{
	padding: 2px 30px;
	margin: 3px auto;
	border: 1px solid white;
	background-color: #FAF8F0;
	width: 80%;
}
p.info{
	color: #000080;
}
p.warning{
	color: #DD6040;
}
p.error{
	color: #AF1E16;
}
input.openid{
	background-image: url('../img/openid_input.gif');
	background-position: 4px 0;
	background-repeat: no-repeat;
	padding-left: 24px;
}

input.invalid, select.invalid, textarea.invalid{
	border: 1px solid #dd0000;
}

#wrapper{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid white;
	border-right: 3px solid white;
	min-width: 960px;
	max-width: 1550px;
}
#header{
	width: 100%;
	float: left;
	background-image: url('../img/bouldering_contests.jpg');
}
#footer{
	background-color: #CECFBD;
	width: 100%;
	clear: both;
	height: 60px;
}
	#footer ul{
		list-style-type: none;
		float: right;
		width: 100%;
		height: 22px;
		background-color: #333333;
	}
		#footer ul li{
			float: right;
			padding: 0 10px;
		}
		#footer ul li a{
			color: #9BA0A3;
			text-decoration: underline;
			font-size: 10px;
			font-weight: normal;
		}
	#footer p{
		text-align: center;
		font-size: 10px;
		margin-top: 5px;
	}
	#footer img{
		float: right;
		postition: absolute;
		top: 5px;
	}
	
	#login{
		float: left;
		width: 60%;
		display: inline;
	}
		#login label{
			font-size: 0.8em;
			font-weight: bold;
			color: #A7ABAA;
			padding: 7px 20px 0 50px;
			float: left;
			display: inline;
		}
		#login input{
			font-size: 0.8em;
			background-color: #5B6063;
			border: 1px solid #7D848C;
			color: #C7CBCA;
			margin-top: 3px;
		}
		#login input.field{
			width: 180px;
			margin-right: 10px;
		}
		#login input.button{
			padding-left: 5px;
			padding-right: 5px; 
		}
		#login a{
			float: left;
			display: block;
			padding: 4px 12px 2px 2px;
			color: #cacaca;
			font-size: 0.9em;
		}
		#login a:hover{
			color: #fafafa;
		}
	#topLinks{
		width: 100%;
		/*background-color: #1D242C;*/
		float: left;
		font-size: 0.8em;
	}

		#topLinks ul{
			float: right;
			list-style: none;
			width: 30%;
		}
		#topLinks li{
			float: right;
			display: inline;
		}
		#topLinks li.info{
			font-size: 0.8em;
			font-weight: bold;
			color: #A7ABAA;
			margin: 7px 20px 0 0;
		}
			#topLinks ul a{
			background-color: #5B6063;
			display: block;
			padding: 2px 4px 1px 4px;
			margin: 3px 10px 4px 0;
			border: 1px solid #7D848C;
			color: #C7CBCA;
			font-weight: bold;
			font-size: 0.7em;
		}
		#topLinks ul a:hover{
			background-color: #4B5053;
			color: #C7CBCA;
			border-color: #9Da4aC;
		}

	#banner{
		height: 100px;
		float: left;
		width: 100%;
	}
		#topMenu{
			float: right;
			list-style: none;
			margin-right: 25px;
			top: 77px;
			position: relative;
		}
		#topMenu li{
			float: left;
			display: inline;
		}
		#topMenu a{
			background-color: #AF1E16;
			display: block;
			padding: 4px 16px 3px 16px;
			border: 1px solid #7D848C;
			color: #C7CBCA;
			font-weight: bold;
			font-size: 0.7em;
			font-family: Arial;
		}
		#topMenu a.active{
			background-color: #232939;
		}
		#topMenu a:hover{
			background-color: #4B5053;
			color: #C7CBCA;
			border-color: #9Da4aC;
		}
	#banner2{
		height: 150px;
		float: left;
		width: 44%;
		padding-left: 55%;
		display: inline;
	}
	#menu{
		background-color: #DBDECD;
		background-image: url('../img/bgMenu.jpg');
		background-repeat: repeat-x;
		float: left;
		width: 100%;
	}
	
		#menu ul{
			float: left;
			list-style: none;
			margin-left: 30px;
		}
		#menu li{
			float: left;
			display: inline;
		}
		#menu li.info{
			font-size: 0.8em;
			font-weight: bold;
			color: #A7ABAA;
			margin: 7px 20px 0 0;
		}
		#menu ul a{
			display: block;
			padding: 3px 15px 3px 15px;
			margin: 5px 0 5px 0;
			border-right: 1px dashed #7D848C;
			color: #45594F;
			font-weight: bold;
			font-size: 0.7em;
			font-family: Arial;
		}
		#menu ul a:hover{
			color: #8F1E16;
			padding: 5px 15px 1px 15px;
		}
#content{
	background-color: #CECFBD;
	background-image: url('../img/bgContent.jpg');
	background-repeat: repeat-x;
	padding-top: 20px;
	float: left;
	width: 100%;
}
	#centerColumn{
		width: 96%;
		margin: 0 2%;
		float: left;
		display: inline;
	}
	#leftColumn{
		width: 57%;
		margin-left: 2%;
		float: left;
		display: inline;
	}
	#rightColumn{
		width: 36%;
		margin-right: 2%;
		float: right;
		display: inline;
	}
	
	#content ul{
		padding-left: 10%;
		width: 90%;
		list-style: disc;
		font-size: 0.8em;
		float: left;
		display: inline;
		padding-bottom: 10px;
	}
	#content ol{
		padding-left: 10%;
		width: 90%;
		font-size: 0.8em;
		float: left;
		display: inline;
		padding-bottom: 10px;
	}
img.homePrize{
	float: right;
	display: inline;
	margin-right: 10px;
	margin-top: 20px;
}
#events{
	background-color: #5B6063;
	float: left;
	display: inline;
	width: 80%;
	position: relative;
	top: 25px;
	color: #C7CBCA;
	font-size: 0.7em;	

	border-bottom: 1px solid #9Ba0a3;
	list-style: none;
}
	#events a{
		color: #D7DBDA;
		font-weight: normal;
		text-decoration: underline;
	}
	#events li{
		border-top: 1px solid #9Ba0a3;
		padding: 4px;
	}
	#events li.latest, #events li.latest a{
		font-weight: bold;
	}
	#events span{
		width: 100px;
		display: inline;
		float: left;
		padding-left: 3px;
		font-weight: normal;
	}


#events td.date{
	width: 120px;
	font-weight: normal;
}
	
div.photoNews{
	background-image: url('../img/bouldering/_current/homeFrame.gif');
	background-repeat: no-repeat;
	height: 200px;
	width: 90%;
	margin: 15px auto 0 auto;
	cursor: pointer;
}
	div.photoNewsEnd{
		background-image: url('../img/homeFrameEnd.gif');
		background-repeat: no-repeat;
		background-position: right;
	height: 200px;
	width: 100%;
	float: left;

	}
	div.photoNews div.title{
		width: 280px;
		float: left;
		margin-left: 20%;
		padding-top: 11px;
		display: inline;
	}
		div.photoNews div.title h3{
			font-size: 1em;
			color: #AF1E16;
			text-align: center;
			letter-spacing: 2px;
		}
		div.photoNews div.title h5{
			font-size: 0.7em;
			font-weight: weight;
			font-family: Arial;
			text-align: center;
			letter-spacing: 8px;
		}
p.summaryBox{
	background-color: #5B6063;
	width: 84%;
	border: 7px solid #99A5B3;
	color: #D7DBDA;
	padding: 2%;
	margin: 10px auto;
}
	p.summaryBox em{
		font-weight: bold;
		font-size: 1.2em;
	}
	p.summaryBox a{
		color: #99A5B3;
		margin-left: 5px;
		padding-top: 5px;
		display: block;
	}
		p.summaryBox a img{
			vertical-align: bottom;
			padding-right: 5px;
		}

p.summary{
	width: 87%;
	padding: 0 0 0 4%;
	margin: 10px auto;
}
	p.summary span{
		color: #AF1E16;
	}

#content #archive{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#archive li{
		padding: 5px 0;
		clear: both;
		border-bottom: 1px dashed #AF1E16;
		height: 115px;

	}
	#archive div{
		padding-top: 10px;
	}
	#archive img{
		float: left;
		border: 2px solid #0F9480;
	}
	#archive h4, #archive p{
		margin-left: 120px;
	}
	#archive p{
		clear: none;
	}
	#archive p.date{
		text-align: right;
		color: #333333;
	}

form.mainContent{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fafffa;
	margin-bottom: 15px;
}
	form.mainContent legend{
		padding-left: 10%;
	}
	form.mainContent p label{
		width: 30%;
		padding-right: 5%;
		display: block;
		float: left;
		text-align: right;
		color: #709070;
		clear: left;
	}
	form.mainContent p.required label{
		font-weight: bold;
	}
	form.mainContent p.buttons{
		text-align: center;
		padding-top: 8px;
		padding-bottom: 5px;
	}
	form.mainContent p.buttons input{
		width: 30%;
		background-color: #709070;
		color: white;
		border: 1px solid white;
	}
	
	form.mainContent input, form.mainContent textarea{
		width: 50%;
	}
	form.mainContent input.small{
		width: 50px;
	}
	form.mainContent span{
		color: #808080;
	}
	form.mainContent p{
		padding-top: 3px;
		padding-bottom: 3px;
		margin: 0;
		border-bottom: 2px solid #eaefea;
		background-color: #E9EBE0;
	}
	
div.profileInfoBox{
	width: 49%;
	float: left;
}
div.profileInfoBox a{
	color: #0F8094;
	font-weight: normal;
}
div.profileInfoBoxActive{
	width: 49%;
	float: left;
}
		
div.campsInfo{
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/camps/climbing_camp2.gif');
	background-repeat: no-repeat;
	background-position: center;
}


div.contentMenu{
	clear: both;
}
	div.contentMenu img{
		padding-bottom: 10px;
		display: inline;
	}
	div.contentMenu h3{
		margin-left: 75px;
		font-size: 0.9em;
		margin-top: 4px;
	}
	div.contentMenu p{
		margin-left: 75px;
		margin-bottom: 10px;
		clear: none;
	}
	div.contentMenu a:hover{
		text-decoration: underline;
	}
div.center{
	text-align: center;
	padding: 10px 0;
}

p.spacer{
	font-size: 1px;
	hright: 1px;
}


#content span.photoGalleryImage
{
	width: 90px;
	height: 90px;
	display: inline;
	float: left;

	border: 1px solid #ffffff;
	background-color: #525252;
	margin-left: 15px;
	margin-right: 15px;
}
#content ul.photoGallery{
	list-style-type: none;
	padding: 0;
	width: 100%;
}
#content ul.photoGallery li{
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;

	border: 1px solid #ffffff;
	background-color: #525252;
	padding: 1px;
	margin: 2px;
}

#content p.photoGalleryPagination{
	text-align: center;
	margin: 0 auto;
}
#content p.photoGalleryPagination span{
	padding: 5px 25px 5px 35px;
	float: left;
	display: inline;
	width: 25px;
}
#content p.photoGalleryPagination a{
	padding: 5px 2px;
	float: left;
	display: block;
	width: 25px;
	background-image: url('../img/paginationPgBg.gif');
	background-repeat: no-repeat;
	color: white;
	text-align: center;
}


/* loader */
#modalOverlay{
	background-color: #44647B;
	cursor:wait;
}
#modalContainer{
	left: 50%;
	top: 15%;
	margin-left: -110px; // half the width, to center
	width: 240px;
	height: 39px;
	padding: 10px;
	text-align: center;
	color: #44647B;
	font-size: 12px;
	font-weight: bold;
}

/* Thickbox */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
