div.group
{
	color:#2c2c2c;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	background: #f9fff8;
}

div.scroller 
{ 
	/* modify width and height of scrolling section if necessary	*/		
	width:550px; /*620*/
	height: 250px;
	overflow: hidden;
	/*border:1px solid pink;*/
	background:#fff;
	margin: 0px 0px 0px 10px;
	
	
}

div.scroller div.section 
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:550px; /*620*/
	height:250px;
	overflow:hidden;
	float:left;
	padding: 0em 0em 0em 0em;		
}

div.scroller div.content 
{
	width: 10000px;
}


.invite_buddy_list {
float:right;
width:132px;
border:1px solid #d0d0d0;
height:auto;
}


.btn_float_right {
	
	float:right;
}

.user_btn {
	font-size: 11px;
	display: block;
	margin: 3px 0px 3px 3px;
}
.user_btn:hover {
	background: #deecf5;
}

div#carousel	
{
	padding: 2px;
	background: #fff;
	height:327px;
	width:640px;
	/*border:1px solid #c3c8cb;*/
	border:1px solid #fff;
	-moz-border-radius: 10px;

}

div.grpDiv
{
	padding: 2px;
	background: #fff;
	height:327px;
	width:640px;
	/*border:1px solid #c3c8cb;*/
	border:1px solid #fff;

	-moz-border-radius: 10px;

}

div.grpDivAlt
{
	padding: 2px;
	background: #fff;
	
	width:640px;
	/*border:1px solid #dbdbdb;*/

	border:1px solid #fff;
	
	-moz-border-radius: 15px;

}

.wrap_grp_div
{
	padding: 2px;
	background: #fff;
	
}

.basicDiv
{
	border: 1px solid #d0d0d0;

}


.right  
{
	position:relative;
	
	top:-222px;
	left:600px;
	width: 20px; 
}


.grp_head
{
	font-size:16px;
	font-weight:bold;
	color: #2c2c2c;
	

}

.grp_sub_head
{
	font-size:14px;
	font-weight:bold;
	color: #2c2c2c;
	

}


.grp_spot
{
	font-size:24px;
	font-weight:bold;

}


	
.statBox
{
padding-top:10px;
width:72px;
height:72px;
color:#2c2c2c;
border:1px solid #c0c0c0;
}


.smallerText
{
	font-size: 11px;
}

a.grp {
	color:#2a56b7;
	text-decoration: none;
}


a:hover.grp	{
	color:#2a56b7;
	text-decoration: underline;
}

a:active.grp	{
	color:#5c2ab7;
	text-decoration: underline;
}

a:visited.grp	{
	color:#2a56b7;
	text-decoration: none;
}



a.blueArrow_prev
{
		background: url("/gather/img/_btn_prev_20_40x77.png") 0 0 no-repeat;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color:#222;
		line-height: 29px;
		text-align:center;
		display: block;
		width: 20px;
		height: 77px;
		text-decoration: none;
} 

a:hover.blueArrow_prev {
		background-position: -20px 0;
}
a.blueArrow_next
{
		background: url("/gather/img/_btn_next_20_40x77.png") 0 0 no-repeat;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color:#222;
		line-height: 29px;
		text-align:center;
		display: block;
		width: 20px;
		height: 77px;
		text-decoration: none;
} 

a:hover.blueArrow_next {
		background-position: -20px 0;
}                                          

a.yellowBtn
{
		background: url("/gather/img/_btn_join_116_232x29.png") 0 0 no-repeat;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color:#222;
		line-height: 29px;
		text-align:center;
		display: block;
		width: 116px;
		height: 29px;
		text-decoration: none;
} 

a:hover.yellowBtn {
		background-position: -116px 0;
}    


a.maroonBtn
{
		background: url("/gather/img/_btn_join_116_232x29_maroon.png") 0 0 no-repeat;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color:#222;
		line-height: 29px;
		text-align:center;
		display: block;
		width: 116px;
		height: 29px;
		text-decoration: none;
} 

a:hover.maroonBtn {
		background-position: -116px 0;
}    

.maroonBtn
{
		background: url("/gather/img/_btn_join_116_232x29_maroon.png") 0 0 no-repeat;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color:#222;
		line-height: 29px;
		text-align:center;
		display: block;
		width: 116px;
		height: 29px;
		text-decoration: none;
} 

.maroonBtn:hover {
		background-position: -116px 0;
}    


a.greenBtn
{
		color: #fff;
		background: url("/gather/img/_btn_join_116_232x29_green.png") 0 0 no-repeat;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		line-height: 29px;
		text-align:center;
		display: block;
		width: 116px;
		height: 29px;
		text-decoration: none;
} 

a:hover.greenBtn {
		background-position: -116px 0;
}    

a.closeBtn
{
		background: url("/gather/img/_btn_close_39_78x.png") 0 0 no-repeat;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color:#222;
		line-height: 29px;
		text-align:center;
		display: block;
		width: 39px;
		height: 16px;
		text-decoration: none;
} 

a:hover.closeBtn {
		background-position: -39px 0;
}   



#wrap_phase_steps {
	font-size:14px;
	font-weight: bold;
	color: #333;
	width: 300px;
	float:right;
	text-align:right;
}


.phases
{
		background: url("/gather/img/_bg_phases.png") 0 0 no-repeat;
		display: block;
		width: 164px;
		height: 71px;

} 

.phases_alt
{
		background: url("/gather/img/_bg_phases_half2.png") 0 0 no-repeat;
		display: block;
		width: 164px;
		height: 71px;

} 



.phasesTwo {
		background: url("/gather/img/_bg_phases.png") 0 0 no-repeat;
		background-position: -164px 0;
		display: block;
		width: 164px;
		height: 71px;		
}   


/*background: url(img/_bg_phases.png) 0 0 no-repeat;*/



#BtnNav A:link, #BtnNav A:visited {
	font-weight:bold;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #dea303;
	background: #dea303 url(img/cover/bg_nav_gold_0.gif) top left repeat-x;
}
#BtnNav A:hover, #BtnNav A:active {
	background: #dea303 url(img/cover/bg_nav_gold_1.gif) top left repeat-x;
}

#BtnNav A.BtnTrans:link, #BtnNav A.BtnTrans:visited {
	background: #dea303 url(img/cover/bg_nav_gold_0.gif) top left repeat-x;
	border: 1px solid #a41100;
	color: #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;	
	
}
#BtnNav A.BtnTrans:hover, #BtnNav A.BtnTrans:active {
	background: #dea303 url(img/cover/bg_nav_gold_1.gif) top left repeat-x;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;	
	
}


#GrpNav A:link, #GrpNav A:visited {
	font-weight:bold;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #dea303;
	line-height:24px;
	background: #dea303 url(/img/cover/bg_nav_gold_0.gif) top left repeat-x;
}
#GrpNav A:hover, #GrpNav A:active {
	line-height:24px;
	background: #dea303 url(/img/cover/bg_nav_gold_1.gif) top left repeat-x;
}


A:link.BtnGoldWlc, A:visited.BtnGoldWlc {
	font-weight:bold;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #dea303;
	line-height:24px;
	background: #dea303 url(/img/cover/bg_nav_gold_0.gif) top left repeat-x;
}
.BtnGoldWlc:hover {
	color: #000;
	line-height:24px;
	background: #dea303 url(/img/cover/bg_nav_gold_1.gif) top left repeat-x;
}

#BodyWorldNav A:link, #BodyWorldNav A:visited {
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #7d212c;
	line-height:24px;
	background: #dea303 url(/gather/img/_btn_maroon_0.png) top left repeat-x;
}
#BodyWorldNav A:hover, #BodyWorldNav A:active {
	line-height:24px;
	background: #7d212c url(/gather/img/_btn_maroon_1.png) top left repeat-x;
}








#GrpNav A.BtnBlu:link, #GrpNav A.BtnBlu:visited {
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #2157b7;
	line-height:24px;
	background: #2157b7 url(/img/cover/bg_nav_blue_0.gif) top left repeat-x;
}
#GrpNav A.BtnBlu:hover, #GrpNav A.BtnBlu:active {
	line-height:24px;
	background: #2157b7 url(/img/cover/bg_nav_blue_1.gif) top left repeat-x;
}

A.BtnBlu:link, A.BtnBlu:visited {
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #2157b7;
	line-height:24px;
	background: #2157b7 url(/img/cover/bg_nav_blue_0.gif) top left repeat-x;
}
A.BtnBlu:hover, A.BtnBlu:active {
	line-height:24px;
	background: #2157b7 url(/img/cover/bg_nav_blue_1.gif) top left repeat-x;
}


A.BtnRed:link, A.BtnRed:visited {
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #a41100;
	line-height:24px;
	background: #a41100 url(/img/cover/bg_nav_red_0.gif) top left repeat-x;
}
A.BtnRed:hover, A.BtnRed:active {
	line-height:24px;
	background: #a41100 url(/img/cover/bg_nav_red_1.gif) top left repeat-x;
}



#GrpNav A.BtnLtGrn:link, #GrpNav A.BtnLtGrn:visited {
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #158a5e;
	line-height:24px;
	background: #158a5e url(/gather/img/bg_nav_green_0.png) top left repeat-x;
}
#GrpNav A.BtnLtGrn:hover, #GrpNav A.BtnLtGrn:active {
	line-height:24px;
	background: #158a5e url(/gather/img/bg_nav_green_1.png) top left repeat-x;
}

A.BtnLtGrn:link, A.BtnLtGrn:visited {
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #158a5e;
	line-height:24px;
	background: #158a5e url(/gather/img/bg_nav_green_0.png) top left repeat-x;
}
A.BtnLtGrn:hover, A.BtnLtGrn:active {
	line-height:24px;
	background: #158a5e url(/gather/img/bg_nav_green_1.png) top left repeat-x;
}






#GrpNav A.BtnLtRed:link, #GrpNav A.BtnLtRed:visited {
	font-weight:bold;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #d40000;
	line-height:24px;
	background: #d40000 url(/gather/img/bg_nav_ltred_0.png) top left repeat-x;
}
#GrpNav A.BtnLtRed:hover, #GrpNav A.BtnLtRed:active {
	line-height:24px;
	background: #d40000 url(/gather/img/bg_nav_ltred_1.png) top left repeat-x;
}

A.BtnLtRed:link, A.BtnLtRed:visited {
	font-weight:bold;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #d40000;
	line-height:24px;
	background: #d40000 url(/gather/img/bg_nav_ltred_0.png) top left repeat-x;
}
A.BtnLtRed:hover, A.BtnLtRed:active {
	line-height:24px;
	background: #d40000 url(/gather/img/bg_nav_ltred_1.png) top left repeat-x;
}











#GrpNav A.BtnRed:link, #GrpNav A.BtnRed:visited {
	background: #a41100 url(/img/cover/bg_nav_red_0.gif) top left repeat-x;
	border: 1px solid #a41100;
	color: #FFF;
	line-height:24px;
}
#GrpNav A.BtnRed:hover, #GrpNav A.BtnRed:active {
	line-height:24px;
	background: #a41100 url(/img/cover/bg_nav_red_1.gif) top left repeat-x;
}


A.jsBtnGold {
	font-weight:bold;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 4px 5px;
	border: 1px solid #dea303;
	line-height:24px;
	background: #dea303 url(/img/cover/bg_nav_gold_0.gif) top left repeat-x;
}
A.jsBtnGold:hover, A.jsBtnGold:active {
	line-height:24px;
	background: #dea303 url(/img/cover/bg_nav_gold_1.gif) top left repeat-x;
}

a.textLink {
	text-decoration:none;
	font-family:verdana;
}



iframe {
	border:0;
}



.statsDisplay {
		/*line-height:45px;*/

		text-align:center;
		font-size:18px;
		color:#333333;
		float:left; 
		width:90px; 
		height:90px;
		border:1px solid #d9d9d9;
		padding: 10px 4px 4px 4px;
		margin-right:5px;
}
.achvDisplay {
		/*line-height:45px;*/

		text-align:center;
		font-size:16px;
		color:#333333;
		float:left; 
		width:120px; 
		height:70px;
		padding: 10px 0px 4px 0px;
		
}
.achvLBord	{
		border-left:2px solid #333;
}

.achvRBord	{
		border-right:2px solid #333;
}

.statsLittle    {
		font-size:10px !important;

}

/*
.helpBox {
    background:white; 
    border:1px solid #ceb70d;
    width:200px;
    
}
*/

.adminBtn	{
	font-size:10px;
	
}

.adminHr	{
	height:1px;
	border: .5px solid black;
}


div.pagingNav {
	font-size: 10px;
}
a.pagingNav {
	font-size: 10px;
}



.blueHead	{
	color: #2157b7;
}	

.nounder	{
	text-decoration: none;
}

.formError	{
	float:right;
	width:150px;
	margin-right:25px;
	display: inline;
	border: 1px solid red;
	background: pink;
	font-family: verdana;
	font-size: 10px;
	color:black;
}

.formErrorHide {
	display: none;
}

.miscError	{
	padding: 10px 0px 0px 20px;
	width:380px;
	margin-left:35px;
	border: 1px solid red;
	background: pink;
	font-family: verdana;
	font-size: 10px;
	color:black;
	margin-bottom: 20px;
}

.liError	{
	line-height: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}


.highlighter{
border:1px solid #f9dc80;
background: url(/gather/img/_bg_form_input.png) bottom repeat-x;
}

#GroupNavDiv {
	position: relative;
	width: 960px;
	height: 29px;
	line-height: 29px;
	margin: 7px auto;
	padding: 0px;
	font-size: 11px;
	color: black;
	background-color: white;
}

.breadcrumbs {
	position: relative;
	width: 945px;
	height: 29px;
	line-height: 29px;
	margin: 7px auto;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: black;
	border: 1px solid #c3c8cb;
	background: #fff;
	-moz-border-radius: 6px;
	
}
.oj	{

	color:#f8981c;
	font-weight:bold;
	font-size:2em;
	margin-left:10px;
	margin-top:-15px;
	
	line-height:1.5em;
	vertical-align:top;
	float:left;
	
	}
	
	
.pendClass {
		 list-style-image: url(/gather/user.png);

}

.listSmall {
		font-size: 12px;
		line-height:14px;
}
.pendOver   {
		border: 1px solid #dea303;
		background: url(/gather/_bg_pend_over.png);
}	


.Clear {

	clear:both;

	padding:0px;

	margin:0px;

	line-height:0px;

	font-size:1px;

}


a.option_x
{
		float: right;
		background: url("/img/_btn_option_x.png") 0 0 no-repeat;
		line-height:8px;
		width: 15px;
		height: 15px;
		margin-right:3px;
		margin-top:3px;
} 

a:hover.option_x {
		margin-right:3px;
		margin-top:3px;
		background-position: -15px 0;
}



a.option_x_16
{
		float: right;
		background: url("/img/_btn_option_x_16.png") 0 0 no-repeat;
		line-height:8px;
		width: 16px;
		height: 16px;
		
		
} 

a:hover.option_x_16 {
		
		
		background-position: -16px 0;
}



a.tool_check_16
{
		float: right;
		background: url("/img/_btn_tool_check.png") 0 0 no-repeat;
		line-height:8px;
		width: 16px;
		height: 16px;
		margin-right:3px;
		margin-top:3px;
} 

a:hover.tool_check_16 {
		margin-right:3px;
		margin-top:3px;
		background-position: -16px 0;
}


.checked {
		float: right;
		background: url("/img/_btn_tool_check.png") 0 0 no-repeat;
		line-height:8px;
		width: 16px;
		height: 16px;
		margin-right:3px;
		margin-top:3px;
		background-position: -16px 0;
}

a.tool_delete_16
{
		float: right;
		background: url("/img/_btn_tool_delete.png") 0 0 no-repeat;
		line-height:8px;
		width: 16px;
		height: 16px;
		margin-right:3px;
		margin-top:3px;
} 

a:hover.tool_delete_16 {
		margin-right:3px;
		margin-top:3px;
		background-position: -16px 0;
}

a.tool_edit_16
{
		float: right;
		background: url("/img/_btn_tool_edit.png") 0 0 no-repeat;
		line-height:8px;
		width: 16px;
		height: 16px;
		margin-right:3px;
		margin-top:3px;
} 

a:hover.tool_edit_16 {
		margin-right:3px;
		margin-top:3px;
		background-position: -16px 0;
}


Div.wlcMsgFeedItem {
	border-bottom: 1px solid #c0c0c0;
	background: #fff;
	/*width: 450px;*/
	display:block;
	height: auto;
	

}
Div.wlcMsgFeedItem:hover {
	background: #deecf5;
}

/*----- OVER LAY -----*/

	.overlayBack	{
		top:0px;
		left:0px;
		height:100%;
		width:100%;
		z-index:999991;
		background:#000;
		position:absolute;
		opacity:0.6;
		filter:alpha(opacity=60);
	}
	.overlayFore	{
		width: 628px;
		height: 302px;
		
		background:url('/gather/img/_bg_overlay_.png');
		position:absolute;
		z-index:999999;
	}



	.overlayForeHeader {
	
		width: 608px;
		height: 16px;
		margin:5px 5px 0px 15px;
		
		text-align: right;
	
	}
	.overlayForeInner	{
		
		width: 598px;
		height: 200px;
		margin:0px 15px 15px 15px;
		
		
		
			
	}
	.overlayForeFooter {
		width: 430px;
		height: 25px;
		margin:10px 5px 0px 165px;
		
		
	
	}

.Box {
	border: 1px solid #CCC;
	padding: 4px 6px;
}
.BoxTitle {
	font-size: 11px;
	padding-bottom: 5px;
	display:block;
}
.BoxNumber {
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	display:block;
}
.BoxText {
	font-size: 10px;
	display: block;
}



IMG.Icon {
	width: 38px;
	/*height: 38px;*/	
}


.textarea-resizer {
	background:transparent url(/gather/img/_icon_sizer.png) no-repeat scroll right 0;
	height:12px;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	cursor:s-resize;
	
	}
	
	
.notification_header {
	font-size:12px;
	font-family: 'Lucida Sans';
	border-bottom:1px solid #e2e2e2;
	width:75%;
}	
.notify_float {
	font-size:12px;
	font-family: 'Lucida Sans';

}


.guide_head	{
	
	margin: 5px 0 5px 0;

}


.guide_body {
	border:1px solid #e2e2e2;
	padding:5px;
	font-size:11px;
	display:none;
}

.guide_is_open {
	display:block;
}

.guide_is_closed {
	display:none;
}





.feature_is_open {
	display:block;
}

.feature_is_closed {
	display:none;
}



.sponsor_box {
	color: #d9d9d9
	width:445px;
	/*height:100px;*/
	/*order:1px solid #d9d9d9;*/

}

.options_div {
	width: 130px;
	height:20px;
	padding: 5px;
	border:1px solid #c2c2c2;
	background: #fff;
	font-size: 10px;
}




.filter_current {
	background: pink;
}








