
				/************************************************************************************
				 *									MAIN											*
				 ************************************************************************************/
/********************
	FONT SIZES
	==========
	Font sizes used:
	0.8em --> 10px
	0.9em --> 11px
	1em --> 12px
	1.2em --> 16px
	1.6em --> 18px
	2em --> 24px

NOTE: These sizes are based on the fact that the body font size is 76%
********************/				

/************
 * Elements *
 ************/
html{overflow-y:scroll}
body 
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin-top: 10px;
}

a, a:link, a:visited, a:active 
{
	color: #0033FF;
	text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    background-color: #3399ff;
    text-decoration: none;
}

h1.LeftColumn
{
	background-image: none;
	width: 530px;
	margin-top: 10px;
}
h1.H1Facebook 
{
	width: 628px;
}
h1 .HeaderRoundedCorner, h2 .HeaderRoundedCorner
{
	position: absolute;
	top: 0px;
	right: -1px;
	width: 32px;
	height: 31px;
}
h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #096491;
}

h2.SpecialHeader
{
	color:#ff4a00;
	font-size: 1.2em;
	margin: 5px 0px 0px 0px;
}
h2.SubHeader, h1.SubHeader
{
    background-image:url(http://static1.yeddacdn.com/Images/HeaderBG.gif);
    background-repeat: repeat-x;
    padding:8px 0px 10px 5px;
    background-color: Transparent;
    float:left;
}
h3
{
	color: #FF4a00;
	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0px;
}
h3.NormalHeader
{
	color: #000000;	
}

abbr 
{
	border-bottom: none;
}

address 
{
	font-style: normal;
}

/******************
	 End Elements 
*******************/

/*********************************************
					Lists
**********************************************/

/*
			Bullet list 
Creates a list with an orange arrow bullet
usage:
<ul class="BulletList">
	<li>Item 1</ul>
	<li>Item 2</li>
</ul> 
*/
.BulletList 
{
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
.BulletList li
{
	list-style-position: outside;
	padding: 3px 0px 3px 7px;
	clear: both;
}
/* not in use - only works in FF/Mozilla
.BulletList li:before
{
	content: "\203a \0020  ";  
	margin-left: -1.25em;
	color: #ff4a00;
}
*/
.SpecialBullet
{
	font-weight: bold;
	color: #ff4a00;
	padding: 0px 5px 0px 0px;
}
/*
			End Bullet list 
*/
/*
		Horizontal bullet list
Used to create a horizontal list with a bullet 
in front of each item
Usage:
<ul class="BulletListHorizontal">
	<li>Item1</li>
	<li>Item2</li>
</ul>
*/
.BulletListHorizontal
{
	float: left;
	clear: both;
	vertical-align: text-top;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
.BulletListHorizontal li
{
	list-style-position: outside;
	padding: 3px 0px 3px 5px;
	margin: 0px 5px 0px 0px;
    display: inline;
}
/*
		End Horizontal bullet list
*/
/* Custom Bullet List
	A list with no bullet, that we can decide in each case which bullet to add
*/
.CustomBulletList
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.CustomBulletList li
{
	padding: 3px 0px 3px 0px;
}
.CustomCharBullet
{
	color: #ff4a00;
	padding: 0px 5px 0px 0px;
}


/**********************************************
				End Lists
***********************************************/

/*********************************************
				Buttons
**********************************************/

.Button /* standard button*/
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top: 1px solid #f9ad8f;
	border-left: 1px solid #f9ad8f;
	border-bottom: 1px solid #742b0d;
	border-right: 1px solid #742b0d;
	background-color: #ff4a00;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.ButtonHyperLink
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top: 1px solid #f9ad8f;
	border-left: 1px solid #f9ad8f;
	border-bottom: 1px solid #742b0d;
	border-right: 1px solid #742b0d;
	background-color: #ff4a00;
	cursor: pointer;
}
.ButtonHyperLinkSecondary
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top: 1px solid #7bc3e7;
	border-left: 1px solid #7bc3e7;
	border-bottom: 1px solid #022333;
	border-right: 1px solid #022333;
	background-color: #096491;
	cursor: pointer;
	
}
.ButtonHyperLinkSpecial
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top: 1px solid #f6f5ed;
	border-left: 1px solid #f6f5ed;
	border-bottom: 1px solid #9c9a8f;
	border-right: 1px solid #9c9a8f;
	background-color: #49a538;
	cursor: pointer;
}
.ButtonHyperLink a, .ButtonHyperLink a:link, .ButtonHyperLink a:active, .ButtonHyperLink a:visited
{
	color: #FFFFFF;
}
.ButtonHyperLinkSecondary a, .ButtonHyperLinkSecondary a:link, .ButtonHyperLinkSecondary a:active, .ButtonHyperLinkSecondary a:visited
{
	color: #FFFFFF;
}
.ButtonHyperLinkSpecial a, .ButtonHyperLinkSpecial a:link, .ButtonHyperLinkSpecial a:active, .ButtonHyperLinkSpecial a:visited
{
	color: #ffffff;
}
.ButtonHyperLink a:hover, .ButtonHyperLinkSecondary a:hover, .ButtonHyperLinkSpecial a:hover
{
	background-color: Transparent;
}
.ButtonSecondary
{
	color: #ffffff;
	background-color: #096491;
	border-top: 1px solid #7bc3e7;
	border-left: 1px solid #7bc3e7;
	border-bottom: 1px solid #022333;
	border-right: 1px solid #022333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.ButtonSearch
{
    background-image:url("http://static1.yeddacdn.com/Images/MagnifyingGlass.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:15px;
}
.ButtonSearchSSL
{
    background-image:url("https://yedda.com/Images/MagnifyingGlass.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:15px;
}
/* ButtonSpecial - Orange button with background */

.ButtonSpecial
{
	height: 32px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	clear: none;
	border: 0px;
	background-color: Transparent;
	cursor: pointer;
	position: relative;
}
.ButtonSpecialLeft
{
	height: 32px;
	width: 5px;
	float: left;
	clear: left;
	cursor: pointer;
}
.ButtonSpecialMiddle
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.ButtonSpecialRight
{
	height: 32px;
	width: 6px;
	float: left;
	clear: right;
	cursor: pointer;
}

/* End ButtonSpecial */

/* Facebook Button */
.FacebookLinkButton
{
    background-color: #39599c;
    color: #ffffff;
    border-top: 1px solid #dedfef;
    border-left: 1px solid #dedfef;
    border-right: 1px solid #081c5a;
    border-bottom: 1px solid #081c5a;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    font-size: 0.9em;
    float: left;
}
.FacebookLinkButton a, .FacebookLinkButton a:link, .FacebookLinkButton a:active, .FacebookLinkButton a:visited, .FacebookLinkButton a:hover
{
	color: #ffffff;
	background-color: Transparent;
}
/* End Facebook Button*/
/**  AOL Buttons  **/
.ButtonAOL
{
    background-color: #d7f7c7;
    color: #000000;
    border: 1px solid #50b623;
    padding: 2px 5px 2px 5px;
	margin: 0px;
	cursor: pointer;
}
.ButtonSecondaryAOL
{
    border: 1px solid #969696;
    background-color: #e7e7e6;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    cursor: pointer;
}
/** End AOL Buttons  **/
/***********
 * Classes *
 ***********/

/* Capitalizes first letter of words */
.CapitalizedData
{
	text-transform: capitalize;
}

/* Main Div with rounded corner*/
.Content
{
	width: 750px;
	border: 1px solid #ACB6C9;
	position: relative;
	padding: 5px;
	float: left;
}
.ContentRoundedCorner
{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 32px;
	height:28px;
}
.ErrorMessage
{
	color: #e04228;
	background-image: url("http://static1.yeddacdn.com/Images/Attention2.gif");
	background-position: 8px 8px;
	background-repeat :no-repeat;
	padding: 10px 5px 8px 30px;
	clear: both;
	float: left;
	/* min-height fast workaround: http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 30px;
	height: auto !important;
	height: 30px;
	/* end min-height workaround */
	width: 90%;
}
.ErrorMessage ul
{
	margin: 5px 0px 0px 20px;
	padding: 0px;
}

.generalcontent /* a general div to use anywhere */
{
	border-style: none;
	margin-bottom: 0px;
	clear: both;
	padding-top: 10px;
}
/********************************************************************************
	Horizontal List
	Style definitions for making a horizontal list with a grey line separating
	each item
Usage:
<ul class="HorizontalList">
	<li>text 1</li>
	<li>text 2</li>
	<li class="HorizontalListLastItem">text 3</li>
</ul>
********************************************************************************/
.HorizontalList
{
	margin: 0px;
	padding: 0px;
	display: inline;
	vertical-align: text-top;
}
.HorizontalList li
{
	list-style-type: none;
    display: inline;
    border-right: 1px solid #ACB6C9;
    padding: 0px 5px 0px 5px;
    margin: 0px;
}

.HorizontalList .HorizontalListLastItem /* For the last item in the list, because it doesn't need a right border */
{
	border: 0px;
	padding: 0px 0px 0px 5px;
}
.HorizontalList .HorizontalListSpecialItem /* For other items in the list, that we want to be different */
{
	border: 0px;
	padding-left: 0;
}
.HorizontalList .SpecialFirstLink
{
	padding-left: 0px;
	margin-right: 5px;
}

/********************************************************************************
	End Horizontal List
********************************************************************************/
.HeaderSmall /* to be used when supplementary text is displayed with a header */
{
	font-size: 0.8em;
	font-weight: normal;
	display: inline;
	color: #000000;
	border-left: 1px solid #ACB6C9;
	padding-left: 5px;
}
.HeaderH1Small
{
	font-size: 0.6em;
	font-weight: normal;
	display: inline;
	color: #000000;
	border-left: 1px solid #ACB6C9;
	padding-left: 5px;
}
.NewBlurb
{
	background-color: #f9c562; 
	font-size: 0.8em;
	padding: 0px 3px 0px 3px;
}
.SpecialLink
{
	background-color: #f9c562;
	padding: 1px;
	margin: 0px;
	float: left;
}
.oEmbedNotificationImage
{
	border: none;
	margin-right: 3px;
}
.TagsFont
{
	font-size: 0.9em;
}

.Textfield
{
	border: 1px solid #ABB6C8;
}
/**************************************
	Styles for text truncation
***************************************/

.ExpandingEllipsis
{
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    float: left;
}
.fullDisplayHidden
{
    display: none;
}
.fullDisplayVisible
{
    display: inline;
    padding: 5px;
    float: left;
    width: 100%;
    white-space: normal;
}
.TruncateOuter
{
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.OuterDiv2
{
    width: 500px;
    height: 150px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.Truncated, .TruncatedAddEllipsis, .TruncatedAddExpandEllipsis
{
    white-space: nowrap; 
}
.HeightTruncated, .HeightTruncatedAddEllipsis, .HeightTruncatedAddExpandEllipsis
{
}
            
/**************************************
	End Styles for text truncation
***************************************/

.SystemMessage
{
	background-color: #FCEED3;
	padding: 10px;
	border: 1px solid #ff4a00;
}

.SettingsValidationSummary 
{
	margin: 10px 0px 10px 0px;
	clear:both;
}

/* TinyMCE links to replace buttons */

.TinyMCETextButtonsDivFacebook
{
	position: absolute;
	bottom: 5px;
	right: 20px;
	z-index: 10;
}
.TinyMCETextButton
{
	font-size: 0.75em;
	padding: 0px 3px 0px 0px;
	border-right: 1px solid #acb6c9;
}
.TinyMCETextButtonEnd
{
	font-size: 0.75em;
	padding: 0px;
}
.WalletPopAdsAttribution{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px !important;
	margin: 5px 0px 0px 0px;
}

/**************** 
	End Classes 
*****************/

/******************
		IDs
*******************/



#ErrorPageBody
{
	text-align: center;
}
#ErrorPageContainer
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 980px;
	padding: 0;
	text-align: left;
}

/******************
		End IDs
*******************/

/*****************************/
/* Notification              */
/*****************************/
#NotificationDiv
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
    float: left;
    clear: left;
    width: 760px;
}
#notification /* div containing the notification text div and dismiss div */
{
    background-color: #FCEED3;
    margin: 0;
    padding: 10px;
    float: left;
    border: 1px solid #ff4a00;
    width: 740px;
}
#NotificationContainer
{
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0px 10px 0px;
}
#notificationText /* div - notification text*/
{
    float: left;
}

#dismiss /* div - dismiss div */
{
    float: right;
    margin-right: 20px;
}
.AgeConfirmationButton
{
	float: right;
}
.NotificationBottomBorder
{
	margin: 0px;
	float: left;
}
.NotificationDropDown
{
	width: 70px;
	float: left;
	margin: 0px 0px 0px 5px;
}
.NotificationShowAgeCheckBox
{
	float: left;
}
.NotificationShowAgeText
{
	float: left;
	margin: 3px 0px 0px 0px;
}
.NotificationUpdateDOB
{
	float: left;
	margin: 3px 0px 0px 0px;
}

#AgeConfirmationContent
{
	padding: 10px;
	background-color: #ffffff;
	float: left;
	clear: both;
	width: 740px;
}
.NotificationContent
{
	float: left;
	clear: both;
	width: 760px;
	border: 1px solid #acb6c9;
	background-color: #fbd3a0;
	color: #096491;
	padding: 0px;
	margin: 0px;
}
#NotificationErrorDiv
{
	float: left;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#NotificationHeader
{
	float: left;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
}
#NotificationRemark
{
	font-size: 0.8em;
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
	color: #096491;
	padding: 5px 0px 0px 0px;
}

/********************/
/* Notification End */
/********************/

/********************
 * Query Blog	    *
 ********************/
/* MainQuestion New */
.QuestionMainSubject
{
	color: #ff4a00;
	background-color: Transparent;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.7em;
}
.PermalinkContainer a, .PermalinkContainer a:link, .PermalinkContainer a:active, .PermalinkContainer a:visited, .PermalinkContainer a:hover
{
	color: #666666;
	background-color: Transparent;
}
.QuestionMainShareMenuButton
{
	font-size: 0.9em;
	float: left;
	clear: right;
	margin: 0px 0px 0px 5px;
	padding: 3px;
}
.QuestionMainShareMenuInput
{
	float: left;
	clear: left;
	width: 190px;
	padding: 0px;
	margin: 0px;
}
.QuestionMainShareMenuItem
{
	float: left;
	clear: both;
	width: 250px;
	margin: 0px 0px 10px 0px;
}
.QuestionMainShareMenuLabel
{
	font-weight: bold;
	clear: both;
	float: left;
	width: 100%;
	padding: 0px 0px 5px 0px;
}
#ContextDiv
{
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}
#ContextSpan
{
	white-space: normal;
	width: 98%;
}
a.PhotoCredit, a.PhotoCredit:hover
{
   color:#000000;
   background-color:Transparent;
   font-size:0.8em;
}
/* End MainQuestion New */

.AnswerDetailsDiv
{
	float: left;
	clear: both;
	padding: 3px 0px 3px 0px;
}

.InvitedFont
{
    color: #FF4a00;
    background-color: #ffea1d;
}
.PostActions
{
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    font-weight: 400;
    clear: both;
    float: left;
    width: 300px;
}
.PostAnswerDiv
{
    float: left;
    margin: 0px;
    width: 100%;
}
.PostButtonDiv
{
	float: left;
	clear: both;
	/*width: 100%;*/
}
.PostButtonDiv a, .PostButtonDiv a:link, .PostButtonDiv a:active, .PostButtonDiv a:visited, .PostButtonDiv a:hover
{
	color: #ffffff;
} 
.PostDeletedMessage
{
	width: 90%;
}
.PostDetails
{
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.QuestionBlogPostControlDetails
{
    float: left;
    clear: both;
    width: 630px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #eeeeee;
}
a.QuestionBlogPostControversialAnswer
{
    color:#ff0000;
}
a.QuestionBlogPostControversialAnswer:hover
{
    background-color:Transparent;
}
.PostDetailsSubHeader
{
	color: #000000;
	padding: 0px 5px 0px 0px;
}

.PostedQuestionText
{
	float: left;
	overflow: hidden;
	width: 100%;
	margin: 0px;
}
.PostedQuestionText h3
{
	color:#096491;
}

.PostRating
{
    margin-top: 20px;
    float: left;
    clear: both;
    width: 370px;
}
.PostRatingHeader
{
	float: left;
	vertical-align: middle;
	margin: 13px 0px 0px 0px;
}
.PostRatingDiv
{
	float: left;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	width: 170px;
}
.PostReportAbuseDiv
{
/*	float: left;   */
	white-space: nowrap;
	clear: both;
/*	width: 526px; */
/*	margin: 10px 0px 0px 0px;  */
/*	margin: 10px 15px 0px 0px; */
    padding: 5px;
    margin: 0px auto;
	text-align: center;
	font-size: 1.3em;
}
.PostDeleteByAdminDiv
{
	white-space: nowrap;
	clear: both;
    padding: 0px;
    margin: 5px auto 0px auto;
	width: 106px;
	text-align: center;
	font-size: 1.3em;
}
.PostDeleteByAdminDiv2
{
	float: right;   
	margin: 5px 0px 0px 0px; 
}
.QuestionPostReportAbuseDiv
{
	float: left;   
	clear: both;
	width: 100%;
	text-align: right;
	margin: 10px 0px 0px 0px; 
	bottom: 5px;
	z-index: 50000;
}
.PostReportAbuseLink
{
	font-size: 0.9em;
	margin: 0px;
}
.PostReportDeleteLink
{
    font-size: 0.9em;
}
.PostText
{
    text-align: left;
}
.PostUserDetails
{
    width: 100px;
    height: 100%;
    margin-right: 5px;
    padding: 5px;
    background-color: #E3E4E7;
    float: left;
}
.PostRankBarLeft
{
    height: 10px;
    font-size: 0.9em;
    text-align: center;
    border: 1px solid #ACB6C9;
    background-color: #FFFFFF;
    float: left;
}
.PostRankBarNegative
{
    height: 10px;
    font-size: 0.9em;
    text-align: center;
    border: 1px solid #ACB6C9;
    background-color: red;
    color: #FFFFFF;
    float: left;
}
.PostRankBarPositive
{
    height: 10px;
    font-size: 0.9em;
    text-align: center;
    border: 1px solid #ACB6C9;
    background-color: green;
    color: #FFFFFF;
    float: left;
}
.PostRankBarRight
{
    height: 10px;
    font-size: 0.9em;
    text-align: center;
    border: 1px solid #ACB6C9;
    background-color: #FFFFFF;
    float: left;
}
.PostedOnText
{
	color: #666666;
	float:left;
}
.PostedOnText a, .PostedOnText a:link, .PostedOnText a:active, .PostedOnText a:visited, .PostedOnText a:hover
{
    text-decoration: underline;
    color: #666666;
    background-color: Transparent;
}
.PostedInResponseTo
{
    display:inline;
    float:left;
    padding:0px 0px 0px 5px;
}
.PostInvitedResponder
{
    float:left;
    clear: both;
    width:100%;
    padding: 10px 0px 0px 0px;
}
.QuestionBlogSubmit
{
	padding: 5px 10px 5px 10px;
	width: 200px;
	margin: 0px;
	text-align: center;
}
.QuestionContent
{
	overflow: hidden;
	width: 99%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.1em;
	float: left;
}
.QuestionBlogControlQuestionContent
{
	overflow: hidden;
	width: 99%;
	margin: 0px;	
	font-size: 1.1em;
	float: left;
}
.QuestionBlogControlSubmitterDetails
{
    float:left;
    padding: 0px 5px 0px 0px;
}
.QuestionBlogControlAskedAboutContainer
{
    float:left;
    clear:both;
    width:100%;
}
.QuestionBlogControlAnswersCountDiv
{
    margin: 5px 0px 0px 20px;
    float: left;
}
.QuestionBlogControlRemoveButton
{
    float:right;
/*    margin: 5px 5px 5px 5px*/
}
.QuestionBlogControlRemoveButton, .QuestionBlogControlRemoveButton a:hover
{
    float:right;
    background-color: Transparent !important;
    margin: 1px;    
}
.QuestionBlogPostStatsProfile
{
    float:left;
}
.QuestionBlogMainRemove
{
    color: #acb6c9;
	font-size: 0.9em;
	float:right;
    margin: 0px 10px 7px 0px;
}
.QuestionBlogMainRemoveLabel
{
    float: left;
    margin: 0px;
}
.QuestionBloMainRemoveButton, .QuestionBloMainRemoveButton a:hover
{
    float:right;
    background-color: Transparent !important;
    margin: 2px 0px 0px 10px;    
}
.QuestionBlogMainRemoveProcess
{
    float:left;
}
.QuestionContentDeleted
{
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #acb6c9;
}
.QuestionPostDetails
{
    font-size: 0.8em;
    float: left;
    clear: both;
    width: 100%;
    padding: 0px 0px 20px 0px;
}
.QuestionPostDetails a, .QuestionPostDetails a:link, .QuestionPostDetails a:active, .QuestionPostDetails a:visited, .QuestionPostDetails a:hover
{
    color:#acb6c9;
    background-color:Transparent;
    text-decoration:underline;
}
.QuestionPostDetailsContainer
{
    float: left;
    clear: both;
    width: 100%;
    color:#666666;
}
.QuestionPostDetailsContainer a, .QuestionPostDetailsContainer a:link, .QuestionPostDetailsContainer a:active, .QuestionPostDetailsContainer a:visited, .QuestionPostDetailsContainer a:hover
{
    color: #666666;
}
.QuestionPostDetailsMain
{
    font-size: 0.8em;
    float: left;
    clear: both;
    width: 100%;
    padding: 0px 0px 3px 0px;
}
.QuestionBlogPostCommentsImage
{
    padding-top: 1px;
}
.QuestionBlogPostCommentsImageLink:hover
{
    background-color: Transparent;
}
.QuestionPostInResponseText
{
	float: left;
}
.QuestionStatusIcon
{
	position: absolute;
	top: 0px;
	right: 0px;
}
.QuestionSubjectDeleted
{
	text-decoration: line-through;
}
.QuestionText
{
	font-size: 1em;
}
.QuestionText p
{
    width: 99%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.RelatedLocationDiv
{
	float: left;
	clear: both;
	width: 100%;
	color: #096491;
}
.RelatedLocationPlaces
{
	font-size: 0.9em;
}
.ResponseDiv
{
	padding: 0px;
	float: left;
	clear: both;
	width: 100%;
}
.ResponseHeader
{
	color: #096491;
}
.ResponseText
{
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
	padding: 0px 0px 10px 0px;
}
.BlogPostUserDisplay
{
    float: left;
    width: 146px;
}
.UndeletePostLink
{
	float: right;
	margin: 0px 25px 0px 0px;
}

#more
{
    clear: both;
    text-align: center;
}
#QuestionPostSpecialFirstLink
{
	border: 0px;
}
/********************
 * Query Blog End   *
 ********************/
/********************
	QuestionBlogMain
*********************/
.QuestionBlogMainPostDetails
{
    float: left;
    clear: both;
    width: 100%;
}
.QuestionMainCommand
{
	float: left;
	height: 21px;
	vertical-align: middle;
	color: #666666;
	font-size: 0.9em;
	position: relative;
	cursor: pointer;
}
.QuestionMainCommandDivider
{
	float: left;
	padding: 0px 5px 0px 5px;
}
.QuestionMainCommandImage
{
	vertical-align: middle;
}
.QuestionMainCommandImageArrow
{
	padding: 0px 0px 0px 5px;
}
.QuestionMainCommandText
{
	vertical-align: middle;
	white-space: nowrap;
}
.BoldQuestionMainCommandText
{
	vertical-align: middle;
	white-space: nowrap;
	font-weight: bold;
}
.QuestionMainEmbedOuter
{
}
.TextCopiedMessage
{
	display: none; 
	background-color: #feffa0; 
	font-size: 0.9em; 
	float: left; 
	width: 200px; 
	padding: 5px;
}
#QuestionFooterCommands
{
	float: left;
	clear: both;
	width: 390px;
	padding: 0px;
	z-index: 900;
	position: relative;
}
#QuestionFooterCommands a, #QuestionFooterCommands a:link, #QuestionFooterCommands a:active, #QuestionFooterCommands a:visited, #QuestionFooterCommands a:hover
{
	color: #666666;
	background-color: Transparent;
}
#QuestionMainShareMenu
{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	width: 245px;
	background-color: #f5f7fb;
	float: left;
	padding: 10px;
	margin: 0px;
	z-index: 900;
	position: absolute;
	top: 23px;
	left: 0px;
}
#QuestionMainShareMenuDivider
{
	float: left;
	clear: both;
	width: 235px;
}
/********************
	QuestionBlogMain End
*********************/
/******************************
	Rating Mouseover Effect
*******************************/
.PostRatingDiv a:hover
{
	background-color: Transparent;
}
.rankDiv
{
	float: left;
}
.Separator
{
	float: left;
}	
/***************************************
		End Rating Mouseover Effect
****************************************/
/********************
		Gauge
*********************/
.GaugeButton
{
    cursor:pointer;
}
.GaugeMainDiv
{
	float: right;
	font-size: 0.8em;
	width: 143px;
	position: relative;
}

.GaugeTopRanking
{
	background-color: #fceed3;
	padding: 7px 3px 7px 3px;
	text-align: center;
	width: 100px;
	font-size: 1.2em;
}

.GaugeRegularRanking
{
	background-color: #e5ecf4;
	padding: 7px 3px 7px 3px;
	text-align: center;
	width: 100px;
	font-size: 1.2em;
}

.GaugeRating
{
	float: left;
	background-color: #e5ecf4;
	margin: 3px 3px 0px 0px;
	padding: 3px;
	width: 46px;
	text-align: center;
}
.TopRated
{
	font-weight: bold;
}


.QBRankBest
{
    margin: 5px;
    text-align: center;
}
.QBRankPosition
{
    margin: 5px 0px 5px 0px;
    color: #bababa;
    font-size: 0.9em;
    text-align:center;
}
.QBRankContainer
{
    float:left;
    position:relative;
    width:144px;
    background-color: #f2f2f2;
    color:#2d2d2d;
}
.QBRankContainer a, .QBRankContainer a:link, .QBRankContainer a:active, .QBRankContainer a:visited, .QBRankContainer a:hover
{
    color:#2d2d2d;
    background-color:Transparent;
}
.QBRankContainerTopLeft
{
    position:absolute;
    top:0px;
    left:0px;
    width:6px;
    height:6px;
}
.QBRankContainerTopRight
{
    position:absolute;
    top:0px;
    right:0px;
    width:6px;
    height:6px;
}
.QBRankContainerBottomLeft
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:6px;
    height:6px;
}
.QBRankContainerBottomRight
{
    position:absolute;
    bottom:0px;
    right:0px;
    width:6px;
    height:6px;
}
.QBRankVoteContent
{
    padding: 5px;
}
.QBRankVoteBG
{
    background-image:url("http://static1.yeddacdn.com/Images/GaugeNew/GaugeVoteBG.gif");
    background-position: center center;
    background-repeat: no-repeat;
    width:131px;
    height:33px;
    margin:5px auto;
}
.QBRankVoteBG a, .QBRankVoteBG a:link, .QBRankVoteBG a:active, .QBRankVoteBG a:visited, .QBRankVoteBG a:hover
{
    cursor: pointer;
}
.QBRankVoteHeader
{
    font-weight: bold;
}
.QBRankVoteImage
{
    margin: 1px 0px 0px 5px;
    float: left;
}
.QBRankVoteText
{
    width:97px;
     white-space:nowrap;
     float:left;
     text-align:center; 
     padding:10px 0px 0px 0px;
}
.QBRankUpdateProgress
{
    position: absolute;
    top: 10px;
    left: -20px;
}
/********************
		End Gauge
*********************/
/********************
 * Header			*
 ********************/

/* Styles for Search */

.TopSearchContainer
{
    float:left;
    margin: 0px 0px 0px 120px;
    padding:0px;
    width:400px;
}
.TopSearchFormContainer
{
    margin:-1px 0px 0px 0px;
    padding:0px;
    float:left;
    width:100%;
}
.topSearchSubmit
{
    margin:0px;
}
.TopSearchTabsContainer
{
    float:left;
    clear: both;
    padding:0px;
    margin:0px;
}
.TopSearchTabOn
{
    float:left;
    padding:5px 10px;
    background-color: #056490;
    color: #ffffff;
    margin:0px 2px 0px 0px;
}
.TopSearchTabOff
{
    float:left;
    padding:5px 10px;
    background-color: #b3d2e4;
    color: #056490;
    cursor:pointer;
    margin:0px 2px 0px 0px;
}
.TopSearchTabsList
{
    list-style-type:none;
    list-style-image:none;
    display:inline;
    padding:0px;
    margin:0px;
}
.TopSearchTabsList li
{
    display:inline-block;
}
.TopSearchTabSpacer
{
    float:left;
    padding:2px 0px 0px 2px;
    margin:0px;
}
.TopSearchTextInput
{
    border: 2px solid #056490;
    width:300px;
    padding:1px;
    margin:0px;
}
/* End Styles for Search */

.CrossBrandFeedback
{
    float:right;
    margin: 20px 0px 0px 0px;
}
.CrossBrandPartnerLogo
{
	float: left;
	padding: 7px 0px 3px 7px;
	margin: 0px;
	overflow: hidden;
}
.CrossBrandLogoutLink
{
	float: right;
	clear: both;
	padding: 5px 0px 0px 0px;
	font-size: 0.8em;
}
.CrossBrandQBlogHeaderDiv
{
	border-bottom: 1px solid #096491;
	float: left;
	clear: both;
	width: 100%;
}
.FullHeaderDiv 
{
	margin: 0px; 
	padding: 0px; 
	float: left; 
	clear: both; 
	width: 100%;
}


/*
.CrossBrandQBlogTitle
{
	display: inline;
	background-color: Transparent;
	clear: none;
	float: left;
	color: #096491;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0px 5px 0px 5px;
	margin: 15px 0px 0px 15px;
	background-image: url(../images/topNavLine.gif);
	background-position: 0px center;
	background-repeat: repeat-y;
	
}
*/
.CrossBrandYeddaLogo
{
	float: left;
}
.CrossBrandYeddaLogoText
{
	color: #ff4a00;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	clear: right;
	padding: 0px 0px 0px 5px;
}
.CustomHeaderSection
{
	float: left;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.HeaderAdminLink a, .HeaderAdminLink a:link, .HeaderAdminLink a:active, .HeaderAdminLink a:visited, .HeaderAdminLink a:hover
{
    background-color: #ff0000;
    color: #ffffff;
}
.HeaderBottomBorder
{
	float: left;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 3px;
}
.HeaderListSeparator
{
	padding: 0px 0px 0px 5px;
}
.HeaderToolbarImageSpecial
{
    z-index: 10;
}
.HeaderToolbarPromotion
{
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 20;
    width: 133px;
    height: 80px;
}
.HeaderToolbarPromotionSpecial
{
    position: absolute;
    top: -10px;
    right: 0px;
    width: 133px;
    height: 60px;
}

.HeaderToolbarPromotionLink
{
    float: left;
}
.HeaderToolbarPromotion a:hover
{
    background-color: Transparent;
}
.LogoContainer
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 175px;
}
.LogoContainer a:hover
{
	background-color: Transparent;
}
.LogoutLink
{
	float: right;
	clear: both;
	padding: 0px;
	font-size: 0.8em;
	position: relative;
	z-index: 40;
}

.YeddaLogoStandard
{
	float: left;
	clear: none;
}
.YeddaLogoSpecial
{
    float: left;
	clear: none;
    width:120px;
    height:75px;
}
.SpecialLogoMessage
{
    float:left;
    clear:both;
    width:98%;
    border: 1px solid #999999;
    padding:0px 5px;
}
.YeddaLogoText
{
	float: left;
	clear: none;
	color: #ff4a00;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
}
.YeddaLogoTextSpecial
{
    float: left;
	clear: none;
	color: #ff4a00;
	font-size: 0.8em;
	font-weight: bold;
	padding: 39px 0px 0px 10px;
}

#CrossBrandYeddaLogo
{
	float: left;
}
#HeaderCommands
{
	float: left;
	width: 100%;
	position: relative;
}
#HeaderMenuDiv
{
	float: left;
	margin: 3px 0px 0px 0px;
	width: 100%;
}
.headertop /* div containing the topnavigation and the right logging in*/
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    position: relative;
}

#LogoSlogan
{
	color: #ff4a00;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	clear: both;
	width: 100%;
	text-align: right;
}
#topNavigation /* div containing the top list */
{
    float: left;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-weight: bold;
}

#toprightlog /* div containing the right navigation links inside the header */
{
    float: right;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

#toprightlog ul, #topNavigation ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

#toprightlog li, #topNavigation li
{
    display: inline;
    padding-left: 0px;
    margin-right: 0px;
}

.PanelBackToFacebook 
{
	float: right;
}
.BackToFacebookText 
{
	color: Gray;
	font-size: 0.8em;
	margin: 2px 0px 0px 0px;
}
/********************
 * Header End		*
 ********************/

/*****************************/
/* UserDisplay               */
/*****************************/
.DeletedUserName
{
	background-color: Transparent !important;
	color: #acb6c9;
	font-size: 0.9em;
}
.DeletedUserName:hover
{
	color: #acb6c9;
}
.DeletedUserText
{
	color: #acb6c9;
	font-size: 0.9em;
}
.UserDisplayDetailsDiv
{
    padding: 3px 3px 0px 0px;
    float: left;
    clear: left;
    width: 135px;
    text-align:left;
}
.VirgilioProfileLinkDiv 
{
	padding: 3px 3px 0px 0px;
    float: left;
    clear: left;
    width:132px;
    text-align:left;
}
.UserDisplayDetail
{
	padding: 3px 0px 3px 0px;
	clear: both;
	width: 100%;
}
.UserDisplayFont
{
    font-size: 0.9em;
}
.UserDisplayIconDiv
{
    float: left;
    padding: 3px;
    text-align: center;
    position: relative;
}
.UserDisplayIconDiv a, .UserDisplayIconDiv a:link, .UserDisplayIconDiv a:hover, .UserDisplayIconDiv a:visited
{
	background-color: Transparent;
}

.UserDisplayIconOuter
{
	width: 56px; 
	position:relative;
	margin: 0px auto;
}
.UserDisplayMainDiv
{
	float: left;
    padding: 8px 10px 10px 10px;
    margin: 0px 0px 5px 0px;
    width: 126px;
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
    background-image:url(http://static1.yeddacdn.com/Images/UserDisplayBG.gif);
    background-repeat:no-repeat;
    text-align:center;
}
.ImageUserDisplayBG
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.UserDisplayMainDivInner
{
	margin:0px;
	overflow:hidden;
}
.UserDisplayOuterDiv
{
	float: left;
	padding: 0px;
}
.UserDisplayName
{
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 99%;
	text-align: center;
}
.OfficialUserDisplayName
{
	float: left;
	clear: left;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	width: 99%;
	text-align: center;
}
.UserDisplayQuote
{
	float: left;
	clear: left;
	white-space: normal;
	padding: 0px;
	margin: 0px;
	text-align:left;
	max-height:206px;
	width:100%;
	overflow:hidden;
}
.UserDisplayQuoteIE
{
	float: left;
	clear: left;
	white-space: normal;
	padding: 0px;
	margin: 0px;
	text-align:left;
	max-height:210px;
	overflow:hidden;
}
.UserDisplayQuote p
{
    margin:0px 0px 5px 0px;
}
.UserDisplayQuoteSeparator
{
    margin:10px 0px 8px 0px;
}
.UserDisplaySite
{
	width: 100%;
	float: left;
	clear: left;
	margin-top: 10px;
}
.userIconImage
{
	border-width:0px;
	vertical-align: middle;
}
.userIconLink /* to use with the top yadders images */
{
	float: left;
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-align: center;
}	
.UserIconLinkInner a, .UserIconLinkInner a:link, .UserIconLinkInner a:visited
{
	background-color: Transparent;
	padding: 0px;
	margin: 0px;
}
.UserIconLinkOuterDiv
{
	border: 1px solid #666666;
	float: left;
	line-height: 40px;
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
	position:relative;
	background-color:#ffffff;
}
.ProofOfAuthenticationOther
{
    position:absolute;
    top: 8px;
    left: 27px;
    width: 52px;
    height: 52px;
    background-image: url(http://static1.yeddacdn.com/Images/ProofOfAuthentication.png);
    background-repeat:no-repeat;
}
.ProofOfAuthenticationIE
{
    position:absolute;
    top: 8px;
    left: 27px;
    width: 52px;
    height: 52px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static1.yeddacdn.com/Images/ProofOfAuthentication.png",sizingMethod="scale");
}
.QuestionBlogRemove 
{
    float:right;
    cursor: pointer;
    padding: 0px;
}
.OfficialUserOther
{
    width:44px;
    height:17px;
    position:absolute;
    top:41px;
    left:4px;
    background-image: url(http://static1.yeddacdn.com/Images/staff-badge.png);
    background-repeat:no-repeat;
}
.OfficialUserIE6
{
    width:44px;
    height:17px;
    position:absolute;
    top:41px;
    left:4px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static1.yeddacdn.com/Images/staff-badge.png",sizingMethod="scale");
    line-height:1px;
}
/*****************************/
/* UserDisplay  End          */
/*****************************/
/*****************************
	UserDisplayLite Start
******************************/

.UserDisplayDetailsLiteDiv
{
	padding: 3px 3px 10px 3px;
    float: left;
    clear: left;
    width: 124px;
    text-align: left;
}
.UserDisplayLiteIconOuter
{
	border: 1px solid #666666;
	float: left;
	margin: 0px 0px 10px 0px;
	font-size: 40px;
	line-height: 40px;
	vertical-align: middle;
	position:relative;
}
.UserDisplayLiteIconOuter a:hover
{
	background-color: Transparent;
}
.UserDisplayOuterDivLite
{
	float: left;
	padding: 0px;
	margin: 3px 5px 5px 5px;
	width: 90%;
}
.UserDisplayMainDivLite
{
	float: left;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.UserDisplayQuoteLite
{
	white-space: normal;
	width: 90%;
	float: left;
	clear: both;
	padding: 0px 0px 0px 5px;
	text-align: left;
	max-height:206px;
}
.UserDisplayQuoteLiteIE6
{
	white-space: normal;
	width: 90%;
	float: left;
	clear: both;
	padding: 0px 0px 0px 5px;
	text-align: left;
	height:210px;
	overflow:hidden;
}
.UserIconContainerLite
{
	padding: 0px 0px 10px 38px;
}
/******************************
	UserDisplayLite End
*******************************/
/*****************************/
/* ShortUserDisplay  Start   */
/*****************************/
.UserShortDetails
{
	white-space: nowrap;
	display: inline;
}
.UserShortDisplayMainDiv
{
	float: left;
    padding: 0px;
    margin: 0px;
    width: 99%;
    background-color: #FFFFFF;
    position: relative;
}
.UserShortDisplayDetailsDivFacebook
{
	float: left;
	padding: 2px;
	margin: 0px 0px 0px 3px;
	width: 399px;
	overflow: hidden;
}
.UserShortDisplayIconDiv
{
    float: left;
    padding: 0px;
    position:relative;
}
.UserShortIconLinkOuterDiv
{
	border: 1px solid #666666;
	float: left;
	margin: 0px;
	line-height: 40px;
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
}
.UserShortIconLinkOuterDiv a, .UserShortIconLinkOuterDiv a:link, .UserShortIconLinkOuterDiv a:hover, .UserShortIconLinkOuterDiv a:visited
{
	background-color: Transparent;
}
.UserShortDisplayName
{
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
.UserShortDisplayTags
{
	float: left;
	clear: right;
	white-space: nowrap;
}
.UserShortDisplayDetailsHeader
{
	float: left;
	padding: 0px;
	margin: 0px;
	color: #acb6c9;
	font-weight: normal;
}
.UserShortDisplayTagline
{
	white-space: nowrap;
	display: inline;
	float: left;
	font-size: 1em;
	overflow: hidden;
}
.UserShortDisplayTagline p
{
	display: inline;
}
.UserShortDisplayTaglineDiv
{
	float: left;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.UserShortStatisticsDiv
{
	float: right;
}
.ImageSeparatorUserDisplay
{
	float: left;
}

/*****************************/
/* ShortUserDisplay  end	 */
/*****************************/


/*****************************
		QuestionBlog Start
******************************/
.ExplainInvitedDiv
{
	width: 500px;
	float: left;
	background-color: #ffffff;
	padding: 5px;
	color: #096491;
}
.PostsCountDiv
{
	margin: 0px 0px 0px 5px; 
	float: left; 
	padding: 0px 0px 0px 5px;
	border-left: 1px solid #acb6c9;
}
.QuestionBlogAnswerDetailsDiv
{
	float: left;
	clear: left;
}
.ImageQuestionBlogMainBackground
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height:32px;
}
.QuestionBlogOpenInvitiation
{
	 float:right; 
	 text-align:right; 
	 background-color: #ffea1d;
}
.QuestionBlogPostDetails
{
	float: left;
	width: 100%;
}
.QuestionBlogPostDetailsProfile
{
    float:left;
    clear:both;
    width:100%;
}
.QuestionBlogQnAHeader
{
    font-size:1.2em;
    font-weight: bold;
}
.QuestionBlogPreliminaryText {
	font-weight: bold;
}
.PreliminaryFlatListItem {
	margin-top:6px;
}
.QuestionBlogRoundedCorner
{
    position: absolute;
    top: -1px;
    right: -1px;
    width: 32px;
    height: 28px;
    z-index:1;
}

.QuestionTextDiv
{
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	float: left;
	width: 100%;
}
.AnswerTextDiv
{
    padding: 0px 0px 0px 10px;
    margin: 3px 0px 0px 0px;
	overflow: hidden;
	float: left;
	width: 100%;
	border-left:4px solid #dddddd;
}
.SubmissionDetails
{
	padding: 4px 0px 2px 0px;
	margin: 0px;
    font-size: 0.8em;
    float: left;
    width: 100%;
    color: #ACB6C9;
}
.SubmissionUserDetails
{
	 float: left; 
}
.ButtonSuspendDiv 
{
	margin-top: 20px;
	width: 80%;
}
.ButtonSuspend 
{
	background-color: #FF0000;
}
.ButtonUnsuspend
{
	background-color:Green;
	border-color:Black;
} 

.LblSuspendByAdmin2 
{
	color: #FF0000;
	font-weight: bold;
}
/*****************************
		QuestionBlog End
******************************/
/*****************************
		QuestionBlogCompact
******************************/
.CompactMainQuestionContent
{
	font-size: 0.9em;
	 font-weight: normal;
}
.QuestionCompactMainDiv
{
	display: inline;
	float: left; 
	clear: left; 
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	position: relative;
}
.QuestionCompactMainDivAdmin
{
	float: left; 
	clear: left; 
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
}

.CompactControlSeparator
{
	float: left;
	clear: both;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}
.AskedAboutContainer
{
	
}
.TagList
{
    background-color: #FFFFFF;
    border: 1px solid #ACB6C9;
    margin: 5px 5px 0px 0px;
    padding: 1px;
    float:left;
}
/*****************************
	End QuestionBlogCompact
******************************/

/*****************************
	Start QuestionBlogMini
******************************/
.QBlogMiniTopLeft
{
    position:absolute;
    top:-2px;
    left: -2px;
    width:5px;
    height:5px;
}
.QBlogMiniTopRight
{
    position:absolute;
    top:-2px;
    right: -2px;
    width:5px;
    height:5px;
}
.QBlogMiniBottom
{
    position:absolute;
    bottom:-2px;
    left: 0px;
    width:100%;
    height:11px;
}
.QBlogMiniBottomLeft
{
    position:absolute;
    bottom:-2px;
    left: -2px;
    width:11px;
    height:11px;
}
.QBlogMiniBottomRight
{
    position:absolute;
    Bottom:-2px;
    right: -2px;
    width:11px;
    height:11px;
}
.QuestionBlogMiniActions
{
    padding: 4px 0px 2px 0px;
	margin: 0px;
    float: left;
    width: 100%;
    font-size:0.9em;
}
.QuestionBlogMiniContentBottom
{
    position:relative;
    float:left;
    clear:both; 
    width:100%;
    margin:8px 0px 0px 0px;
}
.QuestionBlogMiniContentTop
{
    position:relative;
    float:left;
    clear:both; 
    width:100%;
}
.QuestionBlogMiniRemoved
{
    float:left; 
    clear:both;
    width:98%;
    padding:11px 0px 11px 11px;
}
.QuestionBlogMiniContent
{
    float:left; 
    clear:both;
    width:98%;
    padding:8px 0px 0px 8px;
}
.QuestionBlogMiniDetails
{
    float:left;
    position:relative;
    padding: 8px 0px 8px 8px;
}
.QuestionBlogMiniMain
{
    float:left;
    clear:both; 
    width:100%; 
    border: 2px solid #c3d6e7;
    margin:35px 0px 0px 0px;
}
.QuestionBlogMiniSubmissionUserDetails
{
	padding: 0px;
	margin: 0px;
    font-size: 0.8em;
    float: left;
    width: 100%;
    color: #ACB6C9;
    padding:2px 0px 3px 0px;
}
.QuestionBlogMiniSubmissionUserDetails a, .QuestionBlogMiniSubmissionUserDetails a:link, .QuestionBlogMiniSubmissionUserDetails a:active, .QuestionBlogMiniSubmissionUserDetails a:visited, .QuestionBlogMiniSubmissionUserDetails a:hover
{
    color:#acb6c9;
    background-color:Transparent;
    text-decoration:underline;
}
.QuestionBlogMiniSubmitterDetails
{
    float:left;
    padding: 0px 5px 0px 0px;
}
.QuestionBlogMiniText a, .QuestionBlogMiniText a:link, .QuestionBlogMiniText a:active, .QuestionBlogMiniText a:visited, .QuestionBlogMiniText a:hover
{
    color:#000000;
    background-color:Transparent;
}

/*****************************
	End QuestionBlogMini
******************************/
/*****************************
	Start PreliminaryQuestion
******************************/
.PreliminaryTopLeft
{
    position:absolute;
    top:-2px;
    left: -2px;
    width:5px;
    height:5px;
}
.PreliminaryTopRight
{
    position:absolute;
    top:-2px;
    right: -2px;
    width:5px;
    height:5px;
}
.PreliminaryBottom
{
    position:absolute;
    bottom:-2px;
    left: 0px;
    width:100%;
    height:11px;
}
.PreliminaryBottomLeft
{
    position:absolute;
    bottom:-2px;
    left: -2px;
    width:11px;
    height:11px;
}
.PreliminaryBottomRight
{
    position:absolute;
    Bottom:-2px;
    right: -2px;
    width:11px;
    height:11px;
}
.PreliminaryQuestionActions
{
    padding: 4px 0px 2px 0px;
	margin: 0px;
    float: left;
    width: 100%;
    font-size:0.9em;
}
.PreliminaryQuestionContentBottom
{
    position:relative;
    float:left;
    clear:both; 
    width:100%;
    margin:8px 0px 0px 0px;
}
.PreliminaryQuestionContentTop
{
    position:relative;
    float:left;
    clear:both; 
    width:100%;
}
.PreliminaryQuestionContent
{
    float:left; 
    clear:both;
    width:98%;
    padding:8px 0px 0px 8px;
}
.PreliminaryQuestionMain
{
    float:left;
    clear:both; 
    width:99%; 
    border: 2px solid #c3d6e7;
    margin:0px 0px 0px 0px;
}
.PreliminaryQuestionText a, .PreliminaryQuestionText a:link, .PreliminaryQuestionText a:active, .PreliminaryQuestionText a:visited, .PreliminaryQuestionText a:hover
{
    color:#000000;
    background-color:Transparent;
}
.SuspendQuestionButton 
{
	height:30px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	width:85px;
}


/*****************************
	End PreliminaryQuestion
******************************/
/*****************************
	QuestionBlogPostReply
******************************/
.AnchorLink
{
	float:left; 
	clear: both;
}
.AnswerSpacingDiv
{
    margin: 0px;
    padding: 0px;
}
.QuestionBlogHorizontalSeparator
{
	width: 90%;
	height: 10px;
	margin: 5px;
}
.PostReplyInvitedHeader
{
    font-weight: bold;
}
.PostReplyMainDiv
{
/*	width: 530px;  */
	width: 100%; 
    margin: 20px 0px 0px 0px;
    padding: 0px;
    float: left;
    clear: both;
}
.PostButton 
{
    padding: 1px 10px 1px 10px;
}
.PostReplyPrompt
{
	padding: 0px 0px 5px 0px;
	float: left;
	clear: both;
	width: 90%;
	color: #096491;
	font-size: 1.2em;
	font-weight: bold;
}
.PostReplyWatchQuestion
{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0px 5px 0px;
}
.PostReplyWhyMeText
{
    font-size: 0.9em;
    border-left: 1px solid #ACB6C9;
    padding-left: 5px;
}
.SpellCheckButton
{
	float: left;
	width: 100%;
	padding: 10px 0px 5px 0px;
}
.CaptchaDiv
{
    clear:both;
    padding: 10px 0px 10px 0px;    
}
.CaptchaMain
{
    clear:both;
}
.CaptchaHIPField
{
    margin: 5px 0px 10px 0px;
}
.CaptchaExplanation
{
    margin: 5px 0px 10px 0px;
}

#AnswerHtmlHl
{
    float: right;
    margin: 0px;
    font-size: 0.9em;
    padding: 0px;
}
#ButtonsDiv
{
	float: left;
	clear: both;
	width: 100%;
}
#PostReplyAnswerHeader
{
    float: left;
}
#PostReplyTextDiv
{
	float: left; 
	clear: both; 
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#RestOfTheButtonsDiv 
{
	float: left;
	text-align: left;
}
#SubscribeDiv
{
    float: left;
}

/*****************************
	QuestionBlogPostReply End
******************************/

/*****************************
	PreBlogSimilar Start
******************************/
.PreBlogSimilarDottedSeparator
{
	width: 196px;
}

.PreBlogSimilarQuestionsBullet
{
	color: #ff4a00;
	float: left;
	clear: left;
	padding: 0px 5px 0px 0px;
}
.PreBlogSimilarQuestionsMoreBullet
{
	color: #ff4a00;
	float: left;
	clear: left;
	padding: 0px 5px 0px 0px;
}


#ImageSimilarProgress 
{
	visibility: hidden;
}
#ImageSimilarProgress2
{
	visibility: hidden;
}
#ImageSuggestedTagsProgress {
	visibility: hidden;
}
#ImageSimilarProgress 
{
	visibility: hidden;
}
#ImageSimilarProgress2
{
	visibility: hidden;
}
/*****************************
	PreBlogSimilar End
******************************/


/*****************************
	QuestionBlogSimilar start
******************************/
.MoreSimilarQuestions
{
    padding: 10px 0px 10px 0px;
    float: left;
	font-size: 1em;
	font-weight: bold;
}
.MoreSimilarQuestionsBullet
{
	color: #ff4a00;
}
/*****************************
	QuestionBlogSimilar End
******************************/


/*****************************
	QueryBlog One liner Start
******************************/
.PreBlogOneLinerContainer a, .PreBlogOneLinerContainer a:link, .PreBlogOneLinerContainer a:visited, .PreBlogOneLinerContainer a:active .PreBlogOneLinerContainer a:hover
{
	padding: 0px;
	margin: 0px;
}
.PreBlogOneLinerFullBlog
{
	font-weight: normal;
}
.PreBlogOneLinerFullBlog a, .PreBlogOneLinerFullBlog a:link, .PreBlogOneLinerFullBlog a:visited, .PreBlogOneLinerFullBlog a:active
{
	color: #0033FF;
	text-decoration: none;
	background-color: transparent;
}
.PreBlogOneLinerFullBlog a:hover
{
	background-color: #3399FF;
	color: #FFFFFF;
	text-decoration: none;
}
.QBlogOneLinerList
{
	padding: 0px;
	width: 100%;
}
.QBlogOneLinerList li
{
	clear: both;
	width: 100%;
}
.QBlogOneLinerPreviewContainer
{	
	float: left;
	clear: both;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.PreBlogOneLinerInnerContainer 
{		
	float: left;	
	padding: 0px;
	margin: 0px;	
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	width: 98%;
}
.QBlogOneLinerPreview 
{
	width: 90%;	
	float: left;
	clear: both;
	padding: 5px 0px 0px 10px;
	margin: 0px;
}
.PreBlogOneLinerExpandImage 
{			
	float: right;
	clear: right;
}
.PreBlogOneLinerQuestionBlogLink 
{
	padding: 0px 0px 0px 5px;
	width: 100%;
	background-color: transparent;
}
.PreBlogOneLinerQuestionBlogLinkNoJavaScript 
{
	padding-left: 5px;
	width: 100%;
	cursor: default;
}
.PreBlogOneLinerText 
{
	float: left;
	margin: 0px;
}
.PreBlogOneLinerAnswersCount 
{
	font-size: 0.8em;
	color: Gray;
}
.PreBlogOneLinerExpandText 
{
	float: left;
	clear: left;
}
.PreBlogOneLinerExpandContainer 
{
	width: 130px;
	float: right;	
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
	text-align: center;
}

.PreBlogOneLinerExpandContainer a, .PreBlogOneLinerExpandContainer a:link, .PreBlogOneLinerExpandContainer a:visited, .PreBlogOneLinerExpandContainer a:active .PreBlogOneLinerExpandContainer a:hover
{
	background-color: #096491;
	color: #FFFFFF;
}

/*****************************
	QueryBlog One liner End
******************************/

/*****************************
	ProgressIndicator Start
******************************/

.ProgressIndicator 
{
	visibility: hidden;
}


/*****************************
	ProgressIndicator End
******************************/


/*****************************
		FooterControl Start
******************************/
.BottomSearchContainer
{
    margin: 0px auto;
    padding:0px;
    width:400px;
}
.FooterImageAOLLatino
{
    position:absolute;
    top: 20px;
    left:0px;
}
.FooterTopContainer
{
    float:left;
    clear:both;
    width:100%;
    margin:0px 0px 20px 0px;
    padding:15px 0px 0px 0px;
    position:relative;
    border-top: 1px solid #cccccc;
}
#CopyrightText
{
	float: left;
}

#CopyrightText a, #CopyrightText a:link, #CopyrightText a:active
{
	color: #ACB6C9;
}

.FooterLinks a, .FooterLinks a:link, .FooterLinks a:active, .FooterLinks a:visited
{
	color: #ffffff;
}
.FooterLinksFacebook a, .FooterLinksFacebook a:link, .FooterLinksFacebook a:active, .FooterLinksFacebook a:visited
{
	color: #ffffff;
}
#FooterLinkslist
{
	float: left;
}
#FooterCopyright
{
    padding: 2px 5px 2px 5px;
    color: #acb6c9;
    font-size: 0.8em;
    float: left;
    width: 640px;
}
#InkodLogoDiv 
{
	padding: 0;
	margin: 0;
	float: right;
}
#InkodLogoDiv a:hover
{
	background-color: Transparent;
}

/* style for Lang */
.myyahooButton
{
	width: 91px;
	display: inline;
	vertical-align: top;
}

/*****************************
		FooterControl End
******************************/
.FooterContentDisclaimer
{
	font-size: 0.9em;
	color: #666666;
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.FooterSeparator
{
	clear: both;
	width: 980px;
	margin: 0px auto;
}
.FooterPartnerLinks
{
	clear: both;
	width: 980px;
	padding: 40px 0px 10px 0px;
	text-align: center;
	color: #7d7d7d;
	background-color: #ffffff;
	margin: 0px auto;
}
.FooterLinks
{
    background-color: #ff4a00;
    float:left;
    width: 100%;
    padding: 3px 0px 3px 0px;
}
#FooterLogoPartner a:hover
{
	background-color: Transparent;
}

#FooterLinksForPartners
{
	margin: 10px 0px 10px 0px;
	clear: both;
	width: 100%;
}
#FooterLinksForPartners a, #FooterLinksForPartners a:link, #FooterLinksForPartners a:active, #FooterLinksForPartners a:visited
{
	color: #7d7d7d;
}
#FooterLinksForPartners a:hover
{
	color: #ffffff;
}

/*****************************
		PartnerFooterControl Start
******************************/

/*****************************
		PartnerFooterControl End
******************************/

/*****************************
		Shopping Controls
******************************/
.amazonItemImagesOnly
{
	margin: 5px;
	float: left;
}
.amazonItemImagesOnly a:hover 
{
	background-color: Transparent;
}
.amazonItemImagesOnly img
{
	background-color: Transparent;
	float: left;
}
.amazonItemImagesOnly img
{
	border: 1px solid #FF4a00;
	width: 50px;
	height: 80px;
}
.amazonItemOuter
{
	float: left;
	clear: both;
	width: 100%;
}

.amazonItem a:hover 
{
	background-color: Transparent;
}
.amazonItemTitle 
{
	color: #3399FF;
	text-decoration: underline;
}
.amazonItemDescription a
{
	color: Black;	
	background-color: Transparent;	
}
.amazonItemDescription a:hover
{
	color: Black;
	background-color: Transparent;
}
.amazonItemDescriptionTextOnly
{
	float: left;
	width: 95%;
	font-size: 0.8em;	
	padding-top: 2px;
	padding-bottom: 8px;	
}
.amazonItemDescriptionTextOnly a
{
	color: Black;	
	background-color: Transparent;	
}
.amazonItemDescriptionTextOnly a:hover
{
	color: Black;
	background-color: Transparent;
}
.amazonItem img
{
	border: 1px solid #FF4a00;
	width: 50px;
	height: 80px;
}
.ExternalRelevantHeader
{
    float: left;
    clear: both;
    width: 100%;
    padding: 10px 0px 10px 0px;
}
.ExternalRelevantHeader a:hover, #eHowSearchResults .ExternalRelevantHeader a:hover
{
	background-color: Transparent;
}
#eHowSearchResults a:hover
{
	color: #ffffff;
	background-color: #3399ff;
}

#BurstNetAdsContainer
{
    margin: 10px 0px 15px 0px;
    float:left;
    padding:5px;
    text-align: center;
    background-color:#eeeeee;
    font-size:0.65em;
}
#BurstNetAdsContainer a:hover
{
    background-color:Transparent;
}

.RightColAdvertContainer
{
    background-color: #eeeeff;
    padding:10px 4px 15px 8px;
    margin:20px 0px 0px 0px;
    float:left;
    clear:both;
}
.RightColAdvertContainer a:hover
{
    background-color: Transparent;
}
/*****************************
		Shopping Controls End
******************************/

/*****************************
		Tag Cloud
******************************/
.TagCloudHyperLink 
{
	cursor: pointer;
}
.TagCloudItem
{
	line-height: 30px;
	white-space:normal;
	margin-right: 5px;
}
.ExploreTagCloud
{
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
	padding : 15px 15px 0px 15px;
	margin: 0px;
	text-align: justify;
	float:left;
}

/********************************
		End Tag Cloud
*********************************/

/********************************
		Social Bookmark
*********************************/

.SocialBookmarkIcon 
{
	border-style: none;
	vertical-align: middle;
	margin: 0px 5px 10px 0px;
}
.SocialBookmarkButton a:hover
{
	color: #666666;
	background-color: Transparent;
	cursor: pointer;
}
/********************************
		End Social Bookmark
*********************************/


/********************************
		External blogs
*********************************/
.ExternalBlogsText
{
	float: left;
	clear: both;
	width: 95%;
}
.ExternalBlogsDetailsHeader
{
	float: left;
	padding: 0px;
	margin: 0px;
	color: #acb6c9;
	font-weight: normal;
}
.ExternalBlogsTags
{
	float: left;
	clear: right;
	white-space: nowrap;
}
.ExternalBlogsDetailsOuter
{
	float: left;
	clear: both;
	width: 460px;
	padding: 0px;
	margin: 3px 0px 3px 0px;
	font-size: 0.9em;
	overflow: hidden;
}



/********************************
		End External Blogs
*********************************/

/***********************************
	Mockup Relevant Links
************************************/
.MockupAdLink a, .MockupAdLink a:link, .MockupAdLink a:visited, .MockupAdLink a:hover
{
	color: #008002;
	background-color: Transparent;
}
.MockupAdsMain
{
	float: left;
	clear: both;
	width: 175px;
}
.MockupRelevantLinks
{
	float: left;
	clear: both;
	margin: 10px 0px 10px 0px;
	width: 100%;
	font-family: Arial, Verdana, Sans-Serif;
}
.MockupRelevantLinks a, .MockupRelevantLinks a:link, .MockupRelevantLinks a:visited, .MockupRelevantLinks a:hover
{
	text-decoration: underline;
}
.MockupTextExplanation
{
	float: left;
}
/***********************************
	End Mockup Relevant Links
************************************/

.DebugInfoDisplay
{
	clear: both;
	border: solid 1px red;
	padding: 10px;
}

.DebugInfoDisplay h1 
{
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	background: none;
}

.DebugInfoDisplay p
{
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-style: normal;
	background: none;
}

/****************************************
			Separators
*****************************************/
/*
workaround to create an image hr that will be displayed as a regular hr if there are
no  stylesheets . Taken from http://www.sovavsiti.cz/css/hr.html
The 
*/
div.HorizontalDottedSeparator hr {
  display: none;
}
/*******************************************
		End Separators
********************************************/

/*******************************************
		Style for order by 
********************************************/
.SortOrderByActive
{
	color: #096491;
	font-weight: bold;
}
/*******************************************
		End order by
********************************************/

/*******************************************
		Style for QuestionBeingAskedControl 
********************************************/

.QuestionBeingAskedDiv
{
	width: 80%;
	border: 1px solid #acb6c9;
	background-color: #fceed3;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 535px;
}
/*******************************************
		End QuestionBeingAskedControl style
********************************************/

/*******************************************
		GridLinkPager Style
********************************************/
#SolrPagger ul
{     
}

.GridLinkPagerList
{
	display: inline;
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	float: left;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
}
.GridLinkPagerList li
{
	display: inline;
	font-size: 0.9em;
}
.GridLinkPage span
{
	background-color: #096491;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding: 6px;
}
.GridLinkPagerList li a, .GridLinkPagerList li a:link, .GridLinkPagerList li a:active, .GridLinkPagerList li a:visited
{
	border: 1px solid #acb6c9;
	margin: 0px;
	padding: 5px;
}
#GridLinkPagerNext, #GridLinkPagerPrev
{
	font-weight: bold;
	padding: 0px;
}
/*******************************************
		End GridLinkPager Style
********************************************/

/******************************************
		User profile control
*******************************************/
.LocationDetailsInner
{
	width: 125px;
	background-color: #f8f8f8;
	clear: both;
	border: solid 1px #e9e9e9;
	padding: 0px 0px 15px 0px;
	margin: 5px 0px 0px 0px;
	float: left;
	overflow-x: auto;
	position: relative;
}
.LocationDetailsOuter
{
	border: 1px solid #acb6c9;
	width: 126px;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.LocationsList
{
	color: #0033ff;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.LocationsList li
{
	padding: 0px;
	margin: 0px;
}
.PartnerAttribution
{
	font-size: 0.9em;
}
.PartnerAttribution img
{
	margin: 5px auto 0px auto;
	border: 0px;
}
.PartnerAttribution div a:hover
{
	color: #0033ff;
	background-color: Transparent;
}
.ProfileLeftAreaSection
{
	width: 125px;
	/* min-height fast workaround: http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 220px;
	height: auto !important;
	height: 220px;
	/* end min-height workaround */
	background-color: #f8f8f8;
	clear: both;
	border: solid 1px #e9e9e9;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	overflow-x: auto;
}
.ProfileLeftSectionCommands
{
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	width: 95%;
}
.ProfileNoTagsMessage
{
	font-size: 0.9em;
}
.ProfileWidgetPromotionDiv
{
	
	width: 140px;
	float: left;
	clear: both;
	margin: 0px 0px 0px 5px;
}
.ProfileUserInfoContent
{
	z-index: 10;
	position: relative;
	margin: 5px 0px 0px 3px;
}
.ProfileUserBG
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
}

#ProfileLeftSide
{
	float: left;
	margin: 0px;
	padding: 3px;
	width: 150px;
}

/******************************************
		End User profile control
*******************************************/

/******************************************
		Start Relevant User control
*******************************************/
.RelevantUsers
{
	width: 100%;
	height: 230px;
}
.RelevantUsersBottomSep
{
	border-bottom: 1px dotted #000000; 
	width: 100%; 
	height: 3px;
}
.RelevantUsersBottomSep hr
{
	display: none;
}
.RelevantUserDiv
{
	float: left;
	width: 49%;
	text-align: center;
	margin: 0px 0px 15px 0px;
}
.RelevantUsersHeader
{
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 15px 0px;
	text-align: center;
}
.RelevantUserIcon
{
	width: 48px;
	margin: 0px auto 0px auto;
}
.RelevantUsersMore
{
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	color: #7400ff;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.RelevantUsersMore a, .RelevantUsersMore a:link, .RelevantUsersMore a:active, .RelevantUsersMore a:visited, .RelevantUsersMore a:hover
.RelevantUserName a, .RelevantUserName a:link, .RelevantUserName a:active, .RelevantUserName a:visited, .RelevantUserName a:hover
{
	color: #7400ff;
	font-weight: bold;
	text-decoration: none;
}
.RelevantUserName
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 1px 0px 0px 0px;
}
.RelevantUsersOuterDiv
{
	background-color: #fef1d1;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 76%;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.RelevantUsersTable
{
	 float: left; 
	 clear: both; 
	 width :100%;
}
.YeddaLogoLink a, .YeddaLogoLink a:link, .YeddaLogoLink a:active, .YeddaLogoLink a:visited
{
	border: 0px;
	background-color: Transparent;
}
.YeddaLogoLink img
{
	border: 0px;
}
.YeddaLogoLink a:hover
{
	background-color: Transparent;
}

/******************************************
		End Relevant User control
*******************************************/


/******************************************
		Start Omgili control
*******************************************/
.omgiliItem 
{
	float: left;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	padding: 0px;
}

.omgiliItem a, .omgiliItem a:link, .omgiliItem a:visited, .omgiliItem a:active
{
	/*color: #7300FE;	
	background-color: White;
	text-decoration: underline;*/
}
.omgiliItemListli
{
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
.omgiliDescription
{
	margin-top: 4px;
	margin-bottom: 0px;
}
.omgiliPoweredByContainer
{
	text-align: right;
	float: right;
	margin: 10px 0px 0px 0px;
}
.omgiliPoweredByContainer a:hover
{
	background-color: white;
}
.omgiliPoweredBy
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;	
}
.omgiliMoreResultsContainer 
{
	float: left;
	padding: 0px;
}
#omgiliMoreResultsArrow
{
	color: #FF4A00;
	font-weight: bold;
}

/******************************************
		End Omgili control
*******************************************/

/******************************************
		Start TechnoratiBlogSearch control
*******************************************/

.TechnoratiContainer 
{
	float: left;
	clear: both;
	width: 100%;
}
.TechnoratiItemCorner
{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 32px;
	height: 28px;
}
.TechnoratiItemContainer
{
	float: left;
	clear: right;
	width: 490px;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
.TechnoratiItemDescription
{
	font-size: 0.9em;
}
.TechnoratiDescription
{
	margin: 0px 0px 6px 0px;
	float: left;
	width: 100%;
}
.TechnoratiPoweredByContainer
{
	text-align: right;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 555px;
}
.TechnoratiPoweredByContainer a, .TechnoratiPoweredByContainer a:link, .TechnoratiPoweredByContainer a:visited, .TechnoratiPoweredByContainer a:hover, .TechnoratiPoweredByContainer a:active
{
	color: Black;
	background-color: transparent;
}
.TechnoratiPoweredBy
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;		
}
.TechnoratiMoreResultsContainer 
{
	float: left;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.TechnoratiItemLink 
{
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	float: left;
	clear: both;
	width: 99%;
}
.TechnoratiItemText 
{
	font-size: 0.9em;	
}
.TechnoratiUserImage 
{
	width: 30px;
	height: 30px;
	border-width: 0px;
	vertical-align: middle;		
}
.TechnoratiMoreResultsTagsContainer 
{
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.TechnoratiTagsContainer
{
	font-weight: bold;
	margin: 0px 0px 0px 12px;
}
.TechnoratiProductionModePanel 
{
	float: left;
}
.TechnoratiUniversalTagsContainer 
{
	float: left;
}
.TechnoratiUniversalTagsHeader 
{
	float: left;
}
.TechnoratiUserImageContainer 
{
	margin: 0px 8px 0px 0px;
	padding: 0px;
	float: left;
	clear: left;
}
.TechnoratiUserIconLinkOuterDiv 
{	
	border:1px solid #FF4A00;
	display:table-cell;
	float:left;
	font-size:30px;
	line-height:0px;
	margin: 0px;
	vertical-align:middle;
}
.TechnoratiUserIconLinkOuterDiv a:hover
{
	background-color: Transparent;
}
.TechnoratiMoreResultsArrow
{
	color: #FF4A00;
}
#TechnoratiBottomSeparator
{
	width: 520px;
	margin: 5px 0px 0px 7px;
}
#TechnoratiHeader
{
	margin: 20px 0px 10px 0px;
}
.TechnoratiLogo 
{
	width: 110px;
	height: 14px;
	border: 0px;
}

/******************************************
		End TechnoratiBlogSearch control
*******************************************/

/*************************
	Popup windows styles
**************************/
.CollapsibleLink
{
	padding: 0px;
	margin: 0px;
	display: inline;
}
.CollapsibleContent
{
	padding: 3px 0px 0px 0px;
	display: block;
}


.EPalsTermsHeader
{
	color: #096491;
	background-color: #e5ecf4;
	float: left;
	clear: left;
	width: 510px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}
.EPalsTermsPopupContent
{
	float: left; 
	clear: both; 
	width: 97%;
	margin: 0px 0px 0px 0px;
	padding: 10px;	
}
.ExplainInvitedBullet
{
	color: #ff4a00;
}
.ExplainInvitedHeader
{
	color: #096491;
	background-color: #e5ecf4;
	float: left;
	clear: left;
	width: 410px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}
.ExplainInvitedImage
{
	float: right;
	clear: right;
	margin: 0px 0px 0px 10px;
}
.ExplainInvitedText
{
	float: left;
	clear: left;
}
.ExplainInvitedTextContent
{
	float: left;
	clear: left;
	width: 95%;
	margin: 10px 0px 0px 0px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.NotAskListItem
{
	float: left;
	clear: right;	
	width: 90%;	
}
.PopupAnimation
{
	float: right;
	margin: 10px 0px 0px 10px;	
}
.PopupButton
{
	float: right;
	clear: both;
}
.PopupButtonDiv
{
	float: left;	
	clear: right;
	width: 75px;
	height: 30px;
	padding: 8px 5px 0px 0px;			
	background-color: #E5ECF4;
	margin: 0px;
}
.PopupContainer
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 760px;
	padding: 0px;
}
.PopupListBullet
{
	float: left;
	clear: left;
}
.PopupListItem
{
	float: left;
	clear: right;	
	width: 95%;	
}
.PopupTextContent
{
	margin: 10px 0px 10px 0px;
	float: left;
	clear: both;
	width: 98%;
	margin: 5px 0px 5px 0px;
}
.PopupTextContainer 
{
	margin-top: 10px;
	float: left;
}
.PopupContent
{
	float: left; 
	clear: both; 
	width: 97%;
	height: 350px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px;	
}
.PopupContentAdminSuspend
{
	float: left; 
	clear: both; 
	width: 97%;
	height: 140px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px;	
}
.PopupContent h3
{
	float: left;
	clear: both;
	width: 90%;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	display: inline;
}
.PopupContent ul
{
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	clear: both;
	width: 100%;
}
.PopupContent li
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 90%;
	float: left;
	clear: both;
}
.PopupContentlistItem
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
.PopupExplanationDiv
{
	width: 700px;
	height: 510px;
	color: #096491;
	border: 3px solid #acb6c9;
	background-color: #ffffff;
	padding: 5px;
}
.PopupHeader
{
	color: #096491;
	background-color: #e5ecf4;
	float: left;
	clear: left;
	width: 610px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}
.PopupHeader2 
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color:#ff4a00; 
	font-weight: bold;
	float: left;
	clear: both;
	width: 100%;
}
.PopupDeleteByAdminHeader
{
	color: #096491;
	background-color: #e5ecf4;
	float: left;
	text-align:left;
	clear: both;
	width: 390px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

.PopupListLastItem
{
	padding: 0px;
}
#NotAskLastItem, #ToolsLastItem, #TipsLastItem
{
	padding: 0px;
}
.PopupNeedIdeasDiv
{
	width: 200px;
	height: 200px;
	color: #096491;
	border: 1px solid #acb6c9;
	background-color: #ffffff;
	overflow: auto;
	padding: 10px;
}
.PopupNeedIdeasButtonDiv
{
	width: 100%;
	text-align: center;
}

.PopupTellMeMoreDiv
{
	width: 700px;
	height: 410px;
	color: #096491;
	border: 3px solid #acb6c9;
	background-color: #ffffff;
	padding: 5px;
}
.PopupDeleteByAdminDiv
{
	width: 400px;
	height: 200px;
	color: #096491;
	border: 3px solid #acb6c9;
	background-color: #ffffff;
	padding: 5px;
	z-index:1000002;
}
.PopupAddFeaturedItemDiv 
{
	width: 400px;
	height: 200px;
	color: #096491;
	border: 3px solid #acb6c9;
	background-color: #ffffff;
	padding: 5px;	
}
.PopupText
{
	float: left;
	clear: left;
	width: 95%;
	margin: 10px 0px 0px 0px;
}
.PopupWriteQuestionDiv
{
	width: 700px;
	height: 400px;
	color: #096491;
	border: 3px solid #acb6c9;
	background-color: #ffffff;
	padding: 5px;
}

#PopupHeaderAsking
{
	width: 250px;
}
#ToolsText, #NotAskText
{
	margin: 0px 0px 10px 0px;
}

.PopupSelectTags
{
	width: 700px;
	height: 280px;
	color: #096491;
	border: 3px solid #acb6c9;
	background-color: #ffffff;
	padding: 5px;
}
.SelectTopicsContent
{
	float: left;
	clear: both;
	width: 100%;
}
.SelectTopicsList
{
	float: left;
	clear: both;
	width: 100%;
}
.SelectTopicsMessage
{
	float: left;
	clear: both;
	width: 688px;
	border: 1px solid #096491;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}
.SelectTopicsPopupHeader
{
	color: #096491;
	background-color: #e5ecf4;
	float: left;
	clear: left;
	width: 610px;
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 10px 10px;
}
.SelectTopicsSubHeader
{
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
.DeleteByAdminWarningText
{
	float: left;
	width: 380px;
	text-align:left;
}
.TellMeMoreBottom
{
	float:left; 
	clear: both; 
	width: 95%;
	padding: 0px;
	margin: 0px;
}
.TellMeMoreText
{
	float: left;
	width: 530px;
}
.TellMeMoreText ol
{
	float: left;
	clear: both;
	margin: 10px 0px 10px 10px;
	width: 500px;
}
.TellMeMoreText p, .TellMeMoreBottom p
{
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#ThenWhatHeader
{
	padding: 0px;
}

.WriteQuestionBottom
{
	float: left;
	clear: both;
	width: 660px;
	margin: 5px 0px 0px 0px;
}
.WriteQuestionIntro
{
	float: left;
	clear: both;
	width: 99%;
	margin: 0px;
	padding: 0px;
}
.WriteQuestionLeft
{
	float: left;
	clear: left;
	width: 400px;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	background-color:#e5ecf4;
}
.WriteQuestionLeftHeader
{
	padding: 0px;
	margin: 5px 0px 5px 0px;
	display: inline;
	float: left;
	clear: both;
}
.WriteQuestionRight
{
	float: left;
	clear: right;
	width: 240px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.WriteQuestionRightHeader
{
	padding: 0px;
	margin: 10px 0px 5px 0px;
	display: inline;
	float: left;
	clear: both;
}
.WriteQuestionTop
{
	float: left;
	clear: both;
	width: 100%;
}
/**********************************
		End Popup window styles
***********************************/

/*************************
	SearchEnginesUsersGreeting control styles
**************************/

.SearchEngineBulletList
{
    list-style-type: none;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}
.SearchEngineBulletList li
{
    clear: both;
    list-style-position: outside;
    padding: 3px 0px 3px 0px;
}
.SearchEngineContent
{
    float: left;
   clear: both;
   width: 100%;
   position: relative; 
   background-color: #e5ecf4;
}
.SearchEngineContentText
{
    padding: 10px 10px 9px 10px;
    float: left;
}
.SearchEngineHeader
{
   float: left;
   clear: both;
   width: 100%;
   position: relative; 
   background-color: #7eb3dd;
}
.SearchEngineHeaderTopLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
}
.SearchEngineHeaderTopRight
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
}
.SearchEngineGreetingBottomLeft
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
}
.SearchEngineGreetingBottomRight
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
}
.SearchEngineGreetingClose
{
    float: right;
    padding: 10px 10px 10px 0px;
}
.SearchEngineGreetingMain
{
    float: left;
    clear: both;
    width: 100%;
    padding: 25px 0px 0px 0px;
}
.SearchEngineGreetingWelcome
{
    float: left;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
}
.SearchEngineListBullet
{
    float: left;
}
.SearchEngineListContent
{
    float: left;
    padding: 5px 0px 0px 15px;
}

/*************************
	End SearchEnginesUsersGreeting control styles
**************************/

/*****************************
		QuestionBlogTwoLiner
******************************/
.QuestionBlogTwoLinerAnswers
{
	padding: 0px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
}
.QuestionBlogTwoLinerDetails
{
	float: left;
	clear: right;
	width: 91%;
	padding: 0px 0px 0px 5px;
	overflow: hidden;
	white-space: nowrap;
}
.QuestionBlogTwoLinerIconLinkIE
{
	border: 1px solid #ffffff;
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 20px;
	font-size: 20px;
	vertical-align: middle;
}
.QuestionBlogTwoLinerIconLinkOther
{
	border: 1px solid #ffffff;
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 23px;
	font-size: 23px;
	vertical-align: middle;
}
.QuestionBlogTwoLinerInvitation
{
	background-color: #ffea1d;
	
}

.QuestionBlogTwoLinerMain
{
	float: left;
	clear: both;
	width: 100%;
	padding: 0px 0px 10px 5px;
}
.QuestionBlogTwoLinerSubmissionDetails
{
	color: #acb6c9;
	font-size: 0.8em;
	font-weight: normal;
	float: left;
	clear: both;
	white-space: nowrap;
	width: 100%;
}
.QuestionBlogTwoLinerSubmissionDetails a, .QuestionBlogTwoLinerSubmissionDetails a:link, .QuestionBlogTwoLinerSubmissionDetails a:active, .QuestionBlogTwoLinerSubmissionDetails a:visited, .QuestionBlogTwoLinerSubmissionDetails a:hover
{
	color: #acb6c9;
	background-color: Transparent;
}
.QuestionBlogTwoLinerUserIconDisplay
{
	float: left;
	width: 26px;
	height: 26px;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
.QuestionBlogTwoLinerUserIconDisplay a:hover
{
	background-color: Transparent;
}

/*****************************
	End QuestionBlogTwoLiner
******************************/

/******************************
	SocialBookmarks
*******************************/
.SocialBookmarkButton
{
	float: left;
	width: 45%;
	height: 20px;
	vertical-align: middle;
	padding: 0px 0px 5px 0px;
}
.SocialBookmarkIcon
{
	vertical-align: middle;
	float: left;
}
.SocialBookmarkIconName
{
	font-size: 0.9em;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
/******************************
	End SocialBookmarks
*******************************/

/******************************
	FeaturedQuestionPreview
*******************************/
.FeaturedQuestionPreviewContainer
{
	border: 1px solid #e5ecf4;
	padding: 5px;
	float: left;
	width: 95%;
}
.FeaturedQuestionPreviewContainer a, .FeaturedQuestionPreviewContainer a:link, .FeaturedQuestionPreviewContainer a:active, .FeaturedQuestionPreviewContainer a:visited, .FeaturedQuestionPreviewContainer a:hover
{
	font-weight: bold;
}
.QuestionCompactMainDivAdmin
{
	float: left; 
	clear: left; 
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
}
.UserDisplayIconDivAdmin
{
    float: left;
    padding: 3px;
    text-align: center;
}
/******************************
	End FeaturedQuestionPreview
*******************************/

/******************************
	AuxiliaryControl
*******************************/
.AuxillaryContentBottom
{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    margin: 12px 0px 0px 0px;
}
.AuxillaryContentBottomBG
{
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 100%;
    height: 18px;
}
.AuxillaryContentBottomLeft
{
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 10px;
    height: 18px;
}
.AuxillaryContentBottomRight
{
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 10px;
    height: 18px;
}
.AuxillaryContentInnerContainer
{
    float: left;
    background-image: url(http://static1.yeddacdn.com/Images/AuxillaryContent/gradAuxilary.jpg);
    padding: 0px;
    width: 100%;
    background-repeat: repeat-x;
}
.AuxillaryContentOuterContainer
{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    border: 1px solid #bbcada;
    margin: 20px 0px 0px 0px;
}
.AuxillaryContentTopLeft
{
    position: absolute;
    top: -1px;
    left: -1px;
    width: 10px;
    height: 14px;
}
.AuxillaryContentTopRight
{
    position: absolute;
    top: -1px;
    right: -1px;
    width: 10px;
    height: 14px;
}

.AuxiliaryControlHeader
{
    margin: 0px;
    padding: 5px 5px 15px 10px;
    /*background-color: #e5ecf4;*/
}

.AuxiliaryContentControlFeedItemThumbnail
{
	width:auto;
	float:left;
	padding-right:10px;
}
.AuxiliaryContentControlFeedItemThumbnail img
{
    height:auto;
    width:80px;
    border:0px;
}

.AuxiliaryContentControlFeedItemThumbnail a, .AuxiliaryContentControlFeedItemThumbnail a:hover
{
    background-color:White;
    max-height:70px;
	height:auto !important;
	height:70px;
    display:block;
    width:80px;
    text-align:center;
    overflow:hidden;
}
.AuxiliaryContentControlFeedItemImage
{
    border: 1px solid #666666;
    padding: 1px;
}
.AuxillaryContentPlay
{
    position: absolute;
    bottom: 12px;
    left: 12px;
    cursor: pointer;
}

.AuxiliaryControlScrollDiv
{
	overflow-y:auto;
	overflow-x: hidden;
	height:	405px;	
	width:99%;
	padding:0px;
	background-color: Transparent;
	float:left;
    clear:both;
    margin: 5px 0px 5px 0px;
    position: relative;
}
.AuxiliaryControlNoScrollDiv
{
    overflow-y:auto;
    overflow-x: hidden;
	width:100%;
	padding:0px;
	background-color: Transparent;
	float:left;
    clear:both;
}
.AuxiliaryContentControlAttributionLogoPanel
{
	float:left;
	clear:both;
	padding: 0px;
	margin: 0px;
	width:100%;
	background-color: #ffffff;
}
.AuxillaryControlAttributionInner
{
    width: 99%;
    margin: 0px auto 0px auto;
    padding: 0px;
}

.AuxiliaryContentControlAttributionLogo
{
	float: right;
	border:0px;	
	padding: 0px 5px 0px 0px;
	margin: 0px 1px 0px 0px;
}
.AuxiliaryContentControlAttributionLogo a, .AuxiliaryContentControlAttributionLogo a:link, .AuxiliaryContentControlAttributionLogo a:active, .AuxiliaryContentControlAttributionLogo a:visited, .AuxiliaryContentControlAttributionLogo a:hover
{
    border: 0px none;
    background-color: Transparent;
}
.AuxiliaryContentControlAttributionText
{
	float: right;	
	font-style:italic;
	vertical-align:middle;
	font-size: 0.75em;
	color:Gray;
	padding:12px 5px 0px 0px;
}
.AuxillaryControlAttributionSeparator
{
    margin: 0px auto 0px auto;
    height: 5px;
    width: 100%;
    line-height: 5px;
}
.AuxiliaryContentControlFeedItemPubDateAndAuthor
{
	font-size:smaller;
	font-style:italic;
	color:Gray;
}

.AuxiliaryContentControlFeedItemTitle
{
	font-weight:bold;
	width:100%;
	display:inline;
	float: left;
	clear: both;
}

.AuxiliaryContentControlFeedItem
{
	clear: both;
	margin: 0px;
	padding: 5px 10px 8px 10px;
	float: left;
	width: 100%;
	position: relative;
}

.AuxiliaryContentControlFeedItemBody
{
	padding: 0px;
	width:100%;
	float:left;
	clear: both;
	margin: 0px;
	height: 2.5em;
	overflow: hidden;
}
.AuxiliaryContentControlFeedItemText
{
    width: 95%; 
}
.AuxiliaryContentControlFeedItemTextNarrow
{
    width: 90%;
}
.AuxiliaryContentControlFeedItemTextWithThumbnail
{
    width: 490px; 
    float: left;
}
.AuxiliaryContentControlFeedItemTextNarrowWithThumbnail
{
    width: 160px; 
    float: left;
}

.MoreAuxiliaryContent
{
    padding: 10px 0px 10px 3px;
    float: left;
	font-size: 1em;
	font-weight: bold;
}
.MoreAuxiliaryContentBullet
{
	color: #ff4a00;
}

/******************************
	End AuxiliaryControl
*******************************/

/*********************************
	Header for Partners Control
**********************************/
.HeaderForPartnersButtonSearch {
    width:25px !important;
    height:20px !important;
    vertical-align: top;
}

.HeaderForPartnersOuterContainer
{
    width: 980px;
    background-color: #ffffff;
    padding: 0px 0px 10px 0px;
    margin: 0px auto;
    z-index:2;
    height:40px;
}
.HeaderForPartnersMain form {
    float: left;
}

.HeaderForPartnersOuterContainer * {
    z-index:2;
}
.HeaderForPartnersContainer
{
    padding:0px; 
    clear:both;
    position: relative;
    margin: 0px auto;
    width:962px;
}
.HeaderForPartnersContainer .HeaderAdminLink a,
.HeaderForPartnersContainer  .HeaderAdminLink a:link, 
.HeaderForPartnersContainer .HeaderAdminLink a:active, 
.HeaderForPartnersContainer .HeaderAdminLink a:visited, 
.HeaderForPartnersContainer .HeaderAdminLink a:hover
{
    background-color: #ff0000;
    color: #ffffff;
}
.HeaderForPartnersFTS
{
    float:right;
}
.HeaderForPartnersFTSTextbox
{
    border: 1px solid #000000;
}
.HeaderForPartnersMain
{
    background-image: url("http://static1.yeddacdn.com/Images/PartnerHeaderFooter/HeaderForPartnersBG.jpg");
    background-position: center center;
    background-repeat: repeat-y;
    float:left;
    width: 962px;
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
}
.HeaderForPartnersMainBottom
{
    float:left;
}
.HeaderForPartnersMainWhite
{
    background-image: url("http://static1.yeddacdn.com/Images/PartnerHeaderFooter/HeaderForPartnersBGWhite.gif");
    background-position: center center;
    background-repeat: repeat-y;
    width: 962px;
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
    float:left;
}
.HeaderForPartnersMainSSL
{
    background-image: url("https://yedda.com/Images/PartnerHeaderFooter/HeaderForPartnersBG.jpg");
    background-position: center center;
    background-repeat: repeat-y;
    float:left;
    width: 962px;
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
}
.HeaderForPartnersMainWhiteSSL
{
    background-image: url("https://yedda.com/Images/PartnerHeaderFooter/HeaderForPartnersBGWhite.gif");
    background-position: center center;
    background-repeat: repeat-y;
    height: 40px;
    width: 962px;
    font-family: Arial;
    font-size: 11px;
    margin: 0px 0px 0px 9px;
    position: relative;
}

.HeaderForPartnersOuter
{
    position:relative;
}
.HeaderForPartnersLeftCommands
{
    float: left;
    margin: 7px 0px 0px 5px;
    color: #3279af;
}
.HeaderForPartnersList
{
    display: inline;
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float:left;
}
.HeaderForPartnersList li
{
    border-right: 1px solid #98bcd7;
    font-weight: bold;
    margin: 0px;
    padding: 0px 3px 0px 4px;
    display: inline;
}
.HeaderForPartnersList li a, .HeaderForPartnersList li a:link, .HeaderForPartnersList li a:active, .HeaderForPartnersList li a:visited
{
    color: #3279af;
}
.HeaderForPartnersList li a:hover
{
    background-color: Transparent;
}  
.HeaderForPartnersList li.LastItem
{
    border: 0px none;
} 
.HeaderForPartnersList li.SpecialFirstItem 
{
    border-left: 1px solid #98bcd7;
    margin-left: 3px;
}
.HeaderForPartnersLogoContainer
{
    float:left
}
.HeaderForPartnersLogoContainer a:hover
{
    background-color: Transparent;
}
    
.WalletPopYeddaHeaderLogo:hover
{
    background-color: Transparent;
}
.HeaderForPartnersRightCommands
{
    float: right;
    color: #999999;
    padding: 11px 5px 0px 0px;
    width:515px;
}
.HeaderForPartnersRightCommandsList
{
    margin: 5px 5px 0px 0px;
    float: right;
}
.HeaderForPartnersRightCommandsList li
{
    white-space: nowrap;
}
.HeaderForPartnersRightCommandsList a, .HeaderForPartnersRightCommandsList a:link, .HeaderForPartnersRightCommandsList a:active, .HeaderForPartnersRightCommandsList a:visited, .HeaderForPartnersRightCommandsList a:hover
{
    color: #999999;
    background-color: Transparent;
    text-decoration: underline;
}

/**********************************
	End Header for Partners Control
***********************************/

/**********************************
	Start Footer for Partners Control
***********************************/
.FooterForPartnersYeddaContainer
{
    clear: both;
    width: 980px;
    position: relative;
    margin: 0px auto 0px auto;
    height: 94px;
    background-color: #ffffff;
}
.FooterForPartnersYeddaFooter
{
    background-image: url("http://static1.yeddacdn.com/Images/PartnerHeaderFooter/WalletPopFooterBG.gif");
    background-position: center top;
    background-repeat: repeat-x;
    height: 94px;
    position: absolute;
    top: 0px;
    left: 9px;
    width: 962px;
    font-family: Arial;
    font-size: 11px;
}
.FooterForPartnersYeddaFooterWhite
{
    background-image: url("http://static1.yeddacdn.com/Images/PartnerHeaderFooter/FooterForPartnersWhiteBG.gif");
    background-position: center top;
    background-repeat: repeat-x;
    height: 94px;
    position: absolute;
    top: 0px;
    left: 9px;
    width: 962px;
    font-family: Arial;
    font-size: 11px;
}
.FooterForPartnersYeddaFooterSSL
{
    background-image: url("https://yedda.com/Images/PartnerHeaderFooter/WalletPopFooterBG.gif");
    background-position: center top;
    background-repeat: repeat-x;
    height: 94px;
    position: absolute;
    top: 0px;
    left: 9px;
    width: 962px;
    font-family: Arial;
    font-size: 11px;
}
.FooterForPartnersYeddaFooterWhiteSSL
{
    background-image: url("https://yedda.com/Images/PartnerHeaderFooter/FooterForPartnersWhiteBG.gif");
    background-position: center top;
    background-repeat: repeat-x;
    height: 94px;
    position: absolute;
    top: 0px;
    left: 9px;
    width: 962px;
    font-family: Arial;
    font-size: 11px;
}

.FooterForPartnersYeddaContent
{
    color: #999999;
    width: 940px;
    text-align: center;
    padding: 10px;
}
.FooterForPartnersYeddaContent a, .FooterForPartnersYeddaContent a:link, .FooterForPartnersYeddaContent a:active, .FooterForPartnersYeddaContent a:visited, .FooterForPartnersYeddaContent ahover
{
    background-color: Transparent;
    color: #999999;
    text-decoration: underline;
}
.FooterForPartnersYeddaLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 9px;
    height: 94px;
}
.FooterForPartnersYeddaRight
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 9px;
    height: 94px;
}
.FooterForPartnersYeddaLinks
{
    float: left;
    clear: both;
    width: 100%;
    padding: 10px 0px 10px 0px;
    font-size: 1.1em;
}

/**********************************
	End Footer for Partners Control
***********************************/

/**********************************
	Start User Stats Control
***********************************/
.UserStatsContentActive
{
    padding: 0px 0px 10px 10px;
    display:block;
}

.UserStatsContent
{
    display:none;
}
.UserStatsData
{
   
}
.UserStatsLabel
{
    width:60%;
    float:left;
}
.UserStatsList
{
    list-style-type:none;
    list-style-image:none;
    padding:0px;
    margin:10px 0px 0px 5px;
    width:95%;
    float:left;
}
.UserStatsList li
{
    border-bottom: 1px dotted #bbcada;
    width:100%;
    padding:3px 0px;
}
.UserStatsList li.LastLink
{
    border-bottom:0px none;
}
#UserStatsContainer
{
    margin-top:14px;
}
#UserStatsHeader
{
    padding-left:15px;
}
/**********************************
	End User Stats Control
***********************************/
.PersonalsSpecialAdContainer
{
    margin:30px 0px 0px 0px;
}
/************************************
    Start  Tabs Control
************************************/
.TabsOuterContainer
{
    float: left;
    clear: both;
    width: 99%;
    position: relative;
    border: 1px solid #bbcada;
    margin: 5px 0px 5px 0px;
}
.TabsContainer
{
    /*background-color: #e5ecf4;*/
    border-bottom: 1px solid #bbcada;
    padding: 0px 0px 0px 10px;
    height:19px;
}
.TabsControlHeader
{
    margin: 0px;
    padding: 5px 5px 5px 10px;
    /*background-color: #e5ecf4;*/
}
.TabsSubTitle
{
    font-size:0.7em;
    color:#94999F;
    font-weight:normal;
    padding: 2px 0px 2px 0px;
}
.TabsSubTitle a, .TabsSubTitle a:link, .TabsSubTitle a:active, .TabsSubTitle a:visited
{
    color:#94999F;
    font-weight:normal;
    background-color: Transparent;
    text-decoration:underline;
}
.TabList
{
    list-style-image: none;
    list-style-type:none;
    display:inline;
    padding:0px;
    margin:0px;
}
.TabList li
{
    display:inline;
    color: #096491;
    margin:0px 5px 0px 0px;
}
.TabItem 
{
    background-color:#ffffff;
    padding: 0px;
}
.TabItemInactive, .TabItemInactive a, .TabItemInactive a:link, .TabItemInactive a:visited, .TabItemInactive a:active, .TabItemInactive a:hover
{
    background-color:#f2f5fa;
    padding: 0px;
    color: #096491;
}
.TabLeft
{
    background-image:url(http://static1.yeddacdn.com/Images/Tabs/TabActiveLeft.jpg);
    background-position: top left;
    background-repeat:no-repeat;
    background-color:#ffffff;
    width:6px;
    height:19px;
    padding:0px 0px 1px 0px;
    float:left;
    position:relative;
    top:0px;
}
.TabRight
{
    background-image:url(http://static1.yeddacdn.com/Images/Tabs/TabActiveRight.jpg);
    background-position: top right;
    background-repeat:no-repeat;
    background-color:#ffffff;
    width:6px;
    height:19px;
    padding:0px 0px 1px 0px;
    float:left;
    position:relative;
    top:0px;
    margin: 0px 2px 0px 0px;
}
.TabLeftSSL
{
    background-image:url(https://yedda.com/Images/Tabs/TabActiveLeft.jpg);
    background-position: top left;
    background-repeat:no-repeat;
    background-color:#ffffff;
    width:6px;
    height:19px;
    padding:0px 0px 1px 0px;
    float:left;
    position:relative;
    top:0px;
}
.TabRightSSL
{
    background-image:url(https://yedda.com/Images/Tabs/TabActiveRight.jpg);
    background-position: top right;
    background-repeat:no-repeat;
    background-color:#ffffff;
    width:6px;
    height:19px;
    padding:0px 0px 1px 0px;
    float:left;
    position:relative;
    top:0px;
    margin: 0px 2px 0px 0px;
}
.TabContent
{
    background-color:#ffffff;
    padding:4px 0px 1px 0px;
    border-top: 1px solid #bbcada;
    height:14px;
    float:left;
    position:relative;
    top:0px;
    font-size: 0.8em;
}
.TabLeftInactive
{
    background-image:url(http://static1.yeddacdn.com/Images/Tabs/TabInactiveLeft.jpg);
    background-position: top left;
    background-repeat:no-repeat;
    background-color:#ffffff;
    width:6px;
    height:19px;
    padding:0px 0px 0px 0px;
    float:left
}
.TabRightInactive
{
    background-image:url(http://static1.yeddacdn.com/Images/Tabs/TabInactiveRight.jpg);
    background-position: top right;
    background-repeat:no-repeat;
    background-color:#ffffff;
    width:6px;
    height:19px;
    padding:0px 0px 0px 0px;
    float:left;
    margin: 0px 2px 0px 0px;
}
.TabLeftSSLInactive
{
    background-image:url(https://yedda.com/Images/Tabs/TabInactiveLeft.jpg);
    background-position: top left;
    background-repeat:no-repeat;
    background-color:#ffffff;
    width:6px;
    height:19px;
    padding:0px 0px 0px 0px;
    float:left
}
.TabRightSSLInactive
{
    background-image:url(https://yedda.com/Images/Tabs/TabInactiveRight.jpg);
    background-position: top right;
    background-repeat:no-repeat;
    background-color:#ffffff;
    width:6px;
    height:19px;
    padding:0px 0px 0px 0px;
    float:left;
    margin: 0px 2px 0px 0px;
}
.TabContentInactive
{
    background-color:#f2f5fa;
    padding:5px 0px 0px 0px;
    height:14px;
    float:left;
    font-size: 0.8em;
    cursor:pointer;
}

/************************************
    End  Tabs Control
************************************/
/**********************************
	Start User Stats Control
***********************************/
.LeadersContentActive
{
    padding: 0px 0px 10px 10px;
    display:block;
}

.LeadersContent
{
    display:none;
}
.LeadersData
{
   
}
.LeadersLabel
{
    width:60%;
    float:left;
}
.LeadersList
{
    padding:0px;
    margin:15px 0px 0px 0px;
    width:100%;
    float:left;
}
.LeadersContactsDiv
{
	float: left;
	margin: 0px 4px 7px 4px;
	text-align: center;
	overflow: hidden;
	width: 64px;
	/*padding: 1px;*/
	height: 70px;
	font-size:0.8em;
}
.LeadersContactIcon
{
	margin: 0px auto 0px auto;
	text-align: center;
	width :50px;
}
.LeadersContactsId
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 3px 0px 0px 0px;
}
.LeadersMore 
{
    float: left;
	font-size: 1em;
	font-weight: bold;
	clear: both;
}
#LeadersContainer
{
    margin-top:14px;
}
#LeadersHeader
{
    padding-left:15px;
}
/**********************************
	End Most Helpful Control
***********************************/
.PersonalsSpecialAdContainer
{
    margin:30px 0px 0px 0px;
}

/**********************************
	Start SolrSearch Control
***********************************/


#SearchResultContainer ol {
	margin:0;
	padding:0;
}		
li.y, #res body, #res html {
	font-family:arial,sans-serif;
	font-size:small;
}

.y {
	margin:10px 0px 0px 0px;
	font-size: 0.9em;
}
.y h3
{
    font-size: 1.4em;
    font-weight: normal;
    text-decoration:underline;
    color: #0033ff;
    white-space:normal;
}
#SearchResultContainer ol li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.ti, .bl, form, #res h3 {
	display:inline;
}
.r {
	font-size:medium;
}
.sl, .r {
	display:inline;
	font-weight:normal;
	margin:0;
}
#res h3, .med {
	font-size:medium;
	font-weight:normal;
	margin:0;
	padding:0;
}
.s {
	
}
.a, cite, .cite, .cite:link {
	color:green;
	font-style:normal;
}
#SearchResultContainer em, #SearchResultContainer b {
	text-decoration:inherit;
}
#SearchResultContainer em {
	font-style:normal;
	font-weight:bold;
}
.ad
{
	font-size: 0.9em;	
}
.actions 
{
	font-size: 0.7em;
}
.SolarSearchByText
{
    color: #36a04a;
}
.SolarSearchItem
{
    margin-top: 0px; 
    padding: 0.1em; 
    margin: 11px 0; 
    background: #F0F7F9 none repeat scroll 0 0; 
    border-top: 1px solid #6B90DA;
}
.SolarSearchItem p
{
    margin: 0.1em 0; 
    padding: 0.2em; 
    text-align: right; 
    white-space: nowrap;
}
.SolarSearchLink a, .SolarSearchLink a:link, .SolarSearchLink a:active, .SolarSearchLink a:visited, .SolarSearchLink a:hover
{
    color: #7f99ff;
    text-decoration:underline;
}	
.SolarSearchSortBy
{
    text-align: right
}	
.SolrMainContentAd
{
    padding: 5px;
    margin:15px 0 0;
    padding:5px 0 0 5px;
}
/**********************************
	End SolrSearch Control
***********************************/
/**********************************
	Start SearchBox Control
***********************************/
.SearchBoxOuterContainer 
{
    float: left;
    clear: both;
    width: 99%;
    position: relative;
    border: 1px solid #bbcada;
    margin: 10px 0px 0px 0px;
}
.SearchBoxContentInnerContainer
{
    float: left;
    background-color: #ffffff;
    padding: 0px;
    width: 100%;
}
.SearchBoxContainer
{
    background-color: #ffffff;
    padding: 8px 0px 0px 10px;
    height:19px;
}
.SearchBoxInputBox
{
    padding: 0px 0px 0px 10px;
    display:block;
    width: 98%;
    float:left;
    clear:both;
}
.SearchBoxInputBox td
{
    padding:0px;
    margin:0px;
}
.SearchBoxInputBox input
{
    vertical-align:middle;
}
.SearchBoxInputBox label
{
    vertical-align:middle;
}
.TextSearchBox
{
    width: 82%;
    border: 1px solid #ABB6C8;
    margin:0px 0px 0px 6px;
}
.SearchModeActive
{
	color: #096491;
	font-weight: bold;
}
.SearchBoxMethod
{
    color: #407198;
    font-size: 0.9em;
}

/**********************************
	End SearchBox Control
***********************************/
/**********************************
	start reportAbuse Control
***********************************/
.ReportAbusePopupContent
{
    float: left; 
	clear: both; 
	width: 97%;
	height: 290px;
	margin: 0px 0px 0px 0px;
	padding: 10px;	
}
.ReportAbuseMainContainer
{
    background-color: #ffffff;
    width: 560px;
    float: left;
    border: 1px solid #666666;
    padding: 0px 0px 5px 0px;       
}
.ReportAbuseClose
{
    float: right;
    cursor: pointer;
    padding: 0px 5px 0px 0px;
}
.ReportAbuseHeaderText
{
    clear:both;
    float: left;
    width: 532px;
    padding: 0px 0px 0px 0px;
}
.ReportAbuseHeaderMain
{
    color: #ff4a00;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    display:block;
}
.ReportAbuseMessage 
{
    margin: 10px 0px 0px 0px;
    float: left;
    clear:both;
    width: 94%;
}
.ReportAbuseTextfield
{
	height: 80px;
	margin: 5px 0px 10px 0px;
	background-color: #F4F7FC;
	overflow: auto;
	width: 530px;
	max-height: 80px;
	border: solid 1px #90B2CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: Black;
	padding: 0px;
}
.ReportAbuseInputText 
{
    float: left;
    clear:both;
    width: 530px;
    margin: 10px 0px 0px 0px;
}
.ReportAbuseDropDown 
{
    width: 530px;
	margin: 5px 0px 10px 0px;
	border: solid 1px #90B2CE;
	background-color: #F4F7FC;
	padding: 0px;
}
.ReportAbuseSubmitButton
{
    margin: 10px 0px 10px 0px;
    text-align: center;
    width: 100%;
}
.ReportAbuseButton
{
    height: 30px;
    width: 100px;
}
.ReportAbuseTextBoxQuestion
{
	
}
.ReportTypeTitle
{
    font-weight:bold;
    margin: 0px 5px 0px 0px;
    float: left;
    clear:both;
    width: 94%;
}
.ReportAbuseTextBoxQuestionPreview
{
	color: #9B9B9B;
}
#UpdateProgressReportAbuseDiv 
{
	float:left; 
	width:20px; 
	margin:2px 0px 0px 2px;
	height:20px;
}
/**********************************
	End reportAbuse Control
***********************************/
/**********************************
	Start ConsistentMessage Control
***********************************/
.ConsistentMessageClose
{
    float: right;
}
.ConsistentMessageOuter
{
    padding: 10px;
    margin: 10px 0px 20px 0px;
    float: left;
    clear: both;
    width: 96.5%;
    background-color: #ffea95;
    position: relative;    
}
.ConsistentMessageTopLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
}
.ConsistentMessageTopRight
{
    position: absolute;
    top: 0px;
    Right: 0px;
    width: 10px;
    height: 10px;
}
.ConsistentMessageBottomArrow
{
    position: absolute;
    left: 50%;
    bottom: -13px;
    height: 13px;
    width: 12px;
}
.ConsistentMessageBottomLeft
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
}
.ConsistentMessageBottomRight
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
}
.ConsistentMessageExplanation
{
    font-weight: bold;
}
.ConsistentMessageCommands
{
    float: left;    
}
.ConsistentMessageHiddenButton 
{
	display:none;
}
/**********************************
	END ConsistentMessage Control
***********************************/

/**********************************
	Start QBlog Comment Editor Control
***********************************/

.CommentEditorAddYourOwn
{
    font-size:0.9em;
}
.CommentEditorButtonSpecialDiv
{
	width: 205px;
	margin-left: auto;
	margin-right: auto;
}
.CommentEditorButtonSpecialPost
{
	width: 191px;
}
.CommentEditorBtnSubmitQuestion
{
	position: absolute;
	top: 7px;
	left: 0px;
	background-color: Transparent;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	width: 186px;
	cursor:pointer;
}
.CommentEditorBtnSubmitQuestionSimple
{
	background-color: Transparent;
	padding: 5px 0px 5px 0px;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	width: 190px;
	position:absolute;
}
.CommentEditorAddYourOwn
{
    float:left;
    margin: 5px 0px 0px 5px;
}
.CommentEditorHeaderText
{
    float:left;
    margin:35px 0 0;
    width:90%;
}
.CommentEditorSpellCheck
{
    float:right;
    font-size: 0.9em;
    padding: 5px 0px 0px 0px;
}
.CommentEditorSubmitButtonDiv
{
    width:180px;
    margin: 0px auto;
}
.CommentTextEditor
{
    width:100%;
}
.CommentVoteDiv
{
    margin: 10px 0px;
    float:left;
}
.CommentVoteDiv input
{
    margin: 0px 5px 5px 0px;
}
.helpful
{
    font-weight:bold;
    color:#15b400;
}

.notHelpful
{
    font-weight:bold;
    color:#ff0000;
}


.PreBlogContainer
{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    margin: 5px 0px 0px 0px;
}
.PreBlogContainerTopLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 51px;
    height: 21px;
}
.PreBlogContainerTopRight
{
    position: absolute;
    top: 13px;
    right: 0px;
    width: 8px;
    height: 8px;
}
.PreBlogContainerContent
{
    float: left; 
    padding: 22px;
    border-bottom: 0px none;
    border-left: 1px solid #c5d2db;
    border-right: 1px solid #c5d2db;
    border-top: 1px solid #c5d2db;
    margin: 13px 0px 0px 0px;
    width:582px;
}
.PreBlogContainerBottom
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 626px;
    height: 12px;
}
.PreBlogContainerBottomLeft
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 8px;
    height: 12px;
}
.PreBlogContainerBottomRight
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 8px;
    height: 12px;
}
.PreBlogContainerBottomSection
{
    
}
#CommentEditorButtonsDiv
{
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0px 0px 0px;
}
#CommentEditorSpellCheckDiv 
{
	
}
#CommentEditorSpellCheckDiv a, #CommentEditorSpellCheckDiv a:link, #CommentEditorSpellCheckDiv a:hover, #CommentEditorSpellCheckDiv a:visited
{
	background-color: Transparent;
	color: #2100F9;
}
/**********************************
	End QBlog Comment Editor Control
***********************************/

/**********************************
	Start QBlog  Post Comment Control
***********************************/
.AdminActions
{
    float:left;
    clear: both;
    width: 100%;
    background-color:#f3f3f3;
    padding: 5px;
}
.AdminActionsLabel
{
    font-weight:bold;
}
.PostCommentMessageContainer
{
    position: relative;
    width:100%;
    background-color:#ffea95;
    margin: 20px 0px;
}
.PostCommentMessageContainerDeleted
{
    position: relative;
    width:100%;
    background-color:#ffea95;
    margin: 0px 0px 10px 0px;
}
.PostCommentMessageContent
{
    margin:5px;
    padding: 10px 5px;
}
.PostCommentMessageTopLeft
{
    position:absolute;
    top:0px;
    left:0px;
    width:10px;
    height:10px;
}
.PostCommentMessageTopRight
{
    position:absolute;
    top:0px;
    right:0px;
    width:10px;
    height:10px;
}
.PostCommentMessageBottomLeft
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:10px;
    height:10px;
}
.PostCommentMessageBottomRight
{
    position:absolute;
    bottom:0px;
    right:0px;
    width:10px;
    height:10px;
}

.PostCommentDeleted
{
    
}
.PostCommentUndeletePostLink
{
    
}
.PostCommentUserDisplay
{
    float: left;
    width:50px;
    margin:0px 30px 0px 0px;
}
.PostCommentContentDetails
{
    float:left;
    margin:0px;
    padding:0px;
    width:531px;
}
.PostCommentDetailsContainer a, .PostCommentDetailsContainer a:link, .PostCommentDetailsContainer a:active, .PostCommentDetailsContainer a:visited, .PostCommentDetailsContainer a:hover
{
    color:#acb6c9;
    background-color:Transparent;
    text-decoration:underline;
}
.PostCommentDetailsContainer
{
    float:left;
}
.PostCommentDetails
{
    float:left;
    font-size:0.8em;
    margin:0 0 10px 0px;
}
.PostCommentPostDetails
{
    float:left;
    clear:both;
    width:100%;
    border-bottom:1px solid #eeeeee;
    padding: 0px 0px 10px 0px;
}
.PostCommentReportAbuseDiv
{
    float:right;
}

/**********************************
	End QBlog  Post Comment Control
***********************************/

/**********************************
	Start Compliments Control
***********************************/

.PostComplimentTextInput
{
    width:197px;
    float:left;
    margin:0px 10px 0px 0px;
    color:#999999;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.9em;
    border:1px solid #999999;
    height:51px;
    padding:2px;
    overflow:auto;
}

.PostComplimentButton
{
    float:left;
    width:57px;   
    height:57px;
    background-color: #096491;
    border-color: #7BC3E7 #022333 #022333 #7BC3E7;
    border-style:solid;
    border-width:1px;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
    margin:0;
    padding:0;
}

.ComplimentsActionHyperLink
{
    font-weight:bold;
}

.UserComplimentsContainer
{   
    padding:0 0 0 13px;
    width:300px;
    position:relative;
    float:left;
    clear: both;
}
.UserComplimentsErrorNoText
{
    min-height:12px;
}
.ComplimentsControlHeader
{
    float:none !important;
    background-color:#E5ECF4;
    padding:8px 0 10px 5px !important;
    margin:0;
}

.ComplimentsControlHeaderEmpty
{
    float:left;
    margin:0px 10px;
    width:90%;
}
.ComplimentsControlHeaderText
{
    padding:10px 0px;
    margin:0px;
}
.complimentsContent
{
    float:left;
    padding:0px 10px;
}
.ComplimentsNew
{
    clear:both;
    float:left;
    padding: 10px 0px;
    width:100%;
}
.ComplimnetTextDiv
{
    float:left;
    padding:0px 0px 0px 30px;
    width:385px;
}    

.ComplimnetTextSideDiv
{
    float:left;
    width:250px;
    padding:0px 0px 5px 10px;
}    

.ComplimentContentDiv
{
    float:left;
    padding:0px;
}

.PostDiv
{
    float:left;
    padding:10px 0px;
}

.ActionsDiv
{
    float:right;
    font-size:0.9em;
    padding-bottom:10px;
    padding-right:11px;
}

.AfterAction
{
    font-weight:bold;
}

.AfterDeleteAction
{
    font-weight:bold;
    background-color:#FFEA95;
    margin:20px 0px;
    position:relative;
    width:99%;
    float:left;
}
.AfterPostDiv
{
    padding: 10px 0px 15px 0px;
}

.ComplimentContentActive
{
    display:block;
    padding:10px 0 10px 0px;
}

.ComplimentsMAnagmentOuterContainer
{
    float:right;
    margin-top:14px;
    width:470px;
    position:relative;
}

.ComplimentsActionsContainer
{
    height:19px;
    padding: 0px 0px 0px 5px;
}

.TabComplimentInactive
{
    color:#0033FF;
    text-decoration:none;
}
.TabComplimentInactive:hover{
    background-color:#3399FF;
    color:#FFFFFF;
    text-decoration:none;
}
a.TabCompliment
{
    color:#096491;
    font-weight:bold;
    cursor:text;
}
a.TabCompliment:hover
{
    background-color:Transparent;
}
.ComplimentDeletedContent
{
    margin:0px;
    padding:8px 0px 0px 8px;
}
.ComplimentDiv
{
    border-bottom: 1px solid #eeeeee;
    float:left;
    padding:10px 0px 15px 5px;
}

.ComplimentsDivNoActions {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    float:left;
}

.ComplimentsDivLastNode {
    float:left;
    padding: 10px 0px 15px 5px;
}

.ComplimentsDivLastNodeNoActions {
    float:left;
    padding: 10px 0px;
}
.ComplimentsNoneMessageContainer{
    float:left;
    clear:both;
    width:100%;
    padding:10px 0px;
}
.ComplimentsSideControlHeader
{
    padding:8px 10px 10px;
    margin:0;
}
.ComplimentsUpdateAnimation
{
    float:right;
}
.UserWillReviewMessage
{
    background-image:url(http://static1.yeddacdn.com/Images/compliment-bubble.gif);
    display:block;
    height:66px;
    padding:14px;
    left:15px;
    position:absolute;
    top:-82px;
    visibility:visible;
    visibility:visible;
    width:270px;
    z-index:1;
}

.ImageComplimentPosted
{
    float:left;
    padding-right:10px;
}

.AvoidHTML
{
    color:#999;
    float:left;
    padding-top:16px;
    font-size:0.9em;
}
/**********************************
	End Compliments Control
***********************************/

/**********************************
	Topics Control
***********************************/
.TopicsColumnList li
{
	list-style-image:none;
	display:inline-block;	
	list-style-type:none;
	width: 270px;
	float:left;
}
.TopicsColumnList
{
	width: 270px;
	float:left;
	margin:0px;
}
.TopicsListSubHeader
{
}
/**********************************
	End Topics Control
***********************************/

/********************
		Classes
*********************/
.AskMeLink
{
	float: left;
	clear: both;
	width: 100%;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
.ContactsContainer
{
	width: 100%; 
	float: left; 
	clear: both;
}
.ContactIcon
{
	margin: 0px auto 0px auto;
	text-align: center;
	width :50px;
}
.ContactsId
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
.ContactInfoSpan
{
	font-weight: normal; 
	font-size: 0.6em;
	float: left;
	padding: 5px 10px 0px 0px;
	margin: 0px;
}
.ContactMessageSpan
{
	font-size: 0.6em;
	font-weight:normal; 
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.DisplayActivityDiv
{
    padding-top: 20px;
    padding-left: 20px;
    width: 95%;
}
.InactiveUserDisplayOthersDiv
{
	width: 100%;
	padding: 0px 50px 0px 50px;
}
.InactiveDisplayOthersSubHeader
{
	margin: 20px 0px 10px 0px;
	float: left;
	clear: both;
	width: 100%;
	color: #000000;
}
.InactiveUserDisplayOthers
{
	float: left;
	margin: 0px;
	text-align: center;
	padding: 0px 15px 0px 0px; 
	width: 50px;
}
.ProfileButtonSuspendDiv
{
    margin: 0px 0px 10px 0px;
}
.ProfileContactsDiv
{
	font-weight: bold;
	color: #096491;
	padding: 0px 0px 20px 0px;
	clear: both;
}
.ProfileMore
{
	float: right;
	clear: both;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}
.ProfileNoData
{
	font-size: 0.9em;
	font-weight: normal;
	float: left;
	clear: both;
}
.ProfileRightTop
{
	font-size: 0.9em;
}
.ProfileRightAreaContentFacebook
{
	padding: 0px 0px 0px 13px;
	margin: 3px 0px 3px 0px;
	width: 461px;
	float: left;
	clear: both;
}
.ProfileUserDetailsSection
{
	color: #366894;
}
.ProfileUserEditHeader
{
	font-size: 0.5em;
	font-weight: normal;
}
.SectionHeader
{
	font-size: 1.2em;
}
.UserMedal
{
	float: left;
	clear: both;
	width: 90%;
	padding: 5px;
	font-weight: bold;
	font-size: 0.8em;
}
.UserStatsContainer
{
    width: 300px;
    padding: 0px 0px 0px 13px;
}
.HyperLinkChangeNickname
{
	font-weight:normal; 
	font-size:smaller;
}
.ProfileRightSideFacebook
{
	float:left;
	padding: 5px;
	margin: 0px;
	width: 470px;
}
.FacebookProfileLink
{
	font-size: 0.7em;
}
.ProfileAnswersGoogleAdsDiv
{
    float:left;
    clear:both;
    width: 300px;
    margin-left: 12px;
}
/********************
	End Classes
*********************/
/********************
		IDs
*********************/
#AboutHeader .BulletList, #AboutHeader .BulletList li
{
	padding: 0px;
	margin: 0px;
}
#AddRemoveContactDiv
{
	float: right;
}
#InactiveHeaderArea
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #000000;
	margin: 20px 0px 0px 0px;
}
#InactiveHeader
{
	font-size: 1.2em;
	font-weight: bold;
}
#InactiveSubHeader
{
	margin: 10px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
#ProfileAboutUser
{
	margin: 5px 0px 5px 0px;
	float:left;
	clear:both;
	width: 100%;
}
#ProfileAboutUser p
{
    margin:0px;
}
#ProfileAboutUserCommands
{
	float: left;
	clear:both;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0px;
}
#ProfileInviteMore
{
	color: #096491;
	padding: 0px 0px 0px 20px;
}
#ProfileNoContactsDiv
{
	padding: 0px;
	margin: 0px;
	color: #096491;
}
#ProfileNoContactsDiv ul
{
	padding: 0px;
}
#ProfileMemberSince
{
	color: #6699ff;
}


#ProfileUserMedals
{
	width: 123px; 
	clear: both; 
	float: left; 
	border-top: 1px solid #ACB6C9; 
	padding: 5px 3px 3px 3px;
}
#ProfileUserWebBlogs
{
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0px 5px 0px;
}
#SortBySelection
{
	margin: 0px 0px 10px 0px;
}
#UserWebBlogsSection
{
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}
/********************
		End IDs
*********************/


.FBFriendDiv
{
	float: left;
	width: 155px;
}

.FBFriendBottomDiv 
{
	clear: both;
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
}
.FBHeader 
{
	background-color: #3B5998;
	margin-bottom: 5px;	
	padding: 2px 2px 2px 2px;
}
.FBHeaderText 
{
	color: White;
}
