

div {
    display: block;
}


/* ==================== */
/* = Element defaults = */
/* ==================== */

html, body {
    margin:0px;
    padding:0px;
    font: normal normal normal 12px/16px Arial, tahoma, sans-serif;
    color:#333333;
}
html {
    background: #dbe6cd url('/images/bg.gif') repeat-y scroll center top;
}
form, fieldset, iframe, legend, blockquote, td, th, table, img {
    margin:0px;
    padding:0px;
    border:none;
}
a,
a:link,
a:visited {
    color:#629a1f;
    text-decoration: underline;
}
a:hover,
a:active {
    color:#006a72;
    text-decoration: underline;
}
object:focus,
a:focus {
    outline:none;
}
ul {
    margin:8px 0px;
    padding:0px 0px 0px 0px;
}
ol {
    margin:8px 0px;
    padding:0px 0px 0px 20px;
}
li {
    padding:0px;
    margin:2px 0px;
}
ul li {
    padding-left:20px;
    margin:3px 0px;
    display:block;
    background: transparent url('../images/icons/leave_list_item.gif') no-repeat scroll 0px 4px;
}
p {
    padding:0px;
    margin:8px 0px;
}
input[type=text],
input[type=password],
textarea,
input.text,
input.password {
    border:1px solid #999;
    padding:3px;
    /* @see https://developer.mozilla.org/en/CSS/box-sizing */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
input.text:focus,
input.password:focus {
    outline:1px solid #E3B23C;
    border-color:#E3B23C;
    background-color:#FDFFF5;
}
textarea {
    
}
/* text selection */
::-moz-selection {
    background: #000;
    color: #B4FFA7;
}
::selection {
    background: #000;
    color: #B4FFA7;
}
table {
    border-collapse:collapse;
}
table tr {
    
}
table tr td {
    
}
table tr th {
    text-align: left;
}
h1 {
    font: normal normal bold 30px/36px 'Caecilia LT Std', 'Caecilia', 'Palatino', 'Palatino Linotype', 'Book Antiqua', sans-serif;
    color:#006a72;
    margin:0px 0px 0px;
}
h2 {
    font: normal normal bold 22px/26px Helvetica, Arial, sans-serif;
    color:#de6300;
    margin:0px 0px 4px;
}
h3.caecilia {
    font: normal normal bold 18px/24px 'Caecilia LT Std', 'Caecilia', 'Palatino', 'Palatino Linotype', 'Book Antiqua', sans-serif;
    color:#006a72;
    margin:0px 0px 5px;
}
h3.caecilia.sIFR-replaced {
    line-height:10px;
    margin:0px;
}
h3 {
    font: normal normal normal 18px/20px 'Palatino', 'Palatino Linotype', 'Book Antiqua', sans-serif;
    color:#7bb33a;
    margin:0px 0px 8px;
}
h4 {
    font: normal normal normal 14px/20px 'Palatino', 'Palatino Linotype', 'Book Antiqua', sans-serif;
    color:#7bb33a;
    margin:0px 0px 8px;
}
h5 {
    font: normal normal bold 12px/16px 'Palatino', 'Palatino Linotype', 'Book Antiqua', sans-serif;
    color:#036c72;
    text-transform: uppercase;
    margin:0px 0px 8px;
}
button {
    cursor:pointer;
}

/* =================== */
/* = generic classes = */
/* =================== */

.clearfix:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
.clearfix {
    min-height:1px;
    height:auto !important;
    height:1px;
}
.right {
    float:right;
}
.left {
    float:left;
}
.error {
    color: #DE402D;
    font-style: italic;
}
div.error {
    margin:0px 0px 8px;
    border:1px solid #D893A1;
    background-color:#FBE6F2;
    padding:8px;
    border-top-left-radius:8px;
    -webkit-border-top-left-radius:8px;
    -khtml-border-top-left-radius:8px;
    -o-border-top-left-radius:8px;
    -moz-border-radius-topleft:8px;

    border-top-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -khtml-border-top-right-radius:8px;
    -o-border-top-right-radius:8px;
    -moz-border-radius-topright:8px;

    border-bottom-left-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -khtml-border-bottom-left-radius:8px;
    -o-border-bottom-left-radius:8px;
    -moz-border-radius-bottomleft:8px;

    border-bottom-right-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -khtml-border-bottom-right-radius:8px;
    -o-border-bottom-right-radius:8px;
    -moz-border-radius-bottomright:8px;
}
div.error.ui-state-error {
    color:#000;
    font-style: normal;
}
.ui-dialog.error_dialog div.error.ui-state-error {
    margin:3px 1px 0px;
    border:3px solid #D8221A;
    background-color:#FBE6F2;
}
.ui-dialog.error_dialog .ui-dialog-buttonpane {
    border-width:0px;
    margin-top:2px;
}
label.error {
    
}
label.error:before {
    content:'* ';
}
div.message {
    margin:0px 0px 8px;
    padding:8px;
    background-color:#FDFFF5;
    border:1px solid #E3B23C;
    border-top-left-radius:8px;
    -webkit-border-top-left-radius:8px;
    -khtml-border-top-left-radius:8px;
    -o-border-top-left-radius:8px;
    -moz-border-radius-topleft:8px;

    border-top-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -khtml-border-top-right-radius:8px;
    -o-border-top-right-radius:8px;
    -moz-border-radius-topright:8px;

    border-bottom-left-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -khtml-border-bottom-left-radius:8px;
    -o-border-bottom-left-radius:8px;
    -moz-border-radius-bottomleft:8px;

    border-bottom-right-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -khtml-border-bottom-right-radius:8px;
    -o-border-bottom-right-radius:8px;
    -moz-border-radius-bottomright:8px;
}
div.message.ui-state-highlight {
    
}
.ui-dialog.message_dialog div.message.ui-state-highlight {
    margin:3px 1px 0px;
    background-color:#FDFFF5;
    border:3px solid #E3B23C;
}
.ui-dialog.message_dialog .ui-dialog-buttonpane {
    border-width:0px;
    margin-top:2px;
}
div.error div.error,
div.message div.message {
    padding:0px;
    margin:2px 0px;
    border:none;
}
table.padded_table {
    border-collapse:collapse;
}
table.padded_table tr {
    vertical-align:top;
}
table.padded_table td,
table.padded_table th {
    padding:2px 4px;
}
.rounded_panel {
    border: 1px solid #E5E5E5;
    margin:10px 0px;
    padding:10px;
    border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -khtml-border-top-left-radius:10px;
    -o-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;

    border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    -khtml-border-top-right-radius:10px;
    -o-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;

    border-bottom-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -khtml-border-bottom-left-radius:10px;
    -o-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;

    border-bottom-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -khtml-border-bottom-right-radius:10px;
    -o-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
}
.hr {
    border-bottom:1px solid #E5E5E5;
    height:0px;
    overflow:hidden;
    padding:0px;
    margin:10px 0px;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}
.blue {
    color:#006a72;
}
.green {
    color:#629a1f;
}
.green a,
.green a:link,
.green a:visited {
    color:#4a888b;
}
.green a:hover,
.green a:active {
    color:#01484C;
}
.light_gray {
    color:#a3a3a3;
}
.palatino {
    font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', sans-serif;
}
.blue_button {
    color:#fff;
    text-shadow: #222 0px 0px 2px;
    border:none;
}
.inline-block {
    display: -moz-inline-box;
    display: inline-table;
    display: inline-block;
}
.va_top,
table.va_top tr,
table.va_top tr td,
table.va_top tr th {
    vertical-align:top;
}
.va_baseline,
table.va_baseline tr,
table.va_baseline tr td,
table.va_baseline tr th {
    vertical-align:baseline;
}
.va_middle,
table.va_middle tr,
table.va_middle tr td,
table.va_middle tr th {
    vertical-align:middle;
}
.description {
    font: 14px/20px Arial, sans-serif;
    color:#a3a3a3;
    margin:0px;
}
ul.orange_list {
    display:block;
}
ul.orange_list li {
    display:block;
    background-image: none;
    padding:0px;
    color:#de6300;
}
ul.orange_list li a,
ul.orange_list li a:link,
ul.orange_list li a:visited {
    color:#de6300;
    text-decoration: none;
}
ul.orange_list li a:hover,
ul.orange_list li a:active {
    text-decoration: underline;
}
.blue_button {
    background:transparent none no-repeat scroll top left;
    padding:0px;
}
.blue_button .button_left {
    background: transparent url('/images/blue_bg.gif') no-repeat scroll 0px 0px;
    padding-left:4px;
}
.blue_button .button_right {
    background: transparent url('/images/blue_bg.gif') no-repeat scroll 100% -20px;
    padding-right:4px;
}
.blue_button .button_center {
    background: transparent url('/images/blue_bg.gif') repeat-x scroll 0px -40px;
    font: normal normal bold 12px/12px Arial, sans-serif;
    padding:3px 4px 5px;
}
.link_icon {
    position:relative;
    top:4px;
}
.committed_status {
    background: url('../images/actions/committed_status.gif') no-repeat scroll center top;
    height: 70px;
    cursor: pointer;
}
.committed_status.not_committed {
    background-position:center bottom;
}
.panel_margin {
    margin:0px 0px 20px;
}
.text_left {
    text-align: left;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.mouse_tracker {
    font-size: 11px;
    font-weight: bold;
    color:#036C72;
    padding:2px 4px;
    background-color:#F2FBE9;
    border: 2px solid #B0E571;
    border-top-left-radius:2px;
    -webkit-border-top-left-radius:2px;
    -khtml-border-top-left-radius:2px;
    -o-border-top-left-radius:2px;
    -moz-border-radius-topleft:2px;

    border-top-right-radius:2px;
    -webkit-border-top-right-radius:2px;
    -khtml-border-top-right-radius:2px;
    -o-border-top-right-radius:2px;
    -moz-border-radius-topright:2px;

    border-bottom-left-radius:2px;
    -webkit-border-bottom-left-radius:2px;
    -khtml-border-bottom-left-radius:2px;
    -o-border-bottom-left-radius:2px;
    -moz-border-radius-bottomleft:2px;

    border-bottom-right-radius:2px;
    -webkit-border-bottom-right-radius:2px;
    -khtml-border-bottom-right-radius:2px;
    -o-border-bottom-right-radius:2px;
    -moz-border-radius-bottomright:2px;
}
.mouse_tracker.loading {
    padding-left:20px;
    background-image: url('../images/icons/mouse_tracker_loading.gif');
    background-position: 2px 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height:16px;
    height:auto !important;
    height:16px;
}

/* ========================= */
/* = Rounded Corner Panels = */
/* ========================= */

/*
   Homepage tabs panel
*/
.homepage_tabs_main_panel {
    
}
.homepage_tabs_main_panel .panel_tl {
    background: transparent url('../images/home/tabs/main_panel_top_bottom.gif') no-repeat scroll 0px -48px;
    padding-left:16px;
}
.homepage_tabs_main_panel .panel_tr {
    background: transparent url('../images/home/tabs/main_panel_top_bottom.gif') no-repeat scroll 100% -64px;
    padding-right:16px;
}
.homepage_tabs_main_panel .panel_tc {
    background: transparent url('../images/home/tabs/main_panel_top_bottom.gif') repeat-x scroll 0px -80px;
    height:16px;
    overflow:hidden;
}
.homepage_tabs_main_panel .panel_ml {
    background: transparent url('../images/home/tabs/main_panel_sides.gif') repeat-y scroll 0px 0px;
    padding-left:5px;
}
.homepage_tabs_main_panel .panel_mr {
    background: transparent url('../images/home/tabs/main_panel_sides.gif') repeat-y scroll 100% 0px;
    padding-right:7px;
}
.homepage_tabs_main_panel .panel_mc {
    padding:0px 9px;
    background: #fff url('../images/home/tabs/main_panel_middle.gif') repeat-x scroll top left;
}
.homepage_tabs_main_panel .panel_bl {
    background: transparent url('../images/home/tabs/main_panel_top_bottom.gif') no-repeat scroll 0px 0px;
    padding-left:16px;
}
.homepage_tabs_main_panel .panel_br {
    background: transparent url('../images/home/tabs/main_panel_top_bottom.gif') no-repeat scroll 100% -16px;
    padding-right:16px;
}
.homepage_tabs_main_panel .panel_bc {
    background: transparent url('../images/home/tabs/main_panel_top_bottom.gif') repeat-x scroll 0px -32px;
    height:16px;
    overflow:hidden;
}

/*
   tabs wrapper
*/
.homepage_tabs_wrapper {
    
}
.homepage_tabs_wrapper .bg_left {
    background: transparent url('../images/home/tabs/tabs_bg.gif') no-repeat scroll 0px 0px;
    padding-left:12px;
}
.homepage_tabs_wrapper .bg_right {
    background: transparent url('../images/home/tabs/tabs_bg.gif') no-repeat scroll 100% -56px;
    padding-right:12px;
}
.homepage_tabs_wrapper .bg_center {
    height:56px;
    background: transparent url('../images/home/tabs/tabs_bg.gif') repeat-x scroll 0px -112px;
    overflow:hidden;
}

/*
   Homepage tabs
*/
a.homepage_tab,
a.homepage_tab:link,
a.homepage_tab:visited {
    float:left;
    margin-right:3px;
}
.homepage_tab,
a.homepage_tab,
a.homepage_tab:link,
a.homepage_tab:visited,
.homepage_tab span {
    display:block;
    cursor:pointer;
    text-decoration: none;
}
a.homepage_tab .tab_left,
a.homepage_tab:link .tab_left,
a.homepage_tab:visited .tab_left,
.homepage_tab .tab_left {
    background: transparent url('../images/home/tabs/tab_bg.gif') no-repeat scroll 0px -159px;
    padding-left:8px;
}
a.homepage_tab .tab_right,
a.homepage_tab:link .tab_right,
a.homepage_tab:visited .tab_right,
.homepage_tab .tab_right {
    background: transparent url('../images/home/tabs/tab_bg.gif') no-repeat scroll 100% -212px;
    padding-right:8px;
}
a.homepage_tab .tab_center,
a.homepage_tab:link .tab_center,
a.homepage_tab:visited .tab_center,
.homepage_tab .tab_center {
    padding:10px 10px 0px 2px;
    height:43px;
    background: transparent url('../images/home/tabs/tab_bg.gif') repeat-x scroll 0px -265px;
    overflow:hidden;
    font: normal normal bold 11px/14px tahoma, Arial, sans-serif;
    color:#7c4506;
}

.homepage_tab.selected,
a.homepage_tab.selected,
a.homepage_tab.selected:link,
a.homepage_tab.selected:visited,
a.homepage_tab:hover,
a.homepage_tab:active {
    
}
a.homepage_tab.selected .tab_left,
a.homepage_tab.selected:link .tab_left,
a.homepage_tab.selected:visited .tab_left,
a.homepage_tab:hover .tab_left,
a.homepage_tab:active .tab_left,
.homepage_tab.selected .tab_left {
    background-position:0px 0px;
}
a.homepage_tab.selected .tab_right,
a.homepage_tab.selected:link .tab_right,
a.homepage_tab.selected:visited .tab_right,
a.homepage_tab:hover .tab_right,
a.homepage_tab:active .tab_right,
.homepage_tab.selected .tab_right {
    background-position:100% -53px;
}
a.homepage_tab.selected .tab_center,
a.homepage_tab.selected:link .tab_center,
a.homepage_tab.selected:visited .tab_center,
a.homepage_tab:hover .tab_center,
a.homepage_tab:active .tab_center,
.homepage_tab.selected .tab_center {
    background-position:0px -106px;
    color:#076e74;
}

#homepage_tabs_content_wrapper {
    position:relative;
}
#homepage_tabs_content_wrapper:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
.homepage_tab_content {
    width:100%;
    font: normal normal bold 14px/20px 'Caecilia LT Std', 'Caecilia', 'Palatino', 'Palatino Linotype', 'Book Antiqua', sans-serif;
    color:#3f5959;
    min-height:10px;
    height:auto !important;
    height:10px;
}
#five_reasons {
    background:transparent url('../images/home/tabs/five_reasons_to_take.gif') no-repeat scroll 3px 13px;
    min-height:10px;
    height:auto !important;
    height:10px;
}
#five_reasons:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}


/*
   white panel is 10px border radius with a blue header
*/
.white_panel .panel_tl {
    background: transparent url('../images/rounded_corners/home_community/tl.gif') no-repeat scroll top left;
    padding-left:15px;
}
.white_panel .panel_tr {
    background: transparent url('../images/rounded_corners/home_community/tr.gif') no-repeat scroll top right;
    padding-right:15px;
}
.white_panel .panel_tc {
    background: #fff url('../images/rounded_corners/home_community/tc.gif') repeat-x scroll top left;
    height:29px;
    overflow:hidden;
    text-align: center;
    padding:15px 0px 0px;
}
.white_panel .panel_mc {
    padding:0px 5px;
    border: 1px solid #e4f1d4;
    border-width:0px 1px;
}
.white_panel .panel_bl {
    background: transparent url('../images/rounded_corners/home_community/bl.gif') no-repeat scroll top left;
    padding-left:9px;
}
.white_panel .panel_br {
    background: transparent url('../images/rounded_corners/home_community/br.gif') no-repeat scroll top right;
    padding-right:9px;
}
.white_panel .panel_bc {
    height:7px;
    overflow:hidden;
    border-bottom:1px solid #e4f1d4;
}

/*
   white box is 10px border radius box
*/
.white_box {
    
}
.white_box .panel_tl {
    background: transparent url('../images/rounded_corners/white_box.gif') no-repeat scroll 0px 0px;
    padding-left:9px;
}
.white_box .panel_tr {
    background: transparent url('../images/rounded_corners/white_box.gif') no-repeat scroll 100% -9px;
    padding-right:9px;
}
.white_box .panel_tc {
    height:8px;
    overflow:hidden;
    border-top:1px solid #d4e3e5;
    background: #fff none;
}
.white_box .panel_ml,
.white_box .panel_mr {
    background-image: none;
    padding:0px;
}
.white_box .panel_mc {
    padding:0px 10px;
    border:1px solid #d4e3e5;
    border-width: 0px 1px;
    background: #fff none;
}
.white_box .panel_bl {
    background: transparent url('../images/rounded_corners/white_box.gif') no-repeat scroll 0px -18px;
    padding-left:9px;
}
.white_box .panel_br {
    background: transparent url('../images/rounded_corners/white_box.gif') no-repeat scroll 100% -27px;
    padding-right:9px;
}
.white_box .panel_bc {
    height:8px;
    overflow:hidden;
    border-bottom:1px solid #d4e3e5;
}

/*
   blue panel has 10px border radius and light blue header with bottom border
*/
.blue_panel {
    
}
.blue_panel .panel_tl {
    background: transparent url('../images/rounded_corners/blue_panel_with_header.gif') no-repeat scroll 0px 0px;
    padding-left:8px;
}
.blue_panel .panel_tr {
    background: transparent url('../images/rounded_corners/blue_panel_with_header.gif') no-repeat scroll 100% -33px;
    padding-right:8px;
}
.blue_panel .panel_tc {
    background: transparent url('../images/rounded_corners/blue_panel_with_header.gif') repeat-x scroll 0px -66px;
    height:25px;
    padding-top:8px;
    overflow:hidden;
    text-align: center;
    font: normal normal bold 14px/18px 'Palatino', 'Palatino Linotype', 'Book Antiqua', sans-serif;
    color:#fff;
}
.blue_panel .panel_mc {
    padding:0px 10px;
    background-color:#0d595f;
}
.blue_panel .panel_bl {
    background: transparent url('../images/rounded_corners/blue_panel_with_header.gif') no-repeat scroll 0px -99px;
    padding-left:8px;
}
.blue_panel .panel_br {
    background: transparent url('../images/rounded_corners/blue_panel_with_header.gif') no-repeat scroll 100% -108px;
    padding-right:8px;
}
.blue_panel .panel_bc {
    background-color:#0d595f;
    height:9px;
    overflow:hidden;
}

/*
   Gray border box is 10px border radius with light gray border and white bg
*/
.gray_box {
    
}
.gray_box h5 {
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding:3px 0px 8px;
    margin:0px 0px 5px;
}
.gray_box .panel_tl {
    background: transparent url('../images/rounded_corners/gray_border_box.gif') no-repeat scroll 0px 0px;
    padding-left:9px;
}
.gray_box .panel_tr {
    background: transparent url('../images/rounded_corners/gray_border_box.gif') no-repeat scroll 100% -9px;
    padding-right:9px;
}
.gray_box .panel_tc {
    background: #fff none;
    height:8px;
    border-top: 1px solid #ededed;
    overflow:hidden;
}
.gray_box .panel_mc {
    padding:0px 10px 0px;
    border: 1px solid #ededed;
    border-width: 0px 1px;
}
.gray_box .panel_bl {
    background: transparent url('../images/rounded_corners/gray_border_box.gif') no-repeat scroll 0px -18px;
    padding-left:9px;
}
.gray_box .panel_br {
    background: transparent url('../images/rounded_corners/gray_border_box.gif') no-repeat scroll 100% -27px;
    padding-right:9px;
}
.gray_box .panel_bc {
    height:8px;
    border-bottom: 1px solid #ededed;
    overflow:hidden;
}

/*
   dark green blue panel with 10px light blue border
*/
.light_blue_border {
    
}
.light_blue_border .panel_tl {
    background: transparent url('../images/rounded_corners/blue_panel_light_blue_border.gif') no-repeat scroll 0px 0px;
    padding-left:13px;
}
.light_blue_border .panel_tr {
    background: transparent url('../images/rounded_corners/blue_panel_light_blue_border.gif') no-repeat scroll 100% -13px;
    padding-right:13px;
}
.light_blue_border .panel_tc {
    background: transparent url('../images/rounded_corners/blue_panel_light_blue_border.gif') repeat-x scroll 0px -52px;
    height:13px;
    overflow:hidden;
}
.light_blue_border .panel_ml {
    background: transparent url('../images/rounded_corners/blue_panel_light_blue_border_sides.gif') repeat-y scroll 0px 0px;
    padding-left:13px;
}
.light_blue_border .panel_mr {
    background: transparent url('../images/rounded_corners/blue_panel_light_blue_border_sides.gif') repeat-y scroll 100% 0px;
    padding-right:13px;
}
.light_blue_border .panel_mc {
    padding:20px 10px;
    background-color:#1b8289;
}
.light_blue_border .panel_bl {
    background: transparent url('../images/rounded_corners/blue_panel_light_blue_border.gif') no-repeat scroll 0px -26px;
    padding-left:13px;
}
.light_blue_border .panel_br {
    background: transparent url('../images/rounded_corners/blue_panel_light_blue_border.gif') no-repeat scroll 100% -39px;
    padding-right:13px;
}
.light_blue_border .panel_bc {
    background: transparent url('../images/rounded_corners/blue_panel_light_blue_border.gif') repeat-x scroll 0px -91px;
    height:13px;
    overflow:hidden;
}

/*
   blue tab that typically appears under one of the above boxes but could be used any where
*/
.bottom_blue_tab a,
.bottom_blue_tab a:link,
.bottom_blue_tab a:visited {
    color:#fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.bottom_blue_tab a:hover,
.bottom_blue_tab a:active {
    text-decoration: underline;
}
.bottom_blue_tab {
    text-align: center;
    margin:0px auto;
    width:50%;
}
.bottom_blue_tab_left {
    background: transparent url('../images/rounded_corners/blue_strip_bl_br.gif') no-repeat scroll 0px 0px;
    padding-left:10px;
}
.bottom_blue_tab_right {
    background: transparent url('../images/rounded_corners/blue_strip_bl_br.gif') no-repeat scroll 100% -23px;
    padding-right:10px;
}
.bottom_blue_tab_center {
    background: transparent url('../images/rounded_corners/blue_strip_bl_br.gif') repeat-x scroll 0px -46px;
    height:23px;
    overflow:hidden;
}

/*
   tooltip
*/
.tooltip {
    
}
.tooltip .panel_tl,
.tooltip .panel_tr,
.tooltip .panel_tc {
    background: transparent url('../images/rounded_corners/tooltip/top.png') no-repeat scroll 0px 0px;
}
.tooltip .panel_tl {
    padding-left:22px;
}
.tooltip .panel_tr {
    background-position: 100% -200px;
    padding-right:22px;
}
.tooltip .panel_tc {
    background-position: 100% -400px;
    background-repeat: repeat-x;
    padding:20px 5px 8px;
    min-height:10px;
    height:auto !important;
    height:10px;
    font-weight: bold;
    font-size: 13px;
}
.tooltip .panel_ml,
.tooltip .panel_mr {
    background: transparent url('../images/rounded_corners/tooltip/middle.png') repeat-y scroll top left;
}
.tooltip .panel_ml {
    padding-left:12px;
}
.tooltip .panel_mr {
    background-position: 100% 0px;
    padding-right:12px;
}
.tooltip .panel_mc {
    padding:10px 15px 5px;
    border-top: 1px solid #a7b991;
    background-color:#fff;
}
.tooltip .panel_bl {
    background: transparent url('../images/rounded_corners/tooltip/bottom_left.png') no-repeat scroll 0px 0px;
    padding-left:138px;
}
.tooltip .panel_br {
    background: transparent url('../images/rounded_corners/tooltip/bottom_right.png') no-repeat scroll 100% 0px;
    padding-right:25px;
}
.tooltip .panel_bc {
    background: transparent url('../images/rounded_corners/tooltip/bottom_center.png') repeat-x scroll 0px 0px;
    height:46px;
    overflow:hidden;
}

/*
   badges panel has fixed width
*/
.badges_panel {
    width:620px;
    max-width:620px;
    overflow:hidden;
}
.badges_panel .panel_tc {
    background: transparent url('../images/rounded_corners/dashboard/badges_top.gif') no-repeat scroll 0px 0px;
    height:11px;
    overflow:hidden;
}
.badges_panel .panel_mc {
    padding:0px 10px 12px;
    min-height:60px;
    height:auto !important;
    height:60px;
    background:#fff url('../images/rounded_corners/dashboard/badges_bottom.gif') no-repeat scroll 0px 100%;
}
.badges_panel .panel_mc h4 {
    color:#c9c9c9;
    font-weight: bold;
}
.badges_panel .panel_mc .small_text,
.badges_panel .panel_mc a.small_text,
.badges_panel .panel_mc a.small_text:link,
.badges_panel .panel_mc a.small_text:visited {
    color:#b5b5b5;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
.badges_panel .panel_mc a.small_text:hover,
.badges_panel .panel_mc a.small_text:active {
    color:#909090;
    text-decoration: underline;
}


/* ============= */
/* = structure = */
/* ============= */

#wrapper {
    width:960px;
    margin:0px auto;
}
#header {
    min-height:10px;
    height:auto !important;
    height:10px;
    padding:3px 0px;
}
#header:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
#logo {
    width:222px;
    float:left;
}
body.logged_in #logo {
    display:inline;
    width:160px;
    float:left;
    margin-left:15px;
}
#logo a,
#logo a:link,
#logo a:visited,
#logo a img,
#logo a:link img,
#logo a:visited img {
    display:block;
}
#logo a:hover,
#logo a:active {
    
}
#right_nav {
    float:right;
    width:655px;
    margin:20px 0px 10px;
}

/*
   main nav
*/
#navigation {
    float:left;
    width:415px;
    padding:20px 0px 0px;
    min-height:10px;
    height:auto !important;
    height:10px;
}
#navigation ul {
    min-height:10px;
    height:auto !important;
    height:10px;
    display:block;
    margin:0px 0px;
    padding:0px;
}
#navigation ul:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
#navigation ul li {
    display:block;
    margin:0px 0px;
    padding:0px;
    float:left;
}
#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited {
    display:block;
    height:48px;
    background: transparent url('/images/pg_nav.gif') no-repeat scroll 0px -48px;
    text-indent: -3000px;
}
#navigation ul li a:hover,
#navigation ul li a:active {
    background-position:0px 0px;
}
#navigation ul li#nav_home a,
#navigation ul li#nav_home a:link,
#navigation ul li#nav_home a:visited {
    background-position:0px -48px;
    width:77px;
}
#navigation ul li#nav_home.selected a,
#navigation ul li#nav_home.selected a:link,
#navigation ul li#nav_home.selected a:visited,
#navigation ul li#nav_home a:hover,
#navigation ul li#nav_home a:active {
    background-position:0px 0px;
}
#navigation ul li#nav_learn_more a,
#navigation ul li#nav_learn_more a:link,
#navigation ul li#nav_learn_more a:visited {
    background-position:-77px -48px;
    width:126px;
}
#navigation ul li#nav_learn_more.selected a,
#navigation ul li#nav_learn_more.selected a:link,
#navigation ul li#nav_learn_more.selected a:visited,
#navigation ul li#nav_learn_more a:hover,
#navigation ul li#nav_learn_more a:active {
    background-position:-77px 0px;
}
#navigation ul li#nav_take_the_quiz a,
#navigation ul li#nav_take_the_quiz a:link,
#navigation ul li#nav_take_the_quiz a:visited {
    background-position:-203px -48px;
    width:146px;
}
#navigation ul li#nav_take_the_quiz.selected a,
#navigation ul li#nav_take_the_quiz.selected a:link,
#navigation ul li#nav_take_the_quiz.selected a:visited,
#navigation ul li#nav_take_the_quiz a:hover,
#navigation ul li#nav_take_the_quiz a:active {
    background-position:-203px 0px;
}
#navigation ul li#nav_blog a,
#navigation ul li#nav_blog a:link,
#navigation ul li#nav_blog a:visited {
    background-position:-349px -48px;
    width:64px;
}
#navigation ul li#nav_blog.selected a,
#navigation ul li#nav_blog.selected a:link,
#navigation ul li#nav_blog.selected a:visited,
#navigation ul li#nav_blog a:hover,
#navigation ul li#nav_blog a:active {
    background-position:-349px 0px;
}

/*
   logged in nav
*/
#nav_logged_in {
    clear:right;
    float:right;
    margin:0px 0px -17px 0px;
    padding:0px 0px 0px 0px;
    position:relative;
    z-index:100;
    right:37px;
    min-height:10px;
    height:auto !important;
    height:10px;
}
#nav_logged_in ul {
    display:block;
    min-height:10px;
    height:auto !important;
    height:10px;
    margin:0px;
    padding:0px;
}
#nav_logged_in ul:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
#nav_logged_in ul li {
    float:left;
    display:block;
    min-height:10px;
    height:auto !important;
    height:10px;
    background-image: none;
    margin:0px 0px;
    padding:0px;
}
#nav_logged_in ul li a,
#nav_logged_in ul li a:link,
#nav_logged_in ul li a:visited {
    display:block;
    text-decoration: none;
    color:#8cb758;
    white-space: nowrap;
}
#nav_logged_in ul li a span,
#nav_logged_in ul li a:link span,
#nav_logged_in ul li a:visited span {
    font: normal normal bold 14px Arial, sans-serif;
    display:block;
    background: transparent none no-repeat scroll -1000px -1000px;
    /*	background-image:url('../images/logged_in/nav_selected.png') !important;*/
    background-image:url('../images/logged_in/nav_selected.gif');
    cursor:pointer;
}
#nav_logged_in ul li.selected a,
#nav_logged_in ul li.selected a:link,
#nav_logged_in ul li.selected a:visited,
#nav_logged_in ul li a:hover,
#nav_logged_in ul li a:active {
    color:#006a72;
    text-decoration: none;
}
#nav_logged_in ul li a .nav_left,
#nav_logged_in ul li a:link .nav_left,
#nav_logged_in ul li a:visited .nav_left {
    padding-left:10px;
}
#nav_logged_in ul li a .nav_right,
#nav_logged_in ul li a:link .nav_right,
#nav_logged_in ul li a:visited .nav_right {
    padding-right:10px;
}
#nav_logged_in ul li a .nav_center,
#nav_logged_in ul li a:link .nav_center,
#nav_logged_in ul li a:visited .nav_center {
    height:37px;
    /*	overflow:hidden;*/
    padding:15px 5px 0px;
}
#nav_logged_in ul li.selected a .nav_left,
#nav_logged_in ul li.selected a:link .nav_left,
#nav_logged_in ul li.selected a:visited .nav_left,
#nav_logged_in ul li a:hover .nav_left,
#nav_logged_in ul li a:active .nav_left {
    background-position: 0px 0px;
}
#nav_logged_in ul li.selected a .nav_right,
#nav_logged_in ul li.selected a:link .nav_right,
#nav_logged_in ul li.selected a:visited .nav_right,
#nav_logged_in ul li a:hover .nav_right,
#nav_logged_in ul li a:active .nav_right {
    background-position: 100% -52px;
}
#nav_logged_in ul li.selected a .nav_center,
#nav_logged_in ul li.selected a:link .nav_center,
#nav_logged_in ul li.selected a:visited .nav_center,
#nav_logged_in ul li a:hover .nav_center,
#nav_logged_in ul li a:active .nav_center {
    background-position: 0px -104px;
    background-repeat: repeat-x;
}
#user_toolbar {
    float:right;
    width:215px;
    font-size: 14px;
}
#user_toolbar p {
    margin-top:10px;
}
#user_toolbar input {
    border: 1px solid #dcdcdc;
    width:80px;
    font-size: 10px;
    border-top-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    -khtml-border-top-left-radius:3px;
    -o-border-top-left-radius:3px;
    -moz-border-radius-topleft:3px;

    border-top-right-radius:3px;
    -webkit-border-top-right-radius:3px;
    -khtml-border-top-right-radius:3px;
    -o-border-top-right-radius:3px;
    -moz-border-radius-topright:3px;

    border-bottom-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -khtml-border-bottom-left-radius:3px;
    -o-border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px;

    border-bottom-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -khtml-border-bottom-right-radius:3px;
    -o-border-bottom-right-radius:3px;
    -moz-border-radius-bottomright:3px;
}
#user_toolbar input:focus {
    outline:none;
    border-color:#E3B23C;
}
#user_toolbar input.input_default {
    color:#8a8a8a;
}
#main_content {
    min-height:10px;
    height:auto !important;
    height:10px;
    color:#374824;
    line-height:18px;
    font-family: tahoma, sans-serif;
}
#main_content:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
#main_content_top {
    background: transparent url('/images/main_content_top.jpg') no-repeat scroll center top;
    height:46px;
    overflow:hidden;
}
#main_content_middle {
    background: transparent url('/images/main_content_middle.gif') repeat-y scroll center top;
    padding:0px 35px;
    min-height:10px;
    height:auto !important;
    height:10px;
}
#main_content_middle:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
body.dashboard #main_content_middle {
    padding:0px 28px;
}
#main_content_bottom {
    background: transparent url('/images/main_content_bottom.jpg') no-repeat scroll center bottom;
    height:46px;
}
.user_quote {
    padding:0px;
    min-height:10px;
    height:auto !important;
    height:10px;
    margin:10px 0px 28px;
}
.user_quote:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
.user_quote_content {
    margin-left:80px;
}
.user_quote_content p {
    font: italic 16px/20px georgia, sans-serif;
    color:#848383;
}
.user_quote_content p.username {
    font: normal normal bold 11px/13px Arial, sans-serif;
    color:#2c2c2c;
}
.user_avatar {
    width:69px;
    height:69px;
    overflow:hidden;
    float:left;
    background: transparent url('../images/avatars/bg.gif') no-repeat center center;
}
.user_avatar div {
    display:block;
    margin:7px 0px 0px 7px;
    width:55px;
    height:55px;
    overflow:hidden;
    float:left;
    background: transparent none no-repeat center center;
    text-indent: -3000px;
}
.left_content {
    width:570px;
    float:left;
}
.right_content {
    width:250px;
    float:right;
}
.sidebar_left .left_content {
    width:260px;
    float:left;
}
.sidebar_left .right_content {
    width:580px;
    float:right;
}
body.home .left_content {
    width:620px;
    float:left;
}
body.home .right_content {
    width:250px;
    float:right;
}
body.home #main_content .left_content h5,
body.home #main_content .left_content h3 {
    margin:0px;
}
table.point_totals {
    width:100%;
}
table.point_totals td {
    border-bottom:1px solid #ededed;
    padding:4px 8px;
    width:100%;
}
table.point_totals td.points_icon {
    text-align: center;
    width:auto;
}
table.point_totals td.points_value {
    text-align: right;
    width:auto;
}
table.point_totals td.points_value,
table.point_totals td.points_discipline {
    vertical-align: bottom;
    padding:8px 8px 0px;
}
table.point_totals tr.points_water td.points_discipline {
    color:#447a89;
}
table.point_totals tr.points_energy td.points_discipline {
    color:#c95d27;
}
table.point_totals tr.points_health td.points_discipline {
    color:#787935;
}
table.point_totals tr.points_stuff td.points_discipline {
    color:#f69e2c;
}
table.point_totals tr.points_stuff td {
    border:none;
}
#footer {
    padding:25px 45px;
    color:#505050;
    font-size: 11px;
}
#footer a,
#footer a:link,
#footer a:visited {
    color:#505050;
    text-decoration: none;
}
#footer a:hover,
#footer a:active {
    color:#629A1F;
    text-decoration: underline;
}
a#raka,
a#raka:link,
a#raka:visited {
    color:#629A1F;
    text-decoration: underline;
}
a#raka:hover,
a#raka:active {
    color:#95002E;
}

/*
   Logged in specific styles
*/
body.logged_in #user_toolbar {
    float:right;
    margin:8px 0px 12px;
}
body.logged_in #user_toolbar,
body.logged_in #user_toolbar a,
body.logged_in #user_toolbar a:link,
body.logged_in #user_toolbar a:visited {
    font: normal normal bold 11px/16px tahoma, Arial, sans-serif;
    color:#11828b;
}
body.logged_in #user_toolbar a:hover,
body.logged_in #user_toolbar a:active {
    
}
body.logged_in #header {
    /*	padding:0px;*/
}
body.logged_in #right_nav {
    width:750px;
    margin:0px;
}
body.logged_in #main_content {
    position:relative;
    z-index:2;
}
/*
   Tabbed subnav
*/
.subnav_tabs {
    margin:0px 0px 20px;
}
.subnav_tabs .subnav_l {
    background: transparent url('/assets/images/rounded_corners/subnav/blue_corners.gif') no-repeat scroll top left;
    padding-left:8px;
}
.subnav_tabs .subnav_r {
    background: transparent url('/assets/images/rounded_corners/subnav/blue_corners.gif') no-repeat scroll bottom right;
    padding-right:8px;
}
.subnav_tabs .subnav_c {
    height:29px;
    border: 1px solid #e6e6e6;
    border-width: 1px 0px;
    background-color:#e8f2f3;
    padding-top:3px;
}
.subnav_tabs .subnav_c ul,
.subnav_tabs .subnav_c ul li {
    display:block;
    list-style-type: none;
    background-image:none;
    margin:0px;
    padding:0px;
}
.subnav_tabs .subnav_c ul li {
    float:left;
    position:relative;
    top:1px;
    margin:0px 1px 0px 0px;
}
.subnav_tabs .subnav_c ul li.selected {
    
}
.subnav_tabs .subnav_c ul li a,
.subnav_tabs .subnav_c ul li a:link,
.subnav_tabs .subnav_c ul li a:visited,
.subnav_tabs .subnav_c ul li span {
    display:block;
    cursor:pointer;
}
.subnav_tabs .subnav_c ul li a,
.subnav_tabs .subnav_c ul li a:link,
.subnav_tabs .subnav_c ul li a:visited {
    font: normal normal bold 13px/13px Arial, sans-serif;
    color:#5a5a5a;
    text-decoration: none;
}
.subnav_tabs .subnav_c ul li a:hover,
.subnav_tabs .subnav_c ul li a:active {
    color:#de6300;
}
.subnav_tabs .subnav_c ul li.selected a,
.subnav_tabs .subnav_c ul li.selected a:link,
.subnav_tabs .subnav_c ul li.selected a:visited {
    color:#006a72;
}
.subnav_tabs .subnav_c ul li a span.tab_left,
.subnav_tabs .subnav_c ul li a:link span.tab_left,
.subnav_tabs .subnav_c ul li a:visited span.tab_left {
    padding-left:7px;
}
.subnav_tabs .subnav_c ul li a span.tab_right,
.subnav_tabs .subnav_c ul li a:link span.tab_right,
.subnav_tabs .subnav_c ul li a:visited span.tab_right {
    padding-right:7px;
}
.subnav_tabs .subnav_c ul li a span.tab_center,
.subnav_tabs .subnav_c ul li a:link span.tab_center,
.subnav_tabs .subnav_c ul li a:visited span.tab_center {
    height:21px;
    padding:8px 8px 0px;
}
.subnav_tabs .subnav_c ul li a:hover span.tab_left,
.subnav_tabs .subnav_c ul li a:active span.tab_left,
.subnav_tabs .subnav_c ul li.selected a span.tab_left,
.subnav_tabs .subnav_c ul li.selected a:link span.tab_left,
.subnav_tabs .subnav_c ul li.selected a:visited span.tab_left {
    background: transparent url('/assets/images/rounded_corners/subnav/tabs.gif') no-repeat scroll top left;
}
.subnav_tabs .subnav_c ul li a:hover span.tab_right,
.subnav_tabs .subnav_c ul li a:active span.tab_right,
.subnav_tabs .subnav_c ul li.selected a span.tab_right,
.subnav_tabs .subnav_c ul li.selected a:link span.tab_right,
.subnav_tabs .subnav_c ul li.selected a:visited span.tab_right {
    background: transparent url('/assets/images/rounded_corners/subnav/tabs.gif') no-repeat scroll bottom right;
}
.subnav_tabs .subnav_c ul li a:hover span.tab_center,
.subnav_tabs .subnav_c ul li a:active span.tab_center,
.subnav_tabs .subnav_c ul li.selected a span.tab_center,
.subnav_tabs .subnav_c ul li.selected a:link span.tab_center,
.subnav_tabs .subnav_c ul li.selected a:visited span.tab_center {
    border-top:1px solid #e6e6e6;
    background-color:#fff;
    padding-top:7px;
}



/* =========== */
/* = Actions = */
/* =========== */

.action_detail_content {
    margin:0px 0px 25px 0px;
    padding:0px 0px 0px;
}
.action_detail_content p,
.action_detail_content ul,
.action_detail_content ol {
    margin:0px 0px 8px;
}
.war_story_header {
    background-color:#f6fafa;
    padding:5px;
    margin:0px 0px 10px;
    min-height:10px;
    height:auto !important;
    height:10px;
}
.war_story_header:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
.user_avatar_small {
    float:left;
    width:40px;
}
.user_nickname {
    margin-left:45px;
}
.user_nickname {
    font-size: 14px;
    font-weight: bold;
    margin-top:6px;
}
.war_story_post_date {
    float:right;
    font-size: 12px;
    margin-top:12px;
}
.war_story_content_wrapper {
    margin-left:50px;
}
.war_story_content {
    margin:0px 0px 10px;
}
.ratings_table {
    width:100%;
}
.ratings_table td {
    border-bottom:1px solid #EDEDED;
}
.ratings_table .rating_overall td {
    border:none;
} 
.ratings_table td.rating_label {
    font: 14px/18px Arial, sans-serif;
    color:#525252;
    font-weight: bold;
    text-align: right;
    padding:0px 15px 0px 10px;
}
.ratings_table td.rating_value {
    width:100%;
    padding:3px 0px;
}
.rating_leaf {
    background: transparent url('../images/icons/rating_leaf.gif') no-repeat scroll left bottom;
    width: 27px;
    height: 22px;
    float:left;
    margin:0px 4px 0px 0px;
}
.rating_leaf.true {
    background-position: top left;
}
.pagination {
    display:inline;
    float:right;
    margin:20px 20px 0px 0px;
    
}
.pagination,
.pagination a,
.pagination a:link,
.pagination a:visited {
    color:#116369;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.pagination a:hover,
.pagination a:active {
    color:#19949E;
    text-decoration: underline;
}
.pagination strong {
    color:#1EB7C3;
}
.pagination .light_gray {
    font-weight: normal;
}

/*
   actions table, and brief list table
*/
table.action_list {
    width:100%;
    margin:10px 0px 0px;
}
table.brief_list td,
table.brief_list th,
table.action_list td,
table.action_list th {
    padding:6px 10px 4px;
}
table.brief_list td,
table.action_list td {
    border: 1px solid #ededed;
}
table.brief_list td {
    border-width: 1px 0px;
}
table.brief_list td.first {
    border-left-width: 1px
}
table.brief_list td.last {
    border-right-width: 1px
}
table.brief_list tr.even td,
table.action_list tr.even td {
    background-color: #f0f6f7;
}
table.action_list tr.even td {
    border-right: 1px solid #dfe5e6;
    border-left: 1px solid #dfe5e6;
}
table.brief_list th,
table.action_list th {
    color:#fff;
    background-color: #005359;
}
table.brief_list th {
    font: normal normal bold 14px/16px 'Palatino', 'Palatino Linotype', 'Book Antiqua', Arial, sans-serif;
    text-transform: uppercase;
}
table.action_list th {
    border: 1px solid #004147;
    border-width: 0px 1px;
}
table.brief_list th.first,
table.action_list th.first {
    border-width: 0px 1px 0px 0px;
    background: #005359 url('../images/rounded_corners/table_head/left.gif') no-repeat scroll top left;
}
table.brief_list th.last,
table.action_list th.last {
    border-width: 0px 0px 0px 1px;
    background: #005359 url('../images/rounded_corners/table_head/right.gif') no-repeat scroll top right;
}
table.brief_list tr:hover td,
table.action_list tr:hover td {
    background-color: #FFFDE8;
}

.icon_cell,
table.brief_list td.icon_cell,
table.action_list td.icon_cell {
    padding:3px 6px 0px;
}
table.action_list td.action_discipline {
    color:#696969;
    font-weight: bold;
    font-size: 11px;
}
table.brief_list td a,
table.brief_list td a:link,
table.brief_list td a:visited,
table.action_list a,
table.action_list a:link,
table.action_list a:visited {
    color:#333333;
    text-decoration: none;
}
table.brief_list td a:hover,
table.brief_list td a:active,
table.action_list a:hover,
table.action_list a:active {
    color:#629A1F;
    text-decoration: underline;
}
table.brief_list th a,
table.brief_list th a:link,
table.brief_list th a:visited {
    font: 10px Arial, sans-serif;
    color:#9fcf67;
    text-transform: none;
}
table.brief_list th a:hover,
table.brief_list th a:active {
    color:#C4FF7D;
}
table.brief_list {
    width:100%;
}
table.brief_list tr {
    vertical-align: top;
}
table.brief_list th {
    background-color: #005359;
}


/*
   Action search form
*/
.action_search_form {
    font: normal normal bold 18px/24px 'Palatino', 'Palatino Linotype', 'Book Antiqua', Arial, sans-serif;
    color:#fff;
    text-align: center;
}
.action_search_form fieldset {
    display:inline;
}
.action_search_form input {
    line-height:16px;
    font-size: 14px;
    padding:3px;
    -moz-box-shadow:inset 1px 1px 3px #C4C4C4;
    -webkit-box-shadow:inset 1px 1px 3px #C4C4C4;
    box-shadow:inset 1px 1px 3px #C4C4C4;
    border-width:1px;
    border-style: solid;
    border-color: #156b71 #358f95 #4c9ca1 #177379;
    border-top-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    -khtml-border-top-left-radius:3px;
    -o-border-top-left-radius:3px;
    -moz-border-radius-topleft:3px;

    border-top-right-radius:3px;
    -webkit-border-top-right-radius:3px;
    -khtml-border-top-right-radius:3px;
    -o-border-top-right-radius:3px;
    -moz-border-radius-topright:3px;

    border-bottom-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -khtml-border-bottom-left-radius:3px;
    -o-border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px;

    border-bottom-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -khtml-border-bottom-right-radius:3px;
    -o-border-bottom-right-radius:3px;
    -moz-border-radius-bottomright:3px;
}
.action_search_form input:focus {
    outline:none;
}
.action_search_form button {
    font-size: 14px;
    line-height:18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Arial, sans-serif;
    padding:3px 20px 2px;
    background: #d08c38 url('../images/buttons/search_dropdow_bg.gif') repeat-x scroll top left;
    border-width:1px;
    border-style: solid;
    border-color: #135c61 #135c61 #135c61 #15676d;
    border-top-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    -khtml-border-top-left-radius:3px;
    -o-border-top-left-radius:3px;
    -moz-border-radius-topleft:3px;

    border-top-right-radius:3px;
    -webkit-border-top-right-radius:3px;
    -khtml-border-top-right-radius:3px;
    -o-border-top-right-radius:3px;
    -moz-border-radius-topright:3px;

    border-bottom-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -khtml-border-bottom-left-radius:3px;
    -o-border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px;

    border-bottom-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -khtml-border-bottom-right-radius:3px;
    -o-border-bottom-right-radius:3px;
    -moz-border-radius-bottomright:3px;
}


/* ======== */
/* = Quiz = */
/* ======== */

#question_slider {
    height:20px;
    position:relative;
    width:75%;
    margin:0 auto;
}
#question_notches {
    width:100%;
    height:11px;
    position:absolute;
}
#slider {
    width:100%;
    margin:0 auto;
    background:transparent none;
    border:none;
    height:11px;
    position:absolute;
    padding:1px;
}
#slider .ui-slider-range-min {
    background:transparent none;
}
#question_range {
    position:absolute;
    height:11px;
    left:0px;
    padding:0px;
    z-index:10;
    
    border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -khtml-border-top-left-radius:10px;
    -o-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
    
    border-bottom-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -khtml-border-bottom-left-radius:10px;
    -o-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
}
#question_range.full_width {
    border-top-right-radius:10px;
    -webkit-border-top-right-radius:10px;
    -khtml-border-top-right-radius:10px;
    -o-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    
    border-bottom-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -khtml-border-bottom-right-radius:10px;
    -o-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
}
#slider .ui-slider-handle {
    top:-3px;
    margin-left:-8px;
    z-index:15;
}
.question_notch {
    height:11px;
    border-right:1px solid #63BC23;
    position:absolute;
    z-index:12;
}
#question_holder {
    text-align: center;
    margin-top: 20px;
}
#question_holder form {
    width: 75%;
    text-align: left;
    margin: 0 auto;
}


/* ============= */
/* = Dashboard = */
/* ============= */

body.dashboard .right_content,
body.sidebar_left.dashboard .right_content {
    width:620px;
}
body.dashboard .left_content,
body.sidebar_left.dashboard .left_content {
    
}
.discipline_scores {
    min-height:10px;
    height:auto !important;
    height:10px;
}
.discipline_scores:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
.discipline_score {
    float:left;
    background: transparent url('../images/rounded_corners/dashboard/discipline_bg.gif') no-repeat scroll top left;
    width: 149px;
    height: 32px;
    overflow:hidden;
    margin-right:8px;
}
.discipline_score.stuff {
    margin-right:0px;
}
.discipline_score .discipline,
.discipline_score .score {
    float:left;
}
.discipline_score .discipline {
    overflow:hidden;
    width:70px;
    height: 24px;
    padding:8px 0px 0px 30px;
    background: transparent none no-repeat scroll 4px 50%;
}
.discipline_score .score {
    overflow:hidden;
    text-align: center;
    font: bold 16px tahoma, arial, sans-serif;
    width:48px;
    height: 26px;
    padding:6px 0px 0px 0px;
}
.discipline_score.water .discipline {
    background-image: url('../images/icons/water.gif');
}
.discipline_score.energy .discipline {
    background-image: url('../images/icons/energy.gif');
}
.discipline_score.health .discipline {
    background-image: url('../images/icons/health.gif');
}
.discipline_score.stuff .discipline {
    background-image: url('../images/icons/stuff.gif');
}
.most_popular_action {
    min-height:10px;
    height:auto !important;
    height:10px;
    padding:0px 0px 5px;
    line-height:14px;
}
.most_popular_action:after {
    content:'.';
    visibility:hidden;
    display:block;
    clear:both;
    height:0px;
}
.most_popular_action div {
    float: right;
    width:198px;
    padding:2px 0px 0px;
}
.most_popular_action div a,
.most_popular_action div a:link,
.most_popular_action div a:visited {
    color:#006a72;
    text-decoration: none;
}
.most_popular_action div a:hover,
.most_popular_action div a:active {
    color:#629A1F;
    text-decoration: underline;
}
.most_popular_action div.num {
    float:left;
    background: url('../images/dashboard/most_popular_disc.gif') no-repeat scroll top left;
    width: 30px;
    height: 25px;
    padding:5px 0px 0px;
    text-align: center;
    font-size: 20px;
    line-height:20px;
    color:#d0d0d0;
}


/* Blog Specific Updates */
a.posttitle {
    color: #DE6300;
    text-decoration: none;
}

/*** Wordpress ***/

img.alignleft {
    border: 2px solid #000;
}

img.aligncenter {
    border: 2px solid #000;
    display: block;	
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    border: 2px solid #000;
}

img.alignnone {
    border: 2px solid #000;
}



.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.wp-caption {
    background: #fafafa;
    border: solid 1px #eeeeee;
    text-align: center;
    padding-top: 4px;
}

.wp-caption img {
    float: none;
    margin: 0;
    padding: 0;
    border: 0 none;
    clear: both;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0px;
    margin: 0px;
}

.right_content .sidebarbox
{
    line-height: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
}

.right_content .sidebarbox h3
{
    font-size: 18px;
    color: #e65a05;
    margin-bottom: 10px;
    padding-left: 20px;
}

.right_content .sidebarbox a
{
    text-decoration: none;
}

.right_content .sidebarbox ul
{
    list-style-type: none;
}

.right_content .sidebarbox .pages ul
{
    text-indent: -3em;
}

.blogsearch {
    padding-top: 25px;
}

div.post {
    clear:both;
    margin-bottom: 30px;
}

blockquote{
	margin-left: 20px;
	font-style: italic;
}

