body {
	font-family: Arial, sans-serif;
	font-size:13px;

}

#header {	
	background-color:#552e63;
	padding: 10px 10px 5px 10px;
	margin:0;
	color:#FFF;
}

#header a, #header a:link, #header a:visited {
	color:#AEBCD8;
	text-decoration:none;
}

#header a:hover {
	color:#FFF;
	text-decoration:none;
}

#logo_header {
	float:left;
}

#logo_header img {
	padding:5px 0px 0px 5px;
}

#right_side_header {
	float:right;
}

#nav {
	margin:-15px 0 0 0;
	text-align:right;
	padding:0px;
	font-size:13px;
}



#nav ul li {
	float:left;
	padding:0 15px;
}

#wrap {
	min-width:1060px;
	padding:0px;
	margin:0;
	clear:both;
}

#footer {
	padding: 30px 0 20px 0;
	text-align:center;
	width: 100%;
	min-width:1060px;
	clear:both;
	background-color:#DCE2F0;
	font-size:14px;
	border-top:1px dotted #CCC;
}

#footer a {
	text-decoration:none;
	color:#542D62;
}

#footer .companytitle {
	color:#542D62;
	width: 15%;
	float: left;
	text-align:left;
	margin-left:30px;
	font-weight:bold;
}

#footer ul {
	float: left;
	margin-left:10%;
	width:60%;
}

#footer ul li {
	float:left;
	padding:0 20px;
}


#sidebar {
	float:left;
	min-width:120px;
	width: 15%;
	margin:0 0 0 10px;
	text-align:left;
	padding:10px 5px 0 5px;
}
#sidebar a, #sidebar a:visited {
	color:#542D62;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar li {
	margin:0px;
	font-weight:bold;
	padding:5px 5px 5px 8px;
}
#sidebar li.lastitem {
	border-bottom:none;
}

#sidebar li.subitems {
	margin:5px 0 3px 15px;
	padding:2px 5px 2px 6px;
	font-weight:normal;
	font-size:11px;
	border:none;
}

#sidebar ul {
	padding:5px;
}


#sidebar li.selected {
	background-color:#d6c5c5;
}

#sidebar li.selected.subitems {
	background-color:#e9dddd;
}

#sidebar li.inactive a,li.inactive a:hover,li.inactive a:visited {
	color: #CCC;
	cursor:text;
	text-decoration:none;
}

#userInfo {
	text-align:right;
}

.clear {
	clear:both;
	height:0px;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
.clearLeft {
	clear:left;
}

html {
	background-color:#efefef;
}


#main {
	background-color:#E1D2DD;
	background-color:#E9EBF2;
	background-color:#FFF;
	color:#542D62;
	float:right;
	width:82%;
	min-width:740px;
}

.component {
	float:left;
	text-align:left;
	background-color:#FFF;
	/*margin:5px 0 0 5px;*/
	/*border: 1px solid #CCC; */
	margin:15px 0 10px 1%;
	overflow:hidden;
}

.component .titlebar {
	font-size:13px;
	font-weight:bold;
	background-color:#DBE1F1;
	padding: 8px 10px 5px 10px;
	margin-bottom:1px;
}
div.info_icon, a.info_icon {
	background-image: url('../images/info_icon.gif');
	display:block;
	width:12px;
	height:12px;
	padding:0;
	float:right;
}
span.info_icon {
	background-image: url('../images/info_icon.gif');
	width:22px;
	height:12px;
	padding:0;
}

.innerTooltip {
	width: 180px;
	text-align:left;
	font-size:11px;
	line-height:14px;
	background-color:#DBE1F1;
	padding:10px;
	border: 1px solid #ADB4C6;
	color:#542D62;
}

.innerTooltip p {
	margin-bottom:7px;
}

.component .titlebar .leftTitle {
	float:left;
	text-aligh:left;
	padding: 0;
}
.component .titlebar .rightTitle {
	float:right;
	text-align:right;
	padding: 0;
}
.leftTitle a {
	color:#542D62;
}

.leftTitle a:hover {
	text-decoration:underline;
}
.leftTitle a.disabled {
	color:#505050;
}
.component .body {
	font-size:13px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}

.component .bodyhtml.scrollable {
	overflow:auto;
}


.component .bodyhtml {
	font-size:13px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.component .bodyhtml .loader, .component .body .loader {
	height:100px;
	margin-top:50px;
	width:100%;
	background-image:url('../images/ajax_loader-2.gif');
	background-position: center center;
	background-repeat:no-repeat;
}
.otherLoader {
	height:100px;
	margin-top:50px;
	width:100%;
	background-image:url('../images/ajax_loader-2.gif');
	background-position: center center;
	background-repeat:no-repeat;
}

/* dimension classes */
.tallestest { height: 450px; }
.component.tallestest .bodyhtml.scrollable { height:350px }

.tallest { height: 380px; }
.component.tallest .bodyhtml.scrollable { height:350px }

.tall { height: 330px; }
.component.tall .bodyhtml.scrollable { height:300px }

.short { height: 230px; }
.component.short .bodyhtml.scrollable { height:050px }

.shortest { height: 180px; }
.component.shortest .bodyhtml.scrollable { height:150px }

.stdheight { height: 280px; }
.component.stdheight .bodyhtml.scrollable { height:250px }


.widest { width: 98%; }
.wider { width: 68%; }
.wide { width: 58%; }
.stdwidth { width: 48.5%; }
.narrow { width: 39%; }
.narrower { width: 29%; }
#tweets {
	text-align:left;
	color:#000000;
}
#tweets a {
	color:#2276BB;
	text-decoration:none;
}
#tweets a:hover {
	text-decoration:underline;
}
#tweets li {
	border-bottom:1px dashed #cccccc;
	padding:10px 0px;
}
#tweets .pic {
	float:left;
	margin-left:5px;
	width:48px;
	height:48px;
}
#tweets .msg, #tweets .info, #tweets .cp {
	margin-left:60px;
	color:#454545;
}
.reply {
	margin:10px 5px;
	background-color:#ffffff;
	height:190px;
}
.reply textarea {
	border:1px solid #aaaaaa;
	height:100px;
	font-size:1.5em;
	overflow:auto;
	width:95%;
	display:block;
	color:#333333;
}
.reply input {
	float:right;
	font-size:1em;
	margin-top:5px;
	padding:5px;
}
.reply .instructions {
	float:left;
	font-size:2em;
}
.charCount {
	color:#cccccc;
	font-size:2em;
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.cp {
	float:left;
}
.trans {
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
display:block;
}
#tweetTemplate {
	display:none;
}
#tweets .info {
padding:0px;
	font-size:10pt;
	text-align:left;
}
#tweets .info a {
	margin:0px 0px;
	padding:1px 0px;
}
#tweets .info a:hover {
	text-decoration:underline;
}
.created_at {
	color:#CCCCCC;
	font-size:9pt;
}
#tweets li.selfPost .created_at {
	color:#999999;
}
#tweets li.selfPost {
	background-color:#ddddee;
	border:1px solid #b8b2db;
	color:#333333;
	padding:3px 10px;
	margin-bottom:2px;
	margin-top:2px;
	font-weight:bold;
	font-size:9pt;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#tweets li.post {
	background-color:#ffffff;
	color:#333333;
	padding:3px 10px;
	border:1px solid #b8b2db;
	padding:13px 10px 7px 3px;
	margin-bottom:2px;
	margin-top:2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#tweets li.post a {
	color:#6699ff;
}
#tweets .selfPost .created_at  {
	font-weight:normal;
}

.confirm input {
	margin:20px;
}
#titlebarOptions {
    display:inline;
		margin-left:50px;
}
#titlebarOptions a {
    text-decoration:none;
}
#titlebarOptions a:hover {
    text-decoration:underline;
}
#keywordList td, #keywordList th {
	padding:3px;
	border:1px solid #cccccc;
}
#keywordList th {
	font-weight: bold;
}
.twitterIco {
	background:url('/static/images/twitterIconSmall.png') no-repeat left center;
}
.twitterIco a {
	padding-left:10px;
}


#pop_message {
	width: 100%;
	height:30px;
	margin:0px;
	padding:0;
	background-color: #DFD3DD;
}
#pop_message div {
	text-align:center;
	margin:auto;
	padding:6px;
	color:#56647F;
	font-size: 16px;
}

#linkDetails {
	font-size:14px;
	padding:20px 10px 10px 10px;
	line-height:17px;
}
#linkDetails .large {
	font-size:24px;
}
#linkDetails .gap {
	height:6px;
	line-height:3px;
	font-size:3px;
	padding;0;
	margin:0;
}
#linkDetails .largegap {
	height:12px;
	line-height:3px;
	font-size:3px;
	padding;0;
	margin:0;
}
#tweets div.info {
	margin-top:10px;
}
#tweets div.info ul, #tweets div.info li {
	list-style-type:none;
	display:inline;
	border:0px;
}
#tweets a.actionItem {
	width:120px;
	display:block;
	float:left;
	padding:2px 0px;
	text-align:center;
	color:#bac8dc;
	background-color:#eeeeee;
	margin:3px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#selAccountSelector a, #selAccountSelector a:link, #selAccountSelector a:visited {
font-weight:bold;
font-size:.9em;
color:#542D62;
}
#selAccountSelector {
}
.roundedTop {
	padding:6px;
	background-color:#dddddd;
	color:#000000;
	margin-bottom:-10px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;	
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;	
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
}
#selAccountSelector a:hover {
	text-decoration:underline;
}
#selAccountSelector a.selected:hover {
	text-decoration:none;
}

#selAccountSelector div.selected {
	background-color:#ffffff;
}
#selAccountSelector ul li {
	padding:0px 2px;
	list-style-type:none;
	float:left;
}

#selAccountSelector ul {
	display:block;
	list-style-type:none;
}
#selAccountSelector {
	float:right;
	clear:right;
	margin-right:120px;
}
#restOfAccounts {
	position:absolute;
	padding:10px;
	z-index:2;
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-top:0px;
	color:#542D62;
	width:120px;
}
#restOfAccounts ul li {
	display:block;
	float:none;
	text-align:left;
	width:100%;
	margin:4px 5px;
}
#restOfAccounts a {
width:100%;
display:block;
}
#restOfAccounts a:hover {
	background-color:#542D62;
	color:#ffffff;
}
div#restOfAccountsDiv.selected {
	background-color:#cccccc;
}
div#restOfAccountsDiv.selected a{
	background-color:#cccccc;
	color:#ffffff;
}
#streamControls {
    color:#000000;
	font-size:11px;
	margin-left:20px;
}
.streamDisplayOptions {
	margin-left:50px;
	color:#505050;
}
.streamDisplayOptions a {
	color:#542D62;
}
.streamDisplayOptions a:hover {
	text-decoration:underline;
}
.streamDisplayOptions a.disabled {
	color:#505050;
}
.streamLabel {
	float:left;
}
#streamDates {
	margin-left:10px;
}
a#showAllTweets.disabled:hover {
	text-decoration:none;
}
#showAllTweets {
	font-size:12px;
}
/*
New Accounts Page Styles
*/

.std-account-block {
	width: 720px;
	background-color: #FFF;
	border:1px solid #C6C6C6;
	margin-top:14px;
}

.std-k {
	color:#999;
}


.std-account-title {
	width:680px;
	height:25px;
	padding:10px 0px 2px 20px;
}

.std-left {
	float:left;
	width:280px;
}
.std-right {
	font-size:11px;
	float:left;
	text-align:right;
	width: 400px;
}

.std-account-info {
	font-size:12px;
	color: #000;
	clear: both;
	background-color: #F9FAFB;
	width:700px;
	padding:5px 0 0 20px;
}

.std-account-info table td {
	padding-bottom:8px;
}

.std-fixed { width: 720px }
.std-block {
	font-family: Arial;
	float:left;
	text-align:left;
	background-color:#FFF;
	/*margin:5px 0 0 5px;*/
	/*border: 1px solid #CCC; */
	margin:30px 0px 30px 40px;
	width: 800px;
	/*overflow:hidden; */
}

.std-action {
	width: 720px;
	background-color: #EAEFF2;
	margin-top: 20px;
}

.std-action-title {
	font-size:16px;
	color: #552C64;
	padding-bottom:12px;
}
.std-action-description {
	padding-bottom:12px;
	font-size:12px;
	color: #666;
}
.std-action-submit {
}
.std-action-table {
	padding-bottom:12px;
}

.std-action-table table td {
	padding-bottom:12px;
}

.std-action .contracted {
	width: 700px;
	padding: 10px;
}

.std-action .expanded {
	padding:15px 20px;
	width: 680px;
}

.std-hidden {
	display:none;
}

.std-title {
	font-size: 20px;
	color: #552C64;
	font-weight: normal;
}

.std-button-width {
	width: 120px;
	text-align:center;
}

.std-submit-button {
	cursor:pointer;
	font-size: 12px;
	font-weight: normal;
	color: #552C64;
	border: 1px solid #CCC;
	background:url(../images/std-submit-bg.png) repeat-x left top;
	height: 24px;
	margin: 0;
	padding: 5px 10px 7px 10px;
}
#noClicksFound {
    font-size:22px;
}
#streamTweetDisplay {
    float:right;
	margin-right:60px;
}
#streamDisplayLeft {
	float:left;
	line-height:24px;
}
#list_view_link {
	margin-right:10px;
}
