/**
 * COMMUNITY : #community-wrap
 * main ID that hold core JomSocial all togather
 * this class is reusable across the JomSocial application
 */
 
 /********************************************************************
				 Global Community Styling
 *********************************************************************/
#community-wrap {
	background:none repeat scroll 0 0 #000;	
	margin:0 8px;
	min-height: 400px;
	padding: 4px 8px;
	position:relative;	
}
#community-wrap #cFrontpageWrapper {
	position:relative;
	width:100%;
}
#community-wrap .cMain {
	margin-right:346px;
	width:602px;
}
#community-wrap .cSidebar {
	float:right;
	width:328px;
}
#community-wrap .cLayout {
	position:relative;
	width:100%;
}
#community-wrap .clrfix {
	clear:none;
}
#community-wrap .clr {
	clear:both;
}
#community-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#community-wrap div.filterlink {
	float:right;
	font-size:11px;
	height:16px;
	line-height: 14px;
	margin:0;
	overflow:hidden;
	padding:0;
}
#community-wrap .componentheading {
	margin: 0 !important;
}
body.user #main-trans {}
#community-wrap div.flash {
    border: none;
    margin: 24px 8px;
}
 /********************************************************************
				 Submenu Toolbar for Media Pages
 *********************************************************************/
#community-wrap div.cSubmenu {
	background: none;
	border: none;
	margin: 0 0 4px;
	height:24px;
}
#community-wrap div.cSubmenu ul.submenu {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 24px;
}
#community-wrap div.cSubmenu ul.submenu li {
	list-style-type: none;	
	float: left;
	height: 24px;	
	margin: 0;
	padding: 0;
}
#community-wrap div.cSubmenu ul.submenu li a {
	background: none;	
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 4px 0;
	padding: 0 16px;
	overflow: hidden;	
	text-decoration: none;
	font-size: 11px;
}
#community-wrap div.cSubmenu ul.submenu li a:hover {
	color: #6e6e6e;
}
#community-wrap div.cSubmenu ul.submenu li a.active:link,
#community-wrap div.cSubmenu ul.submenu li a.active:visited,
#community-wrap div.cSubmenu ul.submenu li a.active:hover {	
	color: #cc0000;
}
#community-wrap .hasChildItem {
	position: relative
}
#community-wrap .hasChildItem li {	
	padding: 5px;
	margin: 0;	
	width: 150px;
}
#community-wrap ul.submenu li ul li a {border:0}
#community-wrap .jsTogSearch {	
	background: #676767;
	border: 1px solid #2e2e2e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	z-index: 99999;
	display: none;
	height: 48px;
	margin: 2px 0 0;
	padding: 7px;
	position: absolute;
	top:25px
}
#community-wrap .jsTogSearch  a {
	border-right:0 !important;
	border-top:1px dotted #ccc;
	padding:3px 0 !important;
	margin-top:5px;
	float:left;
	width:100%}
#community-wrap .jsTogSearch .inputbox {
	width:144px !important;
	font-size:11px !important;
	border: none;
	padding:2px}	

#community-wrap .submenu.jsApSbMn li a,
#community-wrap .submenu.jsApSbMn li span{float:left;display:inline-block;line-height:25px;margin:5px;border-right:1px dotted #aaa}
#community-wrap .submenu .jsApIcn{padding-left:20px}
#community-wrap .jsPhRotL {background:url(../images/action/rotateL.png) no-repeat 0 2px}
#community-wrap .jsPhRotR {background:url(../images/action/rotateR.png) no-repeat 0 2px}

/*********************************************************************
			Filter Bar on Video / Photo / Event Sections 
**********************************************************************/
#community-wrap #cFilterBar {
	background: #0e0e0e;
	position: relative;
	border: none;
	margin: 1px 16px 0;
}

#community-wrap #cFilterBar .filterGroup {
	border: none;
	padding: 0px 16px;
}

#community-wrap #cFilterBar .filterGroup#cFilterType_Sort {
	height: 24px;
	line-height: 24px;
	text-align: right;
}
#community-wrap #cFilterBar .filterGroup#cFilterType_Filter {
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
#community-wrap #cFilterBar .filterName {	
	display: inline;
	font-weight: normal;
}
#community-wrap #cFilterBar .filterOptions,
#community-wrap #cFilterBar .filterOption {	
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#community-wrap #cFilterBar .filterOptions {
	display: inline;
}
#community-wrap #cFilterBar .filterOption {
	color: #cc0000;
	display: inline;
	padding-left: 8px;
}

/*********************************************************************
		Category List on Video / Photo / Event Sections
**********************************************************************/
#community-wrap .category-list {
	background: #0e0e0e;
	margin: 0 16px;
	padding: 8px;
}
#community-wrap .category-list li {
	background: #676767;
	border: 1px solid #545454;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display: inline-block;
	float: left;
	margin: 0 16px 8px 16px;
	padding: 3px 3px 3px 11px;
	overflow: hidden;
	text-transform: uppercase;
	width: 252px;
}
#community-wrap .category-list li a {
	color: #fff;	
	text-transform: uppercase;
}

/*************************************************************
                 Profile Edit Pages 
**************************************************************/
#community-wrap .cForm {
	background: #000;
	margin: 8px 16px 0;
	padding: 8px;
	overflow: hidden;
}
#community-wrap #events-form.cForm {
	background: #1e1e1e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#community-wrap .cForm p {	
	margin: 4px 8px;
	padding: 4px;
}
#community-wrap .cForm ul {	
	margin: 0;
	overflow: hidden;
}
#community-wrap .cForm li {	
	margin: 4px 8px 8px;
	overflow: hidden;
	padding: 4px;
}
#community-wrap .cForm dd li {	
	margin: 0;
	padding: 0;
}
#community-wrap .cForm .key,
#community-wrap .cForm .paramlist_key  {
	float: left;
	width: 15%;
}
#community-wrap .cForm .value,
#community-wrap .cForm .paramlist_value {
	line-height: 16px;
	float: left;
	width: 85%;
}
#community-wrap .cForm .value .jsPasswordStrength {
	color: #cc0000;
	text-decoration:
	margin: 0 0 0 8px;
}
#community-wrap .cForm .lblradio-block {
	margin: 0 4px;	
}
#community-wrap .cForm li textarea {
	margin: 0;	
}
/*************************** Tab Box Styling *****************************/
#community-wrap ul.tab-box-header {
	background: none !important;
	height: 24px;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
}
#community-wrap ul.tab-box-header li {	
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
#community-wrap ul.tab-box-header li h2 {
	background: #0e0e0e;
	border-bottom: 1px dotted #000;	
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	margin: 0 8px 0 0;
}
#community-wrap ul.tab-box-header li.active h2 {
	background: #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
}
#community-wrap #profile-edit .tab-box-content {
	background: #1e1e1e;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	margin: 0 0 8px;
	min-height: 280px;
	overflow: hidden;
}
#community-wrap #profile-edit .tab-box-footer {
	background: #1e1e1e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: auto;
	margin: 0 0 8px;
	padding: 4px 16px;
	overflow: hidden;
}
#community-wrap #profile-edit .tab-box-footer .save span {
	float: left;
}
#community-wrap #profile-edit .tab-box-footer input.button {
	margin: 0;
}
/*************************** App Box Tab Styling *************************************/
#community-wrap .app-box .tab-box-header {
	height: 16px;
	margin: 4px 0 0 !important;
}
#community-wrap .app-box .tab-box-header h2 {
	height: 16px;
	line-height: 16px;
	text-transform: capitalize;
}
#community-wrap .app-box .tab-box-content {
	background: #0e0e0e;
	margin: 0;
	padding: 8px;
	min-height: 280px;
}
#community-wrap .app-box .tab-box-header li h2 {
	background: #4e4e4e;
	border-bottom: 1px dotted #2e2e2e;
	color: #000;
	margin: 0 4px 0 0;
}
#community-wrap .app-box .tab-box-header li.active h2 {
	background: #0e0e0e;
	border-bottom: 1px solid #0e0e0e;
	color: #cc0000;
}
#community-wrap .app-box .tab-box-header li h2 a {
	color: #000;
}
#community-wrap .app-box .tab-box-header li.active h2 a {
	color: #8e8e8e;
}
#community-wrap .app-box .tab-box-content li {
	border-bottom: 1px dotted #2e2e2e;
	color: #e4e4e4;
	margin: 0 0 4px;
	padding: 0 4px 4px;
}
#community-wrap .app-box .tab-box-content .key {
	color: #cc0000;
	display: block;
	float: none;
	width: 100%;
}
#community-wrap .app-box .tab-box-content .value {
	display: inline-block;
	font-size: 11px;
	margin: 0 0 0 8px;
}
/*************************** Upload / Edit Avatar Styling *****************************/
#community-wrap div.cModule {
	background:none;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding: 16px;
	margin: 0;
	overflow: hidden;
}
#community-wrap .cModule.leftside,
#community-wrap .cModule.rightside {
    background: none;
	float: left;
    margin: 0;
	padding: 4px;
    width: 440px;
}
#community-wrap .cModule.rightside {
    float: right;
}
/*************************** Applications Tab Styling *****************************/
#community-wrap .mytab-box-content {
	background: #1e1e1e !important;
}
#community-wrap .mytab-box-content .jr_listings_plugin .my-listItem {
    background: none repeat scroll 0 0 #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 11px;
    margin: 0 0 4px;
    overflow: hidden;
    padding: 8px;
    text-align: justify;
}
#community-wrap .mytab-box-content .jr_listings_plugin {
    border-top: none;
    padding-left: 4px;
}
#community-wrap #jsapp-jreviews_mylistings .content-controls {
	margin: 0 8px;
	overflow: hidden;
}
#community-wrap #jsapp-jreviews_mylistings .content-controls a {
	margin: 4px 2px -2px 4px;
}

/*************************** My Applications Styling *****************************/
#community-wrap .joms-apps {
	margin: 16px 32px;
	width: 884px;
}
#community-wrap .joms-apps .cSidebar {
	width: 352px;
}
#community-wrap .joms-apps .cMain {
	margin: 0 374px 0 0;
	width: 510px;
}
#community-wrap .joms-apps .app-item {
	background: #676767;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: #000;
	margin:0 24px 5px 24px;
	padding: 8px;
	position:relative;
}
#community-wrap .joms-apps .app-position.onDrag,
#community-wrap .joms-apps .app-position.onSave {
	background: #FFFFDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 3px;
}
#community-wrap .joms-apps .app-item {
	background: #FFFFFF;
	padding: 8px;
	margin: 5px 0px;
	cursor: move;
	position: relative;
}
#community-wrap .joms-apps .app-placeholder {
	margin-bottom: 5px;
	border: 1px dashed #AAAAAA;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#community-wrap .joms-apps .app-item.app-core {
	background: #EEEEEE;
	cursor: default;	
}
#community-wrap .joms-apps .app-item.onDrag {
	width: 200px;
	opacity: 0.5;
}#community-wrap .joms-apps .app-item.onSave {
	background-image: url(../images/wait.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px dashed #AAAAAA;
	opacity: 0.5;
}#community-wrap .joms-apps .app-item .app-action-remove {
	display: none;
}
#community-wrap .joms-apps .app-item:hover .app-action-remove {
	display: inline-block;
}
#community-wrap .joms-apps .app-item .app-avatar {
	display: inline;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 3px 0 0;
}
#community-wrap .joms-apps .app-item:hover .app-avatar {
	display: none;
}
#community-wrap .joms-apps .app-item.app-core:hover .app-avatar {
	display: inline;
}
#community-wrap .joms-apps .app-actions {
	height: 25px;
}
#community-wrap .joms-apps .app-actions a {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
}
#community-wrap .joms-apps .app-item .app-actions a span {
	display: none;
}
#community-wrap .joms-apps .app-action-about {
	background: transparent url(../images/icons/apps.png) 0px -2px no-repeat;
}
#community-wrap .joms-apps .app-action-settings {
	background: transparent url(../images/icons/apps.png) 0px -42px no-repeat;
}
#community-wrap .joms-apps .app-action-privacy {
	background: transparent url(../images/icons/apps.png) 0px -22px no-repeat;
}
#community-wrap .joms-apps .app-action-add {
	background: transparent url(../images/add.png) no-repeat;
	text-decoration: none;
	margin-top: 5px;
}
#community-wrap .joms-apps .app-action-add:hover {
	text-decoration: underline;
}
#community-wrap .joms-apps .app-action-remove {
	background: transparent url(../images/action/icon-delete-remove.png) no-repeat 0 0px;
	width: 14px !important;
	height: 14px !important;
	margin: 1px 4px 1px 1px;
	padding: 0 !important;
}
#community-wrap .joms-apps .app-title {
	overflow: hidden;
	white-space: nowrap;
	margin-right: 73px;
	margin-left: 21px;
	display: block;
}
#community-wrap .joms-apps .app-avatar {
	position: absolute;
	top: 8px;
	left: 8px;
}
#community-wrap .joms-apps .app-item .app-actions.joms_positionAbsolute {
	top: 8px;
	right: 8px;
}
#community-wrap .joms-apps .app-item .app-actions.joms_floatLeft.joms_positionAbsolute {
	top: 8px;
	left: 8px;
}
#community-wrap .joms-apps .app-action-remove:hover {
	background: transparent url(../images/action/icon-delete-remove.png) no-repeat 0 -14px;
}
#community-wrap .joms_positionAbsolute {
	position: absolute;
}
#community-wrap .joms_floatLeft {
	float: left;
}
#community-wrap .joms_floatRight {
	float: right;
}
/********************************************************
				Community Form Field Styling
********************************************************/
#community-wrap fieldset {
	margin: 0;
	padding: 0;
}
#community-wrap .input_wrap {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #2E2E2E;
	height: 24px;
	margin: 0 16px 4px;
	padding-left: 8px;
}
#community-wrap .input_wrap span {
	float: right;
}
#community-wrap .input_wrap input {
	background: #2e2e2e !important;
	color:#E8E8E8;
	margin:2px 0 0 !important;
	padding:2px;
	width:70%;
}		
/********************************************************
					   App Box Styling
*********************************************************/
#community-wrap .app-box {
	background: #8E8E8E;
	border:medium none;	
	margin:0 0 8px !important;
	overflow:hidden;
	padding:4px !important;	
}
#community-wrap .cSidebar .app-box,
#community-wrap .media-right .app-box {
	background: #1E1E1E;
}
#community-wrap .app-box-header {
	background: #4E4E4E;
	height: 24px;
	margin:0;
	padding:0;
}
#community-wrap .cSidebar .app-box-header,
#community-wrap .media-right .app-box-header {
	background: #2e2e2e;
}
#community-wrap .cSidebar .app-box-header  h2
#community-wrap .media-right .app-box-header h2 {
	background: #676767;
}
#community-wrap h2 {
	background: #000000;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	margin:0;
	padding:0 16px;
	text-shadow:none;
	text-transform:uppercase;
}
#community-wrap .app-box-menus {
	float: right;
	margin: 4px 8px;
	position: relative;
	right: 0;
	top: 0;
}
#community-wrap .app-box-menu {
	cursor:pointer;
	float:right;
	margin-left:5px;
}
#community-wrap .app-box-menu-icon {
	background-image:url("../images/app-box-menu-icon.png");
	background-repeat:no-repeat;
	display:block;
	height:16px;
	line-height:0;
	width:16px;
}
#community-wrap .app-box-menu.toggle .app-box-menu-icon {
	background-position:-16px 0;
}
#community-wrap .app-box.collapse .app-box-menu.toggle .app-box-menu-icon {
	background-position:-32px 0;
}
#community-wrap div.filterlink a {
	border-right: 1px solid #000;
	color:#000000;
	float: left;
	height: 16px;
	line-height:12px;
	margin: 1px 0;
	padding: 0 8px;
}
#community-wrap div.filterlink a.popular-videos {
	border-right: none;	
}
#community-wrap div.filterlink a.active-state {
	color:#FFFFFF;
	font-weight:normal;
}

#community-wrap .app-box-menu-title {
	display:block;
	text-indent:-9999px;
}
#community-wrap .app-box-content {
	padding: 4px; 
	overflow: hidden;
}
#community-wrap .app-box-footer {
	font-size:12px;
	height:16px;
	margin:0;
	padding: 0;
}
#community-wrap .app-box-footer a {
	background:url("../images/app-box-footer-a.png") no-repeat scroll 0 2px transparent;
	margin-left:8px;
	padding-left:12px;
}
#community-wrap .cMain .app-box-footer a {
	color: #0e0e0e;
}
/**************** Profile Box *********************************/
#community-wrap .page-actions {	
	margin:0 0 4px;
	overflow:hidden;	
	padding: 4px 8px;
}
#community-wrap .page-actions .page-action {
	background: #000 !important;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	height: 20px;
	line-height: 22px;
	float: left;
	margin: 0 8px 0 0 !important;
	text-align: center;
	width: 124px !important;
}
#community-wrap .page-actions .page-action a {
	color: #fff;
}
#community-wrap .page-actions .page-action a:hover {
	color: #e8e8e8;
}
#community-wrap div.profile-box {
	background:#0e0e0e;	
	margin:0;
	padding:8px 8px 0;
	overflow: hidden;
	width: 586px;
}
#community-wrap .profile-avatar {
	float:left;
}
#community-wrap .profile-avatar img {
	background: none;
	border:none;
}
#community-wrap div.profile-info {
	margin: 0 0 0 168px;
}
#community-wrap div.profile-info .contentheading {
	background: #4e4e4e;
	border: none !important;
	margin: 0;
	padding:0 60px 0 10px;
	}
#community-wrap div#profile-status {
	border: none;
	margin: 8px;	
}
#community-wrap div#profile-status span {
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 4px 8px;
	text-align: justify;	
}
#community-wrap #profile-status-edit {
	float: right;
	font-size: 10px;
	width: 50px;
	text-align: right;
	cursor: pointer;
}
#community-wrap ul.profile-details {
	margin:8px 0 0;
	padding:0;
}
#community-wrap ul.profile-details li.title {
	font-size: 10px;
	font-weight:normal;
	margin: 8px 0 0;
}
#community-wrap ul.profile-details li {
	font-size: 9px;
}
#community-wrap ul.profile-details li div.title {
    color: #8e8e8e;
	float: left;
	padding: 0 8px 0 0;
	}
/****************************** Profile Toolbox ***************************/
#cProfileWrapper #profile-new-status {
	padding: 8px 16px;
}
#cProfileWrapper #profile-new-status.inactive textarea#statustext {
	background: #fff;
	border:1px solid #e8e8e8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#000;
}
#cProfileWrapper div.profile-toolbox-bl {
	background:#0e0e0e;	
	border-top: none;
	margin: 0;
	overflow: hidden;
}
#cProfileWrapper div.profile-toolbox-br {
	background:none;
}
#cProfileWrapper div.profile-toolbox-tl {
	background:none;	
	margin: 0 8px;
	padding:0;
}
#cProfileWrapper div.profile-toolbox-bl ul.small-button,
#miniheader.profile-toolbox-bl  ul.small-button {
	height:32px;
	list-style:none;
	margin: 0;
	padding:0;
}
#miniheader.profile-toolbox-bl  ul.small-button {
	float: left;
	margin: 0 0 0 8px;
}
#cProfileWrapper div.profile-toolbox-bl ul.small-button li,
#miniheader.profile-toolbox-bl  ul.small-button li {
	background:none;
	border-bottom: 1px dotted #0e0e0e;	
	height: 14px;
	line-height:14px;	
	margin:0;
	padding: 0 4px;
	overflow: hidden;	
}
#cProfileWrapper div.profile-toolbox-bl ul.small-button li {
	border: none;
	float: left;
	padding: 0;
	width: 25%;
}
#cProfileWrapper div.profile-toolbox-bl ul.small-button li a,
#miniheader.profile-toolbox-bl  ul.small-button li a{
	display: block;	
	font-size: 10px;
	height: 14px;
	line-height:14px;
	margin: 0;
	padding: 0;
	text-decoration:none;
}
#cProfileWrapper div.profile-toolbox-bl ul.small-button li {
	text-align: center;
}
#cProfileWrapper #profile-header ul.actions {
	float: left;
	margin: 0 12px;
	width: 160px;
}
#cProfileWrapper #profile-header ul.actions li {
	background: #676767 !important;
	border:1px solid #545454;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 3px;
	font-size:9px;
	height:10px;
	line-height:12px;
	margin:0 0 4px 0;
	text-align:center;
	width:158px;
}
#cProfileWrapper #profile-header ul.actions li a {
	color: #000;}

#cProfileWrapper #profile-header ul.actions li a:hover {
	color: #2e2e2e;
}
/****************** Profile Points *****************************/
#community-wrap #user-info-button {
	background: #0e0e0e;	
	margin: 0 0 8px;
	padding: 4px;
	overflow: hidden;
}
#community-wrap #user-info-button .user-green,
#community-wrap #user-info-button .user-red,
#community-wrap #user-info-button .user-grey,
#community-wrap #user-info-button .user-orange {
	float: left;
	text-align: center;	
	width: 25%;
}
#community-wrap #user-info-button .user-green-inner,
#community-wrap #user-info-button .user-red-inner,
#community-wrap #user-info-button .user-grey-inner,
#community-wrap #user-info-button .user-orange-inner {
	background: #2e2e2e;
	border: 1px solid #1e1e1e;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 48px;
	margin: 4px;
	padding: 1px 0;
}
#community-wrap #user-info-button .text {
	color: #8e8e8e;
}
#community-wrap #user-info-button .number {
	color: #8e8e8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	/*text-shadow: 1px 2px 2px #cc0000;
	filter: dropshadow(color=#cc0000, offx=1, offy=2); */
	line-height: 30px;
}
/**************** Mini Header Styling *************************/
#miniheader.profile-toolbox-bl {
    background: none;
    border: none;
    margin: 0 8px 8px 0;
	padding: 0;
	overflow: hidden;
}
#miniheader .profile-toolbox-br {
	float: left;
	height: 90px;
	margin: 0;
	width: 212px;
}
#miniheader .profile-toolbox-tl {
	background: #1e1e1e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	margin: 2px 8px;
	padding: 4px 8px;
}
#miniheader .profile-link {
	text-align: center;
}
#miniheader .profile-link  a{
	color: #cc0000;
	display: block;
	height: 12px;
	line-height: 12px;
	padding: 0 0 2px;	
	text-transform: uppercase;
}
/**************** Latest Members App Box **********************/
#community-wrap #latest-members.app-box .app-box-content {
	margin: 4px 8px;
	padding: 0;
}

#community-wrap #latest-members.app-box #latest-members-container {
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background: none;
	border: 1px solid #8e8e8e;
	padding: 11px 0 5px 7px;
	overflow: hidden;
}
#community-wrap #latest-members-container .cThumbList {
	margin:0 0 0 4px;
}
#community-wrap #latest-members-container .cThumbList li {
	display: inline-block;
	float: left;
	margin: 0 4px 4px 0;
	padding:0;
}
#community-wrap #latest-members.app-box img {
	background: none;
	border: none;
	display: inline-block;
	float: left;
	padding:0 2px 2px 0;
}
/**************** Activity Stream App Box **********************/
#community-wrap #cProfileWrapper #recent-activities {
	background: none;
	padding: 0 !important;
}
#community-wrap #cProfileWrapper #recent-activities .app-box-header {
	background: none;	
}
#community-wrap #cProfileWrapper #recent-activities .app-box-header h2 {
	color: #fff;
	float: right;
}
#community-wrap #recent-activities .app-box-menus {
	float: right;
}
#community-wrap .cMain .filterlink a {
	color: #8e8e8e;
}
#community-wrap .cMain .filterlink a.active-state {
	color: #fff;
}
#community-wrap .cSidebar .filterlink a {
	color: #8e8e8e;
}
#community-wrap .cSidebar .filterlink a.active-state {
	color: #fff;
}
#community-wrap #recent-activities .app-box-content {
	background: #8e8e8e;
	padding: 8px 4px 4px;	
}
#community-wrap .joms-newsfeed-item {
	background: #e4e4e4;	
	/*-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow: 2px 2px 2px #4e4e4e;
	-webkit-box-shadow: 2px 2px 2px #4e4e4e;
	box-shadow: 2px 2px 2px #4e4e4e;*/
	border: none;
	color: #000;
	display:block;
	margin:0 0 4px;
	overflow:hidden;
	padding: 8px 4px;
	position:relative;
}
#community-wrap .joms-newsfeed-item .video-thumb {
	float: left;
	position: relative;
}
div.joms-newsfeed-item .newsfeed-avatar {
	float: left;
	padding:0 4px;
	width:64px;
}
#community-wrap .joms-newsfeed-item .newsfeed-content {
	margin:0 0 0 80px;
}
#community-wrap .joms-newsfeed-item .newsfeed-title {
	float: left;
	width: 400px;
}
#community-wrap .joms-newsfeed-item .newsfeed-content-top {
	text-align: left;
	margin:0;
	overflow: hidden;
	
}
#community-wrap .joms-newsfeed-item .newsfeed-content-top a {
	color: #000;
	text-shadow: 0px 1px 0px #4e4e4e;
}
#community-wrap .joms-newsfeed-item .newsfeed-content-top a:hover {
	color: #000;
	text-shadow: 0px 1px 0px #000;
}
#community-wrap div.joms-newsfeed-item .newsfeed-date {
	float: right;
	margin-right:4px;
	position: relative;
}
#community-wrap div.joms-newsfeed-item .newsfeed-content-hidden {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #f4f4f4;
	overflow: hidden;
	margin: 8px 4px 8px 0;
	padding: 4px;
}
#community-wrap .cDetailList, #community-wrap .cDetailList li {
	background: none;
	line-height: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#community-wrap .cDetailList .avatarWrap {
	float:left;
	width:75px;
}
#community-wrap .cDetailList .detailWrap {
	margin:0 10px 0 75px;
}
#community-wrap  .joms-newsfeed-more {
	margin: 8px 0 0;
	padding: 0 8px;
}
#community-wrap  .joms-newsfeed-more a {
	background: #000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	width: 120px;
}
#community-wrap  .joms-newsfeed-more a:hover {
	color: #cc0000;	
}

/****************** Member Login App Box ************************/
#community-wrap #member-login #join-today {
	margin: 4px 8px;
	overflow: hidden;
}
#community-wrap #member-login .input_wrap {
	background: none;
	height: 24px;
	margin: 0 8px;
	padding: 4px;
}
#community-wrap #member-login .input_wrap span {
	float: left;
	line-height: 24px;
}
#community-wrap #member-login .input_wrap input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #2E2E2E;
	float: right;
}
#community-wrap #member-login .input_wrap input#remember,
#community-wrap #member-login .input_wrap .remember {
	background: none;
	float: right;
}
#community-wrap #member-login .input_wrap input#remember {
	margin: 5px 8px 0 0 !important;
	width: 16px;
}
#community-wrap #member-login .login_wrap {
	overflow: hidden;
	margin: 0 16px 4px 16px;
}
#community-wrap #member-login .login {
	background: none;
	height: 20px;
	float: left;	
}
#community-wrap #member-login .login.fb {
	float: left;	
}
#bg-main #form-login input.button,
#bg-main #form-login .register {
    background: #cc0000 !important;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #fff;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	width: 96px;
	margin: 0 !important;
	padding: 0 8px;
	overflow: hidden;
	text-transform: uppercase;
}
#bg-main #form-login .register {
	background: #cc0000;
	border: 1px solid #990000;
	float: right;
	height: 20px !important;
	line-height: 22px;
	text-align: center;
}
#bg-main #form-login .register a {
	color: #fff;	
	font-size: 9px;	
	text-transform: uppercase;
}
#bg-main #form-login a:hover {
	color: #000;
}
#bg-main #form-login input:hover {
	color: #000;
}
#bg-main #form-login #lost-info {
	font-size: 10px;
	padding: 4px 16px 0;
}
#bg-main #form-login #lost-info div {
	height: 16px;
	line-height: 16px;
}
#bg-main #form-login #lost-info a {
	color: #8e8e8e;
	margin: 0 4px;
}
#bg-main #form-login #lost-info a:hover {
	color: #6e6e6e;
}
#bg-main #form-login #lost-info a.login-resend-code {
	margin: 0;
}					
/****************** Search App Box ************************/
#community-wrap #member-search .app-box-header {
	background: #2e2e2e;
	height:24px;
	margin:0 0 8px;
	padding:0;
}
#community-wrap #member-search .input_wrap .search_button {
	background:url("../images/searchbox.png") no-repeat scroll 0 0 transparent;
	float: right;
	height:20px;
	margin:2px 4px;
	width:20px;
}
#community-wrap #member-search .input_wrap .search_button span {
	height:0;
	position:absolute;
	text-indent:-9999px;
	top:-9999px;
}
#community-wrap #member-search .small {
	text-align:center;
}
#community-wrap #member-search .small a {
	margin: 0 0 0 4px;
}
/****************************************************************************************
                                    Advanced Search and Invite Styling 
*****************************************************************************************/
#community-wrap .advance-search, #community-wrap .people-search-form, #community-wrap .community-form {
	background: #0e0e0e;
	margin: 0 16px;
	padding: 8px !important;
}
#community-wrap .advance-search #criteriaContainer .criteria-row {
	border: none;
	padding: 8px 0 4px;
}
#community-wrap .advance-search #criteriaContainer .criteria-row:hover {
	background: #2e2e2e;
}
#community-wrap .community-form .community-form-instruction {
	margin: 0 16px;
}
#community-wrap .community-form .community-form-row {
	float: left;
	margin: 0 0 8px;	
	width: 50%;
}
#community-wrap .community-form .community-form-row label{	
	margin: 0 8px 0 0;	
}
#community-wrap .suggest-friends {
	background: #0e0e0e;
	margin: 8px 16px 0 16px;
	padding: 0 0 4px 0;
	overflow: hidden;
}
#community-wrap .suggest-friends h2.app-box-title {
	float: none;
	margin: 4px;
}
/****************** People Search Page *****************************
#community-wrap .advance-search, #community-wrap .people-search-form, #community-wrap .community-form {
    background: #0E0E0E;
    margin: 0 16px;
    padding: 8px !important;
}
#community-wrap div.cSubmenu ul.submenu {
    background: none repeat scroll 0 0 transparent;
    height: 24px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#community-wrap div.cSubmenu ul.submenu li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-weight: normal;
    line-height: 22px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/****************** Video and Event App Box ************************/
#community-wrap #latest-videos {
	background: #1e1e1e;
}
#community-wrap #latest-videos #latest-videos-container {
	background: none;
	padding: 0;
}
#community-wrap #latest-videos .app-box-header {
	background: #2e2e2e;
	margin: 0;
	padding: 0;
}
#community-wrap #latest-videos .app-box-header h2.app-box-title {
	background: #676767;
	padding: 0 8px;
}


#community-wrap #jsapp-jreviews_mylistings .content-summary {
	padding: 8px 8px 8px 0;
	height: auto;
	width: 466px;
}

#community-wrap #latest-videos .video-thumb,
#community-wrap #latest-events .event-thumb,
#community-wrap #jsapp-jreviews_mylistings .content-thumb {
	float: left;
	margin: 4px;
	padding: 3px;
	position: relative;	
}
#community-wrap #latest-events .event-thumb {
	background: #1e1e1e;
}
#community-wrap #latest-events .event-thumb .eventDate {
	background: none;
	font: 110% Ariel;
	padding:2px 2px 0;
	text-align:center !important;
	text-transform:uppercase;
}
#community-wrap .video-thumb-url {
	background:url("../../../assets/video_thumb.png") no-repeat scroll center center transparent;
	display:block;
	overflow:hidden;
}
#community-wrap .video-durationHMS {
	background:none repeat scroll 0 0 black;
	bottom: 4px;
	color:#FFFFFF;
	font-size:80%;
	font-weight:normal;
	left: 4px;
	opacity:0.7;
	padding:0 5px;
	position:absolute;
}
/*************************************************************************************
                           Video / Event / Photo List Page + Front Page
*************************************************************************************/
#community-wrap .items {
	background: #0E0E0E;
	margin:0 16px;
	overflow:hidden;
}
#community-wrap .app-box-content .items {
	background: none;	
	margin: 0;
	padding: 0;
}
#community-wrap .item {	
	float:left;	
	margin: 0;
	padding: 0;	
	overflow: hidden;
	width:50%;
}
#community-wrap .app-box-content .item {
	float:none;
	width: 100%;
}
#community-wrap .event-not-found {
	margin: 0 0 32px 32px;
}
body #community-wrap .community-events-results-left .icon-online-overlay {
    margin: 4px 2px 0;
    position: relative;
}
body #community-wrap .icon-online-overlay {
    -moz-border-radius: 4px 4px 4px 4px;    
    float: right;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 0 4px;
	text-transform: uppercase;
    top: 0;
}
#community-wrap .item .item {
	background: #fff;
	border: none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: #000;
	float: none;	
	margin: 4px 8px;
	padding: 4px;
	height: auto;
	overflow: hidden;
	width: 434px;
}
#community-wrap #community-events-wrap .item .item {
	height: 122px;
}
#community-wrap .app-box-content .item .item {
	background: #000;	
	margin: 4px;
	width: auto;
}
#community-wrap .item-title {
	background: #676767;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	margin: 0;
	padding: 3px;
	overflow: hidden;
}
#community-wrap .app-box-content .item-title {
    background: #0e0e0e;
	border: 1px dotted #0e0e0e;
	height: 14px;		
}
#community-wrap #no-album .item-title {
	background: none;
	margin: 0 0 8px;
}
#community-wrap .photoCaption .item-title   {
	background: none;
	border-bottom: 1px dotted #e4e4e4;
	margin: 0 0 8px;
}
#community-wrap #no-album .item-title span,
#community-wrap .photoCaption .item-title span  {
	color: #000;
	line-height: 16px;
	margin: 0 8px;
	text-transform: uppercase;
}
#community-wrap .item-title a {
	color: #fff;
	line-height: 16px;
	margin: 0 0 0 4px;
	text-transform: uppercase;
	white-space: nowrap;
}
#community-wrap .app-box-content .item-title a {
	color: #6e6e6e;
	padding: 0 4px;
	text-transform: uppercase;		
}
#community-wrap #no-album .item-title  a {
	color: #cc0000;
	font-weight: bold;
}
#community-wrap .item-title input.button {
    background: none;
	border: none;
    color: #000;
	float: right;
	font-size: 11px;
	margin: 0;
    padding: 0;
	text-transform: uppercase;
}
#community-wrap .item-image {    
    float: left;
    margin: 8px;
    padding: 0;
    position: relative;
}
#community-wrap  #events .item-image {
    border: 1px solid #E8E8E8;
}
#community-wrap  #profiles .item-image { 
	height: 120px;
	overflow: hidden;
}
#community-wrap .eventDate {
    background: #2e2e2e;
	color: #8e8e8e;
    font: bold 120% Arial;
    padding: 2px;
    text-align: center !important;
    text-transform: uppercase;
}		
#community-wrap #events .eventDate {
    background: #e8e8e8;
	color: #000;
}
#community-wrap .photo-action{
	display: none;
	position: absolute;
	top:0;
	right:4px;
	padding: 4px;
	background: #000;
	width: 12px;
}
body #community-photo-items .photo-item {
	float: left;
	margin: 0;
	}
body #community-wrap .photo-list-item .photo-item:hover .photo-action {
	display: block;
}
body #community-wrap .photo-list-item .photo-item a {
	display: block;
}
/* Remove Button */
#community-wrap a.remove,
#community-wrap a.block {
	background: transparent url(../images/remove-button.gif) no-repeat 0 0;
	display: block;
	outline-style: none;
	text-indent: -9999px;
	float: right;
	margin-top: 2px;
	width: 12px;
	height: 12px;
	}
#community-wrap a.remove:hover {
	background: transparent url(../images/remove-button.gif) no-repeat 0 -12px;
	}
#community-wrap .album-cover-link img {
	height:auto;
	width: 84px;
}
#community-wrap .item-summary {
	float: left;
	margin: 4px 0 0;
	width: 306px;
}
#community-wrap  #photos .item-summary,
#community-wrap  #events .item-summary {	
	width: 334px;
}
#community-wrap  #profiles .item-summary {	
	width: 298px;
}
#community-wrap .app-box-content .item-summary {
	height: 100px;
	width: 168px;
	overflow: hidden;
}
#community-wrap #latest-events .item-summary {
	width: 216px;
	
}
#community-wrap .item-creator {
	border-bottom: 1px solid #e8e8e8;
	height: 20px;
	margin: 0 2px 0 0;
}
#community-wrap .app-box-content .item-creator {
	border-bottom: none;	
	margin: 2px 0 0;
}
#community-wrap .item-creator a {
	line-height: 20px;
	text-transform: uppercase;
}
#community-wrap .event-location {
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
}
#community-wrap .app-box-content .item-creator a,
#community-wrap .app-box-content .event-location {
	color: #cc0000;	
}
#community-wrap .item-description {
	margin: 4px;
}
#community-wrap .app-box-content .item-description{
	color: #fff;
	margin: 0 4px;
}
#community-wrap .item-actions {
	border-top: 1px solid #e8e8e8;
	height: 16px;
	line-height: 16px;
	padding: 4px 0 0 8px;
}
#community-wrap .community-photo-items {
	overflow: hidden;
}
#community-wrap .avatarWrap img, 
#community-wrap .photo-item img {
	height:auto;
	width:64px;
}				   
#community-wrap  .community-photo-items .photo-item img {
	float: left;
	margin: 4px 8px;
}
/************************************************************************************
					Video / Event / Photo / Album Detail Page 
*************************************************************************************/
#video-wrapper,
#event-wrapper {
	margin: 0;	
	overflow: hidden;
}
#community-wrap .video-search-detail {
	margin: 4px 16px;
}
#community-wrap .video-search-detail strong {
	color: #cc0000;
	text-transform: uppercase;
}
#community-wrap .event-right,
#community-wrap .media-right {
	background: #0e0e0e;
	float: right;
	padding: 8px 8px 0;
	width: 260px;
}
#community-wrap .event-full,
#community-wrap .media-left,
#community-wrap .media-full {
	background: #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: #000;
	float: left;
	min-height: 540px;
	padding: 12px;
	width: 640px;
}
#community-wrap .event-full .event-desc {
	margin: 8px 0 0;
}
#community-wrap .media-full {
	float: none;
	width: 924px;
}
#community-wrap .event-full .event-left {
	float: left;
}
#community-wrap .event-full .event-main {
	float: left;
	width: 480px;
}
#community-wrap .event-main .event-info,
.event-main .event-approval {
	margin: 0 8px;
}
#community-wrap .event-full .ctitle h3 {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 8px;
	padding: 0 0 0 4px;
}
#community-wrap .event-full .ctitle h3 span {
	float: right;
	font-size: 11px;
	line-height: 16px;
}
#community-wrap .event-info .cparam {
	margin: 0 8px 8px;
	overflow: hidden;
}
#community-wrap .event-info .clabel{
	float: left;
	width: 100px;
}
#community-wrap .event-info .cdata {
	overflow: hidden;
}
#community-wrap .event-full .event-desc p {
	margin: 8px;
}
#community-wrap #community-event-action li {
    background: none;
	border: none;
	border-bottom: 1px dotted #2e2e2e !important;
    margin: 0 4px 4px 0;
    padding: 0 4px 4px 0;
}
#community-wrap #community-event-action li a {
    background: none !important;
    border-bottom: none !important;
    color: #E8E8E8;
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 8px;
}
#community-wrap #community-event-action li.important a {
	color: #cc0000;	
}
#community-wrap .cThumbList li.event-admin-list {
    list-style-type: none;
    margin: 0;
    padding: 0 0 8px;
    width: 100%;
}
#community-wrap .event-admin-thumb {
    float: left;
    width: 55px;
}
#community-wrap .event-admin-info {
    margin-left: 80px;
}
#community-wrap #community-event-rsvp-status .app-box-content div {
    float: left;
}
#community-wrap #community-event-rsvp-status .button {
    float: right;
}
#community-wrap .video-player {
	background: #0e0e0e;
}
#community-wrap .media-left .video-description,
#community-wrap .media-left .album-description {	
	border-bottom: 1px solid #e8e8e8;
	margin: 8px 0;
	padding: 0 4px;
}
#community-wrap .video-permalink {	
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 8px;
	padding: 0 0 8px;
}
#community-wrap .video-label{
	float: left;
	text-align: right;
	width: 72px;
}
#community-wrap .video-label label{
	margin: 0 2px 0 0;
}
#community-wrap .video-link {
	overflow: hidden;
	width: 566px;
}
#community-wrap .video-link input{
	background: none !important;
	border: none !important;		
	margin: 0 !important;
	padding: 0 0 0 2px !important;
	width: 564px;
}
#community-wrap .vidSubmenu li {
	float: left;
	text-align: center;
	width: 25%;
}
#community-wrap .vidSubmenu li div{
	background: #0e0e0e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: #8e8e8e;
	margin: 0 4px;
	padding: 4px 0;	
}
#community-wrap  .media-left .photo-item {
	float: left;
	position: relative;
}
#community-wrap  .media-left .photo-item img {	
	margin: 0 4px 8px;
	width: 120px;
}
#community-wrap .photoTextTags,
#community-wrap .photoTagging {
	border-bottom: 1px dotted #e4e4e4;
	border-top: 1px dotted #e4e4e4;
	line-height: 24px;
	margin: 8px 0;
	overflow: hidden;
}
#community-wrap .photoTextTags h4,
#community-wrap .photoTagging  h4 {
	float: left;
	line-height: 24px;
	margin: 0;
	padding: 0 8px;
}
#community-wrap .photoTextTags span {
	
}		
/********************** Video Comments Module *************************/
#community-wrap .moduletable-bloggers {
    background: none repeat scroll 0 0 #0E0E0E;
    margin: 0;
    overflow: hidden;
    padding: 0 4px;
}
#community-wrap .bloggers-h3 {
    background: none repeat scroll 0 0 #1E1E1E;
    height: 24px;
    margin: 4px 0;
    padding: 0;
}
#community-wrap .bloggers-h3 h3 {
    background: none repeat scroll 0 0 #676767;
    float: left;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0 8px;
    text-transform: uppercase;
}
#community-wrap .moduletable-bloggers .module-inner {
    background: none repeat scroll 0 0 #0E0E0E;
    clear: left;
    padding: 8px;
}
#community-wrap .moduletable-bloggers ul.jclistbloggers {
    margin: 0;
}
#community-wrap .moduletable-bloggers ul.jclistbloggers li {
    border-bottom: 1px dotted #4E4E4E;
    margin: 0 0 8px !important;
    padding: 0 0 4px;
}
#community-wrap .moduletable-bloggers a.jcl_objtitle {
    color: #777777;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 0 0 4px;
    text-transform: uppercase;
}
#community-wrap .moduletable-bloggers ul.jclistbloggers img {
    margin: 0;
    padding: 0 8px 4px 0;
}
#community-wrap .moduletable-bloggers span.jcl_username {
    color: #CC0000;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
}
#community-wrap .moduletable-bloggers span.jcl_comment {
    display: block;
    font-size: 11px;
    line-height: 14px;
    text-align: justify;
}
/******************* Popup Window Style *****************/
#cWindowContent {
    color: #000;
	padding: 8px 8px 4px;
}
#cWindow .video-addType-name {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#cWindow .video-addType {
    height: 200px;
    padding: 8px;
    position: relative;
    vertical-align: top;
    width: 50%;
}
/******************* Thumblist App Box ******************/
#community-wrap #latest-photos .app-box-content,
#community-wrap #profile-friends .app-box-content,
#community-wrap #jsapp-latestphoto .app-box-content {
	margin:4px 0 0 4px;
	padding:0 8px;
	overflow: hidden;
}
#community-wrap #jsapp-latestphoto .app-box-content {
	margin: 0;
	padding: 0 4px;
}
#community-wrap .cThumbList li {
	display:block;
	float: left;
	margin:0 2px 2px 0;
	padding:0;
}
#community-wrap #application-photo .cThumbList li {
	margin: 4px 0;
	overflow: hidden;
	width: 20%;
}
#community-wrap #application-photo .cThumbList li img {
	margin: 0 9.5px;
	width: 90px;
}
#community-wrap .cThumbList li img {
	background: #0E0E0E;
	border: none;	
	padding:4px;
}
/**********************************************************
				 My Freinds List Styling
 **********************************************************/
#community-wrap #community-profiles {
	 margin: 8px 24px;
	 overflow: hidden;
}
#community-wrap #community-profiles .mini-profile {
	 border: none !important;
	 float: left;
	 padding: 0 !important;
	 width: 50%;
}
#community-wrap #community-profiles .mini-profile .content-box {
    background: #0E0E0E;
    height: 164px;
    margin: 0 4px 8px;
    overflow: hidden;
    padding: 8px;
}
#community-wrap #community-profiles .content-box .mini-profile-avatar {
    float: left;
    height: 120px;
    overflow: hidden;
}
#community-wrap #community-profiles .content-box .mini-profile-header,
#community-wrap #community-profiles .content-box .mini-profile-details {
	margin: 0 0 0 128px;
}
#community-wrap #community-profiles .content-box .mini-profile-header h3 {
	background: #676767;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height: 24px;
	margin: 0;
	padding: 0 0 0 8px;
}
#community-wrap #community-profiles .content-box .mini-profile-header a {
	color: #000;
	line-height: 24px;
	text-transform:uppercase;
}
#community-wrap #community-profiles .content-box .mini-profile-details-status {
	padding: 4px 8px;
}
/**********************************************************
				 Toolbar Styling
 **********************************************************/
#community-wrap #cToolbarNav.cToolbar {		
	height: 32px;
	margin: 0 0 8px;
	padding: 0;
}
#community-wrap #cToolbar_inner {
	background: #0e0e0e;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.45, rgb(14,14,14)),
    color-stop(0.75, rgb(30,30,30)),
    color-stop(0.95, rgb(46,46,46))
);
    background: -moz-linear-gradient(
    center bottom,
    rgb(14,14,14) 45%,
    rgb(30,30,30) 75%,
    rgb(46,46,46) 95%
);
	border: none;
	height: 32px;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList {
	height: 32px;
	padding: 0 0 0 10px;
    margin: 0;
    float: left;	
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li {
	float: left;
	background: none;
	padding: 0;
	height: 22px;
	line-height: 22px;
	margin: 4px 0 4px 8px !important;
	border: 1px solid #000;    
}
#community-wrap .cToolbar ul li#toolbar-item-logout.float-right {
	float: right !important;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li a {
	display: block;
	padding: 0 14px;
	color: #fff;
	text-decoration: none;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li a:hover {
	background: #0e0e0e;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(14,14,14)),
    color-stop(0.4, rgb(0,0,0)),
	color-stop(0.6, rgb(0,0,0)),
    color-stop(0.9, rgb(14,14,14))
);
    background: -moz-linear-gradient(
    center bottom,
    rgb(14,14,14) 10%,
    rgb(0,0,0) 40%,
	rgb(0,0,0) 60%,
    rgb(14,14,14) 90%
);
	color: #fff;
	}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li.toolbar-active {
	float: left;
	padding: 0;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li.toolbar-active a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#community-wrap #cToolbarNav ul#cToolbarNavList li.toolbar-active div {
	background: #1e1e1e;	
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li.toolbar-active div a:link,
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li.toolbar-active div a:visited {
	background: #131313;
	border-bottom: solid 1px #000;
	width: 90%;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li.toolbar-active div a:hover {
	background: #cc0000;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li div {
	position: absolute;
	visibility: hidden;
	margin-top: 6px;
	padding: 0;
	background: transparent;
	width: 150px;
	z-index: 1000;
	overflow: hidden;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li div a {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #1e1e1e;
	color: #fff;
	border-bottom: solid 1px #000;
	line-height: normal;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li div a:hover	{
	background: #cc0000;
	color: #fff;
}
#community-wrap #cToolbarNav.cToolbar div.toolbar-myname {
	float: right;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	margin-right: 20px;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li.toolbar-active div a.has-separator {
    border-bottom: solid 1px #000;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li div a.has-separator {
	border-bottom: solid 1px #000;
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li#toolbar-item-notify {
	
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li#toolbar-item-notify a {
	
}
#community-wrap #cToolbarNav.cToolbar ul#cToolbarNavList li#toolbar-item-notify span {
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	display: block;
	padding-left: 2px;
	text-decoration:none;
	color:#cc0000;
}
/************************** Community Controls ***************************************/
#community-wrap #community-admin-wrapper {
	height: 16px;
	line-height: 16px;
	width: 100%;
}
#community-wrap #community-admin-wrapper ul {
	margin: 0 0 0 8px;
	overflow: hidden;
}
#community-wrap #community-admin-wrapper li {
	float: left;
	font-size: 9px;
	margin: 0 12px;
	text-align: center;
	text-transform: capitalize;	
}
#community-wrap #community-admin-wrapper li a {
	color: #8e8e8e;
}
/************************** Facebook Link *********************************************/
.fb_button .fb_button_text, .fb_button_rtl .fb_button_text {
	background:url("http://static.ak.fbcdn.net/rsrc.php/zDYYQ/hash/deh9tyqv.png") repeat scroll 0 0 #5F78AB;
	border-bottom:1px solid #1A356E;
	border-top:1px solid #879AC0;
	color:#FFFFFF;
	display:block;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight:bold;
	margin:1px 1px 0 21px;
	padding:2px 6px 3px;
	text-shadow:none;
}

/******************* Style Overrides for photos.css ***********************/
#community-wrap #cGallery .photoViewport {
    margin: 0;    
}
#community-wrap #cGallery .photoCaption {
    float: none;
}
#community-wrap #cGallery div.photoCaptionAction {    
    float: right;
	height: 16px;
    margin: 0 8px;    
    width: 30px;
}
#community-wrap #cGallery .photoTagInstructions {
    background: none;
    border: none;    
    height: 36px;
    line-height: 36px;
    margin: 8px;
    padding: 0 36px 0 8px;    
}
#community-wrap #cGallery .photoTagInstructions button {
	background: #000;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #cc0000;
	cursor: pointer;
	line-height: 16px;
	padding: 2px 4px;
	text-transform: uppercase;
}
/***********************************************************************
			Message Inbox / Outbox / Sent
************************************************************************/
#community-wrap div.inbox-toolbar {
    background: none repeat scroll 0 0 transparent;
    border: 1px dotted #1E1E1E;
    margin: 0 16px;
    padding: 3px;
}
#community-wrap div.inbox-read {
    border-bottom: 1px dotted #1E1E1E;
    margin: 0 16px;
    padding: 4px 4px 3px 3px;
    position: relative;
}
#community-wrap .inbox-write form {
    margin: 16px 0;
    padding: 8px;
}
#community-wrap .inbox-message-heading {
	margin: 4px 16px;
}
#community-wrap .inbox-message-heading a{
	color: #cc0000;
}
#community-wrap #inbox-messages {
	background: #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 16px 0;
	padding: 4px 8px;
}
#community-wrap #inbox-messages .avatar {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
}
#community-wrap #inbox-messages .message-body {
	margin: 0 0 0 48px;
}
#community-wrap #inbox-messages .message-info {
	margin: 20px 0 0 !important;
	padding: 4px 0;
}
#community-wrap .mail-box {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 16px 0;
	padding: 4px 8px;
}
#community-wrap .mail-box select {
	border: 1px solid #8e8e8e;
	margin: 8px 0;
}
#community-wrap .mail-box optgroup {
	background: #000;
	color: #cc0000;
	text-align: center;
}
#community-wrap .mail-box option {
	background: #e8e8e8;
	color: #000;
	padding: 0 4px;
	text-align: left;
}
#community-wrap .inbox-reply-form {
	background: #fff;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	margin: 0 16px !important;
	padding: 4px 32px;
}
#community-wrap .inbox-reply-form textarea {
	border: none !important;
	display: block;
	width: 852px;
}
#community-wrap .formtable {
    margin: 16px;
    padding: 0 8px;
}
#community-wrap .formtable, body #cWindow .formtable {
    width: 100%;
}
body #community-wrap .inputbox.fullwidth, body #cWindow .inputbox.fullwidth {
    width: 80%;
}
#community-wrap textarea {
    height: 110px;
    width: 100%;
}
body #community-wrap .formtable td.key, body #community-wrap .admintable td.paramlist_key, body #community-wrap td.listkey, body #community-wrap td.paramlist_key, body #cWindow .formtable td.key, body #cWindow .admintable td.paramlist_key {
    font-weight: bold;
    text-align: right;
    width: 130px;
}
#community-wrap .edit-this {
	background:				transparent url(../images/edit-profile.png) no-repeat 0 0;
	height:					12px;
   	position:				absolute;
   	right:					10px;
   	text-indent:			-9999px;
   	top:					9px;
   	width:					13px;
}

#community-wrap .edit-this:hover {
 	background-position:	0 -12px;
}
.icon-user,
.icon-calendar,
.icon-remove,
.icon-write,
.icon-group,
.icon-leave,
.icon-online,
.icon-offline,
.icon-add-friend,
.icon-remove-friend,
.icon-approve,
.icon-unapprove,
.icon-discuss,
.icon-wall,
.icon-edit,
.icon-replies,
.icon-bubble,
.icon-photos,
.icon-report,
.icon-videos,
.icon-edit2,
.icon-save,
.icon-blog,
.icon-addfeatured,
.icon-removefeatured,
.icon-bookmark,
.icon-blockuser,
.icon-block-user,
.icon-ban,
.icon-unban {
	line-height: 16px;
	margin: 0 8px;
	padding: 4px 4px 4px 24px;
	display: inline;
	text-decoration: none; 
	}
.icon-user { 
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 4px;
	}
.icon-calendar {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -16px;
	}
.icon-remove {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -35px;
	}
.icon-group {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -58px;
	}
.icon-write {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -116px;
	}
.icon-join {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -100px;
	}
.icon-leave {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -80px;
	}
.icon-online {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -138px;
	}
.icon-offline {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -158px;
	}
.icon-add-friend {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -180px;
	}
.icon-remove-friend {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -200px;
	}
.icon-block-user {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -200px;
	}
.icon-remove-avatar {
	background: transparent url(../images/icons/delete.png) no-repeat 0;
	}
.icon-approve {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -218px;
	}
.icon-unapprove {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -37px;
	}
.icon-waitingapproval {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -238px;
	}
.icon-discuss {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -256px;
	}
.icon-wall {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -276px;
	}
.icon-edit {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -337px;
	}
.icon-replies {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -297px;
	}
.icon-bubble {
	background: transparent url(../images/icons/bubble.gif) no-repeat 0 3px;
	}
.icon-photos {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -356px;
	}
.icon-report {
	background: transparent url(../images/action/icon-alert-big.png)	no-repeat 0 2px;
	}
.icon-videos {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -398px;
	}
.icon-edit2 {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -419px;
	}
.icon-save {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -440px;
	}
.icon-blog {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -457px;
	}
.icon-addfeatured {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -480px;
	}
.icon-removefeatured {
	background: transparent url(../images/icons/icons-16x16.gif) no-repeat 0 -501px;
	}
.icon-bookmark {
	background: transparent url(../images/action/share-abstract.png)	no-repeat 0 2px;
	}
.icon-blockuser {
	background: transparent url(../images/action/icon-ban.png)	no-repeat 0 2px;
	}
.icon-block-user {
	background: transparent url(../images/action/icon-user-block.png)	no-repeat 0 2px;
	}
.icon-ban {
	background: transparent url(../images/action/icon-user-block.png)	no-repeat 0 3px;
	}
.icon-unban {
	background: transparent url(../images/action/icon-group-go.png)	no-repeat 0 3px;
	}
#cWindow .app-item {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 5px 0;
	padding: 8px;
	
	border: 1px solid #CCCCCC;
	position: relative;
	min-height: 48px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#cWindow .app-item .app-title {
	font-size: 14px;
	font-weight: bold;
	margin-left: 75px;
	margin-right: 65px;
	display: block;
}

#cWindow .app-item .app-description {
	margin-left: 75px;
	margin-right: 65px;
	display: block;
}
#cWindow .app-item .app-avatar {
	float: left;
}
#cWindow .app-item .app-actions {
	position: absolute;
	top: 10px;
	right: 10px;
}

#cWindow .app-item .app-action-add {
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	font-size: 85%;
	font-weight: 700;
	color: #b3ca8f;
	text-transform: uppercase;
	background: #e1f4c4;
	border: solid 1px #b3ca8f;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	float: right;
} 
#cWindow .app-item .app-action-add:hover {
 	border: solid 1px #5d7d3d;
 	color: #5d7d3d;
}
