@CHARSET "ISO-8859-1";

/*******************
/* Resets
/*******************/
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #454545;
	background-image: url(/media/images/bg_body.png);
	background-repeat: repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
	background-color: #eee;
	}

body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	background-color: #eee;
	}


#container{
	width: 905px;
	padding: 0 10px;
	margin: auto;
	
	}
	
	
a{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	}
	
.hilite{
	background-color: #fff200;
	}


#content.login {
	line-height: 1.2;
	}
	
#content.login a{
	color: #2e76cf;
	}

.login #intro{
	font-size: 3.3em;
	color: #757575;
	width: 650px;
	}
	
.login #whatsNew{
	margin: 2em 0 1em 0;
	font-size: 2.5em;
	color: #757575;
	}
	
.login #whatsNew h2{
	color: #454545;
	font-size: 1.1em;
	font-weight: normal;
	}
	
	
#topBar{
	background-color: #000;
	color: #b7b7b7;
	float: left;
	width: 905px;
	margin: 0 0 50px 0;
	}
	
.login #topBar{
	margin-bottom: 95px;	
}
	
#topBar p{
	float: left;
	padding: 11px;
	}
	
#topBarLeft{
	background-color: #ee1c24;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	}
	
	
p#topBarRight{
	float: right;
	color: #b7b7b7;
	}
	

#topBar a{
	color: #fff;
	}
	
#leftCol{
	width: 175px;
	float:left
	}
	
#leftCol h1{
	font-size: 1em;
	font-weight: bold;
	line-height: 2.0em;
	margin-top: 25px;
	}
	
#otherAccounts li{
	position: relative;
	line-height: 2.0em;
	border-bottom: 1px solid #c4c4c4;
	width: 174px;
	height: 26px;
	cursor: pointer;
	z-index: 10;
	left: 1px;
	text-shadow: 0px 1px #fff;
	}
	
#otherAccounts li .navInner{
	position: relative;
	padding: 0 0 0 8px;
	width: 179px;
	height: 26px;
	left: -1px;
	z-index: 10;
	}

#otherAccounts li .navInner .accountName{
	width: 140px;
	overflow: hidden;
	}
	
#otherAccounts li .navInner .removeLink{
	position: absolute;
	width: 13px;
	height: 13px;
	right: 20px;
	top: 6px;
	display: none;
	overflow: hidden;
	z-index: 20;
	}
	
#otherAccounts li:hover .navInner .removeLink{
	display: block;
	}	


	
#otherAccounts li.active .navInner{
	background-image: url(images/arrow_active.png);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
#otherAccounts li.active{
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	}
	
#otherAccounts li.active{
	color: #fff;
	}
	
#otherAccounts li:hover .accountName{
	text-decoration: underline;
	}
	
#otherAccounts li a.removeAccount{
	display: block;
	right: 15px;
	}
	
#otherAccounts .twitterConnectLink{
	padding-right: 20px;
	background-position: right center;
	background-repeat: no-repeat;	
	}
	
#otherAccounts .twitterConnectLink.processing{
	background-image: url(/media/images/spinner-eee.gif);
	}
	
	
.underline{
	border-bottom: 1px solid #c4c4c4;
	}

#mainCol{
	position: relative;
	width: 527px;
	float: left;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #e1e1e1;
	z-index: 5;
}

#mainCol a{
	color: #2e76cf;
	}

#mainCol h2{
	font-size: 1.5em;
	color: #454545;
	font-weight: normal;
	padding: 0 0 10px;
	}
	


#navBar{
	position: relative;
	float: left;
	width: 500px;
	margin-bottom: -1px;
	z-index: 10;
	}
	
#navBar li{
	float: left;
	border-left: 1px solid #E1E1E1;
	}
	
#navBar li.last{
	border-right: 1px solid #E1E1E1;
	}

#navBar li a{
	display: block;
	line-height: 3em;
	/*min-width: 95px;
	text-align: center;*/
	text-shadow: 0px 1px #fff;
}

#navBar li.active a{
	background-color: #fff;
	border-top: 1px solid #E1E1E1;
	font-weight: bold;
	}

#navBar li.last{
	border-right: 1px solid #E1E1E1;
	}
	
#dmNavBar{
	margin: 0px 0 10px 0;
	border: 0 0 1px 0;
	background-color: #e1e1e1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	width: 100%;
	}

#dmNavBar li{
	float: left;
	padding: 8px 12px;
	text-align: center;
	}
	
#dmNavBar .divider{
	padding: 8px 0px;
	color: #aaa;
	float: left;
	}	
	
#dmNavBar li.active{
	font-weight: bold;
	}
	
#dmNavBar li a{
	color: #252525;
	}

#dmNavBar li.active a:hover{
	text-decoration: none;
	}

h2#dmHeader{
	border: none;
	}
	
#dm-recipient{
	font-size: 0.8em;
	padding: 1px;
	width: 150px
	}
	
.dmSelectAccount{
	font-size: 0.8em;
	padding: 1px;
	width: 150px
	}


a img{
	border: none;	
}

ol.statuses {
	font-size:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#mainCol .status{
	display: none;	
}

#mainCol #searchResults .status{
	display: block;	
}

ol.statuses span.status-body, .twittList li span.status-body {
	display:block;
	margin-left:56px;
	min-height:48px;
	overflow:hidden;
	width:425px;
}

#mainCol a.tweet-url.screen-name{
	color: #000;
	}

ol.statuses li.status, ol.statuses li.direct_message, li.twittLI {
	border-top:1px solid #EEEEEE;
	line-height:16px;
	padding:10px 0 8px;
	position:relative;
}

ol.statuses .entry-content, .twittLI{
	color: #454545;
	}

ol.statuses .thumb, .twittLI .juitterAvatar {
	display:block;
	height:50px;
	left:0;
	margin:0 10px 0 0;
	overflow:hidden;
	position:absolute;
	width:50px;
}

ul.statusActions{
	float: right;
	font-size: 0.8em;
	display:none;
	}
	
ul.statusActions li{
	float: left;
	margin-left: 10px;
	}
	
	
.entry-content-wrap{
	float: left;
	width: 100%;
	}

.meta {
	color:#999999;
	display:block;
	font-size:11px;
}

.entry-meta {
	margin-top:2px;
	width: 270px;
	float: left;
}

.timestamp .data{
	display: none;
	}

#mainCol .statusMessage{
	margin: 0 0 20px 0;
	color: #EE1C24;
	font-weight: bold;
	background-color: #eee;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;	
}




.updateHeading{
	margin-bottom: 0px;
	
	}
	
h3.actionHeading{
	color: #454545;
	font-size: 1.7em;
	font-weight: normal;
	float: left;
	margin-bottom: 5px;
	}
	
.charCount{
	float: right;
	font-size: 1.6em;
	color: #ccc;
	font-weight: bold;
	}
	
	
#mainCol.all #dmBox .currentScreenName{
	display: none;
	}
	
#mainCol #dmBox .dmSelectAccount{
	display: none;
	}
	
#mainCol.all #dmBox .dmSelectAccount{
	display: inline;
	}
	
#dmBox .charCount{
	margin: 3px 15px 0 0;
	}

input[type="text"],input[type="password"],textarea{
	border:1px solid #AAAAAA;
	padding:4px 2px;
	}
	
select{
	border:1px solid #AAAAAA;
	padding:4px 2px;
	}

.inputHint{
	color: #ccc;
	}
	
.statusBox {
	padding: 0px 0px 0 0px;
	border: 1px solid #aaa;
	width: 523px;
	margin: 0 0 8px 0;
	}

.statusBox .toolbar{
	background-color: #f4f4f4;
	padding: 4px 4px 2px 4px;
	border-bottom: 1px solid #dfdfdf;
	}
	
.statusBox .toolbarItem{
	width: 16px;
	height: 16px;
	overflow: hidden;
	padding: 2px 5px;
	border-right: 1px solid #dfdfdf;
	float: left;
	}
	
.statusBox #fileQueue{
	float: left;
	position: relative;
	}
	
.statusBox .uploadifyQueueItem{
	padding: 1px;
	margin-top: 0;
	width: 350px;
	background-color: #fafafa;
	}
	
.statusBox .uploadifyQueueItem .cancel img{
	width: 12px;
	height: 12px;
	}
	
.statusBox #fileQueue .fileName, .statusBox #fileQueue .percentage{
	position: relative;
	z-index: 10;
	color: #333;
	}
	
.statusBox .uploadifyProgress{
	position: absolute;
	margin-top: 0;
	top: 3px;
	left: 2px;
	z-index: 1;
	width: 330px;
	border: none;
	background-color: #DDDDDD
	}
	
.statusBox .uploadifyProgressBar{
	height: 13px;
	background-color: #70a9ff;
	}
	
.statusBox .uploadifyError .uploadifyProgress{
	display: none;
	}
	
#dmBox{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	}
	
#dmBox .btnCheckName{
	font-size: 0.55em;
	}
	
#tweetArea{
	margin-bottom: 30px;
	}
	
.status-btn.disabled:hover{
	background-image:url(http://s.twimg.com/a/1262230172/images/round-btn.gif);
	color:#AAAAAA;
	cursor:default;
	}

.status-btn{
	float: right;
	background-image:url(http://s.twimg.com/a/1262230172/images/round-btn.gif);
	border:0 none;
	color:#666666;
	font-size:14px;
	height:32px;
	margin-left:3px;
	width:115px;
	}
	
	
.button1{
	color: #454545;
	background-color: #eee;
	text-shadow: 0px 1px #fff;
	font-weight: bold;
	border: 1px solid #898989;
	min-width: 80px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 2.2em;
	line-height: 2.2em;
	}
	
.button1:hover{
	color: #000;
	border-color: #000;
	}
	
.button1.alternate{
	color: #454545;
	font-weight: normal;
	}
	
.button1.alternate:hover{
	color: #000;
	}
	
.button1.disabled{
	cursor: default;
	color: #898989;
	border-color: #e1e1e1;
	}
	
.button1.disabled:hover{
	color: #898989;
	border-color: #e1e1e1;
	}
	
.button1 .label{
	cursor: pointer;
	display: block;
	margin-top: -2px;
	}
	
.button1.processing .label{
	display: none;
	
	}
	
.button1.processing{
	color: #898989;
	border-color: #e1e1e1;
	background-image: url(images/spinner-eee.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	
.button1.processing:hover{
	color: #898989;
	border-color: #e1e1e1;
	}
	

.buttonContainer{
	float: right;
	}
	
	

#currently{
	width: 375px;
	color: #666;
	font-size: 0.9em;
	float: left;
	display: block;
	}
	
#mainCol.all #currently{
	display: none;
	}
	
#mainCol a.entry-date{
	color: #999;
	}
	
#selectAccounts{
	display: none;
	}
	
#mainCol.all #selectAccounts{
	display: block;
	}
	
#selectAccounts #accountsLabel{
	float: left;
	line-height: 26px;
	width: 13.5em;
	}
	
#selectAccounts .accountsLabelCount{
	font-wight: bold;
	color: #2e76cf;
	}

#selectAccounts ul{
	float: left;
	width: 225px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

#selectAccounts .accountLI{
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 3px;
	position: relative;
	}
	
#selectAccounts .accountLI .profileImage{
	width: 24px;
	height: 24px;
	margin: 1px;
	border: 1px solid #bcbcbc;
	}
	
#selectAccounts .accountLI:hover .profileImage{
	margin: 0;
	border: 2px solid #454545;
	}
	
#selectAccounts .accountLI.selected .profileImage{
	margin: 0;
	border: 2px solid #454545;
	}

	
#selectAccounts .accountLI:hover .profileImage{
	border-color:  #000;
	}
	
#selectAccounts .accountLI.selected:hover .profileImage{
	border-color: #000 !important;
	}
	
#selectAccounts .accountLI .profileChk{
	display: none;
	width: 11px;
	height: 11px;
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 10;
	background-repeat: no-repeat;
	}
	
#selectAccounts .accountLI.selected:hover .profileChk{
	display: block;
	background-image: url(/media/images/chk_hover.png);
	}
	
#selectAccounts .accountLI.selected .profileChk{
	display: block;
	background-image: url(/media/images/chk_active.png);
	}


#topStatusMessage{
	position: relative;
	top: -40px;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	margin: 0px 0 -20px 0;
	font-weight: bold;
}

#topStatusMessage.error{
	background-color: #FFBABA;
	border-color: #D8000C;
	color: #D8000C;
}

#topStatusMessage.warning{
	background-color: #FEEFB3;
	border-color: #9F6000;
	color: #9F6000;
}

.view li.user{
	border-top: 1px solid #eee;
	}

.view li.user .wrapper{
	padding: 4px 0 4px 0;
	margin: 0 -2px 0 -2px;
	line-height: 24px;
	}
	
.view li.user .smallThumb{
	float: left;
	margin-right: 8px;
	}

.view li.user .smallThumb img{
	width: 24px;
	height: 24px;
}

.view li.user .screenName{
	font-weight: bold;
	font-size: 1.1em;
	}
	
.views li.user .realName{
	color: #454545;
	}
	
.view li.user .actionButtons{
	float: right;
	font-size: 0.8em;
	}

.loadingMore{
	display:none;
	padding: 15px;
	margin: 20px -5px -5px -5px;
	text-align: center;
	background-color: #eee;;
	}

#rightCol{
	float: left;
	width: 145px;
	margin: 35px 0 0 15px;
	font-size: 1.0em;
	line-height: 1.25;
	}
	
#rightCol h2{
	margin-bottom: 0.0em;
	}
	
#rightCol a{
	color: #2e76cf;
	}
	

	
	
#helpNewAccount{
	position: relative;
	background-color: #fff200;
	color: #454545;
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 25px 10px 10px;
	width: 115px;
	margin: 13px 0 30px 0;
	box-shadow: 0 0 5px #aaa;
  	-moz-box-shadow: 0 0 5px #aaa;
  	-webkit-box-shadow: 0 0 5px #aaa;
	}
	
	
#helpNewAccount .pointer{
	position: absolute;
	top: -12px;
	left: 15px;
	z-index: 10;
	}
	
#helpNewAccount .close{
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 10;
	}
	
.people .buttonContainer{
	float: left;
	}

.people .searchQuery{
	width: 200px;
	float: left;
	margin: 2px 10px 0 0;
	}

.people #usersSearch{
	margin-bottom: 25px;
	float: left;
	}
	
.all .people #usersSearch{
	display: none;
	}

#mainCol.all .people .statusMessage{
	display:block;
	}
	
.btnPeople{
	display: block;
	margin-top: 5px;
	}
	
	
.richEdit{
	padding: 4px 2px;
	cursor: text;
	line-height: 1.4;
	margin-bottom: 5px;
	min-height: 80px;
	/*height: 80px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;*/
	margin-bottom: 5px;
	}
	
textarea.richEdit{
	border: none;
	width: 100%;
	}
	
	
.richEdit a{
	color: #454545;
	text-decoration: none;
	cursor: text;	
}
	
.richEdit span.link{
	display: inline !important;
	text-align: center;
	padding: 0 0px 0 6px;
	position: relative;
	background-color: #2e76cf;
	color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	-moz-box-shadow: 1px 1px 0px #255ea6;
	-webkit-box-shadow: 1px 1px 0px #255ea6;
	box-shadow: 1px 1px 0px #255ea6;
	}
	

.richEdit span.link.animating{
	display: inline-block !important;
	}

.richEdit span.link .innerText{
	background-color: #2e76cf;
	}
	
.richEdit span.link.error .innerText{
	background-color: #ec1a09;
	}

	
.richEdit span.link.animating .innerText{
	padding-right: 17px;
	}
	
span.link .btnInfo{
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/media/images/btn_linkinfo.png);
	background-position: 4px center;
	width: 12px;
	height: 12px;
	/*position: absolute;
	//right: 3px;
	//top: 4px;*/
	cursor: pointer;
	padding: 0 0px 0 5px;
	top: 2px;
	}
	
span.link.animating .btnInfo{
	display: none;
	}
	
span.link .btnInfo:hover{
	background-image: url(/media/images/btn_linkinfo_over.png);
	}
	
.richEdit span.link.error{
	background-color: #ec1a09;
	color: #fff;
	-moz-box-shadow: 1px 1px 0px #bd1507;
	-webkit-box-shadow: 1px 1px 0px #bd1507;
	box-shadow: 1px 1px 0px #bd1507;
	}
	
.richEdit span.link.error .btnInfo{
	background-image: url(/media/images/btn_linkinfo_error.png);
	}
	
.richEdit span.link.error .btnInfo:hover{
	background-image: url(/media/images/btn_linkinfo_error_over.png);
	}
	
span.link .menuContainer{
	position: absolute;
	z-index: 50;
	right: 0;
	top: 12px;
	width: 75px;
	color: #2e76cf;
	background-color: #eee;
	border: 1px solid #c4c4c4;
	border-radius: 6px;
	-moz-border-radius:  6px;
	-webkit-border-radius: 6px;
	list-style: none;
	}
	
span.link .menuItem{
	position: relative;
	text-align: left;
	display: block;
	cursor: pointer;
	padding: 2px 5px;
	font-size: 90%;
	}
	
span.link .menuContainer li.spacer{
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 5px;
	}
	
span.link .menuItem:hover{
	background-color: #ccc;
	}
	
span.link img.linkThumbnail{
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	margin: 0 5px 0 0;
	position:relative;
	top: 2px;
	cursor: pointer;
	}
	
span.link img.linkPreview{
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	border: 5px solid #999;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 0 5px #666;
  	-moz-box-shadow: 0 0 5px #666;
  	-webkit-box-shadow: 0 0 5px #666;
  	
  	cursor: pointer;
	}
	
.shortenerOptions{
	float: right;
	margin: 0 0 5px 15px;
	}
	
#dmBox .shortenerOptions{
	float: left;
	margin: 0 0 5px 0px;
	}
	
ol.conversation{
	margin: 10px 0 0 55px;
	}
	
ol.conversation .thumb{
	width: 38px;
	height: 38px;
	}
	
ol.conversation span.status-body{
	margin-left: 40px;
	font-size: 85%;
	}
	
ol.conversation .profile-pic img{
		width: 32px;
		height: 32px;
	}

ol.conversation .lblConversation{
	display: none;
	}

.clear{
	clear: both;
	height: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
}