﻿body
{
	font-family: arial, sans-serif; 
	background-color: #ffffff;	
	text-align: center; 

}

img, div { behavior: url('assets/base/javascript/iepngfix.htc') }

input[type=text], input[type=password], textarea, select, option
{
	font-family: arial, sans-serif;
	font-size: 13px;
	background-color: #F7F7F7;
	border: solid 1px #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: 22px;
}

.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: 20px;	
	margin-bottom: 0px;
}

/* CONTENT FORMATTING */

.posttitle
{	
	font-size: 28px;	
}

.postsummary
{	
	margin-top: 10px;	
}

.postbody
{	
	width: 60%;
	margin-top: 10px;	
}

.postcredit
{	
	font-size: 10px;	 	
}

.modalbody
{
	margin:35px; 
	margin-top:20px;	
	font-size: 12px;
}

.uielement 
{
	margin-bottom: 10px;
}

.uielement>label 
{
	font-size: 18px;
	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;*/
}

.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: 150px;
    /*background-image: url('images/large_header.jpg');*/
    width: 100%; 
}

#soxheaderwrap 
{
	background-color: #EBEBEB;
	padding: 15px;
	margin-bottom: 15px;
}

.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: 67%;
	float: left;
	padding: 15px;
	background-color: #EBEBEB;
    /*position: absolute; 
    top: 100px; 
    left: 100px;*/
}

.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: #F7F9F9;
}

.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;
}

.soxitemdateday
{	
	position: relative;
	font-size: 13px;	
	top: 24px;
}

.soxitemdateyear
{	
	position: relative;	
	font-size: 20px;
	top: 18px;

}

.soxitemtools 
{
	text-align: left;
	margin-top: 5px;
	margin-left: 0px;
	width: 100%;
	font-size:11px;
	color: Gray;
	display: block;
}

.soxitemtitle 
{
	font-weight:bold;
	margin-left: 0px;
	font-size:16px;	
	text-decoration: none;
	display: block;
}

.soxitemtitle a
{
	font-weight:bold;
	margin-left: 0px;
	font-size:16px;	
	text-decoration: none;
	display: block;
}

.soxitemdescription 
{
	margin: 7px 0px 7px 0px;
	margin-left: 0px;
	font-size:11px;
	display: block;
}


.soxitemsource 
{
	margin-left: 0px;
	font-size:11px;
	font-style: italic;
}

.soxitemdetails
{	
	margin-left: 75px;
	height: 100%;
	/*width: 100%;*/
}

/* SMALL LISTING */

.soxitemcontainersmall 
{
	border-bottom: 1px solid #DDDDDD;
	padding: 8px 0px 8px 0px;
	width: 100%;
	/*clear: both;*/
	/* height: 63px; */
	/*overflow: hidden;*/
	cursor: default;
}

.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;
}