
/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
STANDARD STYLES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

select { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : black; 
	font-weight : normal; 
	background-color: #ffffff; 
}

td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

input   { 

}

iframe {
	display:block; 
	width:100%; 
	border:0px solid red; 
	margin:0; 
	padding:0;
}

.pagination {
	border: 0px solid red;
	margin-top: 20px;
	overflow: hidden;
}

.paginationOlder {
	border: 0px solid red;
	float: left;
	padding: 10px;
}

.paginationNewer {
	border: 0px solid red;
	float: left;
	padding: 10px;
}

.bodytable {	 
	border-top: 1px solid;  
	border-bottom: 1px solid; 
	border-right: 1px solid; 
	border-left: 1px solid;
	border-color: #cccccc;
}

div.page_header {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	padding-top: 5px;
	text-decoration: none;
}

td.messages_header {
	padding: 7px 7px 4px 7px;
	font-weight: bold;
	background: #DFECF8;
}

.iconLink {
	text-decoration: none;
	font-size: 10pt;
	border: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.iconLinkSmall{
	text-decoration: none;
	font-size: 8pt;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error { 
	font-weight: bold; 
	color: #ff0000;
} 

.note { 
	font-size: 8pt;
}

.success { 
	font-weight: bold; 
} 

.systemMessage { 
	font-weight: bold; 
	color: #000000; 
} 

.welcomeMessage { 
	font-size: 12px;
	color: #000000; 
}

.inputbox { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #efefef; 
	border: 1px solid #000000; 
}

.graybutt { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #4F4F4F; 
	border: 1px solid #000000; 
	cursor: pointer; 
	color: #ffffff; 
}

.style1 { 
	color: #CCCCCC; 
	font-weight: bold; 
}

.footertable {
	border: 1px solid #06275A; 
}

/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
THANK YOU PAGE
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.thankYou{
	font-size: 20px; 
	color: #000000;
	font-weight: bold;
}

/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
GENERIC ERROR MESSAGE
	- USED IN
		- HTML_SIGNUP_ERROR.HTML
		- HTML_LOGIN_ERROR.HTML
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.genericSystemErrorMsg{
	font-size: 20px; 
	color: #000000;
	font-weight: bold;
}


/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
INVITE /F2F POPUP
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.inviteBodyWrapper {
	border: 0px solid #000000;
	text-align: center;
	background: #ffffff;

}

.inviteLayoutWrapper {
	border: 0px solid #000000;
	width: 400px;
	height: 400px;
	text-align: left;
	padding: 20px;
	margin:0 auto;
}

.inviteBanner {
	width: 400px;
	height: 30px;
	text-align: left;
	padding: 20px;
	margin:0 auto;
	background-image: url(); 
}


/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
FEEDBACK
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.feedbackBodyWrapper {
	border: 0px solid #000000;
	text-align: center;
	background: #ffffff;

}

.feedbackLayoutWrapper {
	border: 0px solid #000000;
	width: 400px;
	height: 400px;
	text-align: left;
	padding: 20px;
	margin:0 auto;
}

.feedbackBanner {
	width: 400px;
	height: 30px;
	text-align: left;
	padding: 20px;
	margin:0 auto;
	background-image: url(); 
}

/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
FORGOT PASSWORD
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.forgotPasswordBodyWrapper {
	border: 0px solid #000000;
	text-align: center;
	background: #ffffff;

}

.forgotPasswordLayoutWrapper {
	border: 0px solid #000000;
	width: 400px;
	height: 400px;
	text-align: left;
	padding: 20px;
	margin:0 auto;
}

.forgotPasswordBanner {
	width: 400px;
	height: 30px;
	text-align: left;
	padding: 20px;
	margin:0 auto;
	background-image: url('http://link.ixs1.net/site/7777/images/bubble/7777_da_banner.gif'); 
}



/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
LEFT NAVIGATION TABS
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.main-navigation-table {
	
}

.main-navigation-container {

}

.menuButton {
	
	border: 1px solid #e7ebd1;
	border-top: 3px solid #e7ebd1;
	padding: 4px 8px 4px 8px;
 	text-decoration: none;
	text-align: left;
 }
 
.menuButtonOn {
	border: 1px solid #e7ebd1;
	border-top: 3px solid #a2ab7b;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	
}

.menuButton a,
.menuButtonOn a { 
	text-decoration: none;
	/* MAKES DIV CLICKABLE */
	display: block; 
	height: 100%; 
	width: 100%;
}




/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ROW0 AND ROW1 USED FOR ALTERNATING DATA ROWS BACKGROUND COLOR 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.row0 {
	background-color: #ffffff;
	height: auto;
	min-height: 30px;
	border-bottom: 1px solid #888888;
	padding: 10px;
}

.row1 {
	background-color: #eeeeee;
	height: auto;
	min-height: 30px;
	border-bottom: 1px solid #888888;
	padding: 10px;
}

.row3{
	background-color: #eeeeee;
	height: auto;
	min-height: 30px;
	border-bottom: 1px solid #888888;
	padding: 0px 0px 0px 20px;
}
/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
LOGIN FORM
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.formLoginInput{
	background-color: #ffffff;
	height: 30px;
	width: 200px;
	border:1px solid #000000;
	color: #000000;
	padding: 6px 3px;
	display: block;
}

.formLoginSubmit {
	background-color: #f1f4e2;
	height: 30px;
	border:1px solid #000000;
	color: black;
	cursor: pointer;
}


.loginSubmit {

}

/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
SIGNUP FORM
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.formSignupSubmit {
	background-color: #f1f4e2;
	height: 30px;
	border:1px solid #000000;
	color: black;
	cursor: pointer;
}

.formSignupInput{
	background-color: #ffffff;
	height: 30px;
	width: 200px;
	border:1px solid #000000;
	color: #000000;
	padding: 6px 3px;
	display: block;
}

.formDeleteSelectedSubmit {
	background-color: #ffffff;
	height: 25px;
	border:0px solid #000000;
	color: black;
	cursor: pointer;
	padding-left: 0px;
	margin: 0px;
}

/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
FORM SUBMIT BUTTONS
	- FORMSUBMIT IS FOR INPUTS
	- FORMSUBMITTEXT IS TO MAKE AN AHREF LINK LOOK LIKE A FORM SUBMIT BUTTON
	- A HOVER ALLOWS THE TEXT TO CHANGE OVER MOUSE EVENT
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.formSubmit {
	background-color: #ccc;
	height: 25px;
	border: 1px solid black;
	color: black;
	cursor: pointer;
}

.formCancel {
	background-color: #ccc;
	height: 25px;
	border:1px solid #000000;
	color: black;
	cursor: pointer;
}

.formSubmitText {
	background-color: #ccc;
	height: 25px;
	border:1px solid #000000;
	color: black;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 6px 22px 6px 22px;
}

a:hover.formSubmitText {
	color: #000000; 
}


.formSubmitPopup {
	background-color: #eeeeee;
	height: 25px;
	border:1px solid #000000;
	color: black;
	cursor: pointer;
}

#ua-nav-container {
	border: 0px solid black;
}

/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
MESSAGE CENTER STYLES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
#mc-nav-container {
	border: 0px solid black;
}

.showMCConnections {
	border: 1px solid red;
	min-height: 30px;
}

.mcSelect {
	font-weight: bold;
	color: #000;
	min-width: 50px;
}
a.mcSelect {
	color: #336699;
	font-weight: normal;
}

a:hover.mcSelect {
	color: #999;
	font-weight: normal;
}

.messageCount {
	color: black;
}

.mcMessageView {
	overflow-y: auto;
	overflow-x: auto;
}

.mcSingleMessage {
	border: 0px solid red;
	min-height: 36px;
	padding-top: 4px;
}
.mcSingleMessageUtilLink {
	color: #999;
}

a:hover.mcSingleMessageUtilLink {
	color: #336699;
	cursor: hand;
}

.mcSingleMessageUtil {
	border: 0px solid blue;
	min-height: 20px;
	padding-top: 2px;
	text-align: right;
	color: #999;
}

.mcMessageUtil {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #eee;
	margin-top: 10px;
	
}

.mcMessageUtilSub {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	min-height: 20px;
	padding: 6px;
	margin-bottom: 20px;
}

.mcMessagePane {
	width: 100%; 
	overflow-y: auto;
	overflow-x: hidden;
	height: 800px; 
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

tr.mcMessageRowOn  td{
	background-color: #ffffff;
	/*
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
	*/
	border: 1px solid #dddddd;
	padding: 4px;
	height: 40px;
}

tr.mcMessageRow  td{
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	padding: 4px;
	height: 40px;
}

.mcPaneTable {
	border-top: 1px solid #dddddd
}

tr.mcPicFromDate  td{
	border: 0px solid white;
}

tr:hover.mcMessageRow  td {
	background-color: #f7dcdc;
	border-bottom: 1px solid #dddddd;
	padding: 4px;
	height: 40px;
}

.mcMessageUnread {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

a:hover.mcMessageUnread {
	font-weight: bold;
	text-decoration: underline;
}

.mcMessageUnreadDate {
	font-weight: bold;
	font-size: 9px;
}

.mcMessageHeader {
	padding: 10px 20px 10px 20px;
	border: 1px solid #cccccc;
}

.mcMessageBody {
	height: 500px;
	border-bottom: 1px solid pink;
	border-left: 1px solid pink;
	border-right: 1px solid pink;
	vertical-align: top;
	padding: 20px;
}

.mcReply {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.mcThreadSubject {
	font-weight: bold;
	font-size: 14px;
	border: 0px solid red;
	min-height: 60px;
	text-align: left;
	margin: 20px 20px 10px 20px;
	/*
	background-image:url('/images/bubble1.gif');
	background-repeat:no-repeat;
	padding-left: 30px;
	*/
}

.mcThreadMessage {
	font-size: 12px;
	border: 0px solid red;
}

.mcThreadMessageContainer {
	border-top: 1px solid #ccc;
}

a.mcFromProfileLink {
	font-size: 12pt;
	color: #336699;
}

.mcDate { 
	font-size: 9px; 
	color: #999999;
}

.mcDate a{ 
	color: #999999;
	text-decoration: none;
}

.mcSubject {
	color: #336699;
	text-decoration: none;
}

.mcMessageContent {
	text-decoration: none;
}

.mcRowSeperator  { 
	background-color: #c0c0c0; 
	padding: 0px; 
}

a:hover.mcSubject  {
	color: #999999;
	text-decoration: underline;
	cursor: hand;
}

.mcShowing  { 
	color: #999999; 
}

.mcPaging  { 
	color: #999999; 
} 

.mcHeader { 
	font-size: 8pt; 
	font-weight: bold; 
}

.mcMessage { 
	font-weight: bold; 
}

.mcCheckBoxDelete {  }

.mcButtonDelete {  }

.mcCertify {  }

.mcCertifyCheckBox {  }

.mcFolderHeader { 
	font-weight: bold; 
}

.mcFolderLink {  }

a:hover.mcFolderLink { 
	color: #999999; 
}

.mcLogout {  }

a:hover.mcLogout { 
	color: #999999; 
}

.mcViewTableWrap { 
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
}
	
.mcViewContentHeader { 
	font-weight: bold; 
}

.mcViewSubjectHeader { 
	font-weight: bold; 
	visibility: hidden; 
}

.mcViewFromHeader { 
	color: #999999; 
	font-size: 9px; 
}

.mcViewDateHeader { 
	color: #999999; 
	font-size: 9px; 
}

.mcViewContent { 
	font-size: 11px; 
}

.mcViewSubject { 
	font-weight: bold;
}

.mcViewFrom { }

.mcViewDate { }

.mcViewSubjectContentSeperator  { 
	background-color: #f1c4d0; 
	height: 1px; 
	padding: 0px;
	margin: 0px;
	}


/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
OLD TOP NAVIGATION TABS

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.tabs {
	margin-bottom: 12px;
}
.tab {
	padding-left: 1px;
	border-bottom: 1px solid #e7ebd1;
}
.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #e7ebd1;
}
.tab1 {
	border: 1px solid #e7ebd1;
	border-top: 3px solid #a2ab7b;
	border-bottom: #e7ebd1;
	padding: 6px 8px 6px 8px;
}
.tab2 {
	background: #f1f4e2;
	border: 1px solid #e7ebd1;
	border-top: 3px solid #e7ebd1;
	padding: 6px 8px 6px 8px;
}

.tab3 {
	border-bottom: 1px solid #e7ebd1;
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

a.atab { 
	color: #000000; 
	text-decoration: none; 
}

a:hover.atab { 
	color: #cccccc; 
	text-decoration: none; 
}



a {	
	color: black;
	text-decoration: underline;
}

a:hover {	
	color: #999999; 
	text-decoration: underline;
}

.bodytable_allborders {	border: 1px solid #92ADD1; }


.topNavMenuContainer {
	width: 600px;
	height: 40px;
	border: 0px solid red; 
	position: relative; 
	z-index: 3; 
}



/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
POPUPS

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/



.popup {
	width: 550px;
	height: 400px;
	border: solid 0px red;
	font-size: 11px;
	position: absolute;
	z-index: 60;
	top: 60%;
	left: 50%;
	margin-top: -320px;
	/*set to a negative number 1/2 of your height*/
	margin-left: -320px;
	/*set to a negative number 1/2 of your width*/
	display: none;
	background-image: url('http://elf.ewaydirect.com/images/shadowbox.gif');
	background-image: url('http://elf.ewaydirect.com/images/shadowboxlarge.gif');
	background-repeat: no-repeat;
}

.popuptitle {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	border-bottom: dashed 1px black;
	width: auto;
	height: 20px;
	font-size: 10pt;
}

.popupbody {
	padding: 20px 20px 20px 20px;
	text-align: left;
	height: auto;
	min-height:340px;
	margin: 0px;
}

/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
THIS IS THE SCROLLING EFFECT FOR TEXT BOXES IN THE POPUPS OR OTHER FORMS THAT WILL SCROLL DATA
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.formOverflow {
	overflow: auto; 
	height: 200px; 
	width: 300px; 
	background: white;
	border: 1px solid black;
}

.networkListSelection {
	overflow: auto; 
	height: 200px; 
	width: 310px; 
	background: white;
	border: 1px solid black;
	float: right;
}

.networkListHeading {
	padding: 10px 0px 0px 10px;
	border: 1px solid black;
	border-bottom: 0px solid black;
	height: 40px;
	width: 290px;
	background: #336699;
	color: #fff;
	float: right;
}



.contactListContainer {
	overflow: auto; 
	height: 200px; 
	border: 1px solid black;
	width: 300px;
	float: right;
}

.contactsListFormActionContainer {
	border: 0px solid red;
	width: 310px;
	float: right;
	padding: 0px;
}

.contactsListFormActions {
	border: 0px solid red;
	float: right;
	padding: 10px;
}

.contactsSelectAllContainer {
	float: left;
	border: 0px solid green;
	padding: 4px 10px 10px 20px;
}



.profileLink {
	text-decoration: none;
}

.contactConnectionContainer {
	border: 0px solid red;
}
/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PROFILE SETTINGS STYLES
	- FIELDSET IS USED TO ADD BOX AROUND FORMS
	- LEGEND IS THE NAME
	- WRAPPERS ARE CONTAINERS USED PRIMARILY TO GROUP AND POSTION A SET OF RELATED ITEMS
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.fieldset {
	padding-left: 20px; 
	padding-bottom: 20px; 
	padding-right: 20px;
}

.legend {
	color: black; 
	font-weight: bold; 
	padding: 5px;
}

.oddRow {
	background-color: #ffffff; 
	width: 100%; 
	height: 30px;
}

.evenRow {
	background-color: #e7ebd1;
	width: 100%;
	height: 30px;;
}

.networkTitleName {
	display: block;
	width: 200px; 
	padding: 10px 10px 10px 10px; 
	text-align: left; 
	float: left; 
	border: 0px #ffffff solid;
}

.networkTitleDescription {
	display: block; 
	width: 300px; 
	padding: 10px 10px 10px 10px; 
	text-align: left; 
	float: right; 
	border: 0px #ffffff solid;
}

.networkNone {
	display: block; 
	width: 500px; 
	padding: 10px 10px 10px 10px; 
	text-align: left; 
	float: left;  
	border: 0px #000000 solid;
}
/*
.networkName {
	display: block; 
	width: 200px; 
	padding: 10px 10px 10px 10px; 
	text-align: left; 
	float: left;  
	border: 0px #000000 solid;
}

.networkDescription {
	display: block; 
	width: 300px; 
	padding: 10px 10px 10px 10px; 
	text-align: left; 
	float: left;  
	border: 0px #ffffff solid;
}
*/


td.networkName {
	font-weight: bold;
	height: 30px;
	padding: 10px 10px 10px 10px; 
	width: 40%;
	vertical-align: top;
	border-top: 1px #e7ebd1 solid;
	border-bottom: 1px #e7ebd1 solid;
}

td.networkDescription {
	height: 30px;
	padding: 10px 10px 10px 10px; 
	width: 60%;
	vertical-align: top;
	border-top: 1px #e7ebd1 solid;
	border-bottom: 1px #e7ebd1 solid;
}

td.networkNameOdd {
	background-color: #e7ebd1;
	font-weight: bold;
	height: 30px;
	padding: 10px 10px 10px 10px; 
	width: 40%;
	vertical-align: top;
	border-top: 1px #e7ebd1 solid;
	border-bottom: 1px #e7ebd1 solid;
}

td.networkDescriptionOdd {
	background-color: #e7ebd1;
	height: 30px;
	padding: 10px 10px 10px 10px; 
	width: 60%;
	vertical-align: top;
	border-top: 1px #e7ebd1 solid;
	border-bottom: 1px #e7ebd1 solid;
}

.inputName {
	font-style: italic;
}

.mySocialNetworkNameDescriptionWrapper {
	float: left; 
	padding-right: 20px;
}

.peopleInMyNetworkWrapper {
	overflow: auto; 
	padding: 5px; 
	height: 300px; 
	width: 100%; 
	border: 1px solid #7F9DB9;
}

a.showSettings {
	text-decoration: none;
	font-weight: normal; 
	font-size: 11px; 
	color: #000000;
}

a:hover.showSettings {
	text-decoration: none;
	font-weight: normal; 
	font-size: 11px; 
	color: #eeeeee;
}



/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
MESSAGE BORAD STYLES

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/*
 START STYLES FOR TABLES IN TOPICS.PHP
*/

table.mbTopics {
	width: 100%;
	border-spacing: 0px;
}

tr.mbTopicsHeader {

}

tr.mbTopicsBreak {
	border-bottom: dashed 1px black;
}

td.mbTopicsBreak {
	border-bottom: dashed 1px gray;
}

th.mbTopicsHeaderTopic {
	color: gray; 
	font-weight: bold;
	width: 60%;
	padding: 10px;
	border-bottom: solid 1px gray;
	
}

th.mbTopicsHeaderPosts {
	color: gray; 
	font-weight: bold;
	width: 5%;
	padding: 10px;
	text-align: center;
	border-bottom: solid 1px gray;
	
}
th.mbTopicsHeaderOther {
	color: gray; 
	font-weight: bold;
	width: 35%;
	padding: 10px;
	border-bottom: solid 1px gray;
	
}

tr.mbTopicsRow{
	
}

td.mbTopicsRowTopic {
	padding: 10px;
}

td.mbTopicsRowPosts {
	padding: 10px;
	text-align: center;
}

td.mbTopicsRowOther {
	padding: 10px;
}

/*
 END STYLES FOR TABLES IN TOPICS.PHP
*/


.topicH1 {
	font-size: 13pt;
	color: blue;
}

.topicH2 {
		font-size: 10pt;
}

.topicRowsWrapper {
	color: #6F6F6F; 
	font-weight: bold; 
	height: 15px; 
	padding-top: 10px; 
	padding-bottom: 3px; 
	border-bottom: solid 1px black;
}
.topicTopicWrapper {
	float: left; 
	width: 240px; 
	padding-right: 8px
}

.topicPostWrapper {
	float: left; 
	width: 55px; 
	text-align: center; 
	padding-right: 10px;
	padding-left: 10px;
}

.topicPostInfoWrapper {
	float: left;
	text-align: left;
	padding-left: 10px;
}




.topicRowWrapper {
	padding-top: 10px; 
	padding-bottom: 10px;
	border: 1px solid red;
	height: auto;
}

.topicDescriptionWrapper {
	float: left; 
	text-align: left;
	width: 240px; 
	padding-right: 8px;
	height: 100%;
	border: 1px solid blue;
}

.topicNumberPostsWrapper {
	float: left; 
	width: 55px; 
	text-align: left; 
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid blue;
}

.topicDateWrapper {
	float: right; 
	text-align: right;
	padding-left: 10px;
	border: 1px solid blue;
}




a.topicLink {
	text-decoration: none;
	font-weight: bold; 
	font-size: 11px; 
	color: #005DCF;
}

a:hover.topicLink {
	text-decoration: none;
	font-weight: bold; 
	font-size: 11px; 
	color: #666666;
}

.topicDescription {
	text-decoration: none;
	font-weight: bold; 
	font-size: 11px; 
	color: #005DCF;
}

.topicViewWrapper { 
	padding: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	height: auto;
}

.topicViewDescriptionWrapper {

}

.topicsViewDescriptionWrapper {
	float: left;
}

.topicAddPostWrapper {
	float: left; 
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px; 
}

.topicViewSpacer {
	float: left;
	width: 100%;
	height: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

a.topicAddPost {
	
}

a:hover.topicAddPost {
	
}

.topicDisplayWrapper {
	display: none; 
	padding-top: 5px;
}
.topicDisplayWrapperOn {
	padding-top: 5px;
}

.topicDisplayTextArea {
	width: 97%;
}

.topicViewPostWrapper {
	padding: 10px; 
	border-bottom: #c0c0c0 1px solid;
}


.topicViewHeader {

}




/*OUTLINE STYLES*/

.mastertable {
	width: 100%;
}

.outline-bubble-topleft {
	width: 11px;
	height: 12px;
	vertical-align: bottom;
	text-align: right;
	background-image: url(/images/bubble/outline-bubble-top-left.gif);
	background-repeat: no-repeat;
}

.outline-bubble-top {
	width: 0px;
	height: 12px;
	vertical-align: bottom;
	text-align: left;
	background-image: url(/images/bubble/outline-bubble-top.gif);
	background-repeat: repeat-x;
}

.outline-bubble-topright {
	width: 11px;
	height: 12px;
	vertical-align: bottom;
	text-align: right;
	background-image: url(/images/bubble/outline-bubble-top-right.gif);
	background-repeat: no-repeat;
}

.outline-bubble-left {
	width: 11px;
	height: 0px;
	vertical-align: top;
	text-align: right;
	background-image: url(/images/bubble/outline-bubble-left.gif);
	background-repeat: repeat-y;
}

.outline-bubble-content{
	width: 100%;
	min-width: 100%;
	height: 40px;
	vertical-align: top;
	text-align: left;
	padding: 6px;
}

.outline-bubble-right {
	width: 11px;
	height: 0px;
	vertical-align: top;
	text-align: left;
	background-image: url(/images/bubble/outline-bubble-right.gif);
	background-repeat: repeat-y;
}

.outline-bubble-bottomleft {
	width: 11px;
	height: 12px;
	vertical-align: top;
	text-align: right;
	background-image: url(/images/bubble/outline-bubble-bottom-left.gif);
	background-repeat: no-repeat;
}

.outline-bubble-bottom {
	width: 0px;
	height: 12px;
	vertical-align: top;
	text-align: left;
	background-image: url(/images/bubble/outline-bubble-bottom.gif);
	background-repeat: repeat-x;
}

.outline-bubble-bottomright {
	width: 11px;
	height: 12px;
	vertical-align: top;
	text-align: right;
	background-image: url(/images/bubble/outline-bubble-bottom-right.gif);
	background-repeat: no-repeat;
}

.outline-bubble-nametable {
	width: 100%;
}

.outline-bubble-datecell {
	height: 26px;
	vertical-align: middle;
	text-align: right;
	color: gray;
}

.outline-bubble-namecell {
	width: 10px;
	height: 26px;
	vertical-align: middle;
	text-align: left;
}






/*

DEFAULT BUBBLE STYLE

*/

.bubble-topleft {
width: 11px;
height: 12px;
vertical-align: bottom;
background-image: url(/images/bubble/bubble-top-left.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}

.bubble-top {
width: 0px;
height: 12px;
vertical-align: bottom;
text-align: left;
background-image: url(/images/bubble/bubble-top.gif);
background-repeat: repeat-x;
}

.bubble-topright {
width: 11px;
height: 12px;
vertical-align: bottom;
text-align: right;
background-image: url(/images/bubble/bubble-top-right.gif);
background-repeat: no-repeat;
}

.bubble-left {
width: 11px;
height: 0px;
vertical-align: top;
text-align: left;
background-image: url(/images/bubble/bubble-left.gif);
background-repeat: repeat-y;
margin: 0px;
padding: 0px;
}

.bubble-content{
width: 100%;
height: 40px;
vertical-align: top;
text-align: left;
background-color: #f6f6f6;
padding: 6px;
}

.bubble-right {
width: 11px;
height: 0px;
vertical-align: top;
text-align: left;
background-image: url(/images/bubble/bubble-right.gif);
background-repeat: repeat-y;
}

.bubble-bottomleft {
width: 11px;
height: 12px;
vertical-align: top;
text-align: left;
background-image: url(/images/bubble/bubble-bottom-left.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}

.bubble-bottom {
min-width: 60px;
height: 12px;
vertical-align: top;
text-align: left;
background-image: url(/images/bubble/bubble-bottom.gif);
background-repeat: repeat-x;
}

.bubble-bottomright {
width: 11px;
height: 12px;
vertical-align: top;
text-align: right;
background-image: url(/images/bubble/bubble-bottom-right.gif);
background-repeat: no-repeat;
}

.bubble-namecell {
	width: 10px;
	height: 26px;
	vertical-align: middle;
	text-align: left;
}

.bubble-datecell {
	
	height: 26px;
	vertical-align: middle;
	text-align: right;
	color: gray;
}


.bubble-nametable {
	width: 100%;
}


/*
 TWITTER
 */
 
.twittNavButton a { 
	float: left;
	display: block;
	height: 20px; 
	min-width: 100px;
	padding:10px;
	border: 1px solid black;
	text-decoration: none;
	margin: 10px;
	font-size: 11px;
}

.twittNavButton a:hover { 
	background-color: #cccccc;
	color: black;
	text-decoration: none;
} 

.twittNavButtonOn a{
	float: left;
	display: block;
	height: 20px; 
	min-width: 100px;
	padding:10px;
	border: 1px solid black;
	margin: 10px;
	background-color: #cccccc;
	color: black;
	text-decoration: none;
	font-size: 10px;
}

.twittNavButtonOn a:hover{
	text-decoration: none;
}

.twittContainer {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	padding: 0px;
	min-height: 40px;
	border: 0px solid black; 
	height: 300px; 
	overflow: auto; 
	margin-bottom: 30px;
 }
 
 .twittDash {
	width: 300px;
	height: 400px;
	border: 1px dashed #ccc; 
	padding: 0px;
	overflow: auto;
	min-height: 40px;
 }
 
 #twitt {
	min-height: 60px;
	border-bottom: 1px dashed #ccc;
	padding:20px;
 }
	
#twitt:hover   {
	min-height: 60px;
	background: #efecec;
	padding:20px;
	border-bottom: 1px dashed #ccc; 
 }
 
 .twittreply {
	background: #efecec;
	float: right;
	vertical-align: bottom;
	display:none;
	margin: 0px;
 }
 
 #twitt:hover  .twittreply { 
	display:block;
 }
 
 .twittreplyoff{
	visibility:hidden;
 }
 
.twittName {
	color: #6699cc;
	font-size: 11px;
	font-weight: bold;
 }
 
.twittDate {
	color: gray;
	font-size: 9px;
	font-weight: bold;
 }
 
.twittDesc {
	color: black;
	font-size: 10px;
	margin: 20px;
 }
 
 .twitterMainNav {
	border: 0px solid red; 
	height: 60px; 
	clear: both; 
	padding: 0px;
}

.twitterLogo {
	border: 0px solid red; 
}

.tweetsFrom {
	border: 0px solid red; 
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0px 10px 10px;
}


 
 /*
 YOUTUBE
 */
 
 .tubeContainer {
	width: 100%;
	border: 0px solid black;
	height: 400px; 
	overflow: auto; 
	margin-bottom: 30px;
 }
 
 .tubeDash {
	width: 100%;
	height: 400px;
	border: 3px dashed #ccc; 
	padding: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
	text-align: left;
 }
 
 .tubeDashRow {
	border-bottom: 0px dashed #ccc;
	padding: 10px;
	float: left;
	text-align: left;
 }
 
 .tubeDashRow:hover {
	border-bottom: 1px solid #efecec;
	background: #efecec;
	padding: 10px;
	float: left;
	text-align: left;
 }

 
  .tubeDashThumbnail{
	border-bottom: 1px dashed #ccc;
	padding: 10px;
	float: left;
	text-align: left;
 }
 
 .tubeDashTitle {
	color: #6699cc;
	font-size: 13px;
	font-weight: bold;
	border: 0px solid orange;
	clear: both;
	padding: 0px 0px 10px 0px;
 }
 
 .tubeDashName {
	color: #6699cc;
	font-size: 11px;
	border: 0px solid red;
	padding: 10px 0px 0px 0px;
	clear:both;
 }
 
 .tubeDashDetails {
	border: 0px solid green;
	padding: 10px 10px 10px 10px;
 }
 
  .tubeDashImage {
	color: #6699cc;
	border: 0px solid black;
	padding: 10px;
 }
 
 .tube {
	border-bottom: 1px dashed #ccc;
	padding: 10px;
	float: left;
	text-align: left;
 }
 
.tube:hover {
	border-bottom: 0px solid #efecec;
	background: #efecec;
	padding: 10px;
	float: left;
	text-align: left;
 }
 
.tube a { 
	text-decoration: none;
	/* MAKES DIV CLICKABLE */
	display: block; 
	height: 100%; 
	width: 100%;
}
 
.tubeName {
	color: #6699cc;
	font-size: 11px;
 }
 
 .tubeMisc {
	color: black;
	font-size: 9px;
	padding: 10px;
	text-align: center;
 }
 
 .tubeTitle {
	color: #6699cc;
	font-size: 13px;
	font-weight: bold;
 }
 
 .tubeImage {
	color: #6699cc;
	border: 1px solid black;
	float: left;
 }
 
.tubeDate {
	color: gray;
	font-size: 9px;
	font-weight: bold;
 }
 
 .tubeDesc {
	color: black;
	font-size: 9px;
 }
 
 
.tubeVideosBy {
	width: 120px;
	border: 1px solid black; 
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0px 10px 10px;
	background-color: #eee;
}
 
 /*
 Flickr
 */
 .flickrContainer {
	width: 100%;
	border: 1px dashed #ccc; 
	padding: 0px;
	overflow: auto;
 }
 
 .flickrThumb {
	width: 120px;
	min-height: 140px;
	max-height: 140px;
	border: 1px dashed #ccc;
	padding:10px;
	float: left;
	text-align: left;
	margin: 10px;
 }
 
.flickrThumb:hover {
	border: 1px dashed black;
	background: #efecec;
	padding: 10px;
	float: left;
	text-align: left;
	margin: 10px;
	
 }
 
.flickrThumb  a { 
	text-decoration: none;
	/* MAKES DIV CLICKABLE */
	display: block; 
	height: 100%; 
	width: 100%;
}

.flickrImageThumb  { 
	border: 1px dashed #ff0060;
	padding: 2px;
}

.flickrText {
	font-size: 12px;
	padding-top: 10px;
}

.flickrPhotoCount {
	padding-top: 4px;
	font-size: 9px;
	color: grey;
}

 /*
 BLOG
 */
 .blogContainer {
	width: 100%;
	padding: 10px;
	overflow: auto;
	font-size: 9px;
	float: left;
	text-align: left;
 }
 
 .blog{
	width: 96%;
	padding: 30px 10px 20px 10px;
	font-size: 12px;
	float: left;
	text-align: left;
	background: #ffffff;
	border-bottom: 1px solid black;
 }
 
.blogDash {
	width: 100%;
	border: 1px dashed #ccc; 
	padding: 10px;
	overflow: auto;
	font-size: 9px;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
	text-align: left;
	height: 400px;
 }

.blogTitle {
	font-weight: bold;
	font-size: 24px;
	border: 0px solid red;
	padding-bottom: 10px;
 }
 
 .blogTitle a {
	text-decoration: none;
 }
 
.blogPublishdate {
	font-style: italic;
	color: #999;
	border: 0px solid red;
	padding-bottom: 10px;
 }
 
.blogComments {
	font-weight: bold;
	font-size: 16px;
	color: #ff6633;
 }
 
 .blogDescription {
	border: 0px solid blue;
	padding-bottom: 10px;
 }
 
 .blogDescription a {
	text-decoration: none;
 }

 .blogDescription image{
	padding: 20px;
 }
 
 .blogReadMore {
	font-weight: bold;
	border: 0px solid green;
	padding-bottom: 10px;
 }
 
 /*
 HELP SECTION
 
 */
.Q {
	font-weight: bold;
}

.A {

}


.pageHeading {
	color: black;
	font-size: 12px;
	padding-top:20px;
	padding-bottom: 20px;
	font-weight: bold;
	border: 0px solid green;
}


.pageHeading  h1 {
	color: orange;
}

.pageIntro {
	color: black;
	font-size: 11px;
	padding-bottom: 20px;
}



/*
GROUPS
*/

.groupRequestsOddRow {
	background-color: #ffffff; 
}

.groupRequestsEvenRow {
	background-color: #eeeeee;
}

a.group {	color: black; }
a.group:hover {	color: #999999; }
a.ongroup {
	 font-weight: bold;
}

.textLimit {
	color: black;
	font-size: 9px;
}

.groupNewDiscussionContainer {
	padding: 10px; 
	border: 0px solid purple; 
	background-color: #eee;
	width: 600px;
	margin-bottom: 20px;
}	

.groupTopicContainer {
	border: 5px solid red; 
	width: 500px; 
	padding: 0px 0px 2px 0px;
}

.groupOtherComments {
	padding: 0px 0px 0px 0px; 
	width: 600px; 
	height: 0px; 
	border: 0px solid blue; 
	overflow: hidden;
}

.groupCommentCount {
	font-weight: bold;
	margin-top: 4px;
	font-size: 12px;
	padding: 4px 30px 4px 20px;
	border: 0px solid red;
	width: 200px;
}

.groupCommentViewAll {
	margin-top: -20px;
	background-color:#fff; 
	height: 30px; 
	padding: -20px 0px 0px 10px; 
	border-bottom: 2px solid white;
	width: 200px;
	border: 0px solid green;
	float: right;
}

.groupRecentComments {
	padding: 2px 0px 0px 0px; 
	width: 600px;  
	border: 0px solid green; 
	overflow: hidden;
	margin-bottom: 20px;
}

.groupCommentContainer {
	width: 500px; 
	background-color: #fff; 
	min-height: 70px; 
	overflow: hidden; 
	border: 0px solid orange;
	padding: 6px 6px 6px 40px;
}

.groupEditCommentContainer {
	padding: 4px 1px 4px 4px; 
	border-bottom: 2px solid white;
	min-height: 20px;
	background-color: #ccc; 
	border: 1px solid red;
}

.groupFullCommentContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px 6px 6px 20px; 
	width: 600px; 
	background-color: #fff; 
	border-top: 0px dashed #999;
	border: 0px dashed red;
	min-height: 20px;
}

.groupFullCommentFormContainer {
	padding: 0px 0px 0px 0px; 
	width: 600px;
	min-height: 20px;
	border: 0px solid red;
	background-color: #fff;
}

.groupDiscussionBreak {
	height: 20px; 
	padding: 10px; 
	border: 0px solid red;
}

.groupFieldset {
	padding-left: 20px; 
	padding-bottom: 20px; 
	padding-right: 20px;
	border: 0px;
}

.groupDiscussionSubjectWrapper {
	font-size: 12px; 
	font-weight: bold; 
	color: black;
	padding: 10px 0px 0px 0px;
}

.groupDiscussionDescriptionWrapper {
	border: 0px solid red;
	padding: 10px 0px 0px 0px;
}

.groupDiscussionOwnerLinks {
	border: 0px solid red;
	padding: 10px 0px 0px 0px;
}

.groupDiscussionEditForm {
	padding: 10px; 
	border: 0px solid black; 
	background-color: #eeeeee;
}

.groupContainer  {
	border: 0px solid black;
	width: 640px;
}


h2.groupHeading  {
	font-size: 18px;
}

h1.groupHeading  {
	font-size: 20px;
	color: green;
}

.groupHeadingLink {
	
}

.groupInfoContainer {
	border-bottom: 2px dotted #ccc;
	margin-bottom: 20px;
	width: 620px;
}

.groupSummaryContainer  {
	max-width: 500px;
	border: 0px solid red;
}

.groupTableDetails {
	word-wrap: break-word;
}

.groupOwnerNavContainer {
	border: 0px solid red;
	padding: 10px 0px 20px 0px;
}

.groupOwnerLogoNameContainer {
	border: 0px solid black;
}

.groupLocked {
	background-image: url('/images/group-locked.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.groupOwnerMainNav {
	border: 0px solid red;
	padding: 10px 0px 20px 0px;
}

.groupJoinLink a {
	margin-top: 20px;
	float: left;
	text-align: center;
	border: 1px solid black;
	font-size: 12px;
	color: black;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	background-color: #eee;
	width: 100px;
}

.groupImage {
	border: 0px solid red;
	padding: 0px 0px 20px 0px;
}

.groupGenericContainer {
	border: 0px solid red;
}

/*
Wrapper for a single disscussion
*/
.groupDiscussionContainer {
	width: 640px; 
	border: 0px solid green;
	margin-bottom: 0px;
	padding-bottom: 40px;
	float: left;
	clear: both;
}

.groupDiscussionWrapperFieldset {
	padding-top: 10px; 
	padding-left: 10px; 
	padding-bottom: 10px; 
	padding-right: 10px;
	width: 640px;
	border: 0px solid orange;
}

.groupMainDiscussionContainer {
	border: 1px dashed #999;
	min-height: 150px;
	min-width: 500px; 
	padding: 0px 0px 2px 0px;
	background: url(/images/group-topic-bkg.gif);
	background-repeat:repeat-x;
}

.groupDiscussionOwnerWrapper {
	border: 0px solid red;
	padding: 10px 0px 0px 0px;
	font-size: 9px;
	font-weight: bold;
	max-width: 500px;
}

.groupCommentOwner {
	font-weight: bold;
	font-size: 9px;
	color: #999999;
}

.groupCommentBy {
	font-size: 9px;
	color: #999999;
}

.groupCommentNiceTime {
	font-size: 9px;
	color: #999999;
}

.groupCommentPost {
	font-size: 12px;
	padding-bottom: 4px;
}



/*
TUMBLR
*/
.tumblrContainer {
	border-bottom: 1px dashed gray;
	padding-bottom: 20px;
	padding-top: 20px;
}

.tumblrNiceTime {
	border: 0px solid green;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 9px;
}

.tumblrImage {
	border: 0px solid blue;
	padding-bottom: 10px;
}

.tumblrTitle {
	font-weight: bold;
	font-size: 12px;
}

.tumblrBody {
	color: grey;
	border: 0px solid red;
	font-size: 12px;
}

.tumblrImageCaption  {
	font-weight: bold;
	color: grey;
	font-size: 12px;
	border: 0px solid blue;
	padding-top: 0px;
}

.tumblrQuoteText {
	font-weight: bold;
	color: black;
	font-size: 12px;
}

.tumblrQuoteSource{
	color: grey;
	font-size: 10px;
}

.tumblrVideoPlayer{
	border: 0px solid grey;
}

.postdate {
	float: left;
	width: 70px;
	height: 70px;
	background: url(http://static.tumblr.com/v3kbwui/er3SB5xSQ/tumblrist_postdate.png) no-repeat;
	margin: 0 20px 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0 0 0;
	text-shadow: #666 0 0 6px;
}

/*
MISC
*/


.textCount {
	color: red;
}

/*
DASHLET CONTAINERS
*/

a.cap-links {
	border: 0px solid red;
}

.dash-footer  {
	border: 0px solid red;
	min-height: 32px;
	padding: 6px 0px 0px 6px;
	
 }

 a.dash-footer-link {
	color: #e3e3cd;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1px;
 }

.dash-heading {
	color: #e31182;
	font-family: helvetica, arial, verdana;
	font-size: 9px;
	font-weight: 100;
	padding: 0px 0px 0px 0px;
	min-height: 40px;
	border: 0px solid blue;
	clear: both;
 }

 .dashPopularTopicsContainer {
	min-height: 300px;
	width: 320px;
	border: 0px solid #cfcab7; 
	padding: 0px;
	float: left;
	margin: 4px;
 }
 
.dashPopularTopicsWrapper {
	border: 0px black solid; 
	min-height: 232px;
 }
 
 .dashTwitterContainer {
	min-height: 300px;
	width: 320px;
	border: 0px solid #cfcab7; 
	padding: 0px;
	float: left;
	margin: 4px;
 }
 
.dashTwitterWrapper {
	border: 0px black solid; 
	min-height: 232px;
 }

 .dashFlickrContainer {
	min-height: 300px;
	width: 320px;
	border: 0px solid red; 
	padding: 0px;
	float: left;
	margin: 4px;
 }
 
 .dashFlickrWrapper {
	border: 0px solid black; 
	min-height: 232px;
 }
 
 
 .dashStartNetworkWrapper {
	border: 0px black solid; 
	min-height: 232px;
 }
 

 .dashYoutubeContainer {
	min-height: 300px;
	width: 320px;
	border: 0px solid #cfcab7; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 4px;
 }
 
 .dashYoutubeWrapper {
	border: 0px black solid; 
	min-height: 232px;
 }
 
  .dashFacebookContainer {
	min-height: 300px;
	width: 320px;
	border: 0px solid #cfcab7; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 4px;
 }
 
 .dashFacebookWrapper {
	border: 0px red solid; 
	min-height: 232px;
 }
 
.dashRecentTopicsContainer {
	border: 1px solid #cfcab7; 
 }
 
 .dashRecentTopic {
	border: 1px solid #ffd66b; 
 }
 
 .dashRecentTopicsWrapper {
	border: 1px red solid; 
 }
 
.dashStartNetworkContainer {
	min-height: 300px;
	width: 320px;
	border: 1px solid #cfcab7; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 4px;
 }


.shopNowContainer {
	border: 0px solid red;
	padding: 10px 0px 10px 10px;
 }
 
.welcomeUserContainer {
	border: 0px solid red;
	padding: 10px 0px 10px 10px;
 }
 
 .loginContainer {
	border: 0px solid red;
 }
 
 
 .whhrlContainer {
	border: 0px solid red;
 }
 
 .popular-topics-dash {
 
 }
 
 .popular-groups-dash {
	border: 1px solid red;
 }
 
 .hotgroup-links {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid green;
 }
 
 .hotgrouplink {
	padding: 10px;
	border: 1px solid blue;
	float: left;
	clear: both;
 }

.status {
	border: 0px solid blue; 
	font-size: 12px; 
	font-weight: bold; 
	padding: 20px;
	float: left;
	width: 280px;
	clear: both;
}

.gigyaProfile {
	padding: 20px;
	border: 0px solid blue; 
	font-size: 12px; 
	font-weight: bold; 
	height: 60px;
}

.signupContainer{
	border: 0px solid black; 
	padding: 20px 0px 0px 10px;
	width: 100%;
	float: left;
}

.gigyaProfilePic {
	border: 0px solid red;
	float: left;
}

.gigyaWelcomeMsg {
	border: 0px solid blue;
	float: left;
	text-align: left;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 10px;
}

.gigyaLoginRegisterContainer {
	border: 0px solid red; 
	padding: 20px;
	float: left;
}

.loginHeadingContainer {
	border: 0px solid red;
}

.loginHeading1 {
	padding: 10px 20px 0px 20px; 
	border: 0px solid blue; 
	font-size: 14px; 
	font-weight: bold;
	width: 280px;
	float: left;
}

.loginHeading2 {
	padding: 10px 20px 0px 10px; 
	border: 0px solid blue; 
	font-size: 14px; 
	font-weight: bold;
	width: 300px;
	float: left;
}

.loginIntro {
	padding: 10px 20px 0px 20px; 
	border: 0px solid blue;
}

.banner-nav {

}

.log_in_out_link {

}

.join_link {

}

.group_member {
	-webkit-transform: rotate(45deg); 
-moz-transform: rotate(45deg);
	/*writing-mode: bt-rl;*/
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	top: 80px;
	border: 1px solid red;
}

.addThisContainer {
	border: 0px solid blue; 
	width: 200px; 
	height: 20px; 
	padding: 10px 0px 10px 0px
}

.inboxCount {
	color: white;
	font-weight: normal;
}

.inboxCountNumber {
	font-weight: bold;
	color: white;
}

.stateCityUlList {
	padding: 4px 0px 4px 0px;
	border: 0px 0px 1px 0px;
	font-size: 12px;
	list-style: none;
}

.stateCityLiList {
	padding: 6px;
	border: 1px solid #cccccc;
}

.stateCityLiList:hover {
	padding: 6px;
	background-color: #cccccc;
}

.privacyList {
	padding: 6px;
	border: 1px solid #cccccc;
	list-style: none;
}

.privacyList:hover {
	padding: 6px;
	background-color: #cccccc;
	list-style: none;
}



.userLiList {
	padding: 6px;
	border: 1px solid #cccccc;
}

.userLiList:hover {
	padding: 6px;
	background-color: #cccccc;
}

.userUlList {
	padding: 4px 0px 4px 0px;
	border: 0px 0px 1px 0px;
	font-size: 12px;
	list-style: none;
}

.toLiList {
	padding: 6px;
	border: 1px solid #cccccc;
}

.toLiList:hover {
	padding: 6px;
	background-color: #cccccc;
}

.toUlList {
	padding: 4px 0px 4px 0px;
	border: 0px 0px 1px 0px;
	font-size: 10px;
	list-style: none;
}

.toUserDiv {
 border: 1px solid black;
 padding: 4px;
 background: #ccc;
 font-size: 9px;
 display: block;
 margin: 0px 10px 10px 0px;
 float: left;
}

/*
USER PROFILE
*/

.userProfileContainer {
	border: 0px solid green;
	min-height: 400px;
	padding-bottom: 100px;
	position: relative;
	top: 100px;
}

.userProfileImageContainer {
	margin-bottom: 20px;
	border-bottom: 1px dashed gray;
	width: 200px;
	float: left;
}

.userProfileNameContainer {
	border: 0px solid green;
	float: left;
	width: 430px;
	padding: 10px;
}

.userProfileBirthdayContainer {
	border: 0px solid orange;
	float: left;
	width: 430px;
	padding: 10px;
}

.userProfileBioContainer {
	border: 0px solid purple;
	float: left;
	width: 430px;
	padding: 10px;
}

.userProfileLocationContainer {
	border: 0px solid purple;
	float: left;
	width: 430px;
	padding: 10px;
}

.userProfileWebContainer {
	border: 0px solid black;
	float: left;
	width: 430px;
	padding: 10px;
}

.userProfileLabel {
	font-weight: bold;
}


/*
USER PROFILE
*/

.userSearchContainer {
	padding-top: 10px;
	border: 0px solid red; 
	width: 500px; 
	min-height: 100px;
	position: absolute; 
	z-index: 1;
}

.userProfileMainContainer {
	padding: 40px 20px 40px 20px;
	border-bottom: 1px dashed #ccc;
}

.sdnDownload {
	padding: 40px 20px 40px 20px;
	border-bottom: 1px dashed #ccc;
}

.userProfilePasswordContainer {
	border-bottom: 1px dashed #ccc;
	padding: 40px 20px 40px 20px;
}

.userProfileEmailContainer{
	border: 0px solid black;
	padding-bottom: 40px;
}

.userProfileHeading {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 20px;
}


.userMakeConnectionContainer {
	border: 0px solid blue;
	width: 100px;
	float: none;
	clear: both;
}

.userSendNotification {
	border: 0px solid blue;
	width: 100px;
	float: none;
	clear: both;
}

.composeMessagePopUpErrorMsg {
	border: 0px solid blue;
	padding: 40px 10px 10px 30px;
	color: red;
	font-size: 14px;
}

.closePopUp {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 4px 2px;
	width: 20px;
	height: 20px;
	border: 0px solid red;
	position: relative;
	left: 90%;
	top: 10%;
	text-align: center;
	display: block;
	cursor: pointer;
}

.connectionPopUp, .connectionPopUpResponse1, .composeMessageToUsersPopUp, .connectionPopUpResponse2 {
	width: 560px;
	height: 270px;
	border: solid 0px red;
	font-size: 11px;
	position: absolute;
	z-index: 300;
	top: 40%;
	left: 50%;
	margin-top: -135px;
	/*set to a negative number 1/2 of your height*/
	margin-left: -280px;
	/*set to a negative number 1/2 of your width*/
	display: none;
	background-image: url('http://elf.ewaydirect.com/images/shadowbox.gif');
	background-repeat: no-repeat;
}

.composeMessagePopUpContainer {
	width: 560px;
	height: 400px;
	border: solid 0px red;
	font-size: 11px;
	position: absolute;
	z-index: 300;
	top: 40%;
	left: 50%;
	margin-top: -135px;
	/*set to a negative number 1/2 of your height*/
	margin-left: -280px;
	/*set to a negative number 1/2 of your width*/
	display: none;
	background-image: url('http://elf.ewaydirect.com/images/shadowboxlarge.gif');
	background-repeat: no-repeat;
}

.mbCommentContent {
	width: 480px;
	height: 320px;
	border: solid 4px red;
	font-size: 11px;
	margin: 40px 20px 40px 40px;
	
}

.mbAuthCommentContainer {
	border: 0px solid blue;
	height: 120px;
}

.mbAuthComment {
	border: 0px solid red;
	width: 100%;
	height: 60px;
	display: block;
	vertical-align: center;
	color: #0099ff; 
	margin:0px;
	padding: 7px 5px;
	border: 1px solid #cad3da;
}


.mbCommentContainer {
	width: 560px;
	height: 400px;
	border: solid 1px red;
	font-size: 11px;
	position: absolute;
	z-index: 300;
	top: 40%;
	left: 50%;
	margin-top: -135px;
	/*set to a negative number 1/2 of your height*/
	margin-left: -280px;
	/*set to a negative number 1/2 of your width*/
	display: none;
	background-image: url('http://elf.ewaydirect.com/images/shadowboxlarge.gif');
	background-repeat: no-repeat;
}

.campaignPopUpNav {
	border: 0px solid red;
	text-align: right;
	height: 40px;
	clear: both;
	padding: 10px;
}

.campaignPopUp {
	width: 700px;
	min-height: 700px;
	border: 3px solid black;
	font-size: 11px;
	position: absolute;
	z-index: 300;
	top: 40%;
	left: 50%;
	margin-top: -350px;
	/*set to a negative number 1/2 of your height*/
	margin-left: -350px;
	/*set to a negative number 1/2 of your width*/
	display: none;
	background: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.messageToSelect {
	border: 1px solid red;
}

.messageThreadPopUpNav {
	border: 0px solid red;
	text-align: right;
	height: 40px;
	clear: both;
	padding: 10px;
}

.messageThreadPopUp {
	width: 700px;
	min-height: 700px;
	border: 3px solid black;
	font-size: 11px;
	position: absolute;
	z-index: 300;
	top: 40%;
	left: 50%;
	margin-top: -350px;
	/*set to a negative number 1/2 of your height*/
	margin-left: -350px;
	/*set to a negative number 1/2 of your width*/
	display: none;
	background: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.messagePopUp {
	width: 700px;
	min-height: 700px;
	border: 3px solid black;
	font-size: 11px;
	position: absolute;
	z-index: 300;
	top: 40%;
	left: 50%;
	margin-top: -350px;
	/*set to a negative number 1/2 of your height*/
	margin-left: -350px;
	/*set to a negative number 1/2 of your width*/
	display: none;
	background: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.searchByWrapper{
	position: absolute; 
	z-index: 400; 
	border: 1px solid #474444; 
	height: 30px;
	max-height: 80px;
	overflow-y: scroll;
	width: 360px; 
	background: white; 
	padding: 2px 6px 2px 6px; 
	font-size: 16px;
	clear: both;
}


.composeMessagePopUp {
	width: 700px;
	min-height: 700px;
	border: 3px solid black;
	font-size: 11px;
	position: absolute;
	z-index: 300;
	top: 40%;
	left: 50%;
	margin-top: -350px;
	/*set to a negative number 1/2 of your height*/
	margin-left: -350px;
	/*set to a negative number 1/2 of your width*/
	display: none;
	background: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

 .messageBody {
	width: 100%;
	height: 100%;
	border: 0px solid black;
}

.campaignBody {
	height: 100%;
	border-top: 1px solid #666;
	margin: 20px 20px 20px 20px;
}

.messageThreadBody {
	max-height: 500px;
	margin: 20px 20px 20px 20px;
	overflow:scroll;
	overflow-x: hidden;
}

.messageThreadReply{
	border: 0px solid green;
	margin: 20px 20px 20px 20px;
}

.campaignAjaxLoader {
	text-align: center;
	border: 0px solid black;
	margin-top: 30%;
	margin-bottom: 30%;
}

.closeCampaignPopUp, .closeCampaignPopUp{
	position: relative;
	left: 600px;
	font-size: 20px;
	text-decoration: none;
}

.composeMessageToUsersPopUp {
	background-image: url('http://elf.ewaydirect.com/images/shadowboxlarge.gif');
}


.connectionPopUpContent {
	width: 520px;
	height: 240px;
	border: 0px solid black;
	margin: 0px;
	font-size: 10pt;
	padding: 20px 0px 0px 26px;
}

.composeMessagePopUpContent {
	width: 520px;
	height: 400px;
	border: 0px solid black;
	margin: 0px;
	font-size: 10pt;
	padding: 20px 0px 0px 26px;
}

.composeMessagePopUpError {
	border: 0px solid red;
	height: 268px;
	width: 560px;
	position: absolute;
	z-index: 2;
	left: 100px;
	top: 120px;
	background-image: url('http://elf.ewaydirect.com/images/shadowbox.gif');
	display: none;
}

.profilePicContainer {
	border: 1px dashed black;
	padding: 10px;
	background: #eeeeee;
}

.connectionPopUpContentIframe {
	width: 480px;
	height: 200px;
	border: 0px solid green;
	margin: 0px;
	font-size: 10pt;
	padding: 10px;
	background: #eeeeee;
}

.connectionPopUpContentIframeContent {
	width: 460px;
	border: 0px solid black;
	margin: 0px;
	font-size: 10pt;
	padding: 10px;
	background: #eeeeee;
}

.connectionPopUpContentIframeResponse {
	border: 0px solid red;
	margin-top: 10px;
}

.connectionPopUpError {
	width: 520px;
	height: 240px;
	border: 0px solid black;
	margin: 0px;
	font-size: 10pt;
	padding: 40px 0px 0px 26px;
	color: red;
}


.connectionPopUpResponse {
	width: 480px;
	height: 200px;
	border: 0px solid black;
	margin: 0px;
	font-size: 10pt;
	padding: 40px 0px 0px 20px;
}

.connectionPopUpContentHeading {
	padding: 0px 0px 10px 0px;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	width: 490px;
}

.composeMessagePopUpHeading {
	padding: 0px 0px 10px 0px;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border: 0px solid red;
	clear: both;
}

.connectionPopUpContentImage{
	border: 0px solid red;
	padding: 10px 0px 0px 0px;
}

.connectionPopUpContentMessage {
	padding: 10px;
	padding: 10px 0px 0px 10px;
}

.connectionPopUpContentText {
	border: 0px solid red;
	font-weight: bold;
	padding: 10px;
}

.connectionPopUpContentActions{
	padding: 40px;
	padding-top: 20px;
	text-align: right;
}

.composeMessagePopUpContentActions{
	padding: 40px 40px 10px 10px;
	text-align: right;
	border: 0px solid orange;
}

.composeMessagePopUpFieldLable {
	border: 0px solid red;
	float: left;
	min-width: 80px;
	font-size: 11px;
	clear: both;
}

.composeMessagePopUpField {
	border: 0px solid green;
	float: left;
	margin-bottom: 20px;
	
}

.connectionResponse {
	border: 0px solid red;
	font-weight: bold;
	padding: 10px;
	background: red;
	width: 600px;
	height: 600px;
	
}

.friendRequestContainer{
	overflow: auto; 
	padding: 5px; 
	height: 300px; 
	width: 100%; 
	border: 1px solid #7F9DB9;
}

/*
MC BUTTON/ACTIONS
*/

.mcTab {
	min-width: 60px;
	border: 1px solid black;
	background: #ccc;
	color: #000;
	text-decoration: none;
	padding: 4px;
	cursor: pointer;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.mcTabOn {
	min-width: 60px;
	border: 1px dashed black;
	background: #eee;
	color: #000;
	text-decoration: none;
	padding: 4px;
	cursor: pointer;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.mcTab:hover {
	min-width: 60px;
	border: 1px dashed black;
	background: #eee;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background: #ddd;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

/*
BACK FORWARD BUTTONS
*/
.bfTab {
	min-width: 30px;
	max-height: 10px;
	border: 1px solid black;
	background: #ccc;
	color: #000;
	text-decoration: none;
	padding: 7px;
	cursor: pointer;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-align: center;
}

.bfTab:hover {
	min-width: 30px;
	min-height: 10px;
	border: 1px dashed black;
	background: #eee;
	color: #000;
	text-decoration: none;
	padding: 7px;
	cursor: pointer;
	background: #ddd;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

/*
SECONDARY TABS
*/

.sTabContainer {
	border: 0px solid red;
	margin-bottom: 20px;
}

.sTab {
	min-width: 100px;
	border: 1px solid black;
	background: #ccc;
	color: #000;
	text-decoration: none;
	padding: 10px;
	cursor: pointer;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.sTabOn {
	min-width: 100px;
	border: 1px dashed black;
	background: #eee;
	color: #000;
	text-decoration: none;
	padding: 10px;
	cursor: pointer;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.sTab:hover {
	min-width: 100px;
	border: 1px dashed black;
	background: #eee;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background: #ddd;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.smaillProfilePic {
	border: 0px solid green;
	padding: 0px 10px 0px 0px;
	vertical-align: text-top;
}

.displayUser {
	position: relative; 
	z-index: 0; 
	border: 1px solid black; 
	background-color: white; 
	padding-bottom: 10px;
	max-height: 400px;
	overflow: scroll;
	width: 100%;
}

.authPopUp {
	width: 700px;
	height: 600px;
	border: 0px solid red;
	font-size: 11px;
	position: absolute;
	z-index: 60;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -320px;
	background-image: url('http://elf.ewaydirect.com/images/shadowboxxlarge.gif');
	background-repeat: no-repeat;
	display: none;
}

.loginSignupPopUp {
	width: 500px;
	height: 440px;
	border: 0px solid red;
	font-size: 11px;
	position: absolute;
	z-index: 60;
	top: 50%;
	left: 70%;
	margin-top: -320px;
	margin-left: -320px;
	background-image: url('http://elf.ewaydirect.com/images/shadowBoxLoginSignup.gif');
	background-repeat: no-repeat;
	display: none;
}

.loginSignupContent {
	width: 440px;
	height: 340px;
	border: 0px solid red;
	font-size: 11px;
	margin: 30px 30px 30px 30px;
}


.authContent {
	width: 630px;
	height: 430px;
	border: 0px solid red;
	font-size: 11px;
	margin: 30px 30px 30px 30px;
}

.authInputRow { 
	height: 52px;
	clear: both;
	border: 0px solid green;
	margin-bottom: 10px;
}

.authErrorRow {
	height: 20px;
	clear: both;
	border: 0px solid blue;
	margin-bottom: 10px;
}

.authInputText{ 
	height: 100px;
	clear: both;
	border: 0px solid red;
	margin-bottom: 10px;
}

.authCheckBoxRow { 
	clear: both;
	border: 0px solid blue;
	margin-bottom: 10px;
	min-height: 40px;
}

.authInputDesc {
	border: 0px solid black;
	float: left;
	padding-left: 20px;
}

.authInput { 
	width: 300px; 
	font-size: 20px; 
	display: block; 
	float: left; 
	border: 0px solid orange;
}

.authHeading {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	border: 0px solid black;
	margin-bottom: 10px;
	width: 90%;
	float: left;
}

.authClose {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 4px 2px;
	width: 20px;
	height: 20px;
	border: 0px solid red;
	float: right;
	text-align: center;
	display: block;
	cursor: pointer;
}

.authOptions {
	font-size: 11px;
	color: #333333;
	border: 0px solid black;
	margin-bottom: 20px;
	float: left;
}

.authInput input[type="text"], .authInput input[type="password"], .authInput input[type="checkbox"]{
	display: block;
	vertical-align: center;
	color: black; 
	margin-bottom: 10px;
	padding: 7px 5px;
	width: 288px;
	border: 1px solid #cad3da;
	/*background: white url(/static/img/form_background.gif) repeat-x 0 0;*/
}

.authInputLabel { 
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
}

.recaptcha_div {
	border: 0px solid black;
	float: left;
}

.recaptchaResponse {
	border: 0px solid black;
	height: 20px;
	color: red;
}

.inputError {
	color: red;
	border: 1px solid blue;
	height: 20px;
}

.ajaxLoading{
	border: 1px solid red;
	float: right;
}


#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu { border: 0px solid red; padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:1px;}
#menu li a {min-width: 75px; display:block; float:left; height:40px; line-height:40px; background:blue; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 45px 0 10px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:red;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:#333}
#menu li:hover > a.sub {color:#fff; background-color: #333;}

#menu li.current a {color:#fff; background: #333;}

#menu li a.sub {background: #333 url(/images/down-arrow.gif) no-repeat right center;}
/*
current dropdown
*/
#menu li.current a.sub {color:#fff; background: #333 url(/images/down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:40px; width:100px; background: #333;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:130px; top:-1px; background:orange; white-space:nowrap; width:130px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #ddd;}

#menu :hover ul li a {width:130px; padding:0; text-indent:10px; background:#333; color:#ccc; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background:#333 url(/images/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#666; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#666; color:#fff;}

#menu :hover ul li.currentsub a {background: #333; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#999 url(/images/right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:130px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color: #666; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#999; color:#fff;}

