html {
	height: 100%;
	background-repeat: repeat-x;
	background-position: top;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

html.busy, html.busy * {
	cursor: progress !important;
}

h1 {
	font-size: 197%;
	font-weight: bold;
}

h2 {
	font-size: 138.5%;
	font-weight: bold;
}

h3,h4 {
	font-size: 108%;
	font-weight: bold;
}

/* links */
a:link,a:visited {
	text-decoration: none;
}
a:hover,a:visited.hover {
	text-decoration: underline;
}

#header .logo {
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 220px;
    margin-top: 10px;
}

#header h1.logo-description {
  display: none;
}

body.login #header h1.logo-description {
    display: block;
	font-size: 11.5px;
    font-weight: normal;
    margin-left: 60px;
    margin-top: 3px;
}

body.login #header .logo {
	height: 40px;
	width:220px;
    margin-top: 0px;
}

.content-wrapper {
	padding: 0px 10px 0px 10px;
	min-height: 90%;
}

#navigation {
	height: 25px;
	margin-top: 10px;
}

#navigation ul li {
	display: inline;
	margin: 2px;
	padding: 3px;
}

#navigation ul li a {
}

#navigation ul li.active a {
	font-weight: bold;
}

.form-element {
	margin: 5px 0px;
}

.form-element .description {
	font-size: 11px;
	font-style: italic;
	padding-left: 100px;
}

form div.hidden, form div.hash {
	display: none;
}

.multicheckbox label {
	margin-left: 125px;
	display: block;
		padding-bottom: 5px;
}

.multicheckbox input {
		margin-right: 5px;
}

.multicheckbox br, .radio br {
	display: none;
}
.radio label {
	margin-left: 100px;
	display: block;
	padding-bottom: 5px;
}
#form-element-inbox_alerts_frequency {
	width:450px;
	margin-left:150px;
	padding-left:0px
}
#form-element-inbox_alerts_frequency label {
	width:200px !important; 
}

.form-element .form-element-label {
	display: block;
	float:left;
	vertical-align: top;
	width: 100px;
	margin-left: 0px;
}

.form-element textarea {
	height: 100px;
	width: 300px;
}

.radio label.form-element-label {
	float: left;
	display: inline;
	width: auto;
}

.radio label {
	margin-right: 10px;
}

.radio label input{
	margin-right: 3px;
}

.form-element .datepicker {
	margin-right: 5px;
}

.form fieldset {
	border: 1px solid #aaa;
	padding: 5px 5px 5px 10px;
}

.hint {
	font-size: 77%;
	font-style: italic;
}

#dialog, #dialog2, #dialog3 {
	text-align: left;
}

.event-channels ul li {
	display:inline;
}

.event-channels a.channel{
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	display:block;
}

#intelligence-tabs .keyword-group, #intelligence-tabs .social-site, #intelligence-tabs .feed {
	width: 25%;
	float: left;
	height: 100px;
}

#intelligence-tabs .feed {
	font-weight: bold;
}

.json {
	display: none;
}

.social-site {
	height: 90px;
	text-align: center;
}

.social-site h3 {
	margin-bottom: 10px;
}

.social-site img {
	margin-left: auto;
}

.search-results-list {
	margin-top: 10px;
	margin-left: 20px;
}

.search-results-list li {
	margin-bottom: 20px;
}

.search-results-list .title {
	font-size: 100%;
}

.search-results-twitter .title {
	display: none;
}

.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

.feed_item {
	margin-bottom: 20px;
}

.feed_item .description {
	margin-left: 10px;
	margin-top: 10px;
}

.feed_item .date {
	font-size: 12px;
}

.block-title {
	clear: both;
}

.clearfix {
	clear: both;
}

.help-message {
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
}

.help-message span.button {
	height: 18px;
	width: 18px;
	display: inline-block;
}

.feed-noedit .buttons {
	display: none;
}

.feed-selector {
	margin-bottom: 20px;
}

#form-element-credentials label {
	padding-left: 20px;
	background-repeat: no-repeat;
}

#form-element-credentials label.form-element-label {
		padding: 0px;
}

#form-element-credentials label img
{
	height: 32px;
	width: 32px;
	vertical-align: middle;
}

#form-element-credentials label span,
#form-element-retweet_as label span
{
	padding-left: 18px;
	background-repeat: no-repeat;
}

#blogger_credentials #form-element-type label {
	display: block;
	margin-left: 100px;
	padding-bottom: 5px;
}

#blogger_credentials #form-element-type label.form-element-label {
	margin-left: 0px;
	float: left;
}

#form-element-submit dt {
	display: none;
}

.form .errors {
	padding-left: 100px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.photo-preview, .photo-album-preview, .video-preview, .presentation-preview {
	text-align: center;
	padding: 20px;
	margin-top: 20px;
}

#hd {
	padding-bottom: 10px;
}

#swfupload-placeholder {
	margin-left: auto;
	margin-right: auto;
}

#video_form #filename,
form#presentation #filename {
	float: left;
	width: 200px;
}

form#blog textarea#body {
	height: 450px;
	width: 600px;
}

#form-blog {
	width: auto !important;
}

.meme-detector {
	width: 100%;
}
#meme-detector-menu {
	width: 110px;
	float: left;
}
#meme-detector-content {
	width: 640px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	height: 500px;
	overflow: auto;
}

#meme-detector-content .feed_items {
	padding-top: 10px;
	padding-left: 10px;
}

#meme-detector-content .ui-tabs .ui-tabs-nav li a {
	padding: 0.5em 0.7em;
}

#video_form #filename-preview,
form#presentation #filename-preview {
	width: 270px;
}

#video_form #form-element-filename,
form#presentation #form-element-filename {
	margin-left: 100px;
}

.meme-detector {
	clear:both;
}

#filtered-calendar {
	margin-top: 5px;
}

#filtered-calendar #day-events {
	height: 266px;
}

#filtered-calendar #day-events h3 {
	margin-bottom: 5px;
}

#filtered-calendar #day-events .events-list-group {
	margin-bottom: 10px;
}

#filtered-calendar #day-events .events-list {
	height: 260px;
	overflow-y: auto;
}

#filtered-calendar .event {
	padding: 3px 0px 3px 3px;
	margin-bottom: 2px;
}

#filtered-calendar .buttons ul li {
	float:left;
}

#filtered-calendar .event .event-info {
	padding-top: 2px;
}

#filtered-calendar .event-type-icon, .my-events .event-type-icon {
	float: left;
	margin-right: 5px;	
	margin-top: 2px;
}

#filtered-calendar #calendar {
	height: 290px;
	width: 240px;
}

#filtered-calendar .ui-datepicker {
	width: 16em;
}

.full-calendar-month .calendar-icon {
	float: right;
}

.full-calendar-month-wrap {
	border: none;
}

/* Sidebar */
.sidebar-item {
	border: 1px solid #666;
	padding: 5px;
	font-size: 100%;
	line-height: 20px;
	margin-bottom: 10px;
}

.sidebar-item .title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.sidebar-item .content .icon, #wizard-persona .accounts .icon	{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin: 5px;
}

.sidebar-item .icons .icon {
	width: 32px;
	height: 32px;
}
.sidebar-item .icons .icon img {
	width: 32px;
	height: 32px;
}

/* List View */
.list .item {
	margin: 10px 0px;
	padding: 5px;
}

.list .item .lifespan-activity {
	float: right;
	text-align: right;
	margin-right: 10px;
	font-size: 93%;
    line-height: 25px;
}

.list .item .buttons ul li {
	float:left;
}

.list .item .boxes {
	margin-top: 5px;
	margin-bottom: 5px;
}

.list .item .boxes .box {
	padding: 5px;
	height: 100px;
}

.list .item .bottom {
	height: 32px;
}

.list .item .bottom h3 {
	width: 75px;
	float: left;
	padding-top: 8px;
}

#persona-list .list .item .bottom h3 {
	padding-top: 0;
}

#persona-list .list .item .bottom h3 .edit {
	font-size: 79%;
	font-weight: normal;
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	width: 65px;
}

.list .item .bottom .icon {
	float: left;
	margin-right: 5px;
}

.list .item .bottom .icon a {
	display: block;
	height: 32px;
	width: 32px;
}

#campaign-list .list .item .campaign-subnav {
	float: right;
	width: 23%;
	height: 115px;
	padding: 0 5px;
}

#campaign-list h2.collapsible a {
	display: inline-block;
}

.list .item .title h2.collapsible {
	background-image: url(/images/triangle.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	display:block;
}

.list .item .title h2.open {
	background-image: url(/images/triangle-down.png);
}

#campaign-list .list .item .campaign-subnav ul {
	
}

#campaign-list .list .item .boxes {
	margin-right: 25%;
}

#campaign-list #list-sort, #users-list #list-sort {
	width: 175px;
	float: right;
	padding-top: 0.3em;
}

.list .title .icon img, .list .bottom .icon img, .zoom-view .heading .icon{
	height: 32px;
	width: 32px;
}

.list .title a.icon, .zoom-view .heading .icon {
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 10px;
}

.list .title .label {
	padding-top: 5px;
	display: block;
}

.list .title a.label {
	padding-top: 5px;
	display: inline-block;
}

.list .title {
	padding-bottom: 5px;
}

.list .bottom {
	overflow: hidden;
}

#credential-list .buttons .label {
	padding-top: 7px;
}

ul.new-credential {
	height: 32px;
	margin-left: 40px;
}

ul.new-credential li {
	height: 32px;
	width: 32px;
	float: left;
	margin-right: 10px;
    padding-bottom: 5px;
}

ul.new-credential li a {
	display:block;
	height: 32px;
	width: 32px;
}

.new-credential li.facebook
{
	width: 25px; 
	overflow:hidden; 
	margin: 3px 4px 0px 4px;
	height: 29px;
}

#persona-list .new-credential li.facebook {
	margin-top: 0px;
}

.sidebar-item .subtitle {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}

.sidebar-item .new-credential {
	margin: 0px;
	height: 16px;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}

.sidebar-item .new-credential li {
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 10px;
}

.sidebar-item .new-credential li a {
	display:block;
	height: 16px;
	width: 16px;
}

.sidebar-item .credentials .title .edit {
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	float: right;
}

.full-calendar-month .calendar-icon,
#day-events .event-type-icon,
#agenda .event-type-icon,
#todo .event-type-icon,
.my-events .event-type-icon
 {
	background-image: url(/css/ui-lightness/images/ui-icons_ffffff_256x240.png);
}

.zoom-view .events .legend,
#event-calendar .legend
 {
	width: 100%;
}

.zoom-view .events .legend td,
#event-calendar .legend td {
	text-align: center;
	width: 25%;
}

.zoom-view .events .legend .box,
#event-calendar .legend .box {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.full-calendar-month .empty td,
#day-events .event-empty .event-type-icon,
#agenda .event-empty .event-type-icon,
#todo .event-empty .event-type-icon,
#event-calendar .legend .empty .box,
.zoom-view .events .legend .empty .box,
ul.my-events .event-empty .event-type-icon
{
	background-color: #F6A728;
}

.full-calendar-month .draft td,
#day-events .event-draft .event-type-icon,
#agenda .event-draft .event-type-icon,
#todo .event-draft .event-type-icon,
#event-calendar .legend .draft .box,
.zoom-view .events .legend .draft .box,
ul.my-events .event-draft .event-type-icon
{
	background-color: #8A80D5;
}

.full-calendar-month .pending td,
#day-events .event-pending .event-type-icon,
#agenda .event-pending .event-type-icon,
#todo .event-pending .event-type-icon,
#event-calendar .legend .ready .box,
.zoom-view .events .legend .ready .box,
ul.my-events .event-pending .event-type-icon
{
	background-color: #70cfb8;
}

.full-calendar-month .published td,
#day-events .event-published .event-type-icon,
#agenda .event-published .event-type-icon,
#todo .event-published .event-type-icon,
#event-calendar .legend .ready .box,
.zoom-view .events .legend .ready .box,
ul.my-events .event-published .event-type-icon
 {
	background-color: #70cfb8;
}

.full-calendar-month .error td,
#day-events .event-error .event-type-icon,
#agenda .event-error .event-type-icon,
#todo .event-error .event-type-icon,
#event-calendar .legend .error .box,
.zoom-view .events .legend .error .box,
ul.my-events .event-error .event-type-icon
 {
	background-color: #F62828;
}

.full-calendar-month .event td {
    color: white;
}

#microblog .character-count .retweet-characters {
	color: #70CFB8;
}

.content-creation .page-title .draft {
	color: #8A80D5;
}

.content-creation .page-title .approved {
	color: #70cfb8;
}

#event-calendar #agenda #daterange-wrapper {
	width: 375px;
}

#event-calendar #agenda input#daterange {
	width: 320px;
}

#event-calendar #agenda #events-agenda {
	margin-top: 5px;
	overflow-y: auto;
	border-top: 1px solid #AAAAAA;
}

#event-calendar #agenda h3,
#filtered-events #agenda h3,
#filtered-events #todo h3 {
	float: left;
	width: 100px;
}

#event-calendar #agenda .events-list-group .events,
#filtered-events #agenda .events-list-group .events,
#filtered-events #todo .events-list-group .events {
	margin-left: 100px;
	border: none;
	padding: 0;
	position: static;
	margin-bottom: 0;
}

#event-calendar #agenda .events-list-group,
#filtered-events #agenda .events-list-group,
#filtered-events #todo .events-list-group {
	margin-bottom: 5px;
	padding: 5px;
}

#event-calendar #agenda .event,
#filtered-events #agenda .event,
#filtered-events #todo .event {
	padding: 3px 0px 3px 3px;
	margin-bottom: 2px;
	border-bottom: 1px solid #AAAAAA;
}

#event-calendar #agenda .buttons ul li,
#filtered-events #agenda .buttons ul li,
#filtered-events #todo .buttons ul li {
	float:left;
}

#event-calendar #agenda .event .event-info,
#filtered-events #agenda .event .event-info,
#filtered-events #todo .event .event-info {
	padding-top: 2px;
}

#event-calendar #agenda .event-type-icon,
#filtered-events #agenda .event-type-icon,
#filtered-events #todo .event-type-icon {
	float: left;
	margin-right: 5px;	
	margin-top: 2px;
}

#event-calendar #agenda .events-list .odd,
#event-calendar #agenda .events-list .odd .events,
#filtered-events #agenda .events-list .odd,
#filtered-events #agenda .events-list .odd .events,
#filtered-events #todo .events-list .odd,
#filtered-events #todo .events-list .odd .events {
	
}

#event-calendar #agenda .events-list .even,
#event-calendar #agenda .events-list .even .events,
#filtered-events #agenda .events-list .even,
#filtered-events #agenda .events-list .even .events,
#filtered-events #todo .events-list .even,
#filtered-events #todo .events-list .even .events {
	background-color: #DDDDDD;
}

#event-calendar #agenda .events-list .today,
#event-calendar #agenda .events-list .today .events,
#filtered-events #agenda .events-list .today,
#filtered-events #agenda .events-list .today .events,
#filtered-events #todo .events-list .today,
#filtered-events #todo .events-list .today .events {
	background-color: #FFFFCC;
}

.zoom-view .boxes {
	margin-top: 5px;
	margin-bottom: 5px;
}

.zoom-view .boxes .box {
	padding: 10px;
	height: 100px;
}

.zoom-view .buttons li{
	float: left;
}

#campaign-zoom span.campaign-lifespan {
	font-size: 47.2%;
	font-weight: normal;
	padding-left: 10px;
}

#campaign-zoom #campaign-heading h1 {
	padding-bottom: 0px;
}

.zoom-view .boxes, .zoom-view #filtered-events {
	padding-bottom: 5px;
}

.zoom-view .heading .title .icon img {
	height: 32px;
	width: 32px;
	float: left;
	padding-right: 10px;
}

.event-feed .persona img {
	width: 32px; 
	height: 32px;
}

.event-feed .item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaa;
}

.event-feed .content-microblog .title {
	display: none;
}

.event-feed .content .yui-gd .first {
	text-align: center;
}

.event-feed .personas {
	padding-top: 10px;
}

.event-feed .personas .persona {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.event-feed .personas .persona .persona-icon {
	text-align: center;
}

.event-feed .personas .persona table .metric {
	text-align: right;
	padding-left: 5px;
}

.event-feed .preview {
	min-height: 30px;
}

.event-feed .date {
	clear: both;
}

.event-feed .title {
	font-weight: bold;
	padding-bottom: 10px;
}

.event-feed .content .image {
	padding: 20px;	
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}

.event-feed .date {
	font-style: italic;
}

.event-feed .paginator {
	text-align: center;
}

.event-feed .microblog .content .preview {
	font-size: 18px;
	font-weight: bold;
}

.event-feed .item .persona-type {
	width: 16px;
	height: 16px;
	position: relative;
	top: -16px;
	left: 19px;
}

.event-feed .status .media img {
  max-width: 160px;
  max-height: 90px;
}

.boxes .arrow {
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	float: left;
    background-repeat: no-repeat;
}

#campaign-zoom .boxes .arrow {
	background-position: 25px 0px;
}

#campaign-zoom .boxes .box {
  height: 50px;
}

#campaign-zoom .boxes .arrow {
  height: 50px;
}

.boxes .down .arrow {
	background-image: url(/images/downarrow.gif);
}

.boxes .neutral .arrow {
	background-image: url(/images/no-data-button.gif);
}

.boxes .up .arrow {
	background-image: url(/images/uparrow.gif);
}

#campaign-zoom .boxes .down .arrow {
	background-image: url(/images/downarrow-medium.gif);
}

#campaign-zoom .boxes .neutral .arrow {
	background-image: url(/images/no-data-button-medium.gif);
}

#campaign-zoom .boxes .up .arrow {
	background-image: url(/images/uparrow-medium.gif);
}

.boxes .details {
	text-align: left;
	margin-left: 105px;
    padding-top: 1.5em;
}

#campaign-zoom .boxes .details {
	padding-top: 0px;
}

.boxes .label {
	font-size: 123.1%;
	font-weight: bold;
	padding-bottom: 5px;
}

.boxes .value {
	
}

.boxes .centered , .boxes .freshness .value{
	float: none;
	text-align: center;
}

.boxes .good .value {
	color: green;
}

.boxes .bad value {
	color: red;
}

.boxes .change {
	
}

.boxes .freshness .value {
	font-size: 16px;
	padding-top: 30px;
	font-weight: bold;
}

.boxes {
}

/* Terms of service, Privacy policy */

#tos {
	padding: 10px;
}

#tos h1 {
	margin-bottom: 10px;
}
#tos p {
	margin-bottom: 10px;
}

#tos ol li {
	display: list-item;
	list-style-type: decimal;
	margin-bottom: 10px;
}

#tos ul li {
	display: list-item;
	list-style-type: circle;
	margin-left: 20px;
	margin-top: 10px;
}
#tos ol {
	margin-left: 30px;
}
#tos strong {
	font-weight: bold;
}

#tos .important {
	padding: 3px;
	background-color: #F6A728;
}

.footer {
	margin-top: 20px;
	padding: 0 10px;
}

.footer .footer-left {
	float: left;
	font-size: 85%;
}

.footer .footer-right {
	float: right;
	font-size: 85%;
}
.footer a {
	text-decoration: underline;
}
.footer .footer-right li {
	display: inline;
	padding-left: 10px;
}
#tos .cc {
	float: left; 
	padding-right: 10px;
}

#persona-zoom .heading {
	height: 50px;
}

#persona-zoom #change-picture {
	display: none;
	font-size: 10px;
	clear:left;
}

/* SERVICE ICONS */
/* 32x32 */
.list .item .bottom .icon a.twitter,
.list .item .title a.twitter,
.zoom-view .heading .title .twitter,
.sidebar-item .icons .twitter,
#wizard-persona .icons .twitter,
.new-credential li a.twitter,
.metrics #effectiveness table tbody td span.service-twitter
{
	background-image: url(/images/Twitter-32x32.png);
}

.list .item .bottom .icon a.flickr,
.list .item .title a.flickr,
.zoom-view .heading .title .flickr,
.sidebar-item .icons .flickr,
#wizard-persona .icons .flickr,
.new-credential li a.flickr,
.metrics #effectiveness table tbody td span.service-flickr
{
	background-image: url(/images/Flickr-32x32.png);
}

.list .item .bottom .icon a.youtube,
.list .item .title a.youtube,
.zoom-view .heading .title .youtube,
.sidebar-item .icons .youtube,
#wizard-persona .icons .youtube,
.new-credential li a.youtube,
.metrics #effectiveness table tbody td span.service-youtube
{
	background-image: url(/images/Youtube-32x32.png);
}

.list .item .bottom .icon a.blogger,
.list .item .title a.blogger,
.zoom-view .heading .title .blogger,
.sidebar-item .icons .blogger,
#wizard-persona .icons .blogger,
.new-credential li a.blogger,
.metrics #effectiveness table tbody td span.service-blogger
{
	background-image: url(/images/Blog-32x32.png);
}

.list .item .bottom .icon a.facebook,
.list .item .title a.facebook,
.zoom-view .heading .title .facebook,
.sidebar-item .icons .facebook,
#wizard-persona .icons .facebook,
.new-credential li a.facebook,
.metrics #effectiveness table tbody td span.service-facebook
{
	background-image: url(/images/FaceBook-32x32.png);
}

.list .item .bottom .icon a.linkedin,
.list .item .title a.linkedin,
.zoom-view .heading .title .linkedin,
.sidebar-item .icons .linkedin,
#wizard-persona .icons .linkedin,
.new-credential li a.linkedin,
.metrics #effectiveness table tbody td span.service-linkedin
{
  background-image: url(/images/LinkedIn_Logo30px.png);
  background-position: 3px 3px;
  background-repeat: no-repeat;
}

.list .item .bottom .icon a.myspace,
.list .item .title a.myspace,
.zoom-view .heading .title .myspace,
.sidebar-item .icons .myspace,
#wizard-persona .icons .myspace,
.new-credential li a.myspace,
.metrics #effectiveness table tbody td span.service-myspace
{
	background-image: url(/images/MySpace-32x32.png);
}

.list .item .bottom .icon a.hyves,
.list .item .title a.hyves,
.zoom-view .heading .title .hyves,
.sidebar-item .icons .hyves,
#wizard-persona .icons .hyves,
.new-credential li a.hyves,
.metrics #effectiveness table tbody td span.service-hyves
{
	background-image: url(/images/Hyves-32x32.png);
}

.list .item .bottom .icon a.slideshare,
.list .item .title a.slideshare,
.zoom-view .heading .title .slideshare,
.sidebar-item .icons .slideshare,
#wizard-persona .icons .slideshare,
.new-credential li a.slideshare,
.metrics #effectiveness table tbody td span.service-slideshare
{
	background-image: url(/images/SlideShare-32x32.png);
}

.list .item .bottom .icon a.gowalla,
.list .item .title a.gowalla,
.zoom-view .heading .title .gowalla,
.sidebar-item .icons .gowalla,
#wizard-persona .icons .gowalla,
.new-credential li a.gowalla,
.metrics #effectiveness table tbody td span.service-gowalla
{
	background-image: url(/images/Gowalla-32x32.png);
}

.list .item .bottom .icon a.hi5,
.list .item .title a.hi5,
.zoom-view .heading .title .hi5,
.sidebar-item .icons .hi5,
#wizard-persona .icons .hi5,
.new-credential li a.hi5,
.metrics #effectiveness table tbody td span.service-hi5
{
	background-image: url(/images/Hi5-32x32.png);
}

span.service-icon-small {
  width: 16px;
  height: 16px;
  display: block;
}

/* 16x16 */
.event-channels a.twitter,
#form-element-credentials .twitter,
#form-element-retweet_as .twitter,
.sidebar-item .new-credential li a.twitter,
#persona-list .item .new-credential li a.twitter,
.event-feed .twitter .persona-type,
.metrics .fixedTable tr td.twitter,
form#import_persona #persona-choice span.service-twitter,
form#schedule .schedule-type-content span.service-twitter,
form#choose_event .schedule-type-content span.service-twitter,
span.service-twitter,
#subform-announce_form .multicheckbox label span.twitter,
#event-view #account-list .twitter .service-icon,
#event-error #statuses .twitter .service-icon,
.activity-view .menu li.twitter,
#stream-add #type-options label span.twitter,
.streams .twitter .stream-heading .name,
.stream-item .accounts .twitter .name,
#wizard-streams #streams .twitter,
.metric-dialog-title-twitter,
#tree .accounts .twitter,
#inbox .twitter .date,
span.service-twitter
{
	background-image: url(/images/Twitter-16x16.png);
}

.event-channels a.flickr,
#form-element-credentials .flickr,
.sidebar-item .new-credential li a.flickr,
#persona-list .item .new-credential li a.flickr,
.event-feed .flickr .persona-type,
.metrics .fixedTable tr td.flickr,
form#import_persona #persona-choice span.service-flickr,
form#schedule .schedule-type-content	span.service-flickr,
form#choose_event .schedule-type-content	span.service-flickr,
#event-view #account-list .flickr .service-icon,
#event-error #statuses .flickr .service-icon,
.activity-view .menu li.flickr,
.streams .flickr .stream-heading .name,
.stream-item .accounts .flickr .name,
#stream-add #type-options label span.flickr,
#wizard-streams #streams .flickr,
.metric-dialog-title-flickr,
#tree .accounts .flickr,
#inbox .flickr .date,
span.service-flickr
{
	background-image: url(/images/Flickr-16x16.png);
}

.event-channels a.youtube,
#form-element-credentials .youtube,
.sidebar-item .new-credential li a.youtube,
#persona-list .item .new-credential li a.youtube,
.event-feed .youtube .persona-type,
.metrics .fixedTable tr td.youtube,
form#import_persona #persona-choice span.service-youtube,
form#schedule .schedule-type-content	span.service-youtube,
form#choose_event .schedule-type-content	span.service-youtube,
#event-view #account-list .youtube .service-icon,
#event-error #statuses .youtube .service-icon,
.activity-view .menu li.youtube,
.streams .youtube .stream-heading .name,
.stream-item .accounts .youtube .name,
#stream-add #type-options label span.youtube,
#wizard-streams #streams .youtube,
.metric-dialog-title-youtube,
#tree .accounts .youtube,
#inbox .youtube .date,
span.service-youtube
{
	background-image: url(/images/Youtube-16x16.png);
}

.event-channels a.blogger,
#form-element-credentials .blogger,
.sidebar-item .new-credential li a.blogger,
#persona-list .item .new-credential li a.blogger,
.event-feed .blogger .persona-type,
.metrics .fixedTable tr td.blogger,
form#import_persona #persona-choice span.service-blogger,
form#schedule .schedule-type-content	span.service-blogger,
form#choose_event .schedule-type-content	span.service-blogger,
#event-view #account-list .blogger .service-icon,
#event-error #statuses .blogger .service-icon,
.activity-view .menu li.blogger,
.streams .blogger .stream-heading .name,
.stream-item .accounts .blogger .name,
#stream-add #type-options label span.blogger,
#wizard-streams #streams .blogger,
.metric-dialog-title-blogger,
#tree .accounts .blogger,
#inbox .blogger .date,
span.service-blogger
{
	background-image: url(/images/Blog-16x16.png);
}

.event-channels a.facebook,
#form-element-credentials .facebook,
#form-element-retweet_as .facebook,
.sidebar-item .new-credential li a.facebook,
#persona-list .item .new-credential li a.facebook,
.event-feed .facebook .persona-type,
#user .user-thumb .facebook,
.metrics .fixedTable tr td.facebook,
form#import_persona #persona-choice span.service-facebook,
form#schedule .schedule-type-content	span.service-facebook,
form#choose_event .schedule-type-content	span.service-facebook,
#subform-announce_form .multicheckbox label span.facebook,
#event-view #account-list .facebook .service-icon,
#event-error #statuses .facebook .service-icon,
.activity-view .menu li.facebook,
.streams .facebook .stream-heading .name,
.stream-item .accounts .facebook .name,
#stream-add #type-options label span.facebook,
#wizard-streams #streams .facebook,
.metric-dialog-title-facebook,
#tree .accounts .facebook,
#inbox .facebook .date,
span.service-facebook
{
	background-image: url(/images/FaceBook-16x16.png);
}

.event-channels a.linkedin,
#form-element-credentials .linkedin,
#form-element-retweet_as .linkedin,
.sidebar-item .new-credential li a.linkedin,
#persona-list .item .new-credential li a.linkedin,
.event-feed .linkedin .persona-type,
.metrics .fixedTable tr td.linkedin,
form#import_persona #persona-choice span.service-linkedin,
form#schedule .schedule-type-content span.service-linkedin,
form#choose_event .schedule-type-content span.service-linkedin,
#subform-announce_form .multicheckbox label span.linkedin,
#event-view #account-list .linkedin .service-icon,
#event-error #statuses .linkedin .service-icon,
.activity-view .menu li.linkedin,
.streams .linkedin .stream-heading .name,
.stream-item .accounts .linkedin .name,
#stream-add #type-options label span.linkedin,
#wizard-streams #streams .linkedin,
.metric-dialog-title-linkedin,
#tree .accounts .linkedin,
#inbox .linkedin .date,
span.service-linkedin
{
	background-image: url(/images/LinkedIn_Logo16px.png);
	background-position: 0px;
}

.event-channels a.myspace,
#form-element-credentials .myspace,
#form-element-retweet_as .myspace,
.sidebar-item .new-credential li a.myspace,
#persona-list .item .new-credential li a.myspace,
.event-feed .myspace .persona-type,
.metrics .fixedTable tr td.myspace,
form#import_persona #persona-choice span.service-myspace,
form#schedule .schedule-type-content span.service-myspace,
form#choose_event .schedule-type-content span.service-myspace,
#subform-announce_form .multicheckbox label span.myspace,
#event-view #account-list .myspace .service-icon,
#event-error #statuses .myspace .service-icon,
.activity-view .menu li.myspace,
#stream-add #type-options label span.myspace,
.streams .myspace .stream-heading .name,
.stream-item .accounts .myspace .name,
#wizard-streams #streams .myspace,
.metric-dialog-title-myspace,
#tree .accounts .myspace,
#inbox .myspace .date,
span.service-myspace
{
	background-image: url(/images/MySpace-16x16.png);
}

.event-channels a.hyves,
#form-element-credentials .hyves,
#form-element-retweet_as .hyves,
.sidebar-item .new-credential li a.hyves,
#persona-list .item .new-credential li a.hyves,
.event-feed .hyves .persona-type,
.metrics .fixedTable tr td.hyves,
form#import_persona #persona-choice span.service-hyves,
form#schedule .schedule-type-content span.service-hyves,
form#choose_event .schedule-type-content span.service-hyves,
span.service-hyves,
#subform-announce_form .multicheckbox label span.hyves,
#event-view #account-list .hyves .service-icon,
#event-error #statuses .hyves .service-icon,
.activity-view .menu li.hyves,
#stream-add #type-options label span.hyves,
.streams .hyves .stream-heading .name,
.stream-item .accounts .hyves .name,
#wizard-streams #streams .hyves,
.metric-dialog-title-hyves,
#tree .accounts .hyves,
#inbox .hyves .date,
span.service-hyves
{
	background-image: url(/images/Hyves-16x16.png);
}

.event-channels a.slideshare,
#form-element-credentials .slideshare,
#form-element-retweet_as .slideshare,
.sidebar-item .new-credential li a.slideshare,
#persona-list .item .new-credential li a.slideshare,
.event-feed .slideshare .persona-type,
.metrics .fixedTable tr td.slideshare,
form#import_persona #persona-choice span.service-slideshare,
form#schedule .schedule-type-content span.service-slideshare,
form#choose_event .schedule-type-content span.service-slideshare,
span.service-slideshare,
#subform-announce_form .multicheckbox label span.slideshare,
#event-view #account-list .slideshare .service-icon,
#event-error #statuses .slideshare .service-icon,
.activity-view .menu li.slideshare,
#stream-add #type-options label span.slideshare,
.streams .slideshare .stream-heading .name,
.stream-item .accounts .slideshare .name,
#wizard-streams #streams .slideshare,
.metric-dialog-title-slideshare,
#tree .accounts .slideshare,
#inbox .slideshare .date,
span.service-slideshare
{
	background-image: url(/images/SlideShare-16x16.png);
}

.event-channels a.gowalla,
#form-element-credentials .gowalla,
#form-element-retweet_as .gowalla,
.sidebar-item .new-credential li a.gowalla,
#persona-list .item .new-credential li a.gowalla,
.event-feed .gowalla .persona-type,
.metrics .fixedTable tr td.gowalla,
form#import_persona #persona-choice span.service-gowalla,
form#schedule .schedule-type-content span.service-gowalla,
form#choose_event .schedule-type-content span.service-gowalla,
span.service-gowalla,
#subform-announce_form .multicheckbox label span.gowalla,
#event-view #account-list .gowalla .service-icon,
#event-error #statuses .gowalla .service-icon,
.activity-view .menu li.gowalla,
#stream-add #type-options label span.gowalla,
.streams .gowalla .stream-heading .name,
.stream-item .accounts .gowalla .name,
#wizard-streams #streams .gowalla,
.metric-dialog-title-gowalla,
#tree .accounts .gowalla,
#inbox .gowalla .date,
span.service-gowalla
{
	background-image: url(/images/Gowalla-16x16.png);
}

.event-channels a.hi5,
#form-element-credentials .hi5,
#form-element-retweet_as .hi5,
.sidebar-item .new-credential li a.hi5,
#persona-list .item .new-credential li a.hi5,
.event-feed .hi5 .persona-type,
.metrics .fixedTable tr td.hi5,
form#import_persona #persona-choice span.service-hi5,
form#schedule .schedule-type-content span.service-hi5,
form#choose_event .schedule-type-content span.service-hi5,
span.service-hi5,
#subform-announce_form .multicheckbox label span.hi5,
#event-view #account-list .hi5 .service-icon,
#event-error #statuses .hi5 .service-icon,
.activity-view .menu li.hi5,
#stream-add #type-options label span.hi5,
.streams .hi5 .stream-heading .name,
.stream-item .accounts .hi5 .name,
#wizard-streams #streams .hi5,
.metric-dialog-title-hi5,
#tree .accounts .hi5,
#inbox .hi5 .date,
span.service-hi5
{
	background-image: url(/images/Hi5-16x16.png);
}

.metrics .fixedTable tr td.google,
.streams .google .stream-heading .name,
.streams .googleblogsearch .stream-heading .name,
#stream-add #type-options label span.google,
#stream-add #type-options label span.googleblogsearch,
#wizard-streams #streams .google,
#wizard-streams #streams .googleblogsearch,
#inbox .google .date,
#inbox .googleblogsearch .date,
span.service-google,
span.service-googleblogsearch
{
	background-image: url(/images/google-16x16.png);
}

.metrics .fixedTable tr td.omniture

{
	background-image: url(/images/omniture-16x16.png);
}

.streams .spredfast .stream-heading .name,
#wizard-streams #streams .spredfast,
#stream-add #type-options label span.spredfast,
#inbox .spredfast .date,
span.service-spredfast
{
	background-image: url(/favicon.png);
}

.streams .rss .stream-heading .name,
#wizard-streams #streams .rss,
#stream-add #type-options label span.rss,
#inbox .rss .date,
span.service-rss
{
	background-image: url(/images/Feed-16x16.png);
}

.streams .socialmention .stream-heading .name,
#wizard-streams #streams .socialmention,
#stream-add #type-options label span.socialmention,
#inbox .socialmention .date,
span.service-socialmention
{
	background-image: url(/images/socialmention-16.png);
}

.streams .boardreader .stream-heading .name,
#wizard-streams #streams .boardreader,
#stream-add #type-options label span.boardreader,
#inbox .boardreader .date,
span.service-boardreader
{
	background-image: url(/images/boardreader-16.png);
}

.streams .bing .stream-heading .name,
#wizard-streams #streams .bing,
#stream-add #type-options label span.bing,
#inbox .bing .date,
span.service-bing
{
	background-image: url(/images/bing-16.png);
}

.streams .crimson .stream-heading .name,
#wizard-streams #streams .crimson,
#stream-add #type-options label span.crimson,
#inbox .crimson .date,
span.service-crimson
{
	background-image: url(/images/Crimson-16x16.png);
}

.white-label span.service-bitly
{
	background-image: url(/images/Bitly-16x16.png);
}

.white-label span.service-mail
{
	background-image: url(/css/custom-theme/images/ui-icons_ff9933_256x240.png);
	background-position: -80px -96px;
}

.white-label span.service-domain
{
	background-image: url(/css/custom-theme/images/ui-icons_ff9933_256x240.png);
	background-position: 0 -112px;
}

.white-label span.service-theme
{
	background-image: url(/css/custom-theme/images/ui-icons_ff9933_256x240.png);
	background-position: -208px -128px;
}
.white-label span.service-text
{
	background-image: url(/css/custom-theme/images/ui-icons_ff9933_256x240.png);
	background-position: -128px -96px;;
}

/* Unlogged part of the site */


/* Front page */
ul.unlogged-menu li.active a,
ul.unlogged-menu li a:hover
 {
  color: #F18421;
}

.login ul.unlogged-menu li a {
    color: white;
}

body.login #header h1.logo-description {
    color: #aaa;
}

.login-container .form {
	width: 300px;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
}

.login-container .forgot-password {
	text-align: center;
}

.login-container .options{
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
}

.login-container .options li {
	padding: 1em;
	text-align: center;
}

p.login-container #email, .login-container #password {
	width: 180px;
}

.login-container h1.label {
	text-align: center;
	padding: 1em;
}

.login-container #submit-element {
	text-align: center;
}

.login-container h2 {
	text-align: center;
	padding-top: 1em;
}

/* Registration form */

.form-element {
	clear: left;
}

#form-register {
    width: 440px;
	margin-left: auto;
	margin-right: auto;
}

#form-register .form-element label.form-element-label {
    display: block;
	width: 150px;
	margin-right: 0;
}

#form-register #form-element-contact_me {
	height: 5em;
}

#form-register #form-element-service_level {
	height: 1em;
}

#form-register #form-element-contact_me label.form-element-label {
	width: 250px;
	margin-right: 10px;
}

#form-register #form-element-plan label.form-element-label {
  font-size: 20px;
  font-weight: bold;
  float: none;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
}

#form-register .plan-description {
  margin-left: 20px;
  margin-bottom: 10px;
}

#form-register .radio label {
	float: left;
	margin-right: 4px;
}

#form-register #form-element-first_name {
	padding-top: 20px;
}

#recaptcha_area br {
  display: block;
}

#form-register #fieldset-upgrade_form {
	margin-top: 10px;
	clear: both;
	border: none;
	padding: 0;
}

#form-register #submit-element {
	text-align: center;
}

h1.form-title {
	text-align: center;
	padding-bottom: 1em;
}

#register-container {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#register-container #form-element-captcha {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}

/* Edit schedule form */
#schedule .radio .form-element-label {
	float: left;
	width: 90px;
	height: 30px;
}

/* Content creation pages */
.content-creation {
	padding: 1em;
	margin-bottom: 1em;
}

.content-creation h1 {
	margin-bottom: 1em;
}

.content-creation #submit-element,
.content-creation #submit_button-element
{
	text-align: center;
}

.content-creation .text input {
	width: 600px;
}

.content-creation .textarea textarea {
	height: 150px;
	width: 600px;
}

#microblog .character-count {
	margin-right: 160px;
	text-align: right;
}

#microblog textarea {
	font-size: 20px;
	width: 500px;
}

#dialog #microblog textarea,
#dialog2 #microblog textarea,
#dialog3 #microblog textarea {
	width: 360px;
}

#sidebar .twitter-widget {
	border: none;
	padding: 0;
}

#sidebar .no-box {
	border: 0 none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

/* user */
#user-block #user {
	position: relative;
	float: right;
	width: 330px;
	height: 80px;
	background-repeat: no-repeat;
}

#user .user-thumb {
	position: absolute;
	top: 13px;
	left: 16px;
	height: 45px;
}

#user .user-thumb img {
	height: 40px;
	width: 40px;
}

#user .user-thumb .image-overlay {
	height: 16px;
	width: 16px;
	position: relative;
	left: 27px;
	top: -16px;
}

#user .user-info {
	position: absolute;
	top: 18px;
	left: 66px;
}

#user .user-info .user-name {
	font-size: 125%;
	font-weight: bold;
}

#user .user-info .user-company {
	font-size: 85%;
}

#user-block {
  position: relative;
}

#user-block #user-links {
	font-size: 85%;
	position: absolute;
	top: 10px;
	right: 16px;
	z-index: 10;
	text-align: right;
}

#user-block #user-companies {
	font-size: 85%;
	position: absolute;
	top: 50px;
	right: 15px;
}

/* user-edit */
#user-edit .edit-user-thumb {
	float: left;
	width: 225px;
}

#user-edit .edit-user-thumb .user-thumb {
	text-align: center;
}

#user-edit .edit-user-thumb .uploadifyQueueItem {
	width: 200px;
}

#user-edit .form {
	margin-left: 250px;
}

#user-edit .user-thumb-form .form {
	margin-left: 0px;
}

#user-edit .form .form-element {
	clear: none;
}

#user-edit .form .form-element-label {
	width: 125px;
}

#user-edit .multicheckbox label {
    margin-left: 125px;
}

#user-edit .multicheckbox label.form-element-label {
   margin-left: 0px;
}

#user-edit .content-creation .text input {
	width: 325px;
}

#user-edit .user-thumb-form #image-fileUploader {
	margin-left: 60px;
}

#edit_photo .text input, #video_form .text input, form#presentation .text input {
	width: 385px;
}

#edit_photo .textarea textarea, #video_form .textarea textarea, form#presentation .textarea textarea {
	width: 390px;
}

/* Metrics */

.tree .ltr li.last {
	float: none;
}

.dataTables_wrapper {
	width: 570px;
	overflow-x: auto;
}

#graph, .effectiveness-graph, .sentiment-graph {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	margin-bottom: 20px;
	text-align: center;
}

#usage-summary .graph {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	margin-bottom: 20px;
	text-align: center;
}

.metrics #daterange, #usage-summary #daterange {
	float: right;
	font-size: 20px;
}

.metrics .holder {
   white-space: nowrap;
   overflow: hidden;
   height: 12px;
}

.metrics .table-header {
  font-size: 10px;
	text-align: center;
  white-space: nowrap;
  padding: 2px;
    border: 0px;
  min-width: 27px;
}

.metrics td.label {
  width: 150px;
}

.metrics .fixedTable {
  position: relative;
}

.metrics .fixedContainer .fixedTable {
  overflow-x: scroll !important;
}

.metrics .overflow {
  width: auto !important;
}

.metrics table tr td.data {
	padding: 2px;
	text-align: center;
    border: 0px;
    margin: 0px;
}

.metrics table tr td.sparkline {
    padding: 2px;
}

.metrics .fixedTable .header {
  padding-left: 6px !important;
  font-weight: bold;
}

.metrics .fixedTable td.linkedin {
  background-position: 6px 2px !important;
}

.metrics .fixedTable td.from-spredfast {
  font-style: italic;
}

.metrics .fixedHead td {
	text-align: center;
	font-size: 10px;
    padding: 2px;
    border: 0px;
    margin: 0px;
	white-space: nowrap;
}

.metrics .fixedTable td.label {
	background-repeat: no-repeat;	
	background-position: 6px 2px;
	padding: 2px 2px 2px 26px;
    border: 0px;
    margin: 0px;
	text-align: left;
}

.metrics table#data tr,
.metrics .fixedTable table tr {
	cursor: pointer;
}

.metrics table#data tr td,
.metrics .fixedTable table tr td{
}

.metrics table#data tr td.handle {
	cursor: auto;
}

.metrics table tr.header td.handle {
	cursor: pointer;
}

.metrics table tr.header {
	font-weight: bold;
}

.metrics table#data tr.header td.label {
	padding-left: 0px;
}

.metrics table#data tr.header td.handle {
	background-image: url(/images/triangle.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	width: 20px;
	min-width: 20px;
}

.metrics table#data tr.header td.open {
	background-image: url(/images/triangle-down.png);
}

.metrics .icon {
	width: 16px;
	height: 16px;
	padding-right: 6px;
	float: left;
}

.metrics .name {
	margin-left: 22px;
}

.metrics #tree li a {
	 background-image: none;
	 padding-left: 0px;
	 width: 150px;
	display:block;
}

.metrics td.sparkline {
	cursor: pointer;
    width: 40px;
    text-align: center;
}

.metrics .even {
	background-color: #E2E4FF;
}

/* Intelligence	*/

.intelligence-start {
	background: url(/images/lightbulb-button.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	float: right;
	cursor: pointer;
	margin-bottom: 20px;
}

#meme-container	{
	text-align: left;
}

#intelligence-content h2 {
	text-align: center;
	padding-bottom: 5px;
}

#intelligence-content .feed_items {
	padding: 10px;
}

#intelligence-title {
	background: url(/images/lightbulb-tiny.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 23px;
	padding-top: 4px;
	
}

#intelligence-content .feed-title{
	margin-left: 10px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#intelligence-content .feed_item .date {
	margin-left: 10px;
}

#meme-container .left {
	overflow-y: auto;
	height: 330px;
}

#company-list .user, 
#company-zoom #users .user, 
#company-zoom #initiatives .initiative {
	width: 200px;
	float: left;
	margin: 5px;
	padding: 10px;
	height: 55px;
	border: 1px solid #aaa;
}

#company-list .user .buttons {
	float: right;
}

#company-list .user img, #company-zoom #users .user img {
	width: 45px;
}

#company-list .user .thumb, #company-zoom #users .user .thumb {
	height: 45px;
	width: 45px;
	overflow: hidden;
	float: left;
}

#company-list .user .info, #company-zoom #users .user .info {
	margin-left: 50px;
}

#campaign-settings .user {
	width: 220px;
	float: left;
	margin: 5px;
	padding: 10px;
	height: 60px;
	border: 1px solid #aaa;
}

#campaign-settings .user .buttons {
	float: right;
}

#campaign-settings .user img {
	width: 45px;
}

#campaign-settings .user .thumb {
	height: 45px;
	width: 45px;
	overflow: hidden;
	float: left;
}

#campaign-settings .user .info {
	margin-left: 50px;
}

#campaign-settings .campaign-subscribe,
#campaign-settings .campaign-unsubscribe
{
	width: auto;
	height: auto;
	padding: 3px;
}

#campaign-edit .content-creation .text input,
#campaign-edit .content-creation .textarea textarea {
	width: 260px;
}

.tag-cloud {
	padding: 10px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

.tag-cloud li {
	display: inline;
}

.tag-cloud .size-10 {
	font-size: 10px;
	margin: 5px;
}

.tag-cloud .size-9 {
	font-size: 12px;
	margin: 6px;
}

.tag-cloud .size-8 {
	font-size: 14px;
	margin: 7px;
}

.tag-cloud .size-7 {
	font-size: 16px;
	margin: 8px;
}

.tag-cloud .size-6 {
	font-size: 18px;
	margin: 9px;
}

.tag-cloud .size-5 {
	font-size: 20px;
	margin: 10px;
}

.tag-cloud .size-4 {
	font-size: 22px;
	margin: 11px;
}

.tag-cloud .size-3 {
	font-size: 24px;
	margin: 12px;
}

.tag-cloud .size-2 {
	font-size: 26px;
	margin: 13px;
}

.tag-cloud .size-1 {
	font-size: 28px;
	margin: 14px;
}

#campaign-edit .content-creation .text input.datepicker {
	width: 240px;
}

#campaign-edit .content-creation fieldset .text input {
	width: 235px;
}

#campaign-edit .help-message {
	margin: 0px;
	width: auto;
	text-align: left;
}

#persona-list .item .new-credential {
	height: 16px;
	margin-left: 50px;
}

#persona-list .item .new-credential li {
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 5px;
}

#persona-list .item .new-credential li a {
	display:block;
	height: 16px;
	width: 16px;
}

#form-persona #form-element-file object {
	margin-left: 100px;
}

#event-calendar .help-message {
	margin: 0 auto;
}

.loading {
	background-image: url(/images/ajax-loader.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	width: 100%;
	min-height: 25px;
	height: 100%;
}
.loading-chart-metric {
	background-image: url(/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	min-height: 300px;
}
.loading-chart {
	background-image: url(/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	min-height: 400px;
}

.feedback-tab {
	position: fixed;
	overflow: hidden;
	top: 25%;
	left: auto !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: 0 !important;
	width: 35px !important;
	height: 102px;
	background-image: url(/images/feedback.png);
	background-color: #222222;
	text-indent: -10000px;
	z-index: 500;
	cursor: pointer;
}

form#feedback .radio {
	text-align: center;
	padding-bottom: 20px;
}

form#payment fieldset {
	border: none;
	padding: 0px;
}

form#payment label {
	width: 100px;
  padding-bottom: 10px;
}

form#payment label.error {
    display: block;
    clear: body;
	padding-left: 200px;
}

form#payment dt#payment-label {
	display: none;
}

form#payment #submit-element {
	text-align: center;
}

form#payment #form-element-payment_profile_id label {
	display: block;
	width: 300px;
	padding-bottom: 5px;

}
form#payment #form-element-payment_profile_id input {
	margin-right: 5px;
}

#dialog form label.error,
#dialog2 form label.error,
#dialog3 form label.error {
	display: block;
	padding-left: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#event-view span.event-date, #event-error span.event-date, .content-creation h1.page-title span.event-date {
	font-size: 47.2%;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
}

.content-creation h1.page-title span.event-date {
	display: block;
	padding-left: 0;
}

#event-view #content, #event-error #content
{
	padding: 10px;
	margin: 10px 0px;
}

#event-view #content.microblog, #event-error #content.microblog {
	text-align: center;
}

blockquote {
	font-size: 123.1%;
	margin: 10px;
}

blockquote span{
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 18px;
	width: 18px;
}

blockquote span.open-quote {
	background-image: url(/images/open-quote.gif);
}

blockquote span.close-quote {
	background-image: url(/images/close-quote.gif);
}

#event-view #content.photo .media,
#event-view #content.photo-album .media,
#event-view #content.video .media,
#event-view #content.presentation .media,
#event-error #content.photo .media,
#event-error #content.photo-album .media,
#event-error #content.presentation .media,
#event-error #content.video .media {
	float: left;
	text-align: center;
	width: 450px;
}

#event-view #content.photo .media img,
#event-view #content.photo-album .media img,
#event-view #content.video .media img,
#event-view #content.presentation .media img,
#event-error #content.photo .media img,
#event-error #content.photo-album .media img,
#event-error #content.presentation .media img,
#event-error #content.video .media img {
	margin: 0 auto;
}

#event-view #content.video .media img, #event-error #content.video .media img {
	width: 450px;
}

#event-view #content.photo .info,
#event-view #content.photo-album .info,
#event-view #content.presentation .info,
#event-view #content.video .info {
	margin-left: 475px;
}

#event-view #content.photo .info h3,
#event-view #content.photo-album .info h3,
#event-view #content.video .info h3,
#event-view #content.presentation .info h3,
#event-error #content.photo .info h3,
#event-error #content.photo-album .info h3,
#event-error #content.presentation .info h3,
#event-error #content.video .info h3 {

	margin: 10px 0px;
}

#event-view #account-list h3 {
	margin-bottom: 3px;
}

#event-view #account-list li {
	margin-bottom: 2px;
}

#event-view #account-list li a {
	text-decoration: none;
}

#event-view #account-list .service-icon {
	padding-left: 18px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}

#event-view .account-detail .account-heading {
	border-bottom: 1px solid #AAA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#event-view .account-detail .account-heading h3 {
	float: left;
}

#event-view .account-detail .account-heading h3 img {
	width: 50px;
	height: 50px;
}

#event-view .account-detail .account-heading .metrics {
	text-align: right;
	padding-top: 35px;
}

#event-view .account-detail .account-heading .metrics .metric {
	float: right;
	margin-left: 10px;
}

#event-view .account-detail .account-heading .metrics .metric .label{
	
}

#event-view .account-detail .account-heading .metrics .metrics-date {
	float: right;
	font-size: 77%;
	font-style: italic;
}

.generic-box, 
#day-events, 
.sidebar-item, 
.full-calendar-month, 
.list .item, 
#navigation ul li, 
#intelligence-content .buttons,
.zoom-view #filtered-events,
.activity,
.event-feed .personas .persona,
#event-calendar,
.keyword-group,
.social-site,
#intelligence-tabs .feed,
.metrics #tree,
.activity-view .menu,
.activity-view .content .next,
.stream .next,
.event-feed,
.service-error,
.generic-error,
.zoom-view #filtered-events #agenda
{
	padding: 10px;
	border: 1px solid #AAA;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#filtered-feed .event-feed {
  border: none;
}

.full-calendar-month {
	padding: 0px;
}

.activity-content {
  width: 500px;
}

h2.label {
	padding-bottom: 10px;
	float:left;
}

h1 {
	padding-bottom: 10px;
}

#navigation {
	margin-bottom: 10px;
	padding-top: 10px;
}

#navigation ul li {
	margin-right: 10px;
}

#conversation-tabs li a span.service-icon {
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	padding-left: 40px;
	padding-top: 0.4em;
}

.conversations h4 {
	margin-bottom: 10px;
	padding-top: 5px;
}

.conversations h4 .loading {
	display: inline-block;
	width: 300px;
	min-height: 14px;
}

.conversations h4.collapsible {
	background-image: url(/images/triangle.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}

.conversations h4.open {
	background-image: url(/images/triangle-down.png);;
}

.conversations .user {
	font-weight: bold;
}

.conversations .date {
	font-size: 77%;
	font-style: italic;
}

.conversations .comment {
	padding: 5px;
	margin-bottom: 5px;
}

.conversations .comment .buttons li {
	float:none;
	height: 16px;
}

.conversations .user-pic {
	float: left;
	width: 60px;
}

.conversations .user-pic img {
	width: 50px;
}

.conversations .content-with-pic {
	margin-left: 65px;
}

.conversations .text {
	margin-right: 18px;
}

.conversations .empty {
	padding: 10px;
}

.conversations .comment .followers {
	font-size: 77%;
}

form#import_persona #persona-choice {
	max-height: 400px;
	overflow: auto;
}

form#import_persona #persona-choice label {
	width: 110px;
	height: 100px;
	float: left;
}

form#import_persona #persona-choice br {
	display: none;
}

form#import_persona #persona-choice img {
	width: 32px; 
	height: 32px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

form#import_persona #persona-choice input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

form#import_persona #persona-choice span.name {
	display: block;
	text-align: center;	
	margin-left: 15px;
	font-size: 12px;
	
}

form#import_persona #persona-choice span.service {
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 5px;
}

form#import_persona #persona-choice span.services {
	display: block;
	margin-left: 15px;
}

.login-error {
	text-align: center;
    float: right;
	width: 460px;
    font-size: 15px;
    margin-top: 5px;
}

form#schedule #type-label,
form#choose_event #type-label {
	width: 100px;
	float: left;
}

form#schedule .schedule-type-content,
form#choose_event .schedule-type-content {
	margin-left: 100px;
}

form#schedule .schedule-type-content input,
form#choose_event .schedule-type-content input {
	margin-right: 5px;
}

form#schedule .schedule-type-content .name,
form#choose_event .schedule-type-content .name {
	margin-right: 5px;
}

form#schedule .schedule-type-content span.service,
form#choose_event .schedule-type-content span.service {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	vertical-align: bottom;
}

#subform-announce_form .form-element-label {
	width: 125px;
}

#subform-announce_form .textarea textarea {
	height: 100px;
	width: 550px;
	font-size: 1.1em;
}

#subform-announce_form .character-count {
	text-align: right;
	padding-right: 60px;
}

#form-photo-album #subform-announce_form .character-count {
    padding-right: 30px;
}

#subform-announce_form .multicheckbox {
	margin-top: 10px;
	min-height: 2.5em;
}

#subform-announce_form .multicheckbox label.form-element-label {
	min-height: 2.5em;
	width: 125px;
	margin-left: 0px;
}

#subform-announce_form .multicheckbox label {
	display: inline-block;
	margin-left: 10px;
	width: 175px;
}

#subform-announce_form .multicheckbox label span {
	padding-left: 20px;
	padding-top: 2px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#form-video_form #subform-announce_form .textarea textarea,
#form-presentation #subform-announce_form .textarea textarea {
	width: 340px;
}

#form-video_form #subform-announce_form .multicheckbox label.form-element-label,
#form-presentation #subform-announce_form .multicheckbox label.form-element-label {
	min-height: 3.5em;
	width: 125px;
}

#form-video_form #subform-announce_form .multicheckbox label,
#form-presentation #subform-announce_form .multicheckbox label {
	width: 150px;
}

#intelligence-content .buttons,
#intelligence-content .retweet,
#intelligence-content .reply,
#intelligence-content .insert-link,
#intelligence-content .insert-link-feed,
#intelligence-content .retweet-feed,
#intelligence-content .reply-feed,
#intelligence-content .insert-text
{
	display: none;
}

.microblog-edit #intelligence-content .buttons,
.microblog-edit #intelligence-content .retweet,
.microblog-edit #intelligence-content .reply,
.microblog-edit #intelligence-content .insert-link,
.microblog-edit #intelligence-content .retweet-feed,
.microblog-edit #intelligence-content .reply-feed,
.microblog-edit #intelligence-content .insert-link-feed,
.blog-edit #intelligence-content .buttons,
.blog-edit #intelligence-content .insert-link,
.blog-edit #intelligence-content .insert-link-feed,
.blog-edit #intelligence-content .insert-text
{
	display: block;
}

#intelligence-content .feed-items-twitter .title,
#intelligence-content .search-results-twitter .title,
.microblog-edit #intelligence-content .feed-items-twitter .insert-link-feed,
.microblog-edit #intelligence-content .search-results-twitter .insert-link {
	display: none;
}

#intelligence-content .buttons {
	float: right;
	margin-left: 5px;
}

#intelligence-content .author {
	display: none;
}

/* Buttons */
.buttons {
	float: right;
}

.buttons ul li {
	float: left;
	font-size: 93%;
	margin-right: 1px;
}

.buttons ul li .ui-icon {
	float: left;
  margin-left: -1px;
  margin-top: -2px;
}

.buttons ul li .button-text {
	padding-right: 4px;
	margin-left: 17px;
	display: block;
}

.buttons .label {
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 0.4em;
}

.buttons ul li.button-no-icon .button-text {
	margin-left: 0px;
	padding-left: 4px;
}

.buttons ul li.button {
	margin-left: 5px;
}

.buttons ul li.button a {
	padding: 5px;
	display: block;
}

.buttons ul li.button-no-text {
	margin-left: 0px;
}

.buttons ul li.button-no-text a {
	padding: 0px;
}

/* Wizard */
.wizard .title h1 {
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #AAA;
}

#wizard-control
{
	margin: 10px auto;
}

#wizard-buttons {
	text-align: center;
}

#wizard-buttons .buttons {
	float: none;
	width: 250px;
	margin: 10px auto;
}

#wizard-new-campaign #fieldset-client_info {
	width: 425px;
	float: right;
}

#wizard-new-campaign .content-creation .text input {
	width: 325px;
}

#wizard-new-campaign .content-creation .textarea textarea {
	width: 325px;
}

#wizard-new-campaign .content-creation #subform-client_info .text input {
	width: 275px;
}

#wizard-new-campaign #add-client {
	float: right;
	width: 350px;
	margin-right: 25px;
	text-align: center;
}

#wizard-new-campaign #add-client .buttons {
	float: none;
	width: 100px;
	margin: 10px auto;
}

#wizard-objectives .instructions {
	width: 640px;
	margin: 10px auto;
	text-align: center;
}

#wizard-objectives #objectives .objective {
	width: 425px;
}

.wizard fieldset {
	border: none;
}

.wizard .wizard-box,
.wizard fieldset.wizard-box {
	border-left: 1px solid #AAA;
	padding-left: 20px;
}

.wizard fieldset.first,
.wizard .first .wizard-box {
	border-left: none;
}

#wizard-new-campaign .wizard-box {
	min-height: 230px;
}

#wizard-persona .wizard-box {
	min-height: 300px;
}

#wizard-social-intelligence .wizard-box {
	min-height: 200px;
}

h1.page-title {
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;	 
	padding-bottom: 0px;
}

#intelligence-tabs {
	min-height: 400px;
}

#intelligence-tabs #tree ul {
	overflow-y: auto;
}

.dateBtn{
	height: 16px;
	width: 16px;
	display:block;
}
.dateBtnDiv {
	float:left;
	padding:5px;
}

#objectives .objective {
	margin: 5px 10px;
	display: block;
	width: 340px;
	float: left;
	padding: 10px;
}

#objectives .objective a {
	height: 16px;
	width: 16px;
	display:block;
	float: left;
}

#objectives .objective .objective-checkbox {
	height: 16px;
	width: 16px;
	display:block;
}

#objectives .objective .objective-text {
	display:block;
	margin-left: 25px;
}

#objectives .objective .objective-text input {
	margin-left: 10px;
	width: 260px;
}

#wizard-social-intelligence fieldset {
	float: left;
	width: 280px;
}

#wizard-social-intelligence .text input	{
	width: 150px;
}

#wizard-social-intelligence legend {
	font-weight: bold;
}

.content-creation .instructions {
	width: 650px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}

#wizard-persona .content-creation .text input {
	width: 150px;
}
#wizard-persona .content-creation .textarea textarea {
	width: 150px;
}
#wizard-persona .content-creation .file input {
	width: 150px;
}

#wizard-persona .legend {
	font-weight: bold;
	margin-bottom: 10px;
}

#wizard-persona .new-credential {
	margin-top: 20px;
	margin-left: 0px;
}

#wizard-control {
	padding: 0px;
	height: 40px;
}

#wizard-control .step {
	text-align: center;
	font-size: 16px;
	height: 30px;
	border-right: 1px solid #aaa;
}

#wizard-control .last {
	border-right: none;
}

#wizard-control table {
	width: 100%;
	height: 100%;
}

.form fieldset#fieldset-submit_cancel,
.form fieldset#fieldset-submit_cancel2 {
	border: none;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.form fieldset#fieldset-submit_cancel div,
.form fieldset#fieldset-submit_cancel2 div {
	float: left;
	clear: none;
	margin-right: 10px;
}

#form-microblog #form-element-insert_link {
	width: 625px;
}

#form-microblog input#insert_link {
	width: 495px;
}

.ui-dialog #form-microblog #form-element-insert_link {
	width: 490px;
}

.ui-dialog #form-microblog input#insert_link {
	width: 355px;
}

.buttons ul li#new-link {
	margin: 2px 0;
}

.buttons ul li#new-link a {
	padding: 2px;
}

/* Quick Post */
#quickpost-form .buttons {
	
}

#quickpost-form .buttons ul li {
	margin-left: 0px;
}

#quickpost-form #form-element-insert_link {
	width: auto;
}

#quickpost-form input#insert_link {
	width: 150px;
}

#quickpost-form .buttons .button-text {
	display: none;
}

#quickpost-form #microblog textarea {
	width: 155px;
	font-size: 100%;
	height: 8.5em;
}

#quickpost-form #microblog .character-count {
	margin-right: auto;
}

#quickpost-form #microblog .character-count .retweet-characters {
	display: block;
}

#quickpost-form #microblog label.form-element-label {
	float: none;
	width: auto;
	font-weight: bold;
}

#quickpost-form #microblog #form-element-credentials label {
	margin-left: auto;
	padding-left: 2px;
}

#quickpost-form #microblog #form-element-credentials label img {
	display:none;
}

#quickpost-buttons .buttons {
	float:none;
	width: 55px;
	margin: 0 auto;
}

.content-creation label.error {
	display: block;
	padding-left: 100px;
}

#wizard-events #quickpost-form #microblog textarea {
	width: 230px;
	height: 7.5em;
}

#wizard-events #quickpost-form #microblog label.form-element-label {
	float: left;
	width: 100px;
	margin-left: 0px;
	font-weight: normal;
}

#wizard-events #quickpost-form #microblog #form-element-credentials label.form-element-label {
	margin-left: 0px;
	width: 95px;
}

#wizard-events #quickpost #form-element-credentials .credentials-checkboxes .column {
	width: 300px;
}

#wizard-events #quickpost #form-element-credentials .credentials-checkboxes {
	margin-left: 100px;
}

#wizard-events #quickpost-form .buttons ul li {
	margin-left: 5px;
}

#wizard-events #quickpost-form .buttons ul li a {
	padding: 5px;
}

#wizard-events #quickpost-form .buttons .button-text {
	display: block;
}

#wizard-events #quickpost-form .character-count {
	margin-right: 115px;
}

#wizard-events #quickpost h3,
#wizard-events .legend {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 100%;
}

#wizard-events #event-form .text input {
	width: 300px;
}

#wizard-events #event-buttons .buttons {
	float: none;
	width: 140px;
	margin: 0 auto;
}

#wizard-streams #streams .stream {
	padding: 5px 5px 5px 25px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 1% 50%;
}

#wizard-streams #streams .spredfast {
	background-position: 1% 20%;
}

#wizard-streams #stream-add .yui-u {
	margin-left: 0px;
}

#wizard-streams #stream-add .step .first label {
	width: auto;
}

#wizard-streams .wizard-box {
	min-height: 300px;
}

#wizard-objectives #wizard-buttons .buttons,
#wizard-persona #wizard-buttons .buttons,
#wizard-events #wizard-buttons .buttons {
	width: 150px;
}

#wizard-streams #wizard-buttons .buttons {
	width: 130px;
}

#wizard-new-campaign #wizard-buttons .buttons {
	width: 165px;
}

#sidebar ul.navigation li {
	margin-left: 0px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 0px;
}

#sidebar ul.navigation li a {
	margin-bottom: 5px;
    display: block;
    margin-right: 25px;
}

#sidebar ul.navigation li a.navigation-inbox {
	margin-right: 5px;
}

#sidebar ul.navigation ul li.active	{
	background-image: url(/images/triangle.png);
}

#sidebar ul.navigation ul li {
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(/images/triangle-light.png);
}

#sidebar ul.navigation ul li a {
	display: inline;
	margin-bottom: 0px;
}

/*
.content-creation h1.page-title {
	border-bottom: none;
}
*/

.metrics #tree h3 {
	margin-top: 10px;
}

.metrics #tree .all {
	font-size: 108%;
	font-weight: bold;
}

#metrics-navigation .ui-tabs-panel {
	padding: 5px 5px;
	font-size: 13px;
}

.metrics #effectiveness table.effectiveness {
	width: 100%;
	font-size: 14px;
    margin-bottom: 10px;
}

.metrics #effectiveness table.effectiveness tbody tr td.formatted {
	padding: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	padding: 10px;
	border-spacing: 5px;
	border:1px solid #DDDDDD;
	font-family:TrebuchetMS,Tahoma,Verdana,Arial,sans-serif;
}

.metrics #effectiveness table.effectiveness tbody .cell-label {
	font-weight: bold;
  padding-bottom: 10px;
}

.metrics #effectiveness table.effectiveness tbody tr.data td {
  padding-bottom: 20px;
}

.metrics #effectiveness table.effectiveness tbody td.service-label {
	vertical-align: middle;
}

.metrics #effectiveness table.effectiveness tbody td span.service {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.metrics #effectiveness table.effectiveness tbody td .service-text {
	padding-left: 10px;
	font-weight: bold;
}

#tree .accounts li {
	background-repeat: no-repeat;
}

#tree li {
  margin-bottom: 2px;
}

.activity-view .content .status {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
	position: relative;
	min-height: 50px;
}

.activity-view .content .status-first {
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}

.activity-view .content .status .image {
	left: 0;
	position: absolute;
	width: 50px;
}

.activity-view .content .status .image img {
	width: 50px;
}

.activity-view .content .message {
	margin-left: 60px;
}

.activity-view .content .message .buttons ul li{
	float: none;
	margin-bottom: 2px;
}

.activity-view .content .date {
}

.activity-view .attachment {
	margin-top: 7px;
}

.activity-view .attachment {
	font-size: 12px;
}

.activity-view .media {
	float: left;
	margin-right: 10px;
}

.activity-view .text {
}

.activity-view .text .username a {
	text-decoration: none;
	font-weight: bold;
}

.activity-view .date a {
	text-decoration: none;
	font-size: 11px;
}

.activity-view .content .next {
	text-align: center;
	margin-top: 20px;
}

.activity-view .content .next a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.activity-view ul.menu li.spredfast {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 108%;
}

.activity-view ul.menu li.credential {
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

.activity-view ul.menu li a {
	text-decoration: none;
}

#photo-album-edit .uploadifyQueue {
	height: 200px;
	overflow-y: auto;
}

#photo-album-edit .uploadifyQueue .uploadifyQueueItem {
	width: 200px;
}

#photo-album-edit .text input {
	width: 355px;
}

#photo-album-edit .textarea textarea {
	width: 360px;
	height: 75px;
}

#photo-album-edit #subform-announce_form .textarea textarea {
	width: 325px;
}

#photo-album-edit #subform-announce_form .multicheckbox label {
  margin-left: 0px;
}

.cluetip-jtip h3#cluetip-title {
	font-weight: bold;
}

.cluetip-jtip #cluetip-inner {
	text-align: left;
	height: 460px;
	overflow: auto;
}

.cluetip-jtip #cluetip-inner p, .cluetip-jtip #cluetip-inner dl {
	margin-bottom: 10px;
}

.cluetip-jtip #cluetip-inner h3 {
	margin-top: 5px;
}

li.tooltip-help a, #upgrade-message a.help {
	cursor: help;
}

.cluetip-jtip #cluetip-inner .tips {
	margin-bottom: 5px;
}

.cluetip-jtip #cluetip-inner .tips li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

.cluetip-jtip #cluetip-inner dl dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

.cluetip-jtip #cluetip-inner dl dd {
	margin-left: 10px;
 }

.cluetip-jtip #cluetip-inner blockquote {
	font-size: 100%;
}

#breadcrumbs {
	position: absolute;
	top: 65px;
	font-size: 85%;
}

#breadcrumbs a {
	text-decoration: none;
}

.collapsible {
	cursor: pointer;
}

.sortable {
	cursor: move;
}

.zoom-view .boxes .graph .arrow {
  background-image: none !important;
}

.zoom-view .boxes .graph .label-up {
	background: url(/images/uparrow-small.gif);
}

.zoom-view .boxes .graph .label-down {
	background: url(/images/downarrow-small.gif);

}

.zoom-view .boxes .graph .label-neutral {
	background: url(/images/no-data-button-small.gif);

}
.zoom-view .boxes .graph .label {
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-top: 3px;
  font-size: 108%;
}

.zoom-view .boxes .graph .value, .zoom-view .boxes .graph .change {
  padding-left: 30px;
}

#event-error #statuses .status {
	margin-bottom: 10px;
}

#event-error #statuses .status h3 {
	margin-bottom: 5px;
}

#event-error #statuses .status h3 .service-icon{
	background-repeat: no-repeat;
	padding-left: 18px;
}

#event-error #statuses .error .status-icon {
	float: left;
}

#event-error #statuses .error .status-message {
	margin-left: 18px;
	display: block;
}

.service-error-icon, .generic-error-icon {
  float: left;
}

.service-error-message {
  margin-left: 20px;
}

.generic-error-message {
  margin-left: 20px;
  font-size: 16px;
  padding-bottom: 10px;
}

.generic-error-details {
  margin-left: 20px;
}

.generic-error {
  margin-bottom: 20px;
}

.feed_items .buttons div,
.search-results-list .buttons div {
  padding-left: 10px;
  background-image: url(/images/triangle.png);
  background-repeat: no-repeat;
  background-position: 0px;
  
}

form#schedule #time-label {
  float: left;
  width: 100px;
}

form#schedule .time-element {
  padding-right: 10px;
  margin-left: 100px;
}

form#schedule .buttons {
  width: 250px;
}

.wizard-box form#schedule .buttons {
  width: 170px;
}

.login-box {
  width: 455px;
  height: 39px;
  background-image: url(/images/home/loginbox.gif);
  float: right;
  position: relative;
  padding-left: 5px;
}

.forgot-password {
  width: 460px;
  margin-top: 6px;
  margin-left: 10px;
  font-size: 11px;
  float: right;
  clear: right;
}

.forgot-password a {
  margin-right: 20px;
}

.login-box .form-element {
  position: relative; 
}

.login-box .form-element label {
  position: absolute; 
  top: 2px; 
  left: 4px;
}

.login-box .submit {
  background-image: url(/images/home/login-button.gif);
  width: 50px;
  height: 24px;
  float: right;
  margin-right: 7px;
  margin-top: 7px;
  cursor: pointer;
}
.login-box #form-element-remember input {
}

.login-box #form-element-remember {
  position: absolute;
  top: 36px;
  right: 77px;
}

.login-box #form-element-remember label {
  float: left;
  display: inline;
  width: 80px;
  margin-left: 15px;
  padding: 0px;
}

.login-box #form-element-submit label {
  display: none;
}

.login-box .form-element {
  clear: none;
  float: left;
  margin-top: 8px;
  margin-right: 3px;
  font-size: 11px;
}
 
.login-box .form-element label,
.login-box .form-element input
{
  padding: 4px;
}

.login-box #form-element-submit input {
  padding: 0px;
}

.login-box #form-element-email input,
.login-box #form-element-password input
{
  width: 175px;
  margin-right: 5px;
  height: 11px;
}

.login-box #form-element-submit {
  float: right;
  margin-right: 7px;
  margin-top: 7px;
}

.external-logins {
  float: right;
  font-size: 11px;
  text-align: right;
  margin-right: 10px;
  margin-top: 11px;
}

.external-logins .label {
  margin-bottom: 3px;
  text-align: right;
  margin-right: 3px;
  float: right;
  margin-top: 2px;
}

.external-logins .item {
  height: 20px;
}

.external-logins .button {
  float: right;
  margin-left: 5px;
}

.pitch-container {
  width: 940px;
  height: 380px;
  background-image: url(/images/home/center-bg.png);
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid white;
  margin-bottom: 10px;
}

.pitch-container .arrow {
  color: #0066CC;
}

.pitch .left {
  width: 515px;
  float: left;
  margin-top: 60px;
}

.pitch .header {
  font-weight: bold;
  font-size: 20px;
}

.pitch .header a {
  color: black; 
}

.pitch .text {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

.pitch .graphic {
  background-image: url(/images/home/thinking-lady.png);
  float: left;
  width: 422px;
  height: 261px;
  margin-top: 1px;
}

.pitch .signup {
  background-image: url(/images/home/get-started.png);
  width: 181px;
  height: 74px;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 20px;
}

.pitch .top {
  border-bottom: 1px solid #777;
  margin-bottom: 15px;
}

.pitch .customers {
  background-color: white;
  width: 980px;
  border: 1px solid #aaa;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.pitch .customers img {
  vertical-align: middle;
}

.pitch .label {
  color: #aaa;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 13px; 
}

.pitch .viral-buttons {
  margin-top: 20px;
}

.pitch .viral-buttons img {
  margin-right: 10px;
}

body.login #hd {
  height: 100px;
}

body.login #header .logo {
  margin-top: 20px;
}

form#schedule .time-element .buttons {
  margin-top: 2px;
}

.payment-pitch p {
  margin-bottom: 20px;
}

form#payment #form-element-expiration_month {
	float: left;
    margin-right: 5px;
}

form#payment #form-element-expiration_year {
    float: left;
	clear: none;
}

form#payment #form-element-ccv input {
  width: 40px;
}

ul.unlogged-menu {
  position: absolute;
  width: 974px;
  top: 80px;
  text-align: right;
}

ul.unlogged-menu li {
  display: inline;  
  margin-left: 20px;
}

ul.unlogged-menu li a {
  font-size: 20px;
  font-weight: bold;
}

ul.unlogged-menu li.active a,
ul.unlogged-menu li a:hover
 {
  text-decoration: none;
}

.features h1 {
  font-size: 35px;
  color: #333;
}

.features p.description {
  color: #666;
  margin-bottom: 10px;
}

.features #features-tabs {
  border: none;
  background: none;
  padding: 0px;
}

.features #features-tabs .ui-widget-content {
  color: #333;
}

.features #features-tabs li {
}
.features #features-tabs li a {
  float: none;
}

.features #features-tabs .ui-tabs-nav {
  background: none;
  border: none;
  padding: 0px;
}

.features #features-tabs .ui-tabs-nav .ui-state-active {
  background: none;
  background-image: url(/images/white_tab.gif);
}

.features #features-tabs .ui-tabs-nav .ui-state-active a {
  color: black;
}

.features #features-tabs .ui-tabs-nav li {
  background: none;
  background-image: url(/images/blue_tab.gif);
  border: none;
  margin-right: 16px;
  padding-top: 10px;
  width: 230px;
  text-align: center;
  height: 30px;
}

.features #features-tabs .ui-tabs-nav li.last {
  margin-right: 0px;
}

.features #features-tabs .ui-tabs-nav li a {
  color: white;
}

.features #features-tabs .ui-tabs-panel {
  background: white;
  min-height: 300px;
}

.features .header {
  font-size: 13px;
  margin-bottom: 20px;
  color: #666;
}

.features .item {
  width: 260px;
  float: left;
  margin-right: 10px;
  padding-left: 60px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  min-height: 110px;
}

.features .column {
	width: 335px;
	margin-left: 345px;
}

.features .first-column {
	border-right: 1px solid #999;
	float: left;
	margin-left: 0;
}

.features .column .heading {
	text-align: center;
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 20px;
}

.features .item .title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.features .item .description {
  font-size: 11px;
  color: #666;
}

.features .books {
  background-image: url(/images/books.gif);
}

.features .people {
  background-image: url(/images/people.gif);
}

.features .microphone {
  background-image: url(/images/microphone.gif);
}

.features .calendar {
  background-image: url(/images/calendar.gif);
}

.features .hands {
  background-image: url(/images/hands.gif);
}

.features .person {
  background-image: url(/images/person.gif);
}

.features .bubble {
  background-image: url(/images/conversation_bubble.gif);
}

.features .lcd {
  background-image: url(/images/lcd.gif);
}

.features .magnifying-glass {
  background-image: url(/images/magnifying_glass.gif);
}

.features .network {
  background-image: url(/images/network.gif);
}

.features .ball {
  background-image: url(/images/ball.gif);
}

.features .wifi {
  background-image: url(/images/wifi.gif);
}

.features .charts {
  background-image: url(/images/charts.gif);
}

.features .envelope {
  background-image: url(/images/envelope.gif);
}

.features .clock {
  background-image: url(/images/clock.gif);
}

.features .tape-measure {
  background-image: url(/images/tape_measure.gif);
}

.features .sentiment {
  background-image: url(/images/sentiment.gif);
}

.features .scale {
  background-image: url(/images/scale.gif);
}

.features .generic-box,
.demo .generic-box,
.landing .generic-box,
.plans-wrapper .generic-box {
  margin-bottom: 20px;
}

.features .generic-box .title,
.landing .generic-box .title,
.demo .generic-box .title,
.plans-wrapper .generic-box .title{
  color: #999;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.features .generic-box .description,
.landing .generic-box .description,
.demo .generic-box .description,
.plans-wraper .generic-box .description {
  color: #666;
  font-size: 12px;
}

.features .sign-up .button,
.landing .sign-up .button,
.landing .request-demo .button,
.demo .sign-up .button,
.plans-wrapper .sign-up .button,
.features .request-demo .button,
.plans-wrapper .request-demo .button
{
  margin-top: 10px;
  text-align: center;
}

.from-the-blog .title {
  color: #999;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.from-the-blog ul li {
  margin-bottom: 10px;
}

.demo h1 {
  font-size: 35px;
  color: #333;
}

.demo p.description, .landing p.description {
  color: #666;
  margin-bottom: 10px;
}

.demo #demo-form-container, .landing #landing-form-container {
	padding: 10px;
}

.demo #form-demo, .landing #form-landing {
	width: 485px;
	margin: 0 auto;
	font-size: 108%;
}

.demo #form-demo .form-element, .landing #form-landing .form-element {
	margin-bottom: 15px;
}

.demo #form-demo .form-element-label, .landing #form-landing .form-element-label  {
	width: 150px;
	text-align: right;
	margin-right: 20px;
}

.demo #form-demo .text input, .landing #form-landing .text input {
	width: 300px;
}

.demo #form-demo .textarea textarea, .landing #form-landing .textarea textarea {
	width: 305px;
}

.demo #form-demo #recaptcha_area, .landing #form-landing #recaptcha_area {
	margin-left: 165px;
}

#info-plans p {
	margin-bottom: 10px;
}

#info-plans .button {
	width: 170px;
	margin: 10px auto;
}

#info-plans ul {
	margin: 20px 10px;
}

#info-plans ul li {
	background-image: url(/images/check.gif);
	background-repeat: no-repeat;
	background-position: 25px 20px;
	padding: 25px;
	display: inline;
}

#info-plans ul li span.pricing {
	font-size: 116%;
	margin-left: 30px;
}

.pitch .info-buttons {
  margin-top: 20px;
  text-align: center;
}

.pitch .info-buttons img.first {
  margin-right: 20px;
}

.home-split .from-the-blog {
  padding-left: 150px;
  background-image: url(/images/blog.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  height: 190px;
  position: static;
}

.login .twitter {
  padding-left: 160px;
  background-image: url(/images/twitter-bird.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  height: 190px;
  position: static;
}

.home-split .twitter .date {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
}

.home-split .twitter blockquote {
  margin: 0px;
  margin-bottom: 10px;
}

#suspended-items {
  display: none;
}

.suspended-item {
  height: 30px;
  margin-top: 10px;
}

.suspended-group .lifespan-activity {
  line-height: 30px;
}

form#microblog #form-element-repeat,
form#microblog #form-element-fbshare,
form#microblog #form-element-retweet {
  margin-left: 100px;
}

form#microblog #form-element-repeat label,
form#microblog #form-element-fbshare label,
form#microblog #form-element-retweet label {
  width: 310px;
}

form#payment ul.errors {
}

#roles table tbody th, #roles table th.priv, #roles table th.voice {
	text-align: right;
	padding-right: 5px;
}

#roles table thead th, #roles table .heading th {
    text-align: center;
	font-weight: bold;
}

#roles table .actions {
	font-size: 11px;
	font-weight: normal;
}

#roles table tr {
	height: 2em;
	border-bottom: 1px solid #AAA;
}

#roles table .role {
	border-right: 1px solid #AAA;
	padding: 0 10px;
}

#roles table th.priv {
	border-right: 1px solid #AAA;
}

#roles table td {
	text-align: center;
}

#roles table .voice {
	font-weight: bold;
	border-right: 1px solid #AAA;
}

#quickpost-form #fieldset-submit_cancel {
  display: none;
}

#dialog #fieldset-submit_cancel, 
#dialog2 #fieldset-submit_cancel,
#dialog3 #fieldset-submit_cancel {
  display: none;
}

.wizard #fieldset-submit_cancel {
  display: none;
}

#signup h2 {
  font-size: 153.9%;
  color: #333;
}

#signup dt {
	font-size: 108%;
	font-weight: bold;
	margin-top: 10px;
}

#signup dd {
	margin-left: 10px;
	margin-top: 3px;
}

#signup .signup-form {
  background: white;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#users-list .paginator {
	text-align: center;
	margin-top: 10px;
	font-size: 108%;
}

#users-list table, #webinars-list table {
	width: 99%;
	font-size: 116%;
}

#users-list table th, #webinars-list table th {
	font-weight: bold;
}

#users-list table th, #users-list table td,
#webinars-list table th, #webinars-list table td {
	border: 1px solid #AAA;
	padding: 5px;
}

.payment-form {
  background-color: white;
  border: 1px solid #aaa;
  padding: 10px;
}

.payment-form .form-element {
  margin: 0;
  margin-bottom: 5px;
}

.payment-form #form-element-plan label.form-element-label {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

.payment-form #form-element-plan label.form-element-label {
  float: none;
  width: 400px;
  margin-left: 0px;
}

.payment-form #form-element-plan {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.payment-form #form-element-plan label {
  display: block;
  float: left;
  margin-left: 10px;
}

.payment-form #form-element-plan #plan-standard,
.payment-form #form-element-plan #plan-enterprise
{
  width: 15px;
}

.payment-form #form-element-plan .plan-title {
  font-weight: bold;
}

.payment-form #form-element-plan .plan-description {
  margin-left: 20px;
  padding-bottom: 10px;
}

.payment-form fieldset {
  float: left;
  width: 50%;
}

.payment-form fieldset#fieldset-submit_cancel {
  float: none;
}

.payment-form legend {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}

.payment-form fieldset label {
  text-align: right;
  padding-right: 10px;
}

.payment-form #form-element-payment_profile_id {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}

.payment-form #form-element-payment_profile_id label.form-element-label {
  font-weight: bold;
  font-size: 18px;
}

.payment-form .amount {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.payment-form .amount .inner {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  background-color: #ffff99;
  padding: 10px 0;
}

.payment-form .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.payment h1 {
  font-size: 35px;
  color: #333;
}

.payment p {
  color: #666;
  margin-bottom: 10px;
}

div.payment-profiles {
  margin-left: auto;
  margin-right: auto;
  background: white;
  border: 1px solid #aaa;
  width: 500px;
  padding: 5px;
}

table.payment-profiles {
  width: 500px;
}

table.payment-profiles td.label {
  font-weight: bold;
  vertical-align: top;
}

table.payment-profiles tr td {
  padding: 5px;
}

.content-wrapper .enterprise-restricted {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.ui-dialog .enterprise-restricted {
  font-size: 12px;
  font-style: italic;
  margin-left: 100px;
}

form#thumb_upload #form-element-submit {
  display: none;
}

.my-events {
  padding-top: 5px;
}

#day-events .assignment {
  margin-left: 20px;
  font-size: 11px;
  font-style: italic;
}

#agenda .assignment {
  margin-left: 20px;
  font-size: 11px;
  font-style: italic;
}

#todo .assignment {
	display: none;
}

.dialog-choice .ui-dialog-buttonpane {
  text-align: center;
  padding: 0px;
}

.dialog-choice .ui-dialog-buttonpane button {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

table.effectiveness .current-values {
  margin-left: 47px;
}

table.effectiveness-blogger .graph {
}

table.effectiveness tr.data td {
  width: 130px;
}

table.effectiveness tr.data td.service-label {
  width: 300px;
}

div.content-creation #fieldset-submit_cancel {
  display: none;
}

.content-creation form #form-element-status {
  display: none;
}

.content-creation .button dt {
  display: none;
}

no-approve #form-element-status_0 {
  display: none;
}

#quickpost-form #form-element-status_0,
#quickpost-form #form-element-status_3,
#quickpost-form #fieldset-status_buttons
{
  display: none;
}

.content-creation .submit input,
.content-creation button,
#quickpost button,
#shorten_url button,
#tag-container button
{
  border: 1px solid #aaa;
  padding: 5px;
  font-weight: bold;
}

#quickpost-buttons {
  text-align: center;
}

fieldset#fieldset-status_buttons {
  border: none;
  text-align: center;
  width: 350px;
  margin: 0 auto;
}

fieldset#fieldset-status_buttons .button {
  padding-right: 10px;
  float: left;
  clear: none;
}

button {
	width: auto;
	overflow: visible;
}

.album-photos-empty #form-photo-album .photo-listing {
  display: none;
}

#form-landing_page .textarea textarea {
	width: 300px;
	height: 5em;
}

#form-landing_page #form-element-body textarea {
	width: 600px;
	height: 400px;
}

#form-landing_page #form-element-keywords {
	float: left;
}

#form-landing_page #form-element-description {
	margin-left: 415px;
	clear: none;
}

#landing-page-list table {
	width: 99%;
	font-size: 116%;
}

#landing-page-list table th {
	font-weight: bold;
}

#landing-page-list table th, #landing-page-list table td {
	border: 1px solid #AAA;
	padding: 5px;
}

#form-element-sidebars_avail select, #form-element-sidebars select {
   width: 224px;
   height: 100px;
   *height: 100px; /* for IE Browers */
   border:1px #000033 solid;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

#form-element-sidebars_avail {
  float: left;
}

#form-element-sidebars {
clear: none;
margin-left: 415px;
margin-left:415px;
margin-top:-100px;
margin-bottom: 30px;
}

#landing_page .button  {
clear: none;
height: 25px;
margin: 0px;
}

#form-element-credentials .credentials-checkboxes {
	margin-left: 100px;
}

#form-element-credentials .credentials-checkboxes .column {
	width: 300px;
	float: left;
	margin-right: 10px;
}

#form-element-credentials .credentials-checkboxes .voice {
	border: 1px solid #AAAAAA;
	margin-bottom: 5px;
}

#form-element-credentials .credentials-checkboxes .title {
	padding-bottom: 0px;
}

#form-element-credentials .credentials-checkboxes .title .icon {
	height: 32px;
	width: 32px;
	margin-right: 5px;
	display: block;
	float: left;
}

#form-element-credentials .credentials-checkboxes .title .label {
	display: block;
	margin-left: 40px;
	height: 25px;
	padding-top: 7px;
	width: 240px;
}

#quickpost-form #form-element-credentials .credentials-checkboxes .title .label {
	width: 98px;
    font-size: 12px;
}

#form-element-credentials .credentials-checkboxes .title .icon img {
	height: 32px;
	width: 32px;
}

#form-element-credentials .credentials-checkboxes .content {
	margin-top: 5px;
}

#form-element-credentials .credentials-checkboxes .content label {
	margin-left: 0px;
	padding-left: 10px;
}

#form-element-credentials .credentials-checkboxes .title h3.collapsible {
	background-image: url(/images/triangle.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 10px;
	margin-left: 5px;
}

#form-element-credentials .credentials-checkboxes .title h3.open {
	background-image: url(/images/triangle-down.png);
}

#quickpost #form-element-credentials .credentials-checkboxes {
	margin-left: 0px;
}

#quickpost #form-element-credentials .credentials-checkboxes .column {
	float: none;
	width: 155px;
}

#quickpost #form-element-credentials .credentials-checkboxes .title {
	width: 100%;
	overflow: hidden;
}

#quickpost #form-element-credentials .credentials-checkboxes h3{
	font-size: 85%;
}

#dialog #fieldset-status_buttons,
#dialog2 #fieldset-status_buttons,
#dialog3 #fieldset-status_buttons {
  display: none;
}

.last-edited {
	font-size: 85%;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 15px;
}

.last-edited .user,
.last-edited .date {
	font-weight: bold;
}

#landing-edit #fieldset-submit_cancel,
#user-edit #fieldset-submit_cancel,
#roles #fieldset-submit_cancel

{
  display:block;
}

.sharethis {
  float: right;
  padding-top: 4px;
  margin-left: 10px;
}

.payment-select .choice input {
  float: left;
}

.payment-select .choice .plan-title {
  margin-left: 20px;
}

#hidden-campaign-list {
  display: none;
}

.fg-menu-container li {
  text-align: left;
}

.fg-menu-container li.active {
	background-image: url(/images/triangle.png);
}

.fg-menu-container li {
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(/images/triangle-light.png);
	line-height: 20px;
    list-style-position: outside;
}

.campaign-chooser-arrow {
  background-image: url(/images/triangle-down.png);
  background-repeat: no-repeat;
  background-position: 6px 4px;
  width: 20px;
  height: 20px; 
  cursor: pointer;
  display: block;
  position: absolute;
  left: 145px;
  top: 13px;
}

#credentials .item .buttons .credential-edit {
	display: none;
}

#credentials .blogger .buttons .credential-edit {
	display: inline;
}

#dialog .character-count,
#dialog2 .character-count,
#dialog3 .character-count {
  margin-right: 60px;
}

#subform-retweet_form .multicheckbox label{
	margin: 0;
	display: inline;
}

#subform-retweet_form .retweet-checkboxes {
	margin-left: 95px;
}

#subform-retweet_form .retweet-checkboxes .retweet-credential{
	padding: 5px 0 2px 2px;
	border: 1px solid #AAAAAA;
	margin-bottom: 5px;
}

#subform-retweet_form .retweet-checkboxes div {
	display: none;
}

#subform-retweet_form .retweet-checkboxes div.visible {
	display: block;
}

#subform-retweet_form .retweet-checkboxes .retweet-credential label{
	display: inline-block;
	width: 175px;
}

.no-close a.ui-dialog-titlebar-close {
	display: none;
}

.zoom-view #filtered-events {
	margin-bottom: 10px;
}

.zoom-view #filtered-events #daterange-wrapper {
	float: right;
	margin-right: 10px;
	width: 375px;
    margin-bottom: 8px;
}

#daterange-wrapper .ui-daterangepicker-arrows {
	width: auto;
}

#daterange-wrapper .ui-daterangepicker-arrows .ui-icon {
	background-image: url(/css/custom-theme/images/ui-icons_ff9933_256x240.png);
	margin-top: 3px;
}

.zoom-view #filtered-events #daterange {
	width: 320px;
	font-size: 116%;
}

.zoom-view #filtered-events #agenda,
.zoom-view #filtered-events #todo {
	height: 200px;
	overflow-y: auto;
}

.zoom-view #filtered-events #event-tabs #agenda {
	border: none;
}

.zoom-view #filtered-events #event-tabs #todo {
	padding: 10px;
}

.zoom-view #event-tabs ul li {
	display: none;
}

.zoom-view #event-tabs .buttons ul li {
	display: block;
}

.zoom-view #event-tabs ul.ui-tabs-nav li {
	display: block;
}

#campaign-settings #campaign-users {
  font-size: 13px;
}

.google-analytics-accounts .account {
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #aaa;
}

#stream-add .step {
	margin-bottom: 10px;
}

#stream-add .step .first {
	font-size: 108%;
	font-weight: bold;
}

#stream-add .step label.title {
	width: 175px;
}

#stream-add .step label {
	display: block;
	padding: 2px 0;
}

#stream-add .step #query-option input.text {
	width: 400px;
}

#stream-add #type-options label span {
	padding-left: 18px;
	background-repeat: no-repeat;
}

#stream-add #stream-buttons {
	width: 150px;
	margin: 0 auto;
}

#stream-add #stream-buttons .form-element {
	float: left;
	clear: none;
	padding-right: 10px;
}

#activity-streams {
    position: relative;
	overflow: hidden;
	width: 755px;
	height: 600px;
}

#activity-streams .streams {
    width: 20000em;
	position: absolute;
}

.streams .stream .stream-view {
	height: 525px;
	overflow-y: auto;
}

.ui-dialog .streams .stream .stream-view {
    height: 365px;
}

.streams .stream {
	width: 220px;
	float: left;
	margin: 5px;
}

.stream .stream-item {
	margin-right: 2px;
	overflow-x: hidden;
	width: 200px;
	border-bottom: 1px solid #AAAAAA;
	padding-top: 5px;
	padding-bottom: 5px;
}

.stream .stream-item .icon {
	float: left;
	width: 32px;
}

.stream .stream-item .icon img {
	width: 32px;
	height: 32px;
}

.stream .with-icon .content {
	margin-left: 37px;
}

.stream .stream-item .title {
	font-weight: bold;
}

.stream .stream-item .date {
	font-size: 77%;
	padding-top: 2px;
	font-style: italic;
}

.stream .stream-item .accounts {
	margin-top: 5px;
}
.stream .stream-item .account {
	margin-bottom: 3px;
}

.stream .stream-item .account .name {
	background-repeat: no-repeat;
	padding-left: 18px;
}

.stream .stream-item .account .metrics {
	padding-left: 18px;
	font-size: 77%;
}

.streams .stream .stream-heading {
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

.streams .stream .stream-heading .name {
	background-repeat: no-repeat;
	padding-left: 18px;
	font-weight: bold;
    height: 20px;    
}

.streams .stream {
    position: relative;
}

.streams .top-buttons {
    display: none;
    position: absolute;
    right: 10px;
}

.stream .next {
	text-align: center;
	margin-top: 20px;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
}

.stream .next a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.hidden {
	display: none;
}

/* position and dimensions of the navigator */
.navi {
	height: 22px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
}

/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/scrollable-navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

.stream-navigation {
  text-align: center;
}

.stream-navigation-inner {
  margin: 2px auto;
  width: 140px;
}

/* prev, next, prevPage and nextPage buttons */
.stream-navigation a.browse {
	background:url(/images/scrollable-arrows.png) no-repeat;
	display:inline-block;
	width:30px;
	height:30px;
    float: left;
	cursor:pointer;
	font-size:1px;
}

/* right */
.stream-navigation a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
.stream-navigation a.right:hover { background-position:-30px -30px; }
.stream-navigation a.right:active { background-position:-60px -30px; } 


/* left */
.stream-navigation a.left{ margin-left: 0px; } 
.stream-navigation a.left:hover  { background-position:-30px 0; }
.stream-navigation a.left:active  { background-position:-60px 0; }

.stream-navigation a.up, a.down{ 
	background:url(/images/scrollable-arrows.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* disabled navigational button */
.stream-navigation a.disabled {
	visibility:hidden !important;
} 

.streams-container h2 {
  width: 150px;
  float: left;
}

.stream-navigation {
  width: 450px;
  float: left;
}

#stream-list .page-title {
  width: 220px;
  float: left;
  border: none;
  margin-bottom: 0px;
}

#stream-list .stream-navigation {
  width: 300px;
  float: left;
}

#stream-list .heading {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}

#stream-list #activity-streams {
  width: 759px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.dialog-view-item .stream-item {
	width: 480px;
	overflow-x: hidden;
}

.dialog-view-item .twitter .stream-item,
.dialog-view-item .linkedin .stream-item {
	width: 300px;
	overflow-x: hidden;
}

.dialog-view-item .facebook .stream-item {
	width: 400px;
	overflow-x: hidden;
}

.dialog-view-item .stream-item .heading {
	font-size: 116%;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}

.dialog-view-item .stream-item .heading .icon {
	float: left;
	width: 48px;
}

.dialog-view-item .stream-item .heading .icon img {
	width: 48px;
	height: 48px;
}

.dialog-view-item .stream-item .heading .post-icon{
	margin-left: 55px;
}

.dialog-view-item .stream-item .heading .post-title {
	font-size: 85%;
	font-weight: normal;
}

.dialog-view-item .stream-item .content {
	height: 350px;
	overflow-y: auto;
}

.dialog-view-item .stream-item-default .content {
  padding: 10px; 
  font-size: 18px;
  height: 80px;
}

.actions-content .stream-item .content {
	height: auto;
}

.dialog-view-item .stream-item .translated p.translated-heading {
	font-weight: bold;
	font-style: italic;
}

.dialog-view-item .stream-item .translated p.translated-heading .ui-icon {
	float: left;
}

.dialog-view-item .twitter .stream-item .content,
.dialog-view-item .linkedin .stream-item .content,
.dialog-view-item .facebook .stream-item .content,
.dialog-view-item .flickr .stream-item .content,
.dialog-view-item .youtube .stream-item .content {
	height: auto;
}

.dialog-view-item .stream-item .content iframe {
	height: 340px;
	width: 98%;
}

.dialog-view-item .facebook .stream-item .content .attachment .media {
	float: left;
}

.dialog-view-item .facebook .stream-item .content .attachment .single {
	width: 100px;
	height: 100px;
}

.dialog-view-item .facebook .stream-item .content .attachment .single img {
	max-width: 90px;
	max-height: 90px;
}

.dialog-view-item .facebook .stream-item .content .attachment .info .caption,
.dialog-view-item .facebook .stream-item .content .attachment .info .description {
	font-size: 85%;
}

.dialog-view-item .stream-item .date {
	font-style: italic;
	font-size: 85%;
	margin-top: 5px;
}

.streams .linkedin .stream-heading .name {
  background-position: 0px 0px;
}

.dialog-view-item .buttons ul li.button {
  float: none;
  margin-bottom: 10px;
  width: 170px;
}

.dialog-view-item .buttons ul li .button-text {
  text-align: center;
}

.new-event #form-microblog #form-element-status_3 {
  display: none;
}

.actions-content {
  border: 1px solid #aaa;
  padding: 10px;
  margin-bottom: 20px;
}

.actions-content .html {
  display: none;
}

.actions-content .rss-content {
  max-height: 200px;
  overflow-y: auto;
}

#dialog2 {
  text-align: left;
}

#dialog2 .streams .stream .buttons {
  display: none;
}

#dialog2 .streams .stream .stream-items {
  height: 390px;
}

#dialog2 .streams .stream .stream-items .buttons {
  display: block;
}

#dialog2 #stream-list .stream-navigation {
  width: 100%;
}

#dialog2 #activity-streams {
  height: 420px;
}

#dialog .view-item .html {
  display: none;
}

.dialog-follow {
	text-align: left;
}

.dialog-follow .user {
	margin-bottom: 10px;
	border-bottom: 1px solid #AAAAAA;
}

.dialog-follow .user .icon {
	float: left;
	width: 48px;
}

.dialog-follow .user .icon img{
	width: 48px;
	height: 48px;
}

.dialog-follow .user .info {
	margin-left: 55px;
}

.dialog-follow .user .info .label {
	font-weight: bold;
	display: inline-block;
	padding-right: 5px;
}

.dialog-follow .credential {
	margin-bottom: 5px;
}

.dialog-follow .credential .icon {
	float: left;
	width: 32px;
}

.dialog-follow .credential .icon img {
	width: 32px;
	height: 32px;
}

.dialog-follow .credential .name {
	margin-left: 40px;
	padding-top: .5em;
}

.admin-scorecard {
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  overflow-x: auto;
}

.admin-scorecard td.label {
  width: 500px;
}

.admin-scorecard td.value {
  width: 150px;
}

.admin-scorecard #daterange {
  text-align: center;
  margin-bottom: 10px;
}

.admin-scorecard .value {
  text-align: right;
}

.admin-users td {
  padding: 5px;
}

#upgrade-message {
	margin-top: 10px;
}

.demo #webinars .webinar {
	float: left;
	text-align: center;
	margin-left: 10px;
}

.demo #webinars .webinar object {
	width: 225px !important;
}

.info-sideboxes .webinar object {
	width: 215px !important;
}

#campaigns .content {
  height: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#maintenance {
	padding: 10px;
	margin-bottom: 10px;
}

#maintenance .ui-icon, #down .ui-icon {
	float: left;
	margin-right: 5px;
}

#down {
	padding: 10px;
	margin: 20px;
}

.dialog-stream {
  font-size: 13px;
}

.dialog-stream #dialog {
  padding: 10px;
}

.dialog-stream .next {
  display: none;
}

/* Hide AddThis analytics div */
#atffc { display: none; }

#manage-tags .tags-section {
	margin-bottom: 10px;
}

#manage-tags .tags-section .items {
	height: 105px;
	overflow-y: auto;
}

#manage-tags .tags-section .items .item {
	width: 330px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#tag-edit-template .parameter {
	margin-top: 10px;
	width: 300px;
	border-top: 1px solid #AAA;
	padding-top: 5px;
}

#tag-edit-template .parameter .name {
	font-weight: bold;
}

.metric-dialog-title {
  background-repeat: no-repeat;
  padding-left: 20px;
}

#shorten_url #form-element-tags #tags {
	width: 500px;
	height: 150px;
}

#shorten_url #form-element-tags label {
	display: none;
}

.ui-multiselect div.selected {
	float: right;
}

.ui-multiselect div.available {
	border-style: none solid none none;
	border-width: 0 1px 0 0;
}

#shorten_url #form-element-tags .ui-multiselect li {
	height: auto;
}

#event-tabs #inbox {
  height: 200px;
  overflow-y: auto;
}

#inbox {
  font-size: 13px;
}

#inbox .stream .stream-item {
  width: auto;
}

#inbox .inbox-item .stream {
  margin-top: 3px;
  border-left: 5px solid #F5F5F5;
  padding-left: 5px;
  margin-bottom: 3px;
}

#inbox .inbox-item .new {
  border-left: 5px solid #F6A728;
}

#inbox .action,
.streams .action
 {
  float: right;
  max-width: 200px;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}


#inbox .multicheckbox label {
  margin-left: 0px;
}

#inbox .settings {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

#inbox .help-message {
	margin-top: 5px;
	margin-bottom: 5px;
}

#inbox form#inbox_setup span {
  margin-right: 5px;
  
}

#inbox #fieldset-submit_cancel {
  width: 60px;
}

#inbox #form-element-cancel {
  display: none;
}

#inbox .next {
	text-align: center;
	margin-top: 20px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #AAA;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#inbox .next a.next {
	display: block;
	text-decoration: none;
	font-weight: bold;
    padding-left: 10px;
}

#inbox-unread-messages {
  display: none;
}

span.inbox-new-messages {
  font-weight: bold;
}

.navigation .navigation-inbox {
  display: block;
  margin-right: 5px;
}

#inbox .stream .date {
  background-repeat: no-repeat;
  padding-left: 18px;
  height: 16px;
}

.fb_link_form .fb_link_image {
	width: 110px;
	height: 150px;
	float: left;
}

.fb_link_form .fb_link_image .buttons {
	float: left;
	width: 40px;
}

.fb_link_form .fb_link_image .buttons li {
	padding-top: 1px;
}

.fb_link_form #fb_link_images li img {
	width: 100px;
}

.dialog-user-interaction .user-interaction {
  font-size: 13px;
  margin-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 10px;
}

.dialog-user-interaction .from {
  float: left;
  width: 32px;
  margin-right: 10px;
}

.dialog-user-interaction .names {
  font-size: 15px;
}

.dialog-user-interaction .to {
  float: left;
  width: 32px;
  margin-left: 10px;
}

.dialog-user-interaction .icon img {
  width: 32px;
  height: 32px;
}

.dialog-user-interaction .message {
  width: 280px;
  float: left;
}

.dialog-user-interaction .date {
  font-size: 10px;
  font-style: italic;
  float: left;
}

.dialog-user-interaction .direction {
  font-weight: bold;
}

.dialog-user-interaction .title {
  display: none;
}

form#microblog .link {
	padding: 5px;
	width: 160px;
	margin: 2px 0px 2px 100px;
}

form#microblog .link .ui-icon-link {
	float: left;
}

form#microblog .link .short {
	margin-left: 16px;
	display: block;
}

#quickpost-form form#microblog .link {
	margin-left: 0px;
	width: 150px;
}

#quickpost-form form#microblog #form-element-fbshare, 
.ui-dialog #microblog-edit #form-element-fbshare{
	margin-left: 0px;
}

#quickpost-form form#microblog #form-element-fbshare label {
	width: 140px;
	float: left;
}

#quickpost-form .hint {
	clear: both;
}

.ui-dialog #microblog-edit {
	text-align: left;
}

.ui-dialog #microblog-edit label.form-element-label {
	font-weight: bold;
}

.ui-dialog #microblog-edit #fieldset-status_buttons {
	display: none;
}

.ui-dialog #microblog-edit .textarea textarea {
	width: 500px;
	height: 150px;
}

.ui-dialog #microblog-edit #form-element-text textarea {
	height: 125px;
	width: 450px;
}
.ui-dialog #microblog-edit .text input {
	width: 500px;
}

.ui-dialog #microblog-edit #form-element-credentials .credentials-checkboxes .column {
	width: 275px;
}

.dialog-user-interaction .buttons {
  float: right;
}

#event-view #account-list {
  margin-bottom: 10px;
}

#event-view table.tag-metrics {
  width: 100%;
}

#event-view table.tag-metrics .header-label {
  text-align: center;
  width: 10px;
}

#event-view table.tag-metrics td {
  padding: 2px;
}

#event-view table.tag-metrics .value {
  text-align: right;
  padding-left: 4px;
}

#event-view table.tag-metrics td.header-label .service-icon-small {
  float: right;
}

#event-view .metrics .source {
  text-align: right;
  font-size: 11px;
  font-style: italic;
}

#event-view .metrics .account {
  display: none;
}

#event-view table.tag-metrics tr.goal-value td.label {
  font-style: italic;
  font-size: 12px;
  padding-left: 15px;
}

#event-view table.tag-metrics tr.goal-value-total td.label {
  padding-left: 0px;
  font-style: normal;
  font-weight: bold;
}

.metrics table#data tr td.from-spredfast {
  font-size: 12px;
  font-style: italic;
  background-image: none;
}

.stream-items .refreshing {
	margin: 5px auto;
	width: 170px;
}

.stream .new-items {
	border: 1px solid #AAAAAA;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

.inbox .refreshing {
	margin: 5px auto;
	width: 250px;
}

.inbox .new-items {
	width: 500px;
	padding: 5px;
	font-weight: bold;
	margin: 2px auto;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

#agenda .events-list-group .events .event-content,
#todo .events-list-group .events .event-content {
	margin-left: 20px;
}

#agenda .events-list-group .events .event-content .microblog blockquote,
#todo .events-list-group .events .event-content .microblog blockquote {
	font-size: 100%;
	margin: 0px;
}

#agenda .events-list-group .events .event-content .collapsible,
#todo .events-list-group .events .event-content .collapsible {
	background-image: url(/images/triangle.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	display:block;
	font-weight: bold;
}

#agenda .events-list-group .events .event-content .open,
#todo .events-list-group .events .event-content .open {
	background-image: url(/images/triangle-down.png);
}

#agenda .events-list-group .events .event-content .preview,
#todo .events-list-group .events .event-content .preview {
	margin-top: 10px;
	margin-left: 10px;
}

#agenda .events-list-group .events .event-content .preview .image,
#todo .events-list-group .events .event-content .preview .image {
	float: left;
	margin-right: 10px;
}

#agenda .events-list-group .events .event-content .buttons ul li.button a,
#todo .events-list-group .events .event-content .buttons ul li.button a {
	padding: 2px;
}

.bitly-credentials h2 {
  margin-bottom: 10px;
}

.bitly-credentials p {
  margin-bottom: 10px;
}

.bitly-credentials form {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.bitly-credentials .errors {
  padding-left: 0px;
}

.bitly-credentials form fieldset#fieldset-submit_cancel {
  width: 50px;
}

.add-line-dialog select#metrics {
  width: 455px;
  height: 150px;
}

.add-line-dialog {
  text-align: left;
}

body.widget .widget-content {
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
  
}

body.widget .boxes .box {
  height: 100px;
}

body.widget #graph {
  width: 290px;
}

body.widget #data_wrapper {
  padding: 10px;
  border: 1px solid #aaa;
  width:300px;
  margin-left: auto;
  margin-right: auto;
}

body.widget #inbox {
  width: 360px;
}

html.widget {
  background-image: none;
}

#form-inbox_setup .service-icon-small {
  float: left;
}

body.widget .new-items {
  width: 310px;
}

.chart-line .color {
float:left;
height:16px;
margin-right:5px;
width:16px;
}

.chart-builder .menu  {
  float:none;
  width: 540px;
}

.chart-builder .menu ul li {
  margin-left: 2px;
  margin-right: 2px;
}

.chart-builder #chart-preview {
  margin-bottom:10px;
  width:540px;
  padding: 10px;
  margin: 5px;
}

.chart-builder .preview-lines {
margin-top:10px;
}

.chart-builder #lines h3 {
margin-bottom:5px;
}

.chart-builder #lines .line {
margin-bottom:3px;
}

.chart-builder #line-template {
display:none;
}

.chart-builder .chart-graph {
height:150px;
width:540px;
}

.chart-builder .filter-selector,
.chart-builder .metrics-selector
{
height:300px;
overflow-y:auto;
}

.chart-builder .color input.label,
.chart-builder .combined-color input.label {
  width: 360px;
}

.chart-builder #colors-help {
  margin: 20px auto;
}

.chart-builder #metrics {
height:200px;
width:400px;
}

.chart-builder .filter-selector input.filter {
float:left;
margin-left:5px;
margin-right:5px;
}

.chart-builder .filter-selector ul {
margin-bottom:10px;
}

.chart-builder .filter-selector ul li {
height:16px;
line-height:16px;
padding-bottom:3px;
padding-top:3px;
}

.chart-builder .filter-selector span.service-icon-small {
float:left;
}

.chart-builder .label-color {
margin-top:10px;
}

.chart-builder .color_picker {
float:left;
margin-right:5px;
}

.chart-builder #color_custom {
display:none;
}
.chart-builder #color_selector {
border:1px solid #AAAAAA;
}

.chart-builder .label {
font-size:16px;
width:35x0px;
}

.chart-builder .ui-multiselect .actions {
height:28px;
}

.chart-builder .ui-multiselect .actions a {
display:none !important;
}

.chart-builder .graph-empty {
  padding: 10px;
  margin-top: 60px;
  border: 1px solid #AAA;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center;
}

.chart-builder .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  height: 22px;
}

.chart-builder .description {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #aaa;
  margin-left: 20px;
  margin-right: 20px;
}

.chart-builder strong {
  font-weight: bold;
}

.chart-builder em {
  font-style: italic;
}

.chart-builder #form_title {
  width: 545px;
}

.chart-builder textarea#form_description {
  width: 545px;
  height: 180px;
 
}

.chart-builder #lines {
  padding: 10px;
  border: 1px solid #AAA;
  margin: 5px;
}

.chart-builder #lines .name {
  padding-left: 21px;
  margin: 0;
}

.chart-builder-edit-date input.type {
  margin-right: 5px;
}

.ui-daterangepickercontain {
  z-index: 10000;
}

.chart-builder-edit-date #static {
  margin-left: 18px;
}

.chart-builder-edit-date .section {
  margin-bottom: 5px;
}

#video-edit .video-info {
	font-size: 93%;
	margin-top: 10px;
}

#video-edit .video-info div {
	margin-bottom: 5px;
}

#video-edit .video-info label {
	display: inline-block;
	width: 55px;
	font-weight: bold;
}

#video-edit .video-info input {
	width: 175px;
	font-size: 85%;
}

.chart-index .rendering {
  padding: 10px;
  border: 1px solid #aaa;
  min-height: 190px;
}

.chart-index .chart-graph {
  width: 100%;
}

.chart-rendered .chart-graph {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.chart-index .chart {
  position: relative;
  padding-bottom: 20px;
}

.chart-index .chart .buttons {
  position: absolute;
  top: 10px;
  right: 10px;
}

.chart-index .rendering .placeholder {
  display: none;
}

.chart-rendered .chart-graph {
}

.report-editor textarea.editor {
  width: 710px;
  height: 270px;
}

.report-editor .chart {
  width: 700px;
  height: 400px;
  margin-bottom: 10px;
}

.report-editor .chart-buttons .buttons {
}

.report-editor .section {
  padding-top: 5px !important;
}

.report-editor .chart-buttons .buttons ul li {
  float: none;
  margin-bottom: 5px;
}

.report-editor .chart-buttons .buttons ul li.button a {
  text-align: center;
}

.report-editor .header input {
  margin-left: 31px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold;
  width: 565px;
}

.report-editor .chart-buttons {
  text-align: center;
  margin-left: 10px;
}

.report-editor .chart-buttons select {
  max-width: 700px;
  font-size: 16px;
  margin-bottom: 5px;
}

.report-editor .chart-rendered {
  width: 570px;
  height: 100px;
}

.report-editor #section-introduction textarea.editor,
.report-editor #section-conclusion textarea.editor
{
  height: 410px;	
}

.report-editor div.header .buttons {
  margin-right: 1px;
  margin-top: 2px;
}

.report-editor div.header .buttons .ui-icon {
  left: 0;
  margin-top: -2px;
  position: static;
  top: 0;
}

.report-editor .report-title input {
  font-size: 20px;
  width: 775px;
  margin-bottom: 10px;
}

.report-rendered .section {
  margin-bottom: 20px;
}

.report-rendered .conclusion{
  margin-bottom: 0px;
}

.report-rendered h2 {
  margin-bottom: 5px;
}

.report-rendered {
  padding: 10px;
  border: 1px solid #aaa;
}

.report-rendered .chart-rendered {
  width: 750px;
  height: 200px;
}

body.plain .report-rendered .chart-rendered {
  width: 950px;
  margin-left: auto;
  
}

body.plain h1.page-title {
  margin-top: 5px;
}

.report-rendered .section .description {
  border: 1px solid #aaa;
  padding: 10px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.report-index .report {
  padding: 10px;
  border: 1px solid #aaa;
  background-color: white;
  margin-bottom: 10px;
}

.report-index .report .title {
  font-size: 16px;
}

body.plain .report-rendered {
  border: none;
}

form#bitly_credentials .form-element .form-element-label {
  width: 130px;
}

.chart-builder .combine-checkbox {
  float: right;
  padding-right: 20px;
}

.chart-builder .combine-label {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  margin-top: 2px;
}

#campaign-list #tabs {
  font-size: 13px;
}

#campaign-list #tabs .ui-tabs-panel {
}

#campaign-list .tab-buttons {
  position: absolute;
  right: 2px;
  top: -32px;
}

#event-filter {
	margin-bottom: 5px;
	padding: 5px 10px;
}

#event-filter .filters {
	margin-left: 100px;
}

#event-filter .filter-label {
	font-weight: bold;
}

#form-event_filter .multicheckbox {
	margin-bottom: 10px;
}

#form-event_filter .multicheckbox label {
	display: inline-block;
	margin-left: 0px;
	width: 120px;
	padding-bottom: 2px;
}

#form-event_filter .multicheckbox .checkboxes {
	margin-left: 125px;
}

#campaign-list #tabs .tab-rearrange {
  display: none;
}

#campaign-list #tabs .group-action-buttons .buttons {
  float: left;
}

#campaign-list #tabs .group-action-buttons li.button {
  margin-left: 0px;
  margin-right: 5px;
}

form#campaign_tab #campaign_ids {
  width: 520px;
  height: 300px;
}

form#campaign_tab #form-element-campaign_ids label {
  float: none;
  width: 100%;
  margin-top: 10px;
  margin-top: 10px;
}

.sidebar-quickpost {
  width: 158px;
}

.multicheckbox label {
  margin-left: 100px;
}

#form-photo-album .multicheckbox label.form-element-label {
  margin-left: 0px;
  float: left;
}

#form-element-options input {
  margin-bottom: 20px;
  float: left;
}

.received-by {
  font-size: 95%;
}

.received-by-name {
  font-weight: bold;
}

#form-element-campaign_ids .form-element-label {
  width: 160px;
}

.white-label .section {
  margin-top: 10px;
  margin-bottom: 20px;
}

.white-label .generic-box {
  margin-bottom: 10px;
}

.white-label .service-icon-small {
  float: left;
  margin-right: 5px;
}

.white-label .service-box {
  overflow-y: auto;
}

.white-label .split {
  width: 460px;
  float: left;
  margin-right: 20px;
}

.white-label h2 {
  margin-bottom: 5px;
}

.white-label .service-box table.values {
  margin-left: 20px;
  margin-top: 3px;
  overflow-y: auto;  
}

.white-label .service-box table.values td {
	white-space: nowrap;
}

.white-label .service-box table.values td.name {
  padding-right: 5px;
}

.white-label form label {
  width: 130px !important;
}

.white-label form input {
  width: 350px !important;
}

.white-label form .errors {
  padding-left: 130px;
}

.white-label .service-box .default {
  font-size: 16px;
  margin-left: 20px;
}

.white-label .reset {
  margin-left: 20px;
}

.white-label .service-box-theme {
  width: 920px;
}

#cluetip ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

#cluetip p {
  margin-bottom: 10px;
}

.white-label .service-box-domain .buttons .reset {
  display: none;
}

.white-label h3 {
  height: 30px;
  font-size: 16px;
}

html.plain {
  background-image: url(/images/bg_page_plain.gif);
  background-color: white;
}

#event-view table.tag-metrics tr.even {
  background-color: #E2E4FF;
}

#form-element-credentials .credentials-checkboxes .title {
	background-color: #DDDDDD;
}

ul.unlogged-menu li a {
  color: #333;
}

table#white-label-colors {
  width: 100%;
}

table#white-label-colors tr {
  height: 20px;
}

table#white-label-colors tbody tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table#white-label-colors tbody .row-label {
  text-align: right;
}

table#white-label-colors thead td {
  width: 50px;
  text-align: center;
}

table#white-label-colors td#selected-icons,
table#white-label-colors td#overlay-border,
table#white-label-colors td#overlay-text,
table#white-label-colors td#overlay-icons,
table#white-label-colors td#shadow-border,
table#white-label-colors td#shadow-text,
table#white-label-colors td#shadow-icons
{
  display: none;
}

table#white-label-colors td.color-cell div.color_picker {
  margin-left: auto;
  margin-right: auto;
}

table#white-label-colors td {
  padding: 3px;
}

#form-white_label_images object,
#form-white_label_images .uploadifyQueue
 {
  margin-left: 130px;
}

form#white-label-colors #top-options {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

form#white-label-colors #top-options td {
  padding: 3px;
}

.white-label .service-box-theme {
  height: 90px;
}

form#blog .multicheckbox input {
  margin-bottom: 0px;
}

#fieldset-account .form-element-label {
	width: 150px;
}

#fieldset-voice .form-element-label {
	width: 150px;
}

#tag_import .template_prompt {
	padding-top: 15px;
}

.metrics #sentiment table.sentiment {
	width: 100%;
	font-size: 14px;
    margin-bottom: 10px;
}

.metrics #sentiment table.sentiment tbody tr td.formatted,
.metrics #location table.location tbody tr td.formatted {
	padding: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	padding: 10px;
	border-spacing: 5px;
	border:1px solid #DDDDDD;
	font-family:TrebuchetMS,Tahoma,Verdana,Arial,sans-serif;
}

.metrics #sentiment table.sentiment tbody .ratio,
.metrics #location table.location tbody .checkins {
	font-weight: bold;
	margin-top: 10px;
	margin-left: 30px;
}

.metrics #sentiment table.sentiment tbody .cell-label {
	font-weight: bold;
  padding-bottom: 10px;
}

.metrics #sentiment table.sentiment tbody tr.data td {
  padding-bottom: 20px;
}

.metrics #sentiment table.sentiment tbody td.service-label {
	vertical-align: middle;
}

.metrics #sentiment table.sentiment tbody td span.service,
.metrics #location table.location tbody td span.service {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.metrics #sentiment table.sentiment tbody td .service-text,
.metrics #location table.location tbody td .service-text {
	padding-left: 10px;
	font-weight: bold;
}

.socialmention .sentiment .value {
	display: inline-block;
	height: 25px;
	padding-left: 30px;
	padding-top: 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.socialmention .sentiment .neutral {
	background-image: url("/images/no-data-button-small.gif");
}

.socialmention .sentiment .up {
	background-image: url("/images/uparrow-small.gif");
}

.socialmention .sentiment .down {
	background-image: url("/images/downarrow-small.gif");
}

#campaign-settings #analytics .domain {
  margin-top: 5px;
}

#campaign-settings #analytics .domain .ui-state-error {
  padding: 5px;
  width: 120px;
  margin-top: 5px;
  text-align: center;
}

#campaign-settings #analytics .account {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: 8px 14px;
}

#campaign-settings #analytics .account-omniture {
  background-image: url(/images/omniture-logo.png);
}

#campaign-settings #analytics .account-google {
  background-image: url(/images/google-logo.png);
}

form#edit_user select#time_zone {
  width: 360px;
}

.info-white-label h1 {
  font-size: 35px;
  color: #333;
}

.info-white-label .content {
  background-color: white;
  background-image: url(/images/lcd.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;

  padding: 10px;
  padding-left: 70px;
}

.info-white-label .header {
  color:#999999;
  font-size:18px;
  font-weight:bold;
  margin-bottom:5px;
}

.info-white-label p {
  margin-bottom: 10px;
}

.info-white-label span.highlighted {
  color: #ff9933;
}

form#omniture_configuration .form-element-label {
  width: 150px;
}

form#omniture_configuration .form-element .description {
  padding-left: 150px;
}

form#omniture_configuration p.description {
  font-size: 13px;
  margin-bottom: 10px;
}

form#omniture_configuration p.code {
  font-size:11px;
  padding-left:170px;
  font-family: Courier, monospace;
  

}

form#choose_analytics #form-element-accounts label {
  float:none;
  margin-top:10px;
  width:100%;
}

form#choose_analytics #accounts {
  height:300px;
  width:520px;
}

#campaign-settings .sentiment .account-crimson {
  background-image: url(/images/crimson-logo.png);
}

#campaign-settings .sentiment .account {
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #aaa;
}

#campaign-settings .sentiment .account {
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 6px 6px;
}

.stream-items .note {
  font-style: italic;
  font-size: 11px;
}

#stream-add #step-1 .category {
  float: left;
  width: 180px;
  padding-top: 2px;
}

#wizard-streams #stream-add #step-1 .category {
  width: auto;
  margin: 0px 10px 10px 10px;
}
#wizard-streams #stream-add #step-1 label.title {
  width: 100px;
  float: left;
  font-weight: bold;
}

#stream-add #step-1 .category .label {
  font-weight: bold;
  margin-bottom: 5px;
}

form#omniture_configuration #form-element-goals label {
  float:none;
  margin-top:10px;
  width:100%;
}

form#omniture_configuration #goals {
  height:200px;
  width:520px;
}

#companies-filter {
	margin-bottom: 1em;
	padding: 1em;
}

#form-filter_companies .form-element {
	float: left;
	clear: none;
	width: 300px;
	height: 20px;
}

#form-filter_companies .form-element .form-element-label {
	width: 115px;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
}

#companies .company .column
{
	float: left;
	width: 32%;
}

#companies .company .column .label
{
	font-weight: bold;
}

#company-zoom span.company-created {
	font-size: 47.2%;
	font-weight: normal;
	padding-left: 10px;
}

#company-zoom .generic-box {
	margin-top: 10px;
}

#company-zoom #details .detail
{
	font-size: 108%;
	padding-top:2px;
	min-height: 25px;
	float: left;
	width: 430px;
}

#company-zoom #details span.label
{
	font-weight: bold;
}

#company-zoom #users .user .name, 
#company-zoom #initiatives .initiative .name {
	font-weight: bold;
}

.crimson-viewer #crimson-tabs {
	width: 1020px;
}

.crimson-viewer #sidebar {
  display: none;
}

#impersonating-box {
	background-color: #F62828;
	height: 70px;
	position: relative;
	left: -20px;
	width: 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#impersonating-text {
	position: absolute;
	top: 50%;
	left: 16%;
	margin-top: -1.5em;
	text-align: center;
	color: white;
}

#form-impersonate #fieldset-submit_cancel {
	margin-left: 0;
	padding-left: 100px;
}

.events #widget {
  margin-left: auto;
  margin-right: auto;
  width: 350px;
}

.invoice h1.invoice-title {
	padding-top: 10px;
	text-align: right;
	color: #C6C6C6;
}

.invoice #bd {
	font-size: 138.5%;
}

.invoice .invoicer-address, .invoice .invoicer-extra {
	font-weight: bold;
}

.invoice .invoice-id table {
	float: right;
	margin-right: 1%;
}

.invoice table th {
	font-weight: bold;
}

.invoice table th, .invoice table td {
	text-align: center;
	padding: 3px 10px;
	border: 1px solid;
}

.invoice .invoicee-address {
	margin-top: 20px;
}

.invoice .invoicee-address table th {
	font-weight: bold;
}

.invoice .invoicee-address table {
	width: 300px;
}

.invoice .invoicee-address table th,
.invoice .invoicee-address table td,
.invoice .invoice-body table th,
.invoice .invoice-body table td
{
	text-align: left;
	vertical-align: top;
}

.invoice .invoice-body {
	margin-top: 20px;
}

.invoice .invoice-body table {
	width: 99%;
}

.invoice .invoice-body table th.period,
.invoice .invoice-body table td.period
{
	width: 33%;
}

.invoice .invoice-body table th.price,
.invoice .invoice-body table td.price
{
	text-align: right;
	width: 10%;
}

.invoice .invoice-body table tbody td.description {
	height: 500px;
}

.invoice .invoice-body table tfoot td.description {
	font-weight: bold;
	text-align: right;
}

.invoice .payment {
	border: 1px solid;
	font-size: 83.7%;
	margin-top: 20px;
	width: 97%;
	padding: 5px 10px;
}

.company-users #invitations {
	border-top: 1px solid #AAAAAA;
	margin-top: 10px;
	padding-top: 10px;
}

#companies .item .label {
	font-weight: bold;
}

#companies .company-info .info-item {
	margin-top: 10px;
}

#companies .company-invoices {
	text-align: center;
}

table.invoices {
	width: 75%;
	margin: 0 auto;
}

table.invoices th, table.invoices td {
	border: 1px solid #AAAAAA;
	padding: 3px 3px;
	text-align: center;
}

table.invoices th {
	font-weight: bold;
	text-align: center;
}

table.invoices th.invoice-id,
table.invoices td.invoice-id {
	width: 12%;
}

table.invoices th.invoice-actions,
table.invoices td.invoice-actions {
	width: 30%;
}

.ui-icon-crimson {
  background-image: url(/images/crimson-icon.png) !important;
  background-position: 3px 3px;
}


.crimson-category .ui-state-highlight {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 11px;
  background-image: url(/images/crimson-icon.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding-left: 20px;
}


.buttons-inline {
  float: none;
  display: inline-block;
}

.buttons .icon-off {
  background-image: url("/css/custom-theme/images/ui-icons_888888_256x240.png");
}

.influencer-icon {
  float: none;
  display: inline-block;
}


#cluetip-inner table.influencer-info {
  text-align: left;
  width: 100%;
}

#cluetip-inner table.influencer-info td.value {
  text-align: right;
}



.influencer-info {
  text-align: left;
  font-size: 13px;
}

.influencer-info .picture {
  float: left;
  width: 32px;
}

.influencer-info .picture img {
  width: 32px;
  height: 32px;
}

.influencer-info .text {
  margin-left: 37px;
}

.influencer-info .text .name {
  font-size: 15px;
  font-weight: bold;
}

.influencer-info .text .line {
  margin-bottom: 3px;
}



#user-interaction-dialog .user-interaction-outer  {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #AAAAAA;

}

#admin-menu ul li {
	margin-left: 5px;
}

#admin-menu ul ul li {
	list-style: disc;
	margin-left: 20px;
}

#reseller {
	padding: 10px 20px;
}

#reseller p {
	margin-top: 10px;
}

#reseller p.strong {
	font-weight: bold;
}

#reseller img {
	float: left;
	margin: 10px 10px 10px 0;
}

#register-reseller ul li {
	list-style: disc;
	margin: 5px 0 0 10px;
}

#register-reseller .form-element .form-element-label {
	width: 200px;
}

.graph-spacer{
	height:400px;
}

#location .service-gowalla {
display: inline-block;
height: 16px;
vertical-align: middle;
width: 16px;
}

.cluetip-default #cluetip-inner {
  padding-top: 5px;
}

#influencer-manage h2, #influencer-manage h3 {
  margin-bottom: 10px;
}

#influencer-manage .instructions {
  margin-bottom: 20px;
}

#influencer-manage .instructions ul li {
	list-style: disc outside none;
	margin-left: 20px;
}

#influencer-manage form {
  margin-bottom: 20px;
}

#influencer-manage .section {
  margin-bottom: 20px;
}

#influencer-manage .buttons {
  float: none;
}



#default-url {
	margin-top: 3px;
}

#default-url-checkbox .checkbox {
	display: block;
	height: 12px;
	width: 12px;
	float: left;
	margin-right: 0.4em;
	margin-top: 0.2em;
}

#default-url-checkbox .text {
	font-size: 93%;
}

#default-url-checkbox .checkbox .ui-icon-check {
	background-position: -66px -147px;
}


.ui-autocomplete {
  width: 100px;
  text-align: left;
}


.ui-dialog .ui-dialog-buttonpane button {
  padding: 0px;
}

.ui-datepicker-trigger {
  padding-left: 7px;
}

#form-schedule input#name {
  width: 250px;
}

#form-schedule input#date {
  padding: 0px;
  width: 130px;
}

input#address {
	width: 300px;
}

#gowalla-list-buttons .gowalla-button,
.gowalla-pager {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	clear: none;
}

.gowalla-pager {
	padding-top: 7px;
}

#gowalla-list-buttons, #spots-box {
	padding-top: 10px;
}

.gowalla-spot-name {
	padding-left: 10px;
}

.post-type-public {
	color:#00CC00;
}

.post-type-private {
	color:#777777;
}


.content-creation #form-element-internal_tags {
  display: none;
}

.sidebar-item  #content-labels {
  width: 153px;
  height: 50px;
}

#quickpost-form #form-element-internal_tags {
  padding-top: 10px;
}

.stream-items .internal-tags .ui-state-highlight {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 11px;
}

#event-view .internal-tags h3 {
  margin-bottom: 5px;
}


#tag-container {
  position: relative;
  float: right;
}


#tag-container #tags {
  width: 160px;
  position: absolute;
  display: none;
  z-index: 100;
  font-weight: normal;  
  margin-left: 5px;
  max-height: 300px;
  overflow-y: auto;
}

#tag-container #tags .item {
  margin: 3px;
}


#tag-container .buttons ul li {
  width: 160px;
}

#tag-container .tag-buttons {
  text-align: center;
  margin: 5px;
}

.metrics #tags-display-container {
  display: none;
  float: right;
  max-width: 300px;
  padding: 5px;
  margin-bottom: 3px;
}

#widgetField {
  margin-bottom: 3px;
}

.edit-event-thumb {
	float: right;
	width: 225px;
}

.edit-event-thumb .event-user-thumb {
	text-align: center;
}

.edit-event-thumb .event-user-thumb-form {
	text-align: center;
}

.edit-event-thumb .uploadifyQueueItem {
	width: 200px;
}

#form-element-starttime{
	margin-left: 100px;
}

#form-element-endtime{
	margin-left: 100px;
}
.overlay
{
	position: absolute;
	opacity: 0.75;
}


#invoice-pay .payment-form .amount {
	border: none;
	float: right;
	margin-right: 200px;
}

#invoice-pay .payment-form fieldset {
	width: 45%;
	margin-right: 10px;
}

form#invoice_payment #form-element-expiration_month {
	float: left;
    margin-right: 5px;
}

form#invoice_payment #form-element-expiration_year {
    float: left;
	clear: none;
}

form#invoice_payment #form-element-ccv input {
	width: 40px;
}

#invoice-pay .payment-form fieldset#fieldset-submit_cancel {
	float: none;
	clear: both;
	width: 150px;
	margin-right: auto;
}

.event-creation #startdate, #enddate
{
	width:200px;
}
.event-creation #name, #location, #description
{
	width:600px;
}

.login .customers img {
  padding: 10px;
}


form#analytics_classify label { 
  width: 200px;
}

form#analytics_classify input, form#analytics_classify select {
  width: 300px;
}


.stream-tags .ui-state-highlight {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 11px;
}


