@charset "utf-8";

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

html, body {
	/* [disabled]height: 100%; */
}


h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin: 0;
    text-rendering: optimizelegibility;
}




#topBar .fixer .topRight {
	float: right;
	color: #FFF;
	height: 40px;
}
.fixer .topRight #twIcon {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




body, label, input, textarea, select, button {
    font-family: "Helvetica Neue",Arial,sans-serif;
}
body {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	overflow-y: scroll;
	background-color: #568EFB;
}


#topBar {
	background-image: url(../images/topBarBgrd.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
}
#topBar .fixer {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
#topBar .fixer .topLeft {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #FFF;
	float: left;
	padding-left: 20px;
	font-size: 12px;
}
#topBar .fixer .topLeftHome {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
	float: left;
}


.formText
{
	width: 170px;
	height: 22px;
	border: 0px;
	outline: 0px;
	font-size: 12px;
	border-radius: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #999;
	background-color: #ffffff;
	background-image: url(../images/5.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;

}

#mainArea {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #8EC1DA;
	height: 100%;
}
#contentHolder .dashboard {
	float: left;
	width: 302px;
}
#contentHolder {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/wash-white-30.png) repeat scroll 0 0  transparent;
	padding: 16px 14px 15px;
}


.module  {
	background-color: #F9F9F9;
	line-height: 16px;
	padding: 12px;
	display: block;
	border-radius:8px;
}
.module.second  {
	margin-top: 20px;
	clear:left
}


.contentTimeline {
	border-radius: 6px 6px 6px 6px;
	float: right;
	width: 540px;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.adminContainer {
	border-radius: 6px 6px 6px 6px;
	float: left;
	width: 900px;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 500px;
}
.adminMenuHolder a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}


.loginHolder {
	border-radius: 6px 6px 6px 6px;
	float: none;
	width: 400px;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin: 0;
    text-rendering: optimizelegibility;
}

.content-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 5px 5px 0 0;
    min-height: 20px;
    padding: 12px;
}
#trendList a {
	line-height: 24px;
	color: #3484CB;
	text-decoration: none;
}
.userIcon {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}
.followListItem {
	margin-top: 1px;
	clear: both;
	padding-bottom: 12px;
	height: 50px;
	font-size: 13px;
	color: #3484CB;
}


#followList a {
	line-height: 24px;
	color: #3484CB;
	text-decoration: none;
}

.module a {
	color: #3484CB;
	text-decoration: none;
}
.moduleHeading {
	font-size: 15px;
	color: #666;
	display: block;
	padding-bottom: 5px;
	clear: both;
	padding-top: 5px;
}
.content-tweet {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-bottom: 10px;
}
.content-tweet:hover {
	background-color: #F6F6F6;
}
.reCommands a {
	font-size: 12px;
	color: #3484CB;
	text-decoration: none;
	padding-right: 20px;
}
.replyCommand {
	background-image: url(../images/icon-reply.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.quoteCommand {
	background-image: url(../images/icon-quote.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.retweetCommand {
	background-image: url(../images/icon-retweet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}.tweetText {
	color: #777;
}
.retweetText {
	color: #ccc;
}

#tweetIcon {
	padding-right: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 4px;
}
.reCommandsHidden {
	display: none;
}
.reCommandsShow {
	display: table-row;
}
.tweetMinutes {
	font-size: 13px;
	color: #999;
}


.searchHolder {
	float: right;
	padding-top: 6px;
	width: 200px;
	text-align: right;
}
.adminMenuHolder {
	float: right;
	padding-top: 10px;
	width: 500px;
	text-align: right;
	color: #8EC1DA;
	padding-right: 20px;
}

.content-header h2 {
	display: inline;
}
.content-header a {
	color: #8EC1DA;
	text-decoration: none;
}
#followList {
	padding-bottom: 6px;
}
.composeHolder {
	float: right;
	margin-left: 20px;
}
#composeContainer {
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
}
.composeHeader {
	font-size: 14px;
	color: #444;
	margin: auto;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
}
#compose {
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	border-radius: 8px;
	width: 400px;
}
#composeReply {
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	border-radius: 8px;
	width: 400px;
}
#composeTweetText {
	height: 100px;
	width: 360px;
	margin-right: 0px;
	margin-left: 0px;
}
#composeReplyTweetText {
	height: 100px;
	width: 360px;
	margin-right: 0px;
	margin-left: 0px;
}
.composeTweetHeader {
	font-size: 16px;
	color: #666;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.composeTextArea {
	text-align: center;
}
.composeTextTweetButton {
	text-align: right;
}
.composeTextTweetButton input {
	margin-top: 12px;
	margin-right: 20px;
}

.content-header .pretendLink {
	color: #3484CB;
	cursor: pointer;
}

.countdownCF {
	font-size: 12px;
	color: #999;
	padding-left: 20px;
}
.countdownCFAdmin {
	font-size: 12px;
	color: #999;
}

#adminTable {
	margin: 10px;
}
.adminTable {
	margin: 10px;
}

#adminTable tr td {
	padding: 3px;
}
.adminTable tr td {
	padding: 3px;
}
