﻿body
{
	font-family: arial, sans-serif; 
	background: #69096A url(images/pottstown_background.jpg) repeat-x ;	
	text-align: center; 

}
h1{color:#C21F8C;margin:10px 0 10px;}
img, div { behavior: url('assets/base/javascript/iepngfix.htc') }

img{border:none;}
input[type=text], input[type=password], textarea, select
{
	font-family: arial, sans-serif;
	font-size: 13px;
	background-color: #F7F7F7;
	border: 1px solid #888888;
	margin: 3px;
}

input[type=button]
{
	font-size: 13px;
	padding: 4px;
	cursor: pointer;
}

a 
{	
	text-decoration: none;
	color: #222222;	
}

a:hover
{
	color: #000000;
	/*color: #000000;*/
	text-decoration: underline;
}

a:visited 
{
	color: #666666;
	/*color: #000000;*/
}

a.button {
/*background:url(img/button.gif);*/
	/*display:block;*/
	color:#777777;
	font-weight:normal;
	font-size:12px;
	/*height:30px;*/
	/*line-height:29px;*/
	/*margin-bottom:14px;*/
	text-decoration:none;
	/*width:191px;*/	
	padding: 2px 2px 2px 0px;
	cursor: pointer;
	margin-right: 10px;
}
a:hover.button{
	color:#000000;
}

.typeheader 
{
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-weight: normal;
	cursor: pointer;
	font-size: 24px;
	color:#AB006A;
}

.buttonedit{
	background:url('images/edit.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}

.buttondelete{
	background:url('images/delete.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttonlogout{
	background:url('images/logout.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttonshare{
	background:url('images/share.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttonalerts{
	background:url('images/alerts.gif') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttonfind{
	background:url('images/find.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttoneditprofile{
	background:url('images/edit_profile.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttonmessages{
	background:url('images/messages.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttongroupadmin{
	background:url('images/group_admin.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttongroupjoin{
	background:url('images/group_join.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttonrelate{
	background:url('images/relate.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttonreport{
	background:url('images/report.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
	font-style: normal;
}
.buttoncomment{
	background:url('images/comments_add.png') no-repeat;
	padding-top:2px;
	padding-left:22px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttonsourceperson{
	background:url('images/source_person.png') no-repeat;
	padding-top:2px;
	padding-left:16px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}
.buttonsourcefeed{
	background:url('images/source_feed.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}

.buttonsourcefeedadd{
	background:url('images/source_feed_add.png') no-repeat;
	padding-top:2px;
	padding-left:18px;
	height:16px;
	display:inline-block;
	text-decoration: none;
}

.commentcounticon 
{
	font-size: 10px; 
	background-position: center top; 
	padding-top: 1px; 
	padding-bottom: 3px; 
	padding-left: 12px; 
	padding-right: 12px; 
	background-repeat: no-repeat; 
	background-image: url('images/comments.png');
}

.ratingsmall 
{
	padding: 5px;
}

fieldset 
{
	border: 3px solid #DDDDDD;
	background-color: #F5F5F5;
	padding: 20px;
	margin: 10px;
}

legend 
{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}



/* CONTENT ELEMENTS */

.elementcontainer
{		
	float: left;
	padding: 8px;
	margin-top: 5px;	
	border: 1px solid #DDDDDD;
	background-image: url('images/element_back.jpg');
	background-repeat:no-repeat;
}

.commentscontainer
{	
	margin-top: 15px;	
}

.elementscroller
{	
	padding: 8px;
	margin-top: 15px;	
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

.elementtitle
{	
	font-size: 16px;	
	margin-bottom: 0px;
}

/* CONTENT FORMATTING */

.posttitle
{	
	font-size: 28px;	
}

.postsummary
{	
	margin-top: 10px;	
}

.postbody
{	
	width: 60%;
	margin-top: 10px;	
}

.postcredit
{	
	font-size: 10px;	 	
}

.modalbody
{
	background: #FFFFFF;
	margin:35px; 
	margin-top:20px;	
	font-size: 12px;
}

.uielement 
{
	margin-bottom: 10px;
}

.uielement>label 
{
	font-size: 16px;
	font-weight: normal;
}

.featurelinks 
{	
	font-weight: normal;
	font-size: 20px;
	margin-top: 10px;	
	text-decoration: none;
}

.featurelinks a
{	
	text-decoration: none;
	font-weight: normal;
	margin-top: 10px;	
}

.soxapp {
    /*position: absolute;*/    
    top:0px; 
    left:0px; 
    padding: 0px;
    width: 972px;
    text-align: left;
	margin: 0 auto; 
	

    /*background-color: gray;
    background-image: url('images/app_background.jpg');
    background-repeat: repeat-x;*/
}

h1.floated{float:left;display:inline;width:300px;font-size:30px;margin-top: -5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;}
#containertools.floated{float:right;display:inline; width:250px; margin-right: -30px;}
#containertools select{color:#C21F8C; width: 100px;}
#containertools label{font-size:12px;}

.soxcanvas 
{
	
	overflow: hidden;
	visibility: hidden;	
}

.soxheader 
{
	/*position: absolute;*/
    overflow: visible;  
    background-repeat: no-repeat;  
    background-position: bottom left;
    margin: 0px;  
    top: 0px; 
    left: 0px;
    height: 223px;
    /*background-image: url('images/large_header.jpg');*/
    width: 100%; 
}

#soxheaderwrap 
{
	/*background-color: #EBEBEB;*/
	padding: 0px;
	margin-bottom: 15px;
}
#headerlogin
{  width: 972px;
    background: transparent url('images/loginheader_bg_f.jpg') no-repeat 15px;
    height: 74px;
  
}
#headerlogin a{color:#ffffff;}
#headerlogin #headernav{float:left; list-style-type:none; margin:0 0 0 15px;padding:0px;display:inline;}
#headerlogin #headernav li.headernavitem{float:left;margin-right:5px;}
#headerlogin #headernav li.lower a{line-height:36px;}
#headerlogin #headernav li.headernavitem a{padding-top: 4px; display:block;width:83px;height:43px; text-decoration:none; background-color:#01a9e6; text-align:center; font-family:Arial; font-size:16px; font-weight:normal;}

#headerlogin #text_links{float:right; width:180px; margin-left:20px;}
#headerlogin #text_links a{ text-decoration:none;font-family:Arial; font-size:12px;display:block; float:right; margin-right:15px; margin-top:10px;}
#headerlogin #text_links a:hover{ text-decoration:underline;}
#headerlogin #text_home a{ text-decoration:none;font-family:Arial; font-size:12px;display:block; float:right; margin-right:15px; margin-top:10px;}
#headerlogin #text_home a:hover{text-decoration: underline;}

#headerlogin #login{float:left; width:470px; margin:10px 0 0 20px; display:inline; vertical-align: top;}
#headerlogin #login input.textbox {margin:0 0 5px 0; width: 192px; height: 24px;color:#c21f8c; vertical-align: top;}

#headerlogin #login #email.labeled{ background-image:url('images/embg.jpg'); border: 0px; padding: 0px;}
#headerlogin #login #email.plain{ background-image:url('images/embg_p.jpg'); border: 0px; padding: 0px;}

#headerlogin #login #password.labeled{ background-image:url('images/pwbg.jpg'); border: 0px; padding: 0px;}
#headerlogin #login #password.plain{ background-image:url('images/pwbg_p.jpg'); border: 0px; padding: 0px;}

#headerlogin #login #loginbutton{ background: transparent url('images/loginbuttonbg.jpg')  no-repeat 0; width:67px; height:24px;margin:0 0 5px 0;padding:0; border: 0px; vertical-align: top;}
#headerlogin #rememberme {float:right;margin-right:80px;font-family:Arial; font-size:12px;color:#ffffff;}

#searchfilter{font-size:11px;font-weight:bold;color:#4A548F;width: 240px;margin-bottom: 10px;}
#searchfilter div{float:left;display:inline;}
#searchfilter #searchcat{display: inline; width: 110px;}
#searchfilter #searchDate {display: inline; width: 110px; float: right;}
#searchfilter select{font-size:12px;color:#C21F8C; width: 108px;}

#WN{background:transparent url('images/WNbg.jpg') no-repeat; width:241px; height:157px;float:left;}
#WN #WNContent{margin:70px 0 0 25px;}
#WN #WNContent ul{ list-style-type:none;margin:0;padding:0;}
#WN #WNContent ul li{color:#777777;font-size:12px; margin-top:10px;}
#WN #WNContent ul li a{color:#777777;font-size:12px;}
#WN #WNContent ul li span.WNCat{color:#336600;font-weight:bold;}

#BF{background:transparent url('images/BFbg.jpg') no-repeat;width:241px; height:159px;float:left;margin-top:15px;position:relative;}
#BF #BFContent{margin:55px 0 0 85px;}
#BF #BFContent div.BFTitle{color:#8f4f0f;font-size:12px;font-weight:bold;}
#BF #BFContent div.BFDate{color:#333333;font-size:10px;}
#BF .BFLink {position:absolute; top: 0px; left: 0px; height: 47px; width: 240px; display: block;}


#RTNav{Float:left;}
#RTNav ul{ list-style-type:none;margin:0;padding:0;}
#RTNav ul li, #RTNav ul li a{display:block; width:232px; height:36px; background-color:#ffffff; color:#AB006A;margin-top:15px;font-size:22px;padding:0; line-height:36px; }
#RTNav ul li{padding:0px 0 0 10px;}
/*#RTNav ul li a{background-image:url('images/arrow.jpg'); background-position: right center; background-repeat:no-repeat;}*/


.soxpanel_left {
    position: absolute; 
    top: 100px; 
    left: 100px;
    background-color: #EBEBEB;
    
}

.soxpanel_right 
{
	width: 25%;
	float: right;
	padding: 15px;
	background-color: #E0E0E0;
    /*position: absolute; 
    top: 100px; 
    left: 100px;*/
}

.soxpanel_center 
{
	width: 680px;
	float: left;
	padding: 0px;
	background-color: #EBEBEB;
    /*position: absolute; 
    top: 100px; 
    left: 100px;*/
}
.soxpanel_center_inner
{
    width: 680px;
    padding: 15px;
}

.soxpanel_modal {
    position: absolute; 
    top: 100px; 
    left: 100px;
    visibility: hidden;
}

/* CREATE STYLES */

.createhead 
{
	font-size: 40px;
	margin-bottom: 20px;
	padding: 20px;
}

.createitem 
{
	float: left;
	text-align: left;
	width: 150px;
	padding: 10px;
	margin: 10px;	
	display: block;		
	border: 4px #DDDDDD solid;
	background-color: #EEEEEE;
}

.createitemtitle 
{
	font-size: 20px;
	margin-bottom: 5px;
}

.createitemdescription 
{
	height: 100px;
}

.createitemgo 
{
	display: block;
	font-size: 18px;
	float: right;
}


/* INITIATIVE DISPLAY STYLES */
.soxinits-title
{
	font-size: 28px;
}

.soxinits-summary
{
	padding-top: 15px;
}	

.soxinits-milestones
{
	padding-top: 25px;
}

.soxinitiatives-milestone_container
{
	padding-top:15px;
	border-bottom:1px solid #D6DFE7;
	width:80%;		
}


.soxinits-milestones_title
{
	background-color:#D6DFE7;
	width:80%;
	padding:5px;
	font-size:16px;
	font-weight:800;
}

.soxinitiatives-milestone_title
{
	padding:0 15px 5px 0;
	font-size:14px;
	font-weight:800;
		
}

.soxinitiatives-milestone_desc
{
	padding:0 15px 0px 0;
	padding-bottom:5px;		
}

.soxinitiatives-milestone_date
{
	padding-left:5px;
	padding-bottom:5px;
}


/* INITIATIVE EDIT STYLES */

.soxmilestonecontainer
{
	background-color: #DDDDDD;
	margin: 5px;
	padding: 10px;
}

.soxmilestonetitle
{
	font-size: 18px;
}	

.soxmilestonemembers
{
	float: right;
	width: 150px;
}
.soxmilestoneutil
{
	width: 100%;
	clear: both;
}

.soxinitiatives-milestone_container
{
	padding-top:15px;
	border-bottom:1px solid #D6DFE7;
	width:80%;		
}


.soxinits-milestones_title
{
	background-color:#D6DFE7;
	width:80%;
	padding:5px;
	font-size:16px;
	font-weight:800;
}

.soxinitiatives-milestone_title
{
	padding:0 15px 5px 0;
	font-size:14px;
	font-weight:800;
		
}

.soxinitiatives-milestone_desc
{
	padding:0 15px 0px 0;
	padding-bottom:5px;		
}

.soxinitiatives-milestone_date
{
	padding-left:5px;
	padding-bottom:5px;
}
/* LARGE LISTING */

.soxitemcontainer 
{
	/*border-bottom: 1px solid #DDDDDD;*/
	/*padding: 10px 10px 10px 10px;*/
	/* height: 63px; */
	/*overflow: hidden;*/
	margin: 0px 0px 10px 0px;
	cursor: default;
	/*background-color: #C6EAFA;*/
	background-color: #ffffff;
	float: left;
	border: 1px solid #a8c7d5;
	width: 650px;
}

.soxitemcontaineralt {
	background-color: #ffffff;
}

.soxitemthumbbox 
{	
	position: relative;
	float: left;
	width: 63px;
	overflow: hidden;
	margin-right: 12px;
	
	height: 63px;
	/*background-image: url('images/item_date_background.gif');*/
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
}
.soxitemimage{width: 296px;height:auto;margin:9px;padding:0}
.soxitemimage img{padding:0;margin:0; width: 296px; height: auto;border:1px solid #af0870;}
.soxitemfloatleft{float:left;display:inline;}
.soxitemfloatright{float:right;display:inline;}
div.itemlarge div.soxitemfloatandexpand{float:left;display:inline;width:95%;}

.soxitemdateday
{	
	position: relative;
	font-size: 14px;	
	top: 10px;
}

.soxitemdateyear
{	
	position: relative;	
	font-size: 26px;
	top: 5px;
    font-weight:bold;
}

.soxitemtools 
{
	text-align: left;
	margin-top: 5px;
	margin-left: 0px;
	width: 100%;
	font-size:11px;
	color: Gray;
	display: block;
}
.soxitemtools a.button{}

.soxitemtitle 
{
    color:#459709;
	margin-left: 0px;
	font-size:21px;	
	font-family: Tahoma;
	text-decoration: none;
	display: inline;
	
}

.soxitemtitle a
{
	margin-left: 0px;
	font-size:21px;	
	font-family: Tahoma;
	text-decoration: none;
	color:#459709;
	
}
.soxitemdateline
{
    font-size:14px;
}

.soxitemdescription 
{
	margin: 7px 0px 7px 0px;
	margin-left: 0px;
	font-size:14px;
	display: block;
	color: #333333;
	overflow-x: hidden;
	max-width: 100%;
}

.soxitemdescription img 
{
    max-width: 600px;
}


.soxitemsource 
{
	margin-left: 0px;
	font-size:11px;
	font-style: italic;
}

.itemlarge .soxitemdetails
{	
	margin: 10px 0 10px 10px;
	width:290px;
	height: 100%;
	
}
div.soxitemdetails
{
  width:80%;
  margin-left:100px;
}
div.soxitemdetails_flush
{
  width:95%;
  margin-left: 5px;
}

/* SMALL LISTING */

.soxitemcontainersmall 
{
	padding: 8px 0px 8px 0px;
	width: 100%;
	/*clear: both;*/
	/* height: 63px; */
	/*overflow: hidden;*/
	cursor: default;
	/*background:#fff;*/
}

.soxitemthumboverlaysmall 
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	background-image: url('images/item_date_frame_small.png');
}

.soxitemthumbboxsmall 
{	
	/*position: absolute;*/
	/*left: 7px;*/	
	float: left;
	width: 40px;
	height: 40px;
	background-image: url('images/blank_small.png');
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
}

.soxitemtoolssmall 
{
	margin-left: 50px;
	clear: both;
	margin-top: 5px;	
	text-align: left;
	width: 100%;
	font-size:11px;
	color: Gray;
	display: block;
}

.soxitemtitlesmall  
{
	margin-left: 50px;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.soxitemtitlesmall  a
{
	text-decoration: none;
}

.soxitemdescriptionsmall  
{
	margin-left: 55px;
	font-size:11px;
	display: block;
}


.soxitemsourcesmall  
{
	margin-left: 55px;
	font-size:12px;
	font-style: italic;
}



/* EVENTS */

.soxeventitemthumbboxsmall 
{	
	float: left;	
	left: 145px;
	margin-right: 5px;
	width: 40px;
	height: 40px;
	background-image: url('images/item_event_background_small.gif');
	background-repeat: no-repeat;	
	color: #ffffff;
}

.soxeventitemdetailssmall 
{	
	/*width: 100%;*/
}

.soxitemdatesmall  
{
	margin-left: 50px;
	color: Gray;
	font-size:10px;
}
.soxitemdatemonthsmall 
{	
	background-color: #7db004;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.soxitemdatedaysmall 
{	
	margin: -2px;
	font-size: 22px;
	font-weight: bold;
	color: Black;
	text-align: center;
	
}
.soxitemdateweekdaysmall 
{	
	font-size: 9px;
	color: Black;	
	text-align: center;
	display: none;
}
.soxitemdateyearsmall 
{	
	font-size: 11px;
	margin: -3;
	font-weight: bold;
	background-color: #888888;
	color: #ffffff;
}

.soxeventdescriptionsmall  
{
	margin-left: 50px;
	font-size:12px;
}

.soxeventlocationsmall  
{
	margin-left: 50px;
	font-size:10px;
	color: Gray;
}

.soxeventtitlesmall  
{
	margin-left: 50px;
	font-size:14px;
	font-weight: bold;
}

.soxeventtitlesmall  a
{
	text-decoration: none;
}



/* MEMBERS */

.soxmemberitemthumbboxsmall 
{	
	/*position: absolute;*/	
	float: left;
	left: 6px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
}

.soxmemberitemdetailssmall 
{		
	/*width: 100%;*/
	margin-left: 38px;
}

.soxmemberitemdescriptionsmall  
{
	
	margin-left: 0px;
	font-size:12px;
	display: block;
}

.soxmemberitemtitlesmall  
{
	
	margin-left: 0px;
	font-size:14px;
	font-weight: bold;
	display: block;
}

.soxmemberitemtitlesmall  a
{
	text-decoration: none;
}


.soxmember-filter
{
	width:200px;
	border: 1px solid #CECECE;
	background-color: #FFF;
	padding:15px;
	visibility:hidden;
	position:absolute;
	z-index:100;
	font-size:11px;
}

.soxmember-searchresults
{	
	float:left;
	width:100%;
	margin-top:25px;
	padding-top:15px;
	border: 10px solid #CECECE;
	background-color: #E1E1E1;
}

.soxmember-searchresults-text
{	
	float:left;
	width:30%;
	padding-left:10px;
	padding-bottom:10px;
	color:#8C8C8C;

}


.soxmember-item
{
	float:left;
	clear: both;
	width:95%;
	background-color: #FFF;
	padding:15px;
	border: 1px solid #CECECE;
	
}

.soxmember-image
{
	float:left;
	padding:5px;
	border: 1px solid #CECECE;
	
}

.soxmember-name
{
	float:left;
	width:100%;
	padding:5px;
	font-size:24px;
	
}
.soxmember-email
{
	float:left;
	width:100%;
	padding:5px;
	font-size:12px;
	
}

.soxmember-groups
{
	float:left;
	width:90%;
	padding:15px;
	font-size:12px;
	border: 1px solid #CECECE;
	
}

.soxmember-spacer
{
	width:100%;
	height:10px;	
}

.soxmember-links
{
	float:left;
	padding:15px;
	width:90%;
	border: 1px solid #CECECE;
}

.soxmember-link
{
	font-size:11px;
	padding:2px;	
	text-decoration:none;
	background-color: #E1E1E1;
	border: 1px solid #CECECE;
	text-align:center;
}
.soxmember-link a
{
	text-decoration:none;

}

/* CARRERS */

.soxcareeritemthumbboxsmall 
{	
	position: absolute;	
	left: 6px;
	width: 1px;
	height: 40px;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
}

.soxcareeritemdetailssmall 
{	
	width: 100%;
	margin-left: 1px;
}

.soxcareeritemdescriptionsmall  
{
	width: 100%;
	margin-left: 0px;
	font-size:12px;
	display: block;
}

.soxcareeritemtitlesmall  
{
	width: 100%;
	margin-left: 0px;
	font-size:14px;
	font-weight: bold;
	display: block;
}

.soxcareeritemtitlesmall  a
{
	text-decoration: none;
}

/* EDUCATION */

.soxeducationitemthumbboxsmall 
{	
	float: left;	
	left: 145px;
	margin-right: 5px;
	width: 40px;
	height: 40px;	
	background-repeat: no-repeat;	
	color: #ffffff;
}

.soxeducationitemdetailssmall 
{	
	/*width: 100%;*/
	/*margin-left: 1px;*/
}

.soxeducationitemdescriptionsmall  
{
	/*width: 100%;*/
	margin-left: 50px;
	font-size:12px;
	/*display: block;*/
}

.soxeducationitemtitlesmall  
{
	/*width: 100%;*/
	margin-left: 50px;
	font-size:14px;
	font-weight: bold;
	/*display: block;*/
}

.soxeducationitemtitlesmall  a
{
	text-decoration: none;
}

.soxeducation-title
{
	font-size:28px;
	padding-bottom:15px;	
}

.soxeducation-contentitem
{
	padding-bottom:15px;
	
}

/* FORUMS */

.soxforumitemthumbboxsmall 
{	
	float: left;	
	left: 145px;
	margin-right: 5px;
	width: 40px;
	height: 40px;	
	background-repeat: no-repeat;	
	color: #ffffff;
}

.soxforumitemdetailssmall 
{	
	/*width: 100%;*/
	/*margin-left: 1px;*/
}

.soxforumitemdescriptionsmall  
{
	/*width: 100%;*/
	margin-left: 50px;
	font-size:12px;
	/*display: block;*/
}

.soxforumitemtitlesmall  
{
	/*width: 100%;*/
	margin-left: 50px;
	font-size:14px;
	font-weight: bold;
	/*display: block;*/
}

.soxforumitemtitlesmall  a
{
	text-decoration: none;
}

.soxforum-title
{
	font-size:28px;
	padding-bottom:15px;	
}

.soxforum-contentitem
{
	padding-bottom:15px;
	
}

/* INITIATIVES */

.soxinitiativeitemthumbboxsmall 
{	
	position: absolute;	
	left: 6px;
	width: 1px;
	height: 40px;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
}

.soxinitiativeitemdetailssmall 
{	
	width: 100%;
	margin-left: 1px;
}

.soxinitiativeitemdescriptionsmall  
{
	width: 100%;
	margin-left: 0px;
	font-size:12px;
	display: block;
}

.soxinitiativeitemtitlesmall  
{
	width: 100%;
	margin-left: 0px;
	font-size:14px;
	font-weight: bold;
	display: block;
}

.soxinitiativeitemtitlesmall  a
{
	text-decoration: none;
}

/**/

/* GROUPS */

.soxgroupitemthumbboxsmall 
{	
	position: absolute;	
	left: 6px;
	width: 1px;
	height: 40px;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
}

.soxgroupitemdetailssmall 
{	
	/*width: 100%;*/
	margin-left: 1px;
}

.soxgroupitemdescriptionsmall  
{
	/*width: 100%;*/
	margin-left: 50px;
	font-size:12px;
}

.soxgroupitemtitlesmall  
{
	/*width: 100%;*/
	margin-left: 50px;
	font-size:14px;
	font-weight: bold;
}

.soxgroupitemtitlesmall  a
{
	text-decoration: none;
}

/**/

.lightbox
{
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	position: absolute;
	visibility: hidden;
	background-color:Black;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}

/* COMMENTS */


/* HEADER STYLES */
.soxcommentscontainer
{
	float:left;
	width:100%;
	clear:both;
}

.soxcommentscontainer-header
{
	float:left;
	width:100%;
	clear:both;
}

.soxcommentheader
{
	width:100%;
	color:#5D5D5D;
	clear:left;
	padding-left: 10px;
}

.soxcommentheader-reply
{
	width:95%;
	font-size:11px;
	padding:5px 5px 5px 5px;
	background-color:#FFFFAA;
	color:#5D5D5D;
	float:right;
}

.soxcommentheader-name
{
	font-size:11px;
	width:100%;
}

.soxcommentheader-date
{
	font-size:11px;
	float:right;
	width:40%;	
}

.soxcommentheader-links
{
	font-size:11px;
	float: right;
	margin-top: 13px;
}

.soxcommentheader-links-link
{
	color:#007FFF;
}

.soxcommentheader-links-adminlink
{
	color:#FF0000;
}

/* BODY STYLES */

.soxcommentbody-container
{
	float:left;
	
	width:100%;
}

.soxcommentbody-body
{
	float:right;
	padding:10px;
	width:100%;
	font-size:11px;
}

.soxcommentbody-body-reply
{
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	width:95%;
	font-size:11px;
	
}

.soxcommentreported
{
	color:#FF0000;
}

/*  GROUP STYLES */

.soxgrouppending-reject
{
	position:absolute;
	z-index:99;
	padding:15px;
	width:50%;
	border:5px #D4DFFF solid;
	background-color:#DEE6FF;
	visibility:hidden;
}

.soxgroup-metalinks
{
	font-size:11px;
}

.soxgroup-metaform
{
	position:absolute;
	z-index:99;
	visibility:hidden;
	padding:15px;
	width:400px;
	background-color:#DEE6FF;
	border:5px solid #D4DFFF;
}

.soxgroup-dropdownform
{
	padding:5px;
	width:350px;
	visibility:hidden;
	background-color:#DEE6FF;
	border:5px solid #D4DFFF;
	position:absolute;
	z-index:99;
}

.soxgroup-meta_addlink
{
	padding:10px;
	float:right;
	border:3px solid #A7CAE7;
	background-color:#D6DFE7;
}

/* RATINGS */

.soxrating-avgrate
{
	float:right;
	font-size:64px;
	color:#fff;
	width:66px;
	padding-left:15px;
	padding-bottom:5px;
	height:66px;
	background-repeat: no-repeat;
	background-image:  url(images/rating.png);
}

.soxrating-container
{
	width:100%;
	float:left;
		
}

.soxrating-yourrating
{
	font-size: 14px;
	float:left;
	
}

.soxrating-title
{
	float:left;
	font-size:28px;
	width:70%;		
}


.actionlist 
{
	list-style-image: url('images/list_arrow.png');
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.actionlist li {
    margin-left: 16px;
    padding-left: 0px;
}

.soxeventattendancecountsmall 
{
	font-size: 11px;
	margin-left: 50px;
}

#ddlCatSearch
{
    text-transform: capitalize;
}

h1.sectionName
{
    text-transform: capitalize;
}

.useractionimage { width: 80px; border: 1px solid #e4e4e3; background: #ffffff; padding: 0; text-align: center; }
#soxutil_sub.userblock_sub { background-color: #F9F7F7; padding: 0px; margin-bottom: 15px; font-size: 12px; width: 241px; text-align: center;}
#soxutil.userblock { background-color: #F9F7F7; padding: 10px; margin-bottom: 0px; font-size: 12px;}
.soxpanelfeatures a { font-size: 14px; padding-left: 15px; }

#recipe_filter_container {width: 650px; float: left; padding-left: 0px;}
#recipe_filter { width: 650px; border: 1px solid #a8c7d5; float: left; background: #ffffff; padding-left: 0px; margin-top: 20px;}
#recipe_filter table { width: 100%; }
#recipe_filter .searchbox { width: 150px; background: #ecf9ff; border-left: 1px solid #d9e0e3; padding: 15px; height: 100%; font-size: 12px; font-weight: 700; color: #333333;}
#recipe_filter .searchbox button {background-image: url('images/searchbg.jpg'); border: 0px; width: 78px; height: 28px; float: right; cursor: pointer;}
#recipe_filter .headerlabel { width: 100%; margin-bottom: 5px;}
#recipe_filter .headerlabel label { float: left; display: block; font-weight: bold; font-size: 18px; background: #ae056e; color: #ffffff; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; padding-right: 20px;} 
#recipe_filter .categoryholder { padding-bottom: 10px; clear: both;}
#recipe_filter .categoryholder .recipecategory { clear: both; height: 35px; width: 135px; color: #ae056e; font-size: 12px; }
#recipe_filter .categoryholder .recipecategory div { float: left; }
#recipe_filter .categoryholder .recipecategory label { float: left; padding-top: 2px; width: 110px; }
.clear { clear: both; }

#soxiframe_modal
{
    overflow: auto;
}
