*:focus {
    outline: 0;
}
*:focus {
    outline: none;
}
*::-moz-focus-inner {
    border: none;
}

html, body {
    margin: 0;
    font-family: arial, sans-serif;
    color: #333333;
    height: 100%;
    text-align: center;
}

.bottomMargin {
    margin-bottom: 50px;
}

a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a:active {
    outline: none;
}

a img {
    border: 0;
}

.hidden {
    display: none;
}

button:hover {
    cursor: pointer;
}

#headerBar {
    text-align: left;
    width: 100%;
    height: 92px;
    background-color: #333333;
    text-align: center;
}

#footerBar {
    width: 100%;
    background-color: #333333;
}

#header, #footer {
    width: 980px;
    height: 92px;
    margin: 0px auto;
}

#logo {
    float: left;
    margin-top: 10px;
    margin-right: 40px;
}

#topMenu {
    float: left;
    width: 300px;
    height: 40px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

#topMenu .selected {
    color: #FECB4F;
}

.topMenuItem {
    float: left;
    margin-right: 30px;
}

.topMenuArrow {
    margin-top: 3px;
}

#body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -180px;
}

#container {
    text-align: left;
    width: 980px;
    margin: 0 auto;
}

#highline {
    height: 150px;
    border-bottom: 2px solid black;
}

/****************************************/
/********  headerAreaRight area  ********/
/****************************************/
#headerAreaRight {
    font-size: 14px;
    float: right;
    width: 400px;
    height: 66px;
    margin-right: 7px;
}

#logArea {
    width: 400px;
    height: 21px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #989898;
    text-align: right;
}

#logArea a {
    font-weight: bold;
    color: #ffffff;
}

#loginRight {
    margin-left: 17px;
}

#headerAction {
    margin-left: 30px;
}

#headerBar a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#headerBar a:hover {
    text-decoration: underline;
}

#searchArea {
    width: 400px;
    height: 23px;
    text-align: right;
}

#searchInput {
    float: right;
    width: 174px;
    height: 21px;
    background-color: white;
    border: 0;
    margin-top: 2px;
    margin-right: 6px;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 21px;
    color: #ababab;
}

#searchInput.active {
	color: #333;
}

#searchButton {
    float: right;
    cursor: pointer;
    width: 62px;
    height: 25px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    background: transparent url('/img/buttons.png') 0 -417px no-repeat;
}

/*****************************/
/********  User area  ********/
/*****************************/
#userArea {
    visibility: hidden;
    font-size: 15px;
    float: left;
    width: 224px;
    height: 106px;
    margin: 22px 40px 22px 16px;
}

#welcomeMessage {
    font-size: 20px;
    margin-bottom: 5px;
}

#highline #profileName {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 18px;
}

#userInfo em {
    font-style: normal;
    font-size: 24px;
    font-weight: bold;
}

/*****************************/
/********  Post area  ********/
/*****************************/
.postArea {
    overflow: hidden;
    float: left;
    width: 683px;
    margin-top: 22px;
    margin-bottom: 22px;
}

#feedback {
    display: none;
    float: left;
    width: 683px;
    height: 105px;
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #ededed;
    border: 1px solid #ababab;
}

#feedback p {
    margin-top: 40px;
}

.cancel {
    margin-left: 10px;
}

.postLoader {
    vertical-align: middle;
    display: none;
}

button.close {
    float: right;
    margin-right: 10px;
    width: 62px;
    height: 25px;
    border: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    background: transparent url('/img/buttons.png') 0 -363px no-repeat;
}

.userPic {
    float: left;
    width: 73px;
    height: 73px;
    margin-right: 14px;
}

.postContainer {
    float: right;
}

.charCounter {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #bfbfbf;
}

.postTextArea {
    text-align: right;
    margin-bottom: 6px;
}

.postTextArea textarea {
    padding: 5px;
    width: 586px;
    height: 48px;
    background-color: #ededed;
    border: 0;
    font-size: 14px;
    resize: none;
    font-family: arial, sans-serif;
    overflow: hidden;
}

.postTextArea textarea.messageTextArea {
    width: 564px;
    height: 38px;
}

.postTextArea textarea.disabled {
    color: #ababab;
}

.postOptionsArea {
    overflow: hidden;
    width: 574px;
    font-size: 13px;
    font-weight: bold;
}

#highline .postOptionsArea {
    width: 596px;
}

.serviceImage {
    margin-right: 4px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border: 0px;
}

.twitterImage {
    background: transparent url('/img/social.png') 0 -317px no-repeat;
}

.twitterImage:hover {
    background-position: 0 -394px;
}

.twitterImage.selected {
    background-position: 0 -421px;
}

.twitterImage.disabled, .twitterImage.disabled:hover {
    cursor: default;
    background-position: 0 -344px;
}

.facebookImage {
    background: transparent url('/img/social.png') 0 -164px no-repeat;
}

.facebookImage:hover {
    background-position: 0 -241px;
}

.facebookImage.selected {
    background-position: 0 -268px;
}

.facebookImage.disabled, .facebookImage.disabled:hover {
    cursor: default;
    background-position: 0 -191px;
}

.shorten {
    font-size: 13px;
    font-weight: bold;
    color: #a4a4a4;
    margin-left: 39px;
}

.shortenLoader {
    display: none;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 10px;
}

.postOptionsArea a.shorten {
    color: #333333;
}

.postOptionsArea a.shorten.disabled {
    color: #a4a4a4;
}

.shorten.disabled {
    background-color: white;
    text-decoration: none;
    cursor: default;
}

.postOptionsArea a {
    color: #a4a4a4;
}

.serviceBox {
    float: left;
}

.postButtons {
    float: right;
}

.postButtons img {
    vertical-align: middle;
}

.postButton, .updateButton {
    width: 62px;
    height: 25px;
    border: 0;
    background: transparent url('/img/buttons.png') 0 -363px no-repeat;
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
    color: #fff;
    text-transform: capitalize;
}

.postButton.disabled {
    cursor: default;
    background: transparent url('/img/buttons.png') 0 -390px no-repeat;
}

.postButtons .postButton, .updateButton {
    font-size: 10px;
    padding: 3px 2px 0 0;
}

/************************/
/********  Menu  ********/
/************************/
#menuContainer {
    clear: both;
    float: left;
    overflow: hidden;
    width: 259px;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

ul.menu {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 259px;
}

ul.menu li {
    float: left;
    text-indent: 0;
    padding: 0;
    list-style: none;
    list-style-image: none !important;
    font-size: 18px;
    font-weight: bold;
    display: block;
    height: 29px;
    line-height: 29px;
    width: 216px;
    padding: 0 0 0 16px;
    margin-top: 4px;
	margin-bottom: 4px;
    position: relative;
}

ul.menu li.current {
    cursor: default;
    text-decoration: none;
    color: #ffffff;
    background: transparent url('/img/bgmenu.png') no-repeat;
}

ul.menu li.current a {
	color: #fff;
	text-decoration: none;
	cursor: default;
}

ul.menu li.separator {
	padding: 0;
}

hr {
    display: block;
    text-decoration: none;
    height: 1px;
    width: 210px;
    margin-top: 14px;
    line-height: 0px;
    border: 0;
    border-bottom: 1px solid #ababab;
}

hr.menuSeparator {
	float: left;
}

ul.menu .menuCounter {
	position: absolute;
	display: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	vertical-align: bottom;
	margin-left: 10px;
	letter-spacing: 2px;
	color: #ababab;
	text-decoration: none;
}

.current .menuCounter {
	display: none;
}














/**************************************/
/********  Personal Trendings  ********/
/**************************************/
#personalTrendings {
    display: none;
    width: 211px;
    margin-top: 50px;
    margin-bottom: 150px;
}

#personalTrendings p {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 15px;
}

#personalTrendings img {
    width: 50px;
    height: 50px;
    display: none;
}

#personalTrendings .helpTrendings {
    display: inline;
	cursor: help;
}

#personalTrendings .img {
    text-align: center;
}

#personalTrendings td.label {
    height: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    max-width: 50px;
}

#personalTrendings td.label div {
	display: none;
}









/***************************/
/********  Content  ********/
/***************************/

.contentArea {
    float: right;
    width: 710px;
}

.contentHeader {
    height: 32px;
    padding-top: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.contentHeaderTitle {
    float: left;
    font-size: 21px;
    font-weight: bold;
    margin-left: 2px;
}

.mainLoader {
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 10px;
    display: none;
}

.userFeedback {
	color: #ababab;
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.userFeedback a {
    color: #b62531;
}

.contentHeaderOptions {
    float: right;
    margin-top: 4px;
    vertical-align: bottom;
}

.contentHeaderOptionsLabel {
    font-size: 12px;
    font-weight: bold;
    margin-right: 13px;
}

.contentHeaderOption {
    font-size: 15px;
    font-weight: bold;
    margin-right: 15px;
}

.contentHeaderOptions a {
    color: #333333;
    text-decoration: none;
}

.contentHeaderOptions .help {
	cursor: help;
}

.contentHeaderOptions a.selected , .contentHeaderOptions .tabs a.current {
    color: #FECB4F;
	cursor: default;
    text-decoration: none;
}

.contentHeaderOptions a.selected:hover {
    text-decoration: none;
    cursor: default;
}

.contentHeaderOptions a:hover {
    text-decoration: underline;
}

.newMessages , .loadmore {
    cursor: pointer;
    width: 709px;
    height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #787878;
    background-color: #ededed;
    text-align: center;
}

.newMessages {
    cursor: pointer;
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.loadmore {
    visibility: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.loadmore.gridIconBox {
	z-index: 1;
}

.space {
	clear:both;
}

.loadmore img {
    vertical-align: middle;
    margin-right: 10px;
}














/***************************/
/********  Message  ********/
/***************************/
.messageContainer {
    overflow: hidden;
    width: 709px;
	/* Important for IE fix */
    margin-top: 0px;
	margin-bottom: 0px;
}

.messageContainer textarea {
    font-size: 11px;
}

.messageContainer a.link {
    color: #538BB9;
    font-weight: bold;
    text-decoration: none;
}

.messageContainer a.link:hover {
    text-decoration: underline;
}

.messageContainer a.entity {
    color: #b62531;
    font-weight: bold;
    text-decoration: none;
}

.messageContainer a.entity:hover {
    text-decoration: underline;
}

.message {
    overflow: hidden;
    width: 709px;
    min-height: 120px;
    border-top: 1px solid #c8c8c8;
    background-color: #ffffff;
}

.message.new {
    background-color: #FFF4DE;
}

.message:hover, .message.selected {
    background-color: #ededed;
}

.mUserImageArea {
    float: left;
    width: 48px;
    height: 80px;
    margin-top: 20px;
    margin-left: 15px;
}

.mUserImageArea img {
    width: 48px;
    height: 48px;
}

.mContentArea {
    overflow: hidden;
    float: left;
    width: 493px;
    min-height: 100px;
    margin-top: 20px;
    margin-left: 12px;
}

.mFacebookContentArea {
    overflow: hidden;
    float: left;
    width: 580px;
    min-height: 100px;
    margin-top: 20px;
    margin-left: 12px;	
}

.mContentTitle {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
}

.mContentText {
    min-height: 40px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

a.mTextUser {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

a.mTextUser:hover {
    text-decoration: underline;
}

.mContentFooter {
    width: 493px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #787878;
    margin-top: 5px;
}

.mFacebookContentFooter {
    width: 580px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #787878;
    margin-top: 5px;	
}

div.conversationContainer {
    display: none;
}

div.actionBox > div.conversationBox {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin-top: 7px;
    background: url('/img/message.png') no-repeat;
}

div.actionBox > div.conversationBox:hover, div.actionBox.selected > div.conversationBox {
    background-position: 0 -27px;
}

div.actionBox > div.conversationBox.loading:hover, div.actionBox > div.conversationBox.loading {
    background: url('/img/loader.gif') 2px 0 no-repeat;
}

.conversationBox.hidden {
    display: none;
}

.preview {
    overflow: hidden;
    display: none;
    width: 709px;
    height: 110px;
    margin-bottom: 15px;
    /* Important for IE fix */
    margin-top: 0px;
}

.previewEmpty {
    float: left;
    width: 55px;
    height: 1px;
}

.previewThumb {
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 16px;
    margin-right: 12px;
    margin-bottom: 14px;
}

.previewContentBox {
    float: left;
    width: 550px;
    min-height: 50px;
    margin-right: 12px;
    margin-top: 16px;
}

.previewContentTitle {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

p.previewContentTitle a {
    color: #538BB9;
}

.previewContentText {
    margin-bottom: 14px;
    font-size: 14px;
    color: #757575;
    line-height: 20px;
}

div.mTime {
    float: left;
    color: #bfbfbf;
    font-weight: normal;
    line-height: 35px;
}

div.mTime a {
    color: #bfbfbf;
    font-weight: normal;
}

div.actionBox {
    padding-left: 6px;
    padding-right: 6px;
    line-height: 35px;
    height: 35px;
}

div.actionBox.selected {
    background-color: white;
}

div.actionBox.selected a {
    color: #b62531;
}

div.actionData {
    display: none;
}

div.actionBox.left {
    float: left;
    margin-right: 18px;
}

div.actionBox.right {
    float: right;
    margin-left: 20px;
}

.mThumbArea {
    float: left;
    width: 84px;
    height: 84px;
    margin-top: 20px;
    margin-left: 12px;
}

/*.mThumbArea img {
 width: 80px;
 height: 80px;
 }*/
.mThumb {
    border: 1px solid #ffffff;
}

.mThumbContainer {
    overflow: hidden;
    width: 82px;
    height: 82px;
    border: 1px solid #c9c9c9;
}

.mLikeArea {
    float: left;
    width: 22px;
    height: 80px;
    margin-top: 20px;
    margin-left: 10px;
}

.mHover {
    display: none;
}

.likeImg {
    margin-bottom: 13px;
    width: 22px;
    height: 22px;
    border: 0px;
}

.handup {
    background: transparent url('/img/message.png') 0 -126px no-repeat;
}

.handup:active, .handup:hover {
    background-position: 0 -150px;
}

.handup.selected {
    background-position: 0 -174px;
}

.handup.loading {
    background: transparent url('/img/loader.gif') 0 0 no-repeat;
}

.handdown {
    background: transparent url('/img/message.png') 0 -54px no-repeat;
}

.handdown:active, .handdown:hover {
    background-position: 0 -78px;
}

.handdown.selected {
    background-position: 0 -102px;
}

.handdown.loading {
    background: transparent url('/img/loader.gif') no-repeat;
}

.mContext {
	margin-top: 20px;
	overflow: hidden;
}

.mContext .mContextImage {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	max-width: 130px;
	overflow: hidden;
}

.mContext .mContextTitle {
	color: #538BB9;
	width: 420px;
	float: left;
	margin: 10px 10px 0 0;
	font-weight: bold;
}

.mContext .mContextText {
	color: #ababab;
	width: 420px;
	float: left;
	margin: 10px 10px 10px 0;
}










/*******************************/
/********  convMessage  ********/
/*******************************/
.convMessageContainer {
    clear: both;
    overflow: hidden;
    width: 709px;
    min-height: 80px;
    margin-top: 15px;
	
}

.loadMoreConv {
    display: none;
    float: right;
    width: 676px;
    height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #787878;
    background-color: #ededed;
    margin: 10px 0px 10px 0;
    text-align: center;
    cursor: pointer;
}

.loadMoreConv img {
    vertical-align: middle;
}

.convMessageYou {
    float: right;
    width: 28px;
    height: 48px;
    margin-right: 3px;
}

.convMessageImage {
    float: right;
    width: 48px;
    height: 48px;
    margin-right: 14px;
}

.convMessageImage img {
    width: 48px;
    height: 48px;
}

.convMessageContent {
    overflow: hidden;
    float: right;
    width: 554px;
    margin-right: 20px;
    min-height: 80px;
}

.convMessageTitle {
    font-size: 15px;
    font-weight: bold;
}

.convMessageText {
    min-height: 30px;
    font-size: 13px;
    color: #757575;
}

.convMessageInfo {
    font-size: 12px;
    color: #bfbfbf;
    margin-top: 10px;
    margin-bottom: 10px;
}

.convMessageInfo a {
    color: #BFBFBF;
    font-weight: normal;
}

.convMessageInfo .preview {
    color: #ababab;
    font-weight: bold;
    margin-right: 18px;
}

/******************************/
/********  subMessage  ********/
/******************************/
.subMessageContainer {
    overflow: hidden;
    width: 709px;
    display: none;
    /* Important for IE fix */
    margin-top: 0px;
}

.subMessageArea {
    clear: both;
    overflow: hidden;
    float: right;
    width: 635px;
    margin-top: 15px;
}

.subMessagePic {
    float: left;
    width: 48px;
    height: 48px;
    margin-top: 15px;
}

.subMessagePic {
    width: 48px;
    height: 48px;
}

.reply, .forward, .conversation {
    margin-bottom: 15px;
}

.conversation hr {
    clear: both;
    float: right;
    width: 656px;
    margin: 0px;
    margin-right: 20px;
}

/**************************/
/********  Footer  ********/
/**************************/
#footerBar {
    text-align: center;
    clear: both;
    height: 180px;
}

#footer, #push {
    text-align: left;
    height: 180px;
	clear: both;
}

#footer a {
    color: #9E9E9E;
}

.footerBlock {
    float: left;
    width: 254px;
    height: 130px;
    margin-top: 40px;
}

.last {
    width: 207px;
}

.followus {
    width: 228px;
    height: 110px;
    text-align: center;
}

.followus .title {
    font-size: 16px;
    font-weight: bold;
    color: #D0D0D0;
    margin-bottom: 14px;
    margin-top: 0;
}

.followus .followLine {
    line-height: 21px;
    width: 150px;
    height: 21px;
    margin-left: 90px;
    text-align: left;
    margin-bottom: 5px;
}

.followus .followLine img {
    float: left;
    margin-right: 10px;
}

.followus .followLine a {
    color: #9E9E9E;
    font-size: 13px;
}

.border {
    border-left: 1px solid #484848;
}

.footerBlockTitle {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 10px 40px;
}

.footerBlock ul {
    margin-left: 40px;
    padding-left: 15px;
}

.footerBlock li {
    font-size: 13px;
    color: #9e9e9e;
    list-style-type: none;
    margin-top: 5px;
    line-height: 21px;
}

#footer button {
    border: 0;
    width: 102px;
    height: 24px;
}

/****************************************/
/**********  STATIC CONTENT  ************/
/****************************************/
#static {
    width: 100%;
    line-height: 22px;
    margin-bottom: 50px;
}

#static .title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin-top: 52px;
    margin-bottom: 22px;
    margin-left: 20px;
}

#static .title1 {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}

#static .title2 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 34px;
}

#static .section1 {
    font-size: 14px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 34px;
}

#static .section2 {
    font-size: 14px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 48px;
}

#static ul {
    font-size: 14px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 52px;
}

#static li {
    padding-bottom: 4px;
}

#static a.privacy {
    color: #b62531;
    font-weight: bold;
    text-decoration: none;
}

#static a.privacy:hover {
    text-decoration: underline;
}

#static .separator {
    border-bottom: 1px solid rgb(171, 171, 171);
    margin-top: 28px;
    margin-bottom: 10px;
    margin-left: 20px;
}

#static a {
    color: #538BB9;
    font-weight: bold;
}

/*****************************/
/**********  404  ************/
/*****************************/
#page404 {
    width: 720px;
    margin: 0 auto;
    margin-top: 100px;
}

#page404 a {
    color: #b62531;
    font-weight: bold;
    line-height: 20px;
}

#page404 .code {
    font-size: 120px;
    font-weight: bold;
    float: left;
    letter-spacing: -12px;
}

#page404 .content {
    float: left;
    margin-left: 70px;
    margin-top: 90px;
}

#page404 .content .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

#page404 .content .text {
    margin-left: 20px;
}

.tooltip {
	z-index: 100;
    display: none;
    width: 400px;
    height: 191px;
    background: transparent url('/img/tooltipbg.png') no-repeat;
}

.tooltipmini {
    display: none;
    width: 200px;
    height: 95px;
    background: transparent url('/img/tooltipminibg.png') no-repeat;
}

.tooltip .text, .tooltipmini .text {
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    margin: 20px;
}

.tooltipmini .text {
    line-height: 20px;
}

.gridIcon {
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
}

.gridIconBox {
	float: left;
	position: relative;
	width: 82px;
	height: 82px;
	margin: 20px 8px 0px 8px;
	border: 1px solid #c8c8c8;
}
