/*
general
*/
* {
    font-family: Arial;
}

body {
    background: #ECECEC;
    /*font-family: Times New Roman,Helvetica,sans-serif;*/
}

#wrapper {
    background: url('/img/mindbubble/bg_body.png') repeat-y top center;
}

.page_content.split {
	/*background:url(../../img/mindbubble/bg_split.gif) top right repeat-y; */
	float:left; 
	min-height: 300px;
}

p, td, ul, ol, .regular_form {
    color: #256063;
}

ul, ol {
    list-style-position: inside;
}

h2.strap {
    background-image: url('/img/mindbubble/heading_stripe.png');
}

h2.strap span {
    background-image: url('/img/mindbubble/heading_wrap.png');
}

h4 {
    color: #256063;
}

/*a:link, a:visited {
    color: #789BA1;
    text-decoration: underline;
}

a:active, a:hover {
    color: #256063;
    text-decoration: none;
}*/

.highlight {
    font-weight: 700;
    color: #B23E46;
}

.page_heading h1 {
    width: 900px;
    font-size: 21px;
    font-weight: normal;
    color: #DF969D;
}

.page_heading h2 {
    font-size: 20px;
    color: #256063;
    font-weight: normal;
}

.page_heading h1 em, #strap h2 em {
    font-size:70%;
    font-style: normal;
    font-weight: normal;
}

.page_heading {
    clear: both;
    padding-left:20px;
    overflow: visible;
}
.page_content h3 {
    font-size: 16px;
    color: #256063;
    font-weight: 700;
}

#header_full_width {
    width: 100%;
    background-image: url(../../img/mindbubble/bg_header_repeat.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

/*
Panels
*/
.panel_heading { /* h3 */
                 background-color: #9BD8D9;
                 color: #ffffff;
                 font-weight: 100;
                 padding: 3px 5px;
}

.panel_heading a:link, .panel_heading a:visited {
    color: #ffffff;
    text-decoration: none;
}

.panel_heading a:active, .panel_heading a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.panel_pad {
    padding: 7px;
}

#main {
    background: #FFF;
}

#content {
    background: url('/img/mindbubble/bg_content.png') no-repeat top left;
}

#debug {
    width: 964px;
    clear: both;
}


/*
header
*/

.header {
    height: 140px;
    background-image: url(../../img/mindbubble/bg_header.jpg);
    background-repeat: no-repeat;
    border-bottom: 5px solid #CCC;
    position: relative;
}

#header_root_link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
    background: url('/img/mindbubble/sprite_logo.png') no-repeat 100% -93px;
    opacity: 0;
}

#logo_wrap {
    background: url('/img/mindbubble/gfx_circles.png') no-repeat top left;
    height: 222px;
    width: 293px;
    padding: 21px 0 0 66px;
    margin-left: -29px;
}

#logo {
    background: url('/img/mindbubble/sprite_logo.png') no-repeat top left;
    height: 93px;
    width: 166px;
    position: relative;
}

a#log_out {
    text-decoration: none;
    color: #90D0D0;
    font-size: 80%;
}

a#log_out:hover, a#log_out:active {
    text-decoration: underline;
}

#nav {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 600px;
    text-align: right;
    margin: 0;
}

#nav li {
    display: inline;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    white-space: nowrap;
    font-weight: bold;
}

#nav li a {
    font-size: 19px;
    color: #FFFFFF;
    text-decoration: none;
    height:30px;
    white-space: nowrap;
    text-shadow: 1px 1px 2px #90D0D0;
}

#nav li.selected a {
	color: #456261;
}

#nav li a:hover {
    text-shadow: 1px 1px 2px #7CAEAE;
}

#dashboard #n-dashboard a,
#reporting #n-reporting a,
#profile #n-profile a,
#admin #n-admin a,
#messages #n-messages a {
    color: #456261;
    text-shadow: 1px 1px 2px #7CAEAE;
}

#user_header {
    background: #FCFCFC;
    color: #666;
    border: 5px solid #F0F0F0;
    width: 450px;
    position: absolute;
    padding: 4px;
    top: 25px;
    right: 15px;
    font-size: 70%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
}

#user_header img {
    float: right;
    border: 1px solid #FFF;
}

#user_header span {
    font-family: "Arial", sans-serif;
    font-style: italic;
    color: #DD959B;
    display: block;
    margin-bottom: 5px;
    font-size: 130%;
}

#user_stats {
    margin-bottom: 5px;
}

#strap {
    height: 50px;
    padding-top: 15px;
    width:auto;
    float:none;
}

#strap h2 {
    font-size: 26px;
    margin-left: 250px;
    /*margin-top: 16px;*/
    font-weight: 100;
    color: #256063;
    clear: both;
}


/*
footer
*/

#footer-wrapper {
    width: 100%;
    background-image: url(../../img/mindbubble/bg_footer_repeat.jpg);
    background-repeat: repeat-x;
    background-position: top;
    height: 115px;
    clear: both;
    overflow: hidden;
}

#footer {
    background: url(../../img/mindbubble//bg_footer_left.jpg) no-repeat;
    width: 964px;
    height: 115px;
}

#footer a:link, #footer a:visited {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

#footer_logo {
    margin-left: -220px;
    margin-top: 45px;
}

.footer_column {
    width: 165px;
    height: 85px;
    padding-top: 30px;
    padding-left: 15px;
    float: right;
    background-image: url(../../img/mindbubble/bg_footer_nav_divide.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.footer_column ul {
    list-style-type: none;
}


/*
tab menu
*/

.tab_menu {
    height: 30px;
    border-bottom: 5px solid #66CACE;
    margin-bottom: 10px;
    padding-top:5px;
}

.tab_menu ul {
    float: right;
    margin-top: -10px;

}

.tab_menu li {
    display: inline;

}

.tab_menu li a.regular:link,
.tab_menu li a.regular:visited,
.tab_menu li a.regular:hover,
.tab_menu li a.regular:active {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    background-color: #66CACE;
    border-bottom: 5px #66CACE solid;
    height: 30px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;

    text-decoration: none;
}

.tab_menu li a.selected:link,
.tab_menu li a.selected:visited,
.tab_menu li a.selected:hover,
.tab_menu li a.selected:active {
    color: #66CACE;
    height: 30px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.tab_menu_side {
    position: relative;
    top: 10px;
    width: 5px;
    height: 30px;
    display: inline;
}

/*
project leader panel
*/

#project_leader_panel {
    width: 180px;
    float: right;
    margin-left: 15px;
    color: #ffffff;
}

#project_leader_panel .pad {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 10px;
    background-color: #9BD8D9;
}

#project_leader_panel h6 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 2px;
    width: 100px;
    float: left;
}

#project_leader_panel a.send_link:link, #project_leader_panel a.send_link:visited {
    font-weight: 100;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

#project_leader_panel a.send_link:hover, #project_leader_panel a.send_link:active {
    font-weight: 100;
    text-decoration: underline;
    color: #ffffff;
    font-size: 12px;
}

.send_message_icon {
    margin-right: 4px;
}

/*
user thumb
*/

.user_thumb {
    width: 50px;
    height: 50px;
    float: right;
    padding: 6px;
    background-image: url(../../img/mindbubble/bg_thumb.png);
    background-repeat: no-repeat;
}



.user_thumb_name {
    float: right;
    text-align: right;
    clear: right;
    background-color: #ffffff;
    color: #B23E46;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    white-space: nowrap;
}

/*
add button
*/

.add_button {
    width: 160px;
    float: right;
    text-align: right;
    height: 20px;
    margin-bottom: 10px;
}

.index_page { /* for add buttons on index pages */
              margin-top: -11px;
}



.add_button a.add_link:link, .add_button a.add_link:visited  {
    display: block;
    background-color: #D4858B;
    padding: 5px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}

.add_button a.add_link:hover, .add_button a.add_link:active  {
    display: block;
    background-color: #D4858B;
    padding: 5px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    font-size: 12px;
}

/*
list table
*/

.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;
}

.table_list th, .table_list td {
    padding-left: 3px;
}



.table_list .actions a:link, .table_list .actions a:visited  {
    color: #256063;
    text-decoration: none;
    font-weight: normal;
}

.table_list .actions a:hover, .table_list .actions a:active  {
    color: #256063;
    text-decoration: underline;
    font-weight: normal;
}

.table_list td a:link, .table_list td a:visited  {
    color: #256063;
    text-decoration: underline;
    font-weight: normal;
}

.table_list td a:hover, .table_list td a:active  {
    color: #256063;
    text-decoration: none;
    font-weight: normal;
}


.table_list th a:link, .table_list th a:visited  {
    color: #256063;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.table_list th a:hover, .table_list th a:active  {
    color: #256063;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.table_list .actions {
    width: 220px;
    text-align: right;
}

.table_list .admin {
    width: 180px;
}

/* (cell with one link) */
.table_list .action {
    width: 100px;
    text-align: right;
}

.table_list .date {
    width: 100px;
}

.table_list h3 {
    margin-bottom: 15px;
}

.table_list h4 {
    font-size: 14px;
}

.table_list .thumb {
    padding: 5px;
}

.noborder {
    border: none !important;
}

.row_white {
    background-color: #ffffff;
}

.row_grey {
    background-color: #f2f2f2;
}


.rating img {
    margin-bottom: -6px;
    margin-left: 5px;
    margin-right: 20px;
}


/*
generic task
*/
.task_details {
    background-color: #E8E8E8;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    margin-bottom: 10px;
}

.images_videos_attach {
    border-top: 1px solid #9BD8D9;
    margin-top: 15px;
}

#images_videos  {
    border-top:1px solid #9BD8D9;
    margin-top:15px;
    width: 450px;
    float: left;
    margin-right: 30px;
}

.images_videos .tasks_images {
    margin: 10px 0;
    overflow: hidden;
    clear: left;
}

.images_videos .tasks_videos {
    margin: 10px 0;
    overflow: hidden;
    clear: left;
}

.images_videos h3 {
    color: #256063;
    font-weight: 600;
    font-size: 12px;
}

.images_videos_attach h3 {
    color: #256063;
    font-weight: 100;
}

.images_videos a:link, .images_videos a:active {
    color: #256063;
    text-decoration: underline;
}

.images_videos a:active, .images_videos a:hover {
    color: #256063;
    text-decoration: none;
}

.images_videos .image_thumb {
    border: 4px solid #E8E8E8;
    margin-top: 10px;
}

.image_thumb_contain {
    margin-right: 10px;
    float: left;
    /*overflow: hidden;*/
}

.image_thumb_contain h5 {
    color: #256063;
}

.images_videos_small {
    margin: 10px 0;
}

.images_videos_small .image_thumb_contain {
    float: left;
    background-color: #EEE;
    margin: 5px 10px 5px 5px;
}

.images_videos_small .image_thumb_contain h5 {
    font-size: 70%;
    margin-top: 20px;
    float: left;
}

.image_modal {
    padding-top: 20px;
}

.image_modal h4 {
    font-weight: 600;
}

.back_link {
    float: right;
    margin-right: 20px;
}

a.back_link:link, a.back_link:visited  {
    font-size: 13px;
    color: #256063;
    font-weight: 900;
    text-decoration: underline;
}

a.back_link:hover, a.back_link:active  {
    font-size: 13px;
    color: #256063;
    font-weight: 900;
    text-decoration: none;
}


/*
forms
*/
.regular_form .divide {
    margin-top: 10px;
    border-bottom: 1px solid #9BD8D9;
}

.regular_form, .simplemodal-container {
    /*border: 1px solid #9BD8D9;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.regular_form label, .simplemodal-container label{
    display: block;
}



.regular_form a:link, .regular_form a:visited {
    font-size: 12px;
    color: #256063;
    text-decoration: underline;
}

.regular_form a:hover, .regular_form a:active {
    font-size: 12px;
    color: #256063;
    text-decoration: none;
}

.regular_form div.input {
    display: block;
    padding-top: 10px;
    clear: both;
}

.regular_form .form_link {
    margin-top: 10px;
}

.regular_form .radio input, .regular_form .radio label {
    float: left;
    margin: 4px;
}
.regular_form .radio input {
    margin-top: 8px;
}
.regular_form .radio label {
    width: 80px;
}
.regular_form .checkbox {
    float: left;
    padding: 4px;
    width: 200px;
    border-bottom: 1px solid #DDD;
}

.input > label, .regular_form legend, .radio-label {
    font-weight: 700;
    font-size: 13px;
    clear: both;
}

.regular_form .checkbox label {
    display: inline;
}

.regular_form .checkbox input {
    margin-right: 5px;
    display: inline;
}

.regular_form .single_checkbox {
    padding: 4px;
}

.regular_form .single_checkbox label {
    display: inline;
}

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

label, .radio-label {
    font-weight: 600;
    font-size: 11px;
    padding-top: 3px;
    color: #256063;
}

.input_text_tiny {
    width: 40px;
}

.input_text_small {
    width: 200px;
}

.input_text_medium {
    width: 300px;
}

.input_text_large {
    width: 885px;
}

.input_select_tiny {
    width: 40px;
}

.input_select_small {
    width: 200px;
}

.input_select_medium, .simplemodal-container .title, .simplemodal-container .description {
    width: 300px;
}

.input_select_large {
    width: 885px;
}

.input_textarea_medium {
    width: 300px;
    font-size: 12px;
}

.input_textarea_large {
    width: 885px;
    height: 50px;
    font-size: 12px;
}

.input_textarea_extra_large {
    width: 885px;
    height: 150px;
    font-size: 12px;
}

.input_rich_text_large {
    width: 885px;
    height: 350px;
    font-size: 12px;
}

.input_rich_text_medium {
    width: 885px;
    height: 100px;
    font-size: 12px;
}

fieldset {
    margin-top: 5px;
    border: hidden;
}

fieldset legend {
    font-weight: 700;
    font-size: 12px;
}

fieldset input {
    margin-right: 5px;
    margin-left: 5px;
}


.input_submit, .btnAddFile, .btnCancel {
    background-color: #256063;
    color: #ffffff;
    font-weight: 700;
    padding: 5px;
    border: 0px;
    margin-top: 10px;
}

.error-message {
    color: #FF0000;
    font-weight: bold;
}

/* ajax select menus */

.ac_even, .ac_odd {
    background-color: #ffffff;
}
.ac_over {
    background-color: #bedee9;
    cursor: pointer;
}


/*
paginator
*/
.paginator {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    color: #999999;
}

.paginator .disabled {
    visibility: hidden;
    float:left;
}

.paginator a:link, .paginator a:visited {
    color: #256063;
    font-weight: normal;
    text-decoration: none;
}

.paginator a:hover, .paginator a:active {
    color: #256063;
    font-weight: normal;
    text-decoration: underline;
}

.paginator .current {
    color: #B23E46;
    font-weight: 600;
}

.paginator .next {
    margin-left: 8px;
}

.paginator .previous {
    margin-right: 8px;
}

.paginator .separator {
    margin-right: 8px;
    margin-left: 8px;
}


/*
modal
*/
/* Overlay */
#simplemodal-overlay {
    background-color:#000;
}
/* Container */
#simplemodal-container {
    /*width:600px;*/
    background-color:#fff;
    border:3px solid #ccc;
}
#simplemodal-container a.modalCloseImg {
    background:url(../../mindbubble/img/basic/x.png) no-repeat;
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-18px;
}
#simplemodal-container #basicModalContent {
    padding:8px;
}

/* Image uploads */

.control_file {
    margin-top: 5px;
    background-color: #E8E8E8;
    padding: 3px;
}

.control_file .title {
    font-weight: 600;
}


/*
Invite Friends panel
*/

#invite_friends_container {
    display: none;
}

#invite_friends_container > div {
    float: left;
}

#invite_friends_container .panel {
    background-color: #FFFFFF;
    width: 350px;
    padding: 20px;
    border: 1px solid #256063;
}

#invite_friends_container .plaxo_button {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

#invite_friends_container h2 {
    font-size: 22px;
    color: #256063;
}


.toggle_tasks * {
    cursor: pointer;
}

p.upload-info {
    margin-top: -15px;
    font-size: 70%;
    color: #666;
}

.type-ico {
    color: #92D9DD;
}

.notify-ico {
    color: #BF8F93;
}

#left_col, #single-col {
    position: relative;
    z-index: 0;
}

.button-wide {
    color: #97CACC;
    text-shadow: 1px 1px 2px #FFF;
}

a.button-sm {
    background: url('/img/mindbubble/btn_sm.png') no-repeat;
    color: #FFF;
    font-family: "Arial", sans-serif;
    font-style: italic;
    text-decoration: none;
    float: right;
}

a.button-sm:hover, a.button-sm:active {
    color: #EEE;
}

#right_col a.button {
    background: url('/img/mindbubble/bg_button.png') no-repeat;
    text-decoration: none;
    font-family: "Arial", sans-serif;
    font-style: italic;
    color: #DD959B;
    text-shadow: 1px 1px 2px #FFF;
}

.import {
    border-collapse: collapse;
    margin-left: 30px;
    width: 934px;
}

.import tr {
    border-top: 1px solid #FFF;
}

.import thead tr {
    background: #333;
    color: #FFF !important;
    font-weight: bold;
}

.import thead tr td {
    color: #FFF !important;
}

.import td {
    padding: 5px;
}

.import-success {
    background: #B2E19C;
}
.import-warn {
    background: #F9F4A3;
}
.import-error {
    background: #F0BDBC;
    color: #c00;
}
.orig {
    color: #A45759;
    font-style: italic;
}

a.large-button {
    background-image:url("../../img/mindbubble/btn_medium_colour.png");
    background-repeat:no-repeat;
    border:0;
    height:20px;
    text-align:center;
    color:#fff;
    display: block;
    font-size:16px;
    padding:6px 0px;
    text-decoration: none;
    margin-bottom: 5px;
}

a.large-button-gray {
    background-image:url("../../img/mindbubble/btn_medium_gray.png");
    color: #60b7ba;
}

/*
 * hide the bottom of the mindbubble logo behind the content
*/
#main, #header-wrapper, .header, #logo_wrap {
    position: relative;
    z-index: 0;
}
#header-wrapper {
    z-index: -3;
}
.header {
    z-index: -2;
}
#logo_wrap {
    z-index: -1;
}

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,
.read-more a {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #6a9697;
	font-style: italic;
	font-size: 11px;
}
span.italic-text-bold, span.tip {
	font-weight: normal;
	margin: 0;
}
.stat {
	color: #9C9C9C;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.stat-type {
    color: #6a9697 !important;
    font-family: Georgia, "Arial", sans-serif !important;
    font-style: italic;
	font-size: 13px;
}
a.edit {
    font-family: "Arial", sans-serif;
    color: #ccc;
}
#left-panel {
    background:url("/img/mindbubble/bg_logo_bottom_opac.gif") no-repeat scroll left top transparent;
}
hr {
    height:1px;
    width:98%;
    clear: both;
    color: #fff;
    background-color: #fff;
    border: 1px dotted #ff0000;
    border-style: none none dotted;
    border-color: #000;
}
hr.grey {
    border: 1px dotted #D8D8D8;
}
hr.thick {
    height: 3px;
    background-color: #256063;
    width:100%;
    clear: both;
}
.user-action .edit, .user-action .view, .small-right-triangle-tabs, .view {
    margin: 0;
    padding: 0;
}
.view, .edit {
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, Arial, sans-serif;
    color: #789BA1;
}
a.edit {
    color: #789BA1 !important;
}
.small-right-triangle-tabs {
    margin-left: 5px;
}
/* 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: #476869;
    text-align: left;
    font-size: 13px;
    line-height: 26px;
    font-style: italic;
}
div.progress-container > div {
    background-color: #d6edee;
}
#progress {
    background-color: #92d9dd;
    margin-top: -17px;
    height: 21px;
}
.tab-text-box {
    font-family: Georgia, Arial, sans-serif !important;
	float: left;
	line-height: 20px;
}
.action-link {
    margin-top:-2px !important;
}
.edit {
    font-size:13px !important;
}

.elastic-button .white .inner .button-link {
	color: #C5797F;
	font-size: 14.5px;
	font-family: Georgia, Arial, sans-serif;
	font-style: italic;
}

#stat-table > ul.tabs li a {
	color: #476869 !important;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}

#admin #add-a-task.elastic-button .button-link {
	font-size: 12px;
}	
#admin .elastic-button.load-more {
	color: #dd969c;
}
#admin .tabbed_area .elastic-button.load-more .inner {
	width: 245px;
}

/* user list */
.filter-control, .control {
    height: 50px;
}
/*.tabbedbox-item {
    bottom:0;
    color:#999999;
    font-style:italic;
    padding-bottom:7px;
    position:absolute;
    margin-bottom: 0px;
}*/
/*.view-container {
    position: static;
    bottom: 0;
    right: 0;
    margin-bottom:10px;
    float: right;
}*/
/*.edit-link {
    position: static;
    top: 0;
    right: 0;
    padding:0px;
    float: right;
}
.user-links {
    position: absolute;
    bottom: 0;
    right: 0;
}*/
.form .checkbox {
    border-bottom:1px solid #DDDDDD;
    float:left;
    padding:1px;
    width:139px;
}
.form .input.radio {
    clear:both;
}
.form .input.radio label {
    color: #256063;
}
.users_list.page_content .filter-control a {
    color:#256063;
}
.tabbedbox-item {
    color:#999999;
    font-style:italic;
    font-family:Georgia,Arial,sans-serif;
}
.page_heading h1 {
    color:#DF969D;
    font-size:28px;
    font-weight:bold;
    width:900px;
}
.action-link, .invite-link {
    font-size:12px;
    color:#256063;
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    margin-left:15px;
    margin-right:20px;
}
.action-link {
    margin: 0;
}
a.action-link:hover, a.invite-link:hover {
    color:#256063;
    font-weight:normal;
    text-decoration:underline;
}
.back-link {
    color:#256063;
}
.submit, .submit-button {
    background-color:#256063;
}
.task-buttons .expander {
    margin-right:7px;
}
input[type="submit"], input[type="button"], input[type="reset"] {
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
    -moz-border-radius:5px 5px 5px 5px;
    border: none;
	background-color: #256063;
}
.users_list.page_content .filter-control .submit {
    margin-top:8px;
}
a.underline:hover {
    text-decoration: underline !important;
}
a:link, a:visited {
    color: #256063;
}
.users_list.page_heading a.back-link {
    padding:15px 20px 0 0;
}
a.back-link:hover {
    color: #DF969D;
}
.user-action.view {
    color: #999;
}
.page_heading h1 {
	font-weight:500;
}
#left-panel span {
	font-size: 12.5px;
}
.task-buttons a {
	font-size: 12px !important;
	color: #6A9697 !important;
	font-family:Georgia,Arial,sans-serif;
}