@import url("general2.css");
@import url("buttons.css");
@import url("click_through.css");

/* BEGIN layout styles */
#swirl 
{
	position:absolute;
	left:0px;
	background:url(/Resources/Images/backgrounds/swirl.jpg) no-repeat center;
	height:504px;
	width:100%;
	z-index:10;
}
#container {
	position:relative;
/*	width:992px;*/
	width:1000px;
	/* IE Fix due to border on #main_body */
	/*EMN: This as failing css validation*/
	/*-width:1000px;*/
	margin-left:auto;
	margin-right:auto;
	z-index:100;
}
#main_body_holder {
	position:relative;
	float:left;
	display:block;
	background:url(/Resources/Images/backgrounds/main_body.jpg) top left no-repeat;
	padding:0px;
	margin:0px;
	border:solid 4px #99CA3C;
	border-top:none;
	width:960px;
	z-index:100;
}
#right_shadow 
{
	position:relative;
	float:left;
	display:block;
	width:12px;
	z-index:100;
}
#left_shadow {
	position:relative;
	float:left;
	display:block;
	width:12px;
	z-index:100;
}
#left_body {
	position:relative;
	float:left;
	display:block;
	width:159px;
	border-right:1px #ABBA8F solid;
	border-bottom:1px #ABBA8F solid;
	background:#FFF;
	padding:10px;
	margin-top:0px;
	margin-left:10px;
/*	margin-left:7px;*/
	/* IE fix */
	-margin-left:5px;
	z-index:100;
}
#right_body {
	position:relative;
	float:left;
	display:block;
	width:729px;
	border-right:1px #ABBA8F solid;
	border-bottom:1px #ABBA8F solid;
	background:#FFF;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;			
	margin-left:10px;
	margin-top:0px;	
	z-index:100;
}
#body_content {
	position:relative;
	float:left;
	display:block;
	width:727px;
	z-index:100;
}
#header {
	position:relative;
	float:left;
	display:block;
	width:695px;
	z-index:100;
}
#header_left {
	position:relative;
	float:left;
	display:block;
	z-index:inherit;
	top: 0px;
	padding-top: 10px;
	height: 32px;
}
#header_left input {
	margin:0px;
}
#header_right {
	position:relative; float:right; display:block; vertical-align:bottom;top:0px;
	width:300px; z-index:inherit; height: 34px; /*line-height: 31px; */
}
#home_top 
{
	position:relative;float:left;display:block;width:726px;height:230px;margin-bottom:10px;
	z-index:inherit;
}
.logged_out_bg {
	background:url(/Resources/Images/backgrounds/grass2.jpg) bottom left no-repeat;
}
.logged_in_bg {
	background:url(/Resources/Images/backgrounds/grass2.jpg) bottom left no-repeat;
}
#home_top_left 
{
	position:relative;
	float:left;
	display:block;
	width:325px;
	margin-top:20px;
	margin-left:10px;
	z-index:inherit;
}
#home_top_right {
	position:relative;
	float:left;
	display:block;
	margin-top:10px;
	width:320px;
	z-index:inherit;
	text-align: left;
}
.pledge_text 
{
	float:left;
	text-align: center;
	width:250px;
	margin-left: -35px;
	margin-top: -6px;
	margin-right: 9px;
}
.pledge_text_black
{
	text-align: center;
	float:left;
	width: 186px;
	margin-left: -9px;
	margin-top: -6px;
}
#home_top_right div {
	position:relative;
	display:block;
	margin-bottom:15px;
	float:left;
}
#home_bot {
	position:relative;
	float:left;
	display:block;
	margin-bottom:10px;
	width:728px;
	z-index:inherit;	
}
#home_bot_left {
	position:relative;
	float:left;
	display:block;
	z-index:inherit;
}
#home_bot_right {
	position:relative;
	float:right;
	display:block;	
	z-index:inherit;
}
#resize_links {
	/*text-align: left; margin-left:30px; display:inline;*/
	float: left;
	width: 53px; height: 31px;
	margin-top: 0px; color: #FFFFFF;
	padding-top: 4px;
	padding-left: 10px;
	z-index:inherit; background:url(/Resources/Images/backgrounds/GreenPaneBg.jpg) top left repeat-x;
}

img.corner {border: none; display: block !important;}

#greenbar{margin-left: 22px; width: 310px; margin-top: 0px; height: 31px; color: #FFFFFF;
	background:url(/Resources/Images/backgrounds/GreenPaneBg.jpg) top left repeat-x;
}

#helpbarleft
{
	float: left; margin-top: 0px; width: 5px; height: 31px;
	background:url(/Resources/Images/sundries/helpbarleft.gif) top left no-repeat; 
}

#helpbarlinks 
{
	float:left; width: 230px; padding-top: 4px; height: 31px;
}

#helpbarlinks a
{
	color: #FFFFFF;
	vertical-align: bottom;
}

#helpbarright
{
	float:right; width: 5px; margin-top: 0px;
	height: 31px;
	background:url(/Resources/Images/sundries/helpbarright.gif) bottom right no-repeat; 
}

#toolbar {
	position:relative;
	float:left;
	text-align:left;
	display:block;
	width:715px;
	padding:5px;
	margin-top:4px;
	margin-bottom:0px;	
	background:url(/Resources/Images/backgrounds/main_toolbar.jpg) top left repeat-x;
	border:#CECFCE solid 1px;
}
#footer {
	position:relative;
	float:left;
	text-align:right;
	display:block;
	height:20px;
	width:920px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	clear:both;
	color:#999;
	margin-top:10px;
	z-index:100;
	margin-bottom: 5px;
}
#footer img {
	margin-left:15px;
	vertical-align:middle;
}
/* PANELS */
.panel_holder 
{
	position:relative;
	float:left;
	display:block;
	width:356px;
	z-index:inherit;
}
.panel_title {
	position:relative;
	float:left;
	display:block;
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:5px;	
	padding-top:5px;	
	border:1px solid #CECFCE;
	background:url(/Resources/Images/backgrounds/panel_title.jpg) repeat-x top left;
	color:#333;
	font-weight:bold;
	width:336px;
	z-index:inherit;

}
.panel_body {
	position:relative;
	float:left;
	display:block;
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:5px;	
	padding-top:5px;	
	border-left:1px solid #CECFCE;
	border-right:1px solid #CECFCE;
	border-bottom:1px solid #CECFCE;	
	font-weight: normal;	
	width:336px;
	z-index:inherit;
}

.image_panel_body
{
	position:relative;
	float:left;
	display:block;
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:5px;	
	padding-top:5px;
	border-left:1px solid #CECFCE;
	border-right:2px solid #CECFCE;
	border-bottom:1px solid #CECFCE;		
	width:355px;
	z-index:inherit;
}

.cometitionimage
{
	width: 356px;
	border-bottom:1px solid #CECFCE;
}


.reqdField{color: #74A235; font-size: .9em;}


/* Do not show when printing web page  */
.nodisplay {display: none;}

/* START alignment */
.align_center {text-align: center;}
.align_middle {vertical-align: middle;}
.align_middle_middle {vertical-align: middle;text-align: center;}
/* END alignment */

/* Pledgeometer values*/

#pledgeometergoal {color: #FFFFFF; margin-left: -2px; width: 70px;
margin-top: -98px; font-size: 1.15em; text-align: center;
font-family: Arial, Verdana, "Trebuchet MS", sans-serif;}
        
#pledgeometercurrenttotal{width: 70px; margin-left: -2px; text-align: center; 
font-size: 1.15em;font-family: Arial, Verdana, "Trebuchet MS", sans-serif; margin-top: 45px;}

/* my account link */
#account{font-size: 80%;}

/* esb */
.fan_feedback_top{ /*background: url(/Resources/Images/buttons/fan_feedback_top.gif) no-repeat;*/display:block;width:153px;height:10px;}
.fan_feedback_middle{/*height: 140px;*/display:inline-block;}
.fan_feedback_haveyoursay{position: relative; left:7px;}
.fan_feedback_left_side{/*background: url(/Resources/Images/buttons/fan_feedback_left_side.gif) repeat-y;*/display:block;width:2px;height:100%;float:left;}
.fan_feedback_right_side{/*background: url(/Resources/Images/buttons/fan_feedback_right_side.gif) repeat-y;*/display:block;width:8px;height:100%;position: relative; left: 151px;}
.fan_feedback_bottom{/*background: url(/Resources/Images/buttons/fan_feedback_bottom.gif) no-repeat;*/width:153px;height:10px;}
.feedback_div {position: relative; left: -150px; width: 130px; float: left;}
.FanFeedBackTextBox{position: relative; left: 3px; width: 138px; height:55px; border:solid 1px #CFCFCF;font-size:.9em;color:#666;padding-top:4px;
	padding-bottom:4px;
	padding-left:4px; font-family: Arial;}
.FanFeedBackFromTextBox{position: relative; left: 3px; width: 138px; border:solid 1px #CFCFCF;font-size:.9em;color:#666;font-family: Arial;}
.FeedbackSentLabel{position: relative; left: 5px;}
.SendFeedback{}

.send_button{background: url(/Resources/images/buttons/small_light_green.gif) no-repeat; height:23px; text-align:center; display: block; float:right; position: relative; left: 22px; width: 55px;}
.send_button a{background: url(/Resources/images/buttons/small_light_green.gif) no-repeat;width:55px;height:20px;color:#FFF;font-weight:bold;font-size:13px;padding-top:3px;}
.send_button a:hover{background: url(/Resources/images/buttons/small_dark_green.gif) no-repeat;width:85px;height:20px;color:#FFF;font-weight:bold;font-size:13px;padding-top:3px;text-decoration:none;}
.send_button a:visited{color:#FFF;}
input.send_button { color: #FFF; border: none; position:relative; left:15px; padding-right: 4px; padding-top: 4px; margin-top: 4px; font-weight:bold;}


#RecentPledgers
{
	border:1px solid #CECFCE;
	background:url(/Resources/Images/backgrounds/panel_title.jpg) repeat-x top left;
	width: 336px;
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:7px;	
	padding-top:8px;
	vertical-align: bottom;
	margin-top: 9px;
}

#QuickLinks
{
	border:1px solid #CECFCE;
	background:url(/Resources/Images/backgrounds/panel_title_inv.jpg) repeat-x bottom left;
	width: 346px;
	height: 122px;
	padding-left:5px;
	padding-right:5px;	
	padding-bottom:5px;	
	padding-top:10px;
	vertical-align: bottom;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#CrokeParkStory
{
	float: left;
	width: 112px;
	margin: auto;
	text-align: center;
}

#CrokeParkStory a
{
	color: #000000;
}

#FanStories
{
	float: left;
	width: 110px;
	margin: auto;
	text-align: center;
}

#FanStories a
{
	color: #000000;
}

#CountyChallenge
{
	float: left;
	width: 114px;
	margin: auto;
	text-align: center;
}

#CountyChallenge a
{
	color: #000000;
}





#CountyChallengePhotos
{
	border: 1px solid #CCCCCC;	
	width: 722px;
	padding-left: 4px;
	padding-top: 3px;
	margin:	auto;
	text-align: center;
}



.RightLink
{
	display: block;
	text-align: right;
}

.counties_table {width:720px;border:solid 1px #CECFCE;background:url(/Resources/images/backgrounds/panel_title.jpg) repeat-x top left;}


.spancell{border-top:solid 1px #CECFCE;padding:10px;display: block; text-align: right;}

#TodaysTipHolder
{
	border:1px solid #CECFCE;
	background:url(/Resources/Images/backgrounds/panel_title.jpg) repeat-x top left;
	width: 336px;
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:8px;	
	padding-top:8px;
	vertical-align: bottom;
	margin-top: 1px;
}

.newsitem{font-size: .9em; width: 334px; padding: 0px; margin: 2px; margin-top: 4px;}

li.UserSuggestion {color: #005221;}
li.UserSuggestion span { color: #000; }


ul.PledgeSuggest {list-style-type: square; margin-left:15px; }






