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

* {
    margin: 0;
    padding: 0;
}

p, td, ul, ol, .regular_form {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 17px;
}


.page_content {
    margin: 0px;
    padding: 30px 20px 20px 20px;
}

.page_content.split {
    padding-right: 5px;
}

#header_full_width {float:left;}
/*#strap h2 {position: absolute; top:220px; margin-left:20px;}*/

.cb {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    border: none;
}

.hidden {
    display: none;
}

.hr hr {
    display: none;
}

/*
messages
*/

#flashMessage {
    background: url('/img/backgrounds/bg_flash.png');
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    z-index: 999;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    border-bottom: 2px solid #333;
}

#flashMessage.success {
    color: #EBFCBB;
}
#flashMessage.error {
    color: red;
}

.notice_flash {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}


#flashMessage.error_message #flashMessage.message, #flashMessage.error_flash {
    background: url('/img/backgrounds/bg_flash_error.png');
    border-bottom: 2px solid #C00;
    color: #FFF;
    font-weight: bold;
}

.error_flash a:link, .error_flash a:visited, .notice_flash a:link, .notice_flash a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.error_flash a:hover, .error_flash a:active, .notice_flash a:hover, .notice_flash a:active {
    color: #ffffff;
    text-decoration: none;
}

#authMessage {
    margin: 10px 0;
    color: #C00;
    font-weight: bold;
    padding: 6px 0;
}

.table_list {border:none;}
.table_list td {border:none;}
.table_list td h4 {padding-top:15px; width:480px;}
.table_list td h4 a {font-size:15px; width:480px; font-weight:normal; border-bottom:none; text-decoration:none !important;}

/* Task Icons */
.table_list .diary {background:url('../../img/mindbubble/ico_diary.png') 500px 20px no-repeat;}
.table_list .idea {background:url('../../img/mindbubble/ico_idea.png') 500px 20px no-repeat;}
.table_list .status_update {background:url('../../img/mindbubble/ico_update.png') 500px 20px no-repeat;}
.table_list .blog {background:url('../../img/mindbubble/ico_blog.png') 500px 20px no-repeat;}
.table_list .forum_message {background:url('../../img/mindbubble/ico_forum.png') 500px 20px no-repeat;}

.table_list td .description {font-size:11px; color:#666; }
.table_list .results_task_details {padding-bottom:15px; font-family: Georgia,Times; font-style: italic;}
.table_list .results_task_details div.floatdetails,
.table_list .results_task_details div.user_thumb,
.table_list .results_task_details div.user_thumb_name {
    float:left; margin-right: 5px; font-size:12px; padding:3px 6px;font-family: Georgia,Times;
}

.table_list .results_task_details div.user_thumb  {background:none; width:15px; height:15px; padding:0px;}
.table_list .results_task_details div.user_thumb img {width:15px; height:15px;}
.table_list .results_task_details div.user_thumb_name {background: #fff; color:#d29ea1;}
.table_list .results_task_details .user-tip {padding:0px; margin:0px;}

.table_list .results_task_details div.task_time {color:#999; border-right:1px solid #ddd; border-left:1px solid #ddd; font-style: italic; font-size:12px;}

h3.panel_heading {border-bottom:0px; /*text-indent:-99999px;*/ height:25px;}

h2.strap {
    clear: both;
    display: inline-block;
    white-space: nowrap;
    margin: 0 10px 0 -11px;
    padding: 3px 18px 2px 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 29px;
    font-size: 14px;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('/img/mindbubble/heading_stripe.png');
    color: #FFF;
    margin-bottom: 5px;
    z-index: 20;
}

h2.strap span {
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    float: left;
    margin-left: -25px;
    margin-top: -3px;
    width: 10px;
    height: 29px;
    background-image: url('/img/mindbubble/heading_wrap.png');
    z-index: 20;
}

.left_panel {
    width: 544px;
    float: left;
    margin-bottom: 8px;
}

.right_panel {
    border: 2px solid #EAEAEC;
    background: #fff;
    margin-bottom: 15px;
    padding:11px;
    margin-left: 10px;
}

#left_col {
    width: 552px;
    float: left;
    margin-right: 28px;
    border: 2px solid #ececed;
    background: #fff;
    padding:11px;
    margin-bottom: 20px;
}

#right_col {
    margin-right: 10px;
    width: 339px;
    float: left;
    margin-bottom: 20px;
}

.right_panel ul {
    list-style: none;
}

.right_panel li {
    margin-bottom: 5px;
}

#right_col a.button {
    display: block;
    width: 329px;
    height: 20px;
    padding: 7px 0;
    text-align: center;
}

.type-ico {
    width: 50px;
    text-transform: uppercase;
    text-align: center;
    font-size: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
}

.notify-ico {
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    font-size: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
}

.type-ico img, .notify-ico img {
    margin: auto;
    margin-bottom: 5px;
    display: block;
}

.panel .task .task-header {
    min-height: 45px;
    margin-bottom: 10px;
}

.panel h4 {
    display: block;
    font-weight: normal;
}

.panel h4 a {
    text-decoration: none;
}

.panel .hr {
    width: auto;
    height: 4px;
    background: #EEE;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin: 20px 0;
    clear: both;
}

.task-description {
    padding: 8px 0;
    margin: 8px 0;
    clear: left;
    border: 1px solid #DDD;
    border-left: none;
    border-right: none;
    font-size: 72%;
    position: relative;
}

.task-description-closed {
    overflow: hidden;
}

.task-readtoggle {
    float: right;
    color: #999;
    cursor: pointer;
}

.toggle-show, .toggle-hide {
    display: none;
    padding-right: 14px;
    background: url('/img/sprites/sprite_toggle.png') no-repeat top right;
}

.toggle-hide {
    background-position: right -20px;
}

.task-description-fade {
    background: url('/img/backgrounds/fade_white.png') repeat-x bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.stream-notice {
    border: 1px solid #EEE;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

.important {
    /*border: 1px solid red;*/
    background: #FCE7E6;
}

.important p {
    font-size: 80% !important;
    line-height: 120%;
}

.important * {
    color: #c00;
}

#main {
    width: 980px;
    margin: auto;
}

#content {
    min-height: 300px;
}

#single-col {
    background-color: #fff;
    border:2px solid #ECECED;
    float:left;
    padding:11px;
    width:915px;
    z-index: 10;
    margin-bottom: 20px;
}

.content-panel {
    background-color: #fff;
    border:1px solid #ECECED;
    float:left;
    padding:11px;
    width:896px;
    margin-top: 10px;
}

#task_type {
    float:left;
    height:auto !important;
    width:60px !important;
}

#task_title h1 {
    width:640px;
}

.panel {
    clear: both;
}

/*.add_button {
	position: absolute;
	top: 10px;
	right: 0;
	height:32px !important;
	width:178px !important;
}

.add_button a.add_link:link, .add_button a.add_link:visited {
	background-color: transparent !important;
	display:block;
	font-size:14px !important;
	font-weight:600;
	padding:8px !important;
	text-decoration:none;
	width: 178px !important;
	height: 32px !important;
	text-align: left !important;
	color: #B23E46 !important;
}*/

.task-header-bar {
    float: right;
    width: 835px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

.task-header-bar h1 {
    display: block;
    width: 640px;
    float: left;

    color:#B23E46;
    font-size:20px;
    font-weight:100;
}

.notification {
    border-bottom: 1px #ccc dotted;
}

#task {
    width: 835px;
    float: right;
    border: 0 !important;
    margin: 0 !important;
    display: none;
}

.task-controls {
    float: right;
    width: 180px;
}

.task-controls-contact {
    float: left;
    clear: both;
}

.task-controls-contact a {
    font-family: "Arial", sans-serif;
    font-style: italic;
    font-size: 13px;
    color: #c0c0c0;
    border-bottom: 1px #c0c0c0 dotted;
    text-decoration: none;
}

#toggle {
    border: 0 !important;
    float:left !important;
    clear: both !important;
    height:47px !important;
    margin-top:5px !important;
    text-align:left !important;
    width:167px !important;
    background-color: transparent !important;
    cursor: pointer;
}

#toggle p {
    visibility: visible !important;
    font-size: 16px !important;
    color: #fff !important;
    padding: 14px !important;
}

.envelope {
    vertical-align: bottom;
    margin-right: 5px;
}

.span-hidden {
    display: none;
}

.loading {
    background: url('/img/backgrounds/ajax_load.gif') no-repeat center center;
    height: 32px;
    padding: 5px;
}

.button-wide {
    background: url('/img/backgrounds/btn_wide.jpg');
    height: 29px;
    width: 485px;
    text-align: center;
    margin-left: 60px;
    text-transform: uppercase;
    margin-top: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.button-sm {
    display: block;
    margin: auto;
    width: 144px;
    height: 22px;
    font-size: 75%;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.user_thumb_tiny {
    float: left;
    margin-top: 0px;
    margin-right: 6px;
    border: 1px solid #CCC;
}

.user_thumb_tiny .user-tip img {
    height: 16px;
    width: 16px;
}

.disabled {
    cursor: auto !important;
}

.inline-loading {
    display: none;
}

.profile-completion-message {
    font-size: 12px;
    color: #f00;
}

#inline-edit-input-bio form, #inline-edit-input-username form { margin: 0 !important; padding: 0 !important; }

/* profile stuff */

.profile-column {
    width: 300px;
    float: left;
}

.profile-column-first {
    margin-right: 20px;
}

#caption_user_name {
    color:#21bae3;
    font-size:14px;
    padding-top: 5px;
    clear: left;
    width: 205px;
    float:left;
}

#caption_bio {
    color:#333;
    font-size:12px;
    padding-top: 5px;
    clear: left;
    width: 205px;
    float:left;
}

#photo_wrap {
    float: left;
    width: 320px;
}

#photo_bg {
    text-align: left !important;
    float: left;
    background-color:#fff !important;
    width:205px !important;
    margin-bottom: 15px;
}

.photo_button {
    float: left;
    margin-left: 5px;
    margin-bottom: 2px;
    display: none;
}

.photo_button img {
    float: left;
}

.photo_button .tinytext {
    float: left;
    margin-left: 5px;
    width: 50px;
    margin-bottom: 2px;
}

.photo_button .tinytext-tiny {
    width: 25px;
}

.tinytext {
    color: #c0c0c0;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
}

.tinytext a:link, .tinytext a:visited, .tinytext a:hover {
    text-decoration: none;
    color: #3CC6F7
}

.hidden-controls {
    display: none;
}

.hidden-controls img, #inline-edit-link-username img, #inline-edit-link-bio img {
    cursor: pointer;
}

#pic-upload-contents {
    display: none;
    width: 300px;
    height: 200px;
}

#screenname_wrap, #bio_wrap {
    min-height: 25px;
}

#bio_wrap {
    margin-bottom: 5px;
}

.form label, .form legend, .radio-label {
    clear: both;
    display: block;
    float: left;
    width: 200px;
    font-size: 90%;
    text-align: right;
    padding: 10px 0;
    font-weight: 700;
}
.form input, .form textarea, .form select {
    margin: 5px 0 5px 15px;
    vertical-align: middle;
    clear: both;
}
.form input, .form textarea {
    /*font-size: 75%;*/
    padding: 4px;
}

.form .checkbox {
    margin: 3px 15px;
    padding-left: 10px;
}

.form .checkbox label {
    display: inline;
    font-size: 80% !important;
    margin: 0 !important;
    padding-left: 20px;
    clear: none;
    padding: 6px;
    float: none;
    width: auto;
}

.form .checkbox input {
    margin: inherit;
    padding: inherit;
    margin: 5px 0;
    display: inline;
}

.form .single_checkbox {
    padding: 4px;
}

.form .single_checkbox label {
    float: none;
}
/*.form .single_checkbox_indent {
    margin-left: 200px;
}*/
.form .single_checkbox_indent label {
    text-align: left;
    display: inline;
    float: inherit;
    margin-left: 6px;
}

.form .single_checkbox_indent input {
    float: inherit;
}

.form .input {
    clear: both;
    padding: 3px 0;
    min-height: 36px;
}

.form .input.select {
    padding-left: 200px;
}

.form .input.select label {
    margin-left: -200px;
    width: 200px;
}

.form .input.radio {
    clear: none;
    /* margin-left: 200px;*/
}

.form .radio-label {
    float: left;
    width: 200px;
    text-align: right;
}

.form .input.text input, .form .input.password input, .input textarea {
    border: 1px solid #DDD;
}

.form .large {
    width: 650px;
}

.form .single_checkbox label {
    display: inline;
    margin-top: -6px;
}

.form .checkbox {
    padding: 2px 0;
}

.form .input.file input {
    margin-left: 200px;
}

.form .input.radio label {
    display: inline;
    font-size: 80% !important;
    margin: 0 !important;
    float: inherit;
    width: auto;
    text-align: left;
    padding: 0 8px 0 5px;
    color: #10A5EF;
}

.form .single_checkbox input {
    margin-right: 5px;
    display: inline;
}

.form .error-message {
    margin-left: 215px;
    font-weight: normal;
    font-size: 80%;
    padding-left: 16px;
    background: url('/img/icons/ico_error_sm.png') left center no-repeat;
}

.form .submit {
    margin-left: 200px;
}

.form .indent, .form #recaptcha_widget_div {
    margin-left: 210px;
}

.panel h3 {
    border-bottom: 1px solid #CCC;
    font-weight: normal;
    font-size: 100%;
    padding: 3px 0;
    margin: 3px 0;
}

.form .input.text .form-error, .form .input.password .form-error, .form textarea.form-error {
    border: 1px solid red;
}

.video_thumb  {
    float: left;
    margin: 10px;
    border:4px solid #E8E8E8;
}
.diaries_videos {
    clear: both;
}
.media_toggle {
    margin-top: 5px;
}
.image_thumb {
    margin: 5px;
}
h5.image_thumb_title {
    margin-left: 10px;
    font-weight: normal;
    margin-bottom: 15px;
}

/* filter panel on Manage Users page */

#filter_panel_new {
    width: 206px;
    float: left;
    border-right: 1px solid #9BD8D9;
    padding-right: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
}

#filter_panel_new .panel_heading {
    font-size: 14pt;
}

#filter_panel_new .input_submit {
    display: block;
    float: right;
    margin-top: 0;
}

#filter_panel_new label {
    display: block;
}

#filter_panel_new fieldset {
    float: left;
    border: 0px;
    padding-right: 20px;
}

#filter_panel_new .submit {
    text-align: right;
    padding-top: 100px;
}

#filter_panel_new fieldset input {
    margin-left:0px !important;
    margin-right:0px !important;
}

#filter_panel_new hr {
    width: 100%;
    height: 1px;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

#filter_panel_new fieldset.cb {
    width: 100%;
}

.userlist_table {
    width: 710px !important;
    float: left;
}

.userlist_table th {
    white-space: nowrap;
}

.input_select_tiny {
    width: 60px !important;
}

table.userlist_table th.actions {
    width: 100px !important;
}

.filter_view_all {
    font-size: 12px;
    margin-left: 35px;
    margin-top: 6px;
}

.filter_view_all a {
    text-decoration: none !important;
    border-bottom: 1px #aaa dotted !important;
    color: #aaa !important;
}

.button_notop {
    margin-top: 0px !important;
    margin-bottom: 10px;
}

.button_adduser {
    float: left;
    clear: right;
}

.userlist_right .paginator {
    float: right;
}

input[type=submit], input[type=button], input[type=reset] { cursor: pointer; }

/*******************************
 *****   New AdminUX     *******
 *******************************/

/* Layout */
#left-panel {
    float: left;
    width: 60%;
    padding: 15px;
    background-color: #fff;
}
#right-panel {
    float: right;
    width: 35%;
    height: 1000px;
    padding: 5px;
    background-color: #f5f5f5;
    min-height: 1000px;
}
#task-box {
    background-color:#FFFFFF;
    border: 1px solid #cecece;
    float:left;
    margin-top: 10px;
    width:100%;
}
#task-box h2.strap {
    margin-left:0;
    margin-top:10px;
}
.task {
    padding:10px;
}

/* titles */
h1.project-title, h1.task-title  {
    color: #df969d;
}
h1.task-title  {
    font-size:18px;
    width:80%;
    margin-top:23px;
}
h1.main-title {
    font-size:24px;
    margin:10px 0 15px;
}


/* edit links on top of dotted dividers*/
a.edit {
    text-transform: lowercase;
    font-style: italic;
    color: #ccc;
    font-weight:normal;
    font-family:Arial,Helvetica,sans-serif;
    text-decoration:none;
    float: right;
}
.title .edit {
    margin-top: 22px;
}

/* dividers */
hr {
    height:0.5px;
    width:100%;
    clear: both;
    border: 1px solid #D6DDE0;
    margin-bottom:3px;
}
hr.grey {
    border: 1px dotted #D8D8D8;
}
hr.thick {
    height: 3px;
    background-color: #D6DDE0;
    width:100%;
    clear: both;
}
.task-title {
    float: left;
    width: 100px;
    padding: 4px 4px 4px 8px;
}
.task-title {
    color: #256063;
}
.task-buttons {
    width: 98%;
    height: 30px;
    margin: 0 auto;
}
.read-more {
    float: right;
    color: #256063;
}
#project-data {
    width: 100%;
}
#task-box {
    margin-top: 30px;
}
#title-form  p {
    margin-bottom: 0px;
}

/* Links
*/
a:hover {
    color: #DF969D
}
a:link, a:visited {
    text-decoration: none;
    font-size: 13px;
}
a.block-button {
    margin-right: 10px;
}


/* Fonts
*/
span.italic-text,
span.italic-text-bold,
span.tip, span.red-italic,
.button span,
.small-button span,
.tab-button-white span,
.tab-button-white-right span
.stat-type,
.stat,
.read-more a {
    font-family:Arial,Helvetica,sans-serif;
    color: #256063;
    font-size: 12px;
}
span.italic-text-bold, span.italic-text-bold a {
    margin-right: 5px;
    font-weight: bold;
}
span.tip {
    font-weight: bold;
    margin-right: 8px;
}
span.italic-text {
    margin-right:30px;
}
span.red-italic, .button span, .tab-button-white span, .tab-button-white-right span, .small-button span {
    color: #DF969D;
    font-weight: normal;
}
.task p {
    clear: both;
}
#left-panel p {
    color: #000;
    padding: 5px;
}
.tabbedbox-item {
    font-style: italic;
    color: #999;
}
.read-more a {
    font-style: italic;
}

/*
 * Buttons
*/
a.button, a.small-button, a.tab-button, a.tab-button-white, a.tab-button-white-right, a.button-white {
    /* Sliding right image */
    background: transparent url('../../img/mindbubble/buttons/button-bg-right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 40px;
    margin: 0 6px 5px 0;
    padding-right: 5px;
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
a.small-button, a.tab-button-white, a.tab-button-white-right, a.button-white {
    /*    background: transparent url('../../img/mindbubble/buttons/button-right-on-white.png') no-repeat scroll top right;*/
}
a.button span, a.small-button span, a.tab-button span, a.tab-button-white span, a.tab-button-white-right span, a.button-white span {
    /* Background left image */
    background: transparent url('../../img/mindbubble/buttons/button-bg-left.png') no-repeat;
    display: block;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 5px;
    text-align: center;
}
a.small-button span, a.tab-button-white span, a.tab-button-white-right span, a.button-white span {
    /*    background: transparent url('../../img/mindbubble/buttons/button-left-on-white.png') no-repeat;*/
}
a.small-button {
    float: right;
    /*margin: 5px 3px 0 0;*/
}
a.small-button span {
}
a.button:hover, a.small-button:hover {
    text-decoration: none;
}
div.button {
    clear: both;
}
a.button-white span {
}
a.tab-button-white span {
}
a.tab-button-white {
    margin-top: 10px;
    margin-left: 0 !important;
}


/*
 * Tabbed Areas
*/
.tabbed_area {
    position: relative;
    width: 320px;
}
#tab-container  {
    width: 320px;
}
#tab_1, #tab_2 {
    text-align: center;
    padding-top: 10px;
}
#tab_1 {
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}
#tab_2 {
    position:absolute;
    right:0;
    top:0;
    z-index:2;
}
#content-container {
    width: 320px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 1;
}
.tabbed_area {
    margin:30px 11.5px 0;
}
.tabbed_area .content {
    overflow: hidden;
}
.tabbed_area {
    background-color:#F5F5F5;
}
ul.tabs {
    margin-top:5px;
    margin-bottom:6px;

}
ul.tabs li {
    list-style:none;
    display:inline;
}
ul.tabs li a {
    background-color:#F5F5F5;
    color:#999;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
    overflow: visible;
    width: 158px;
    height: 25px;
    float: left;
    display: block;
}
#stat-table > ul.tabs li a {
    padding:8px 20px;
}
#stat-table ul.content li {
    border-bottom: 1px dotted #D8D8D8;
    overflow: hidden;
    margin-bottom: 3px;
    list-style-type: none;
}

ul.tabs li a:hover {
    background-color:#e7e7e7;
    border-color:#D8D8D8;
}
ul.tabs li a.active {
    background-color:#fff;
    color:#999;
    border:1px solid #D8D8D8;
    border-bottom: 1px solid #fff;
}
.content {
    background-color:#fff;
    padding:10px;
    border:1px solid #D8D8D8;
    font-family:Arial, Helvetica, sans-serif;

}
#tab_1 {
    float: left;
}
#tab_2 {
    float: right;
}
#content_2 {

    display:none;
}
.content ul {
    padding:0px 20px 0px 20px;
}
.content ul li {
    list-style:none;
    border-bottom:1px solid #d6dde0;
    padding-top:10px;
    padding-bottom: 10px;
    font-size:13px;
    clear: both;
    margin-left: -20px;
    width:300px;
    overflow: hidden;
}
.content ul li:last-child {
    border-bottom:none;
}
.content ul li a {
    text-decoration:none;
    /*color:#256063;*/
}
.content ul li a small {
    color:#8b959c;
    font-size:9px;
    text-transform:uppercase;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    position:relative;
    left:4px;
    top:0px;
}
.content ul li a:hover {
    color:#DF969D;
}
.content ul li a:hover small {
    color:#baae8e;
}


/* Triangles */
.small-right-triangle, .small-right-triangle-tabs, .triangle {
    color: #999;
}
.small-right-triangle {
    margin-left:-10px;
}
.small-right-triangle-tabs {
    margin: 0 4px;
    float: right;
}

/* user image */
.tab-content-image {
    width: 50px;
    height: 50px;
    border: 1px solid gray;
    float: left;
    margin-right: 5px;
}
.user-action {
    /*float: right;*/
    font-style: italic;
    color: #999;
    font-weight:normal;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:none;
    float: right;
    margin-left: 4px;
}

.ajax-contents li {
    height: auto;
}

/* STATS tab */
div#project-progress {
    margin-top:115px;
}
.tab-column, .tab-column-right {
    float: left;
    width: 45%;
    padding: 7px;
}
.tab-column-right {
    border-left: 1px solid #999;
}
.stat-type,
.stat,
#project-progress-bar-title,
.progress-container
{
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-size: 14px;
    /*font-style: italic;*/
    color:#789BA1;
}
#project-progress-bar-title,
.progress-container
{
    /*padding-left:5px;*/
    text-align:left;
}
.stat, .stat-type {
    padding: 3px 0 3px 0;
}
.stat-type
{
    color: #10A5EF;
    font-family:Arial,Helvetica,sans-serif;
    /*font-style: italic;*/
    float: left;
    clear: both;
    font-size: 12px;
}
div.progress-container > div {
    background-color:#3CC6F7;
}
.stat {
    color: #999;
    float: right;
    font-weight: bold;
    font-family:Arial;
    font-style: normal;
    font-size: 12px;
}


#project-progress-bar-title {
    color: #256063;
    font-weight: bold;
}
#project-progress-bar {
    width: 100%;
    height: 20px;
    border: 1px solid #256063;
    margin-top: 6px;
}

/* progress bar */
div.progress-container {
    width: 100%;
    margin: 6px 5px 2px 0;
    float: left;
    background-color: #f5f5f5;
}
div.progress-container, div.progress-container > div {
    height: 26px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
div.progress-container > span {
    float: left;
    margin-left: 10px;
    color: #EE3680;
    text-align: left;
    font-size: 13px;
    line-height: 26px;
    font-style: italic;
}
div.progress-container > div {
    background-color: #3CC6F7;
}
#progress {
    background-color: #92d9dd;
    margin-top: -17px;
    height: 21px;
}

.edit-element {
    width: 98%;
    background-color: #F5F5F5;
    padding: 5px;
    margin-bottom: 10px;
}
a.button-white span  {
    width:275px;
    margin-left: -26px;
    font-family:"Arial", sans-serif;
    font-size:13.5px;
    font-style:italic;
    color:#DF969D;
    font-weight: normal;
}
span.label {
    float: left;
    padding: 5px;
}
#cul.tabs li alients-vis-form .input_submit {
    float: right;
}
#clients-vis-form #client-vis
/*#clients-vis-form .single_checkbox*/ {
    float: left;
}
#clients-vis-form .single_checkbox {
    float: left;
}
#clients-vis-form .form input, .form label {
    clear: none !important;
}

/* Add/edit clients */
#client_list .label {
    background-color: lightGrey;
    border: 1px solid grey;
    float: left;
    margin: 8px;
    /*overflow: hidden;*/
    padding: 0;
    width: auto;
    -moz-border-radius: 3px;
    -webkit-border-top-left: 3px;
}
#client_list .label .contents {
    padding: 5px;
    border-right: 1px solid #E7E7E7;
    width: auto;
}
#client_list .label .label_close {
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
}
/*span.contents {
    width: 50%;
    display: block;
}
*/

/* Manage Users / Invite Users */
.users_list.page_heading h1 {
    float: left;
    width: auto;
}

.users_list.page_heading h2 {
    float: left;
    clear: left;
    width: auto;
    margin-top: 10px;
}

.users_list.page_heading a.back-link {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
}

.users_list.page_content {
    padding: 5px 0 0 0;
    margin: 0px 20px 20px;
    /*border-top: 2px solid #66CACE;*/
    overflow: hidden;
}

.users_list.page_content .top, .users_list.page_content .mid, .users_list.page_content .bot {
    clear: both;
    overflow: hidden;
}

.users_list.page_content .left {
    float: left;
    width: 23%;
    border-right: 1px solid #66CACE;
    padding-right: 10px;
}

.users_list.page_content .right {
    float: right;
    width: 75%;
}

.users_list.page_content .top .left .filter-control, .users_list.page_content .top .right .control {
    border-bottom: 1px solid #66CACE;
}

.users_list.page_content .bot .left .filter-control, .users_list.page_content .bot .right .control {
    border-top: 1px solid #66CACE;
}

.users_list.page_content .filter-control {
    line-height: 25px;
    overflow: hidden;
    line-height: 45px;
}

.users_list.page_content .filter-control h2 {
    color: #256063;
    font-size: 25px;
    font-weight: 100;
    float: left;
}

.users_list.page_content .filter-control a {
    float: right;
    margin-right: 30px;
    font-size: 12px;
    /*color:#10A5EF;*/
    text-decoration: none;
}


.users_list.page_content .filter-control .submit  {
    float: right;
    margin-right: 10px;
    margin-top: 13px;
}

.users_list.page_content .filter-options {
    margin-right: 10px;
}

.splitter {
    border-bottom: 1px solid #66CACE;
    clear: both;
}

.users_list.page_content .input {
    margin: 10px 0;
    width: 100%;
}

.users_list.page_content .input label {
    font-weight: 100;
    font-size: 12px;
}

.users_list.page_content .input input, .users_list.page_content .input select {
    display: block;
    width: 100%;
}

.users_list.page_content .input.half {
    width: 45%;
}

.users_list.page_content .input.half.l {
    float: left;
}

.users_list.page_content .input.half.r {
    float: right;
}

.users_list.page_content .control {
    line-height: 45px;
    overflow: hidden;
}

.users_list.page_content .control .elastic-button {
    margin: 0;
    float: left;
}

.users_list.page_content .control .stat {
    color: #256063;
    font-size: 12px;
    margin-left: 10px;
    float: right;
    font-weight: normal;
    padding: 0;
}

.users_list.page_content .add-user {
    float: left;
}

.users_list.page_content .control .paginator {
    margin: 0;
}

.users_list.page_content .paginator {
    float: right;
}

.users_list.page_content .table_list {
    margin: 10px 0;
}
.users_list.page_content .table_list .actions a {
    margin: 0 10px;
    font-size: 12px;
}


/*
Debugging
*/
.cake-sql-log {
    clear: both;
}
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}
.cake-sql-log {
    clear:both;
    overflow:hidden;
}
pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
    clear: both;
}
div.cake-stack-trace {
    background: #fff;
    border: 4px dotted #ffcc00;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}
div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
div.cake-code-dump span.code-highlight {
    background-color: #ff0;
    padding: 4px;
}
div.code-coverage-results div.code-line {
    padding-left:5px;
    display:block;
    margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
    background:#ecc;
}
div.code-coverage-results div.covered span.content {
    background:#cec;
}
div.code-coverage-results div.ignored span.content {
    color:#aaa;
}
div.code-coverage-results span.line-num {
    color:#666;
    display:block;
    float:left;
    width:20px;
    text-align:right;
    margin-right:5px;
}
div.code-coverage-results span.line-num strong {
    color:#666;
}
div.code-coverage-results div.start {
    border:1px solid #aaa;
    border-width:1px 1px 0px 1px;
    margin-top:30px;
    padding-top:5px;
}
div.code-coverage-results div.end {
    border:1px solid #aaa;
    border-width:0px 1px 1px 1px;
    margin-bottom:30px;
    padding-bottom:5px;
}
div.code-coverage-results div.realstart {
    margin-top:0px;
}
div.code-coverage-results p.note {
    color:#bbb;
    padding:5px;
    margin:5px 0 10px;
    font-size:10px;
}
div.code-coverage-results span.result-bad {
    color: #a00;
}
div.code-coverage-results span.result-ok {
    color: #fa0;
}
div.code-coverage-results span.result-good {
    color: #0a0;
}

/* Elastic Buttons */
.elastic-button {
    margin: 10px 0;
    overflow: hidden;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.elastic-button a {
    text-decoration: none !important; /* because webkit's mental */
}
.elastic-button .inner {
    float: left;
    background-repeat: repeat-x;
}
.elastic-button .white .rounded_edge {
    height: 40px;
    width: 5px;
    float: left;
}
.elastic-button .white .rounded_edge.left {
    background-image: url("../../img/mindbubble/buttons/elastic-button-white-bg-left.png");
}
.elastic-button .white .rounded_edge.right {
    background-image: url("../../img/mindbubble/buttons/elastic-button-white-bg-right.png");
}
.elastic-button .white .inner {
    background-image: url("../../img/mindbubble/buttons/elastic-button-white-bg.png");
    text-align: center;
    padding: 0 10px;
}
.elastic-button .inner img.button_icon {
    margin: 0 4px;
    position: relative;
    top: 2px;
}
.elastic-button .white .inner .button-link {
    text-decoration: none;
    font-family: "Arial", sans-serif;
    font-size: 13.5px;
    font-style: italic;
    color: #DF969D;
    line-height: 40px;
}

/* Admin Project View / Admin Dashboard */
#right-panel .buttons {
    overflow: hidden;
    clear: both;
}
#right-panel .buttons .elastic-button {
    margin: 10px;
}
#tabbed_box .buttons .elastic-button {
    margin: 10px 0;
}
#right-panel .buttons .elastic-button .inner {
    width: 290px;
}
#tabbed_box .buttons .elastic-button .inner {
    width: 280px;
}
#add-a-task {
    float: right;
    margin: 5px 3px 0 0;
}
.tabbed_area .load-more-users, #task-box .load-more {
    float: none;
    margin: 10px;
}
.tabbed_area .load-more-users .inner, #task-box .load-more .inner {
    width: 535px;
}
.users_list form {
    clear: both;
}
p, td, ul, ol, .regular_form {
    line-height:16px !important;
}
.expandable > p {
    padding: 5px 10px 0 10px;
}
.spacing-right {
    margin-right: 10px;
}
.no-underline {
    text-decoration: none !important;
}
.images_videos .tasks_images {
    background-color:#EEEEEE !important;
    width: 100%;
}
.images_videos_small .image_thumb_contain {
    /*width: 110px !important;*/
}
.action-link {
    color: #3CC6F7;
    font-size: 12px;
    padding-bottom: 3px;
}
a:hover.action-link {
    color:#EE3680;
}
div.task > p {
    padding: 6px;
}
a:link, a:visited {
    font-size:12px;
    text-decoration:none;
}
h1.project-title {
    font-size: 24px;
    font-weight: normal;
}
#clients-form > .regular_form, .simplemodal-container {
    border-width: 0px;
}
div#left-panel > .form label, .form legend {
    width: 120px;
}
div#left_col > .form label, .form legend {
    width: 200px;
}
.edit-element > .form .input.select label {
    width: 120px;
}
.margin-right {
    margin-right: 5px;
}
.margin-right {
    padding-left:5px;
    padding-right:15px;
}
.edit-element > input, textarea, select {
    font-size: 12px;
}
#left-panel .input_submit {
    float: right !important;
    margin-right:80px;
}
.triangle {
    margin-left: 5px;
    color: #999999 !important;
}
#clients-form label {
    width: 100px !important;
}
#clients-form .input_select_large {
    width: 100% !important;
    text-align:right;
    padding-right:120px;
}
#clients-form .form .input.select label {
    margin: 0 !important;
}
#clients-form .form .input.select {
    padding-left:0 !important;
}
#clients-form .input_submit {
    margin: 0;
    margin-right: 160px;
}
#project-data, #client-data, .tip {
    padding-left: 5px;
}
.user-links {
    float: right;
}
.user-action .edit {
    color:#CCCCCC;
    font-style: normal;
}
.edit, .view {
    color: #3CC6F7;
    font-style: normal;
    font-weight: bold;
}
.small-right-triangle, .small-right-triangle-tabs, .triangle {
    color:#CCCCCC;
}
a.expander {
    float:right;
}
.button-sm {
    font-size: 11px !important;
}
a.large-button {
    font-size:14px !important;
    padding:6px 0 6px 54px !important;
    text-align: left !important;
}
.no_padding {
    padding: 0 !important;
}
#clients-vis-form .input_submit,
#properties-form .input_submit {
    margin-right:60px;
}
.datetime select {
    margin:6px 0 5px 4px !important;
}
#client-vis {
    padding-top: 11px;
}
.edit-element {
    font-family: "Arial", sans-serif;
}

/* Groups */
.elastic-button.add_group .inner {
    width: 300px;
}

.text-center {
    text-align: center;
}

.back-link {
    color: #10A5EF;
}

/* Users list */
.users_list.page_heading h1 {
    padding-top: 15px;
}

.users_list.page_heading a.back-link {
    padding: 15px 0px 0 0;
    /*margin-right:4px;*/
}
a.back-link:hover {
    color: #DE037D;
}

.filter-control, .control {
    height: 60px;
}

.table_list td {
    border-bottom: 1px solid #cccccc;
    padding-top: 8px;
    padding-bottom: 8px;
}

.table_list {
    margin-bottom: 15px;
    width: 100%;
    /*border-top: solid 3px #256063;*/
    /*border-bottom: solid 3px #256063;*/
}

.table_list th {
    background-color: #fff;
    text-align: left;
    color: #256063;
    font-size: 12px;
    padding-bottom: 8px;
    border-bottom:1px solid #66CACE;
}
/*.view-container {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom:10px;
}
.edit-link {
    position: absolute;
    top: 0;
    right: 0;
    padding:10px 5px 5px;
}*/
.tabbedbox-item {
    margin-bottom: 10px;
}
.form .checkbox {
    border-bottom:1px solid #DDDDDD;
    float:left;
    padding:1px;
    width:139px;
}
.form .input.radio {
    clear:both;
}
.images_videos .tasks_images {
    padding: 10px !important;
    width: 96% !important;
}
.tab-content-image {
    border:1px solid gray;
    float:left;
    height:20px;
    margin-right:5px;
    width:20px;
}
.tab-text-box {
    float:left;
    font-family:Georgia,Arial,sans-serif !important;
    line-height:20px;
}
.tabbedbox-item {
    color:#EE3680;
    font-size:13px;
    font-style:normal;
    margin-left:5px;
    font-family:Arial,Helvetica,sans-serif;
}

.user-links {
    float:right;
}
.small-right-triangle, .small-right-triangle-tabs, .triangle {
    color:#CCCCCC;
}
.small-right-triangle-tabs {
    float:right;
    margin:0 4px;
}
p.task-project, p.task-readtoggle {
    margin: 0 !important;
    padding: 0 !important;
}
.panel .hr {
    margin-top: 10px !important;
}
a.underline:hover {
    text-decoration: underline !important;
}
a.underline:link, .underline {
    color: #DE037D;
}
input[type="submit"], input[type="button"], input[type="reset"] {
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
	background: #DE037D;
    border: none;
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
}
.users_list.page_content .filter-control .submit {
    margin-top:8px;
}
.submit, .submit-button {
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px !important;
	background-color:#DE037D;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Arial;
    font-weight:bold;
    margin-top:8px;
    padding:6px;
    vertical-align:middle;
}
.submit-button {
    margin: 0;
    padding: 0;
    width: 50px;
    float: right;
    margin-right: 40px;
    text-align:center;
    padding:5px;
}
.page_content.split {
    width: 955px;
}
.edit-element {
    padding-bottom:10px;
}
.no_space {
    padding: 0 !important;
    margin: 0 !important;
}
a:link, a:visited {
    color: #10A5EF;
    font-size: 13px;
}
.invite-link {
    margin-right: 10px;
}
div#left-panel a.edit {
    margin-right:10px;
}
div.task-buttons a:hover {
	text-decoration: none;
}
.go {
	float: right;
}
.profile {
	margin-left: 215px !important;
}
.forgotten-pass {
	width:128px;
	margin: 0;
	padding: 0;
	margin-left: 215px !important;
}
.input_submit, .btnCancel {
	-webkit-border-radius: 5px;
}
.small-right-triangle, .small-right-triangle-tabs, .triangle {
	font-size:10px;
}
div.tabbed_area .buttons .elastic-button .inner {
	width:245px !important;
}
.filter-control a:hover {
	text-decoration: underline !important;
}
.table_list .actions {
	width:70px !important;
}
.triangle {
	font-size: 8px !important;
	font-style: normal !important;
}
.triangle.right {
	padding-top: 3px;
}
.task-buttons a {
	font-size: 12px !important;
	font-family:Georgia,Arial,sans-serif;
}
#ProjectAddForm .checkbox {
	border-bottom: none;
}