﻿body {
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: Helevetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    background-color: #ffffff;
    background-image: url('/Images/body.png');
    background-repeat: repeat-x;
}

a, a:link, a:visited {
    color: #000000;
}

    a:hover {
        color: #990000;
        text-decoration: none;
    }

div.button p {
    margin: 0;
    padding: 0 0 10px 0;
}

img {
    border: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    color: #000;
}

h1 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 5px 0;
    color: #fff;
}

h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
    text-shadow: 2px 3px 1px #555;
}

h3 {
    font-size: 21px;
    margin: 0 0 20px 0;
    padding: 0;
    padding: 0;
    color: #fff;
    text-shadow: 1px 1px 1px #555;
}

h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0;
}

h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
}

h6 {
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0;
}

.cleaner {
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
}

.cleaner_h10 {
    clear: both;
    width: 100%;
    height: 10px;
}

.cleaner_h20 {
    clear: both;
    width: 100%;
    height: 20px;
}

.cleaner_h30 {
    clear: both;
    width: 100%;
    height: 30px;
}

.cleaner_h40 {
    clear: both;
    width: 100%;
    height: 40px;
}

.cleaner_h50 {
    clear: both;
    width: 100%;
    height: 50px;
}

.cleaner_h60 {
    clear: both;
    width: 100%;
    height: 60px;
}

.margin_r25 {
    margin-right: 18px;
}

.vertical_divider {
    background: url('/Images/vertical_divider.png') right repeat-y;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.image_wrapper {
    display: inline-block;
    padding: 8px;
    border: 1px solid #888888;
    background: #bcbbbc;
    margin-bottom: 10px;
}

.fl_img {
    float: left;
    margin: 3px 20px 13px 0;
}

.fr_img {
    float: right;
    margin: 3px 0 15px 15px;
}

blockquote {
    font-style: italic;
    margin-left: 10px;
}

cite {
    font-weight: bold;
}

cite span {
    color: #fff;
}

.list {
    margin: 20px;
    padding: 0;
    list-style: none;
}

.list li {
    background: transparent url('/Images/list.png') no-repeat scroll 0 3px;
    color: #000000;
    margin: 0 0 15px;
    padding: 0 0 0 16px;
    line-height: 1em;
}

.button a {
    clear: both;
    display: block;
    width: 104px;
    height: 26px;
    padding: 4px 0 0 0;
    background: url('/Images/button.png') no-repeat;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 3px 1px #000;
}

.button a:hover {
    color: #000;
    text-shadow: 1px 1px 2px #555;
    background: url('/Images/button_hover.png') no-repeat;
}

.button input {
    clear: both;
    display: block;
    width: 104px;
    height: 26px;
    padding: 4px 0 0 0;
    background: url('/Images/button.png') no-repeat;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 3px 1px #000;
    border: none;
    height: 30px;
    cursor: pointer;
}

    .button input:hover {
        color: #000;
        text-shadow: 1px 1px 2px #555;
        background: url('/Images/button_hover.png') no-repeat;
    }

#wrapper {
    width: 970px;
    margin: 0 auto;
    padding: 10px 0;
}

#top {
    padding: 5px 40px;
}

#social {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#social li {
    margin: 0;
    padding: 0;
    display: inline;
}

#social li a {
    float: left;
    display: block;
    width: 59px;
    height: 59px;
    margin-left: 10px;
}

#header {
    width: 950px;
    height: 130px;
    padding: 0 10px;
    background: url('/Images/header.png') no-repeat;
}

#header #site_title {
    float: left;
    width: 550px;
    text-align: left;
    padding: 60px 0 0 20px;
}

#header #site_title a {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

#header #site_title a span {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff;
    text-shadow: 2px 3px 1px #555555;
    font-weight: bold;
    letter-spacing: 4px;
    padding-left: 3px;
}

#banner {
    width: 970px;
    height: 300px;
    background: url('/Images/banner.png') no-repeat;
}

#menu {
    float: left;
    width: 280px;
    margin-bottom: 50px;
}

#menu ul {
    margin: 0 0 0 2px;
    padding: 20px 0 0 0;
    list-style: none;
}

#menu ul li {
    padding: 0;
    margin: 0 0 10px 0;
}

#menu ul li a {
    display: block;
    padding: 15px 0 5px 30px;
    font-size: 22px;
    text-decoration: none;
    color: #CCC;
    font-weight: bold;
    outline: none;
    background: url('/Images/menu_divider.png') left bottom no-repeat;
    text-shadow: 2px 3px 1px #555555;
}

#menu li a:hover {
    padding-left: 40px;
}

#menu li .current {
    padding-left: 40px;
    color: #ffffff;
}

#banner_right {
    float: right;
    width: 646px;
    margin-right: 30px;
    padding-top: 110px;
    line-height: 37px;
    text-align: right;
}

#banner_right h1 {
    text-shadow: 2px 3px 1px #555;
    font-size: 30px;
}

#banner_right h1 span {
    display: block;
    color: #000;
    font-size: 28px;
    text-shadow: 2px 3px 1px #555;
}

#main_wrapper {
    width: 970px;
    background: url('/Images/content.png') repeat-y;
}

#main_bottom {
    width: 970px;
    height: 20px;
    background: url('/Images/content_bottom.png') no-repeat;
}

#content_wrapper {
    width: 890px;
    padding: 60px 40px 20px;
    background: url('/Images/content_top.png') top no-repeat;
}

.two_column {
    width: 260px;
}

.three_column {
    float: left;
    width: 190px;
    padding-right: 17px;
}

.three_column img {
    float: left;
    width: 40px;
}

.three_column p {
    float: right;
    width: 143px;
    font-size: 12px;
}

#content {
    float: right;
    width: 580px;
}

#sidebar {
    float: left;
    width: 245px;
}

.sidebar_box {
    margin-bottom: 40px;
}

.services_box {
    margin-bottom: 20px;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #7e7e7e;
}

.services_box img {
    float: left;
    width: 90px;
    height: 60px;
    border: none;
}

.services_box p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post_box {
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post_box h2 {
    margin-bottom: 5px;
}

.post_box .post_info {
    font-style: italic;
    margin-bottom: 20px;
}

.post_box .comment_tab {
    padding: 10px 0;
    margin: 40px 0 20px 0;
    border-bottom: 1px dashed #666;
    font-size: 20px;
    font-weight: bold;
}

#gallery {
    width: 580px;
}

.gallery_box {
    display: block;
    margin: 0;
    padding: 20px;
    background: #9b9b9b;
    border: 1px solid #6c6c6c;
    margin: 0 0 30px 0;
}

div#content_gallery div.gallery_box {
    padding: 20px 20px 10px 20px;
    margin: 0;
    display: block;
    background: #9b9b9b;
    border: 1px solid #6c6c6c;
    overflow: auto;
}

div#content_gallery div.gallery_box div.gb_right {
    width: 600px;
}

.gallery_box .gb_left {
    float: left;
    width: 270px;
    height: 130px;
    margin-right: 20px;
    margin-bottom: 10px;
}

div#content_gallery div.gallery_box .gb_left {
    float: left;
    width: 200px;
    height: 130px;
    margin-right: 15px;
    margin-bottom: 10px;
}

div#content_gallery div.gallery_box .gb_left img {
    width: 200px;
    height: 130px;
    border: none;
}

.gallery_box .gb_right {
    float: right;
    width: 240px;
}

div.gallery_box p {
    text-align: justify;
}

#contact_form {
    float: left;
    padding: 0;
}

#contact_form form {
    margin: 0;
    padding: 0;
}

#contact_form form .input_field {
    width: 350px;
    padding: 5px 0;
    background: #cecece;
    border: 1px solid #888888;
}

#contact_form form label {
    display: block;
    width: 100px;
    margin-right: 10px;
    font-size: 14px;
}

#contact_form form textarea {
    width: 350px;
    height: 200px;
    background: #cecece;
    border: 1px solid #888888;
    max-width: 600px;
    min-width: 350px;
    max-height: 200px;
    min-height: 200px;
}

#contact_form form .submit_btn {
    margin-left: 108px;
    padding: 5px 10px;
    background: #cecece;
    border: 1px solid #888888;
}

#footer {
    width: 970px;
    margin: 0 0;
    padding: 15px 0;
    text-align: center;
}

#footer span {
    font-weight: bold;
}

#postFormContainer {
    color: #fff;
    background: #2d2d2d;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(60,60,60)), color-stop(0.74, rgb(43,43,43)), color-stop(1, rgb(60,60,60)) );
    background: -moz-linear-gradient( center bottom, rgb(60,60,60) 0, rgb(43,43,43) 74%, rgb(60,60,60) 100% );
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 430px;
    margin: 0 auto;
}

#postFormContainer form#postForm a {
    color: #8c910b;
}

#postFormContainer form#postForm fieldset {
    padding: 20px;
    border: none;
}

#postFormContainer form#postForm input.text {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px #444;
    font-size: 14px;
    width: 90%;
    padding: 7px 8px 7px 30px;
    -moz-box-shadow: 0 1px 0 #777;
    -webkit-box-shadow: 0 1px 0 #777;
    background: #ddd url('/Images/inputSprite.png') no-repeat 4px 5px;
    background: url('/Images/inputSprite.png') no-repeat 7px 4px, -moz-linear-gradient( center bottom, rgb(225,225,225) 0, rgb(215,215,215) 54%, rgb(173,173,173) 100% );
    background: url('/Images/inputSprite.png') no-repeat 4px 5px, -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(225,225,225)), color-stop(0.54, rgb(215,215,215)), color-stop(1, rgb(173,173,173)) );
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    font-family: MS Shell Dlg;
}

div.edit-address #postFormContainer form#postForm textarea#Address {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px #444;
    font-size: 14px;
    width: 367px;
    max-width: 367px;
    min-width: 367px;
    height: 100px;
    min-height: 100px;
    max-height: 200px;
    padding: 7px 8px 7px 8px;
    -moz-box-shadow: 0 1px 0 #777;
    -webkit-box-shadow: 0 1px 0 #777;
    background: #ddd url('') no-repeat 4px 5px;
    background: url('') no-repeat 4px 5px, -moz-linear-gradient( center bottom, rgb(225,225,225) 0, rgb(215,215,215) 54%, rgb(173,173,173) 100% );
    background: url('') no-repeat 4px 5px, -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(225,225,225)), color-stop(0.54, rgb(215,215,215)), color-stop(1, rgb(173,173,173)) );
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    font-family: MS Shell Dlg;
}

div.edit-address #postFormContainer form#postForm select.text {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px #444;
    font-size: 14px;
    width: 384px;
    padding: 7px 8px 7px 8px;
    -moz-box-shadow: 0 1px 0 #777;
    -webkit-box-shadow: 0 1px 0 #777;
    padding: 7px 8px 7px 30px;
    text-shadow: 0 1px 0 #FFFFFF;
    background: #ddd url('/Images/inputSprite.png') no-repeat 4px -20px;
    background: url('/Images/inputSprite.png') no-repeat 4px -20px, -moz-linear-gradient( center bottom, rgb(225,225,225) 0, rgb(215,215,215) 54%, rgb(173,173,173) 100% );
    background: url('/Images/inputSprite.png') no-repeat 4px -20px, -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(225,225,225)), color-stop(0.54, rgb(215,215,215)), color-stop(1, rgb(173,173,173)) );
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    font-family: MS Shell Dlg;
}

#postFormContainer form#postForm textarea#ContactForm_Message {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px #444;
    font-size: 14px;
    width: 367px;
    max-width: 367px;
    min-width: 367px;
    height: 100px;
    min-height: 100px;
    max-height: 200px;
    padding: 7px 8px 7px 8px;
    -moz-box-shadow: 0 1px 0 #777;
    -webkit-box-shadow: 0 1px 0 #777;
    background: #ddd url('') no-repeat 4px 5px;
    background: url('') no-repeat 4px 5px, -moz-linear-gradient( center bottom, rgb(225,225,225) 0, rgb(215,215,215) 54%, rgb(173,173,173) 100% );
    background: url('') no-repeat 4px 5px, -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(225,225,225)), color-stop(0.54, rgb(215,215,215)), color-stop(1, rgb(173,173,173)) );
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    font-family: MS Shell Dlg;
}

#postFormContainer form#postForm input#Email {
    background-position: 4px 5px, 0 0;
}

#postFormContainer form#postForm input#Password {
    background-position: 4px -20px, 0 0;
}

#postFormContainer form#postForm input#ContactForm_UserName, #postFormContainer form#postForm input#ContactForm_FirstName, #postFormContainer form#postForm input#ContactForm_LastName {
    background-position: 4px -46px, 0 0;
}

html body div#wrapper div#main_wrapper div#content_wrapper div div#postFormContainer form#postForm fieldset p input#UserName.text {
    background-position: 4px -47px, 0 0;
}

#postFormContainer form#postForm input#ContactForm_Phone {
    background-position: 4px -76px, 0 0;
}

#postFormContainer form#postForm input#OldPassword, #postFormContainer form#postForm input#NewPassword, #postFormContainer form#postForm input#ConfirmPassword {
    background-position: 4px -21px, 0 0;
}

#postFormContainer h2 {
    color: #fff;
    text-shadow: 2px 3px 1px #000000;
    border-bottom: solid #181818 1px;
    -moz-box-shadow: 0 1px 0 #3a3a3a;
    text-align: center;
    padding: 18px;
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#postFormContainer form#postForm button[type="submit"] {
    width: 70px;
    height: 32px;
    border: none;
    text-indent: -9999px;
    background: url('/Images/sendButton.png') no-repeat;
    cursor: pointer;
    float: right;
}

#postFormContainer form#postForm button[type="submit"]:hover {
    background-position: 0 -31px;
}

#postFormContainer form#postForm button[type="submit"]:active {
    background-position: 0 -62px;
}

#postFormContainer p {
    position: relative;
}

#postFormContainer label {
    text-shadow: 2px 3px 1px #000000;
}

#postFormContainer form#postForm span.field-validation-error {
    color: #FF5100;
    text-shadow: 2px 3px 1px #000000;
    font-weight: bold;
}

div#contact_edit span.field-validation-error {
    color: #FF5100;
    text-shadow: 2px 3px 1px #000000;
    font-weight: bold;
}

#postFormContainer form#postForm div.validation-summary-errors li {
    color: #FF5100;
    text-shadow: 2px 3px 1px #000000;
    font-weight: bold;
}

a.company-name {
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    cursor: default;
}

li.li-home {
    margin-bottom: 20px;
}

a.arrow-right-more-info img {
    width: 20px;
    height: 14px;
}

p.p-home {
    text-align: justify;
}

h2.h2-home {
    font-size: 16px;
}

img.contact-icon {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

img.pdf-icon {
    float: left;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}

ul.list-square li {
    list-style-type: square;
    line-height: 23px;
}

div#site_title_right {
    padding-top: 35px;
    padding-right: 20px;
    text-align: left;
    float: right;
    width: 100px;
    height: 50px;
}

div#site_title_right img {
    width: 100px;
}

div.horizontal_delimiter {
    border-bottom: 1px solid #7E7E7E;
}

div#map_canvas {
    width: 564px;
    height: 400px;
}

div.edit-address div#map_canvas {
    width: 415px;
    height: 790px;
}

div.edit-address div.image_wrapper {
    margin: 0 0 0 22px;
}

div.edit-address div#postFormContainer {
    float: left;
}

div#sidebar div.sidebar_box div.services_box div.image_wrapper {
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

div#content div#gallery div.gallery_box div.gb_left a.pirobox img {
    border: none;
}

div.profile-short-description {
    text-align: justify;
}

div#sidebar div.sidebar_box div.services_box h2 {
    font-size: 20px;
}

h2.suppor_info {
    font-size: 18px;
}

div#sidebar div.sidebar_box div.image_wrapper div#map_canvas {
    width: 230px;
    height: 200px;
}

p.wide-text {
    text-align: justify;
}

span.project-name {
    float: left;
    color: black;
    font-weight: bold;
}

span.project-description {
    float: left;
    color: black;
    font-weight: bold;
}

span.valid-message {
    color: green;
    font-weight: bold;
}

label[for=ContactForm_AcceptTerms] {
    cursor: pointer;
}

#ContactForm_AcceptTerms {
    cursor: pointer;
}

div#messageContainer fieldset div span {
    font-weight: bold;
}

div.edit-contact h2 {
    text-align: center;
}

div.edit-contact form {
    width: 300px;
    float: left;
}

div.edit-contact form fieldset {
    width: 270px;
}

div.edit-contact form fieldset textarea {
    width: 250px;
    min-width: 260px;
    max-width: 260px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
}

div#content_wrapper.edit-contact div.image_wrapper {
    margin-top: 8px;
    margin-left: 5px;
}

div.link-edit-contact {
    margin: 20px;
}

fieldset.profiles div.three_column p {
    margin-top: 0;
    padding-top: 10px;
    width: 130px;
}

fieldset.profiles div.three_column p span {
    font-weight: bold;
}

fieldset.profiles div.three_column {
    width: 180px;
}

div.title-label {
    clear: both;
}

div.title-label label {
    font-weight: bold;
}

fieldset.contacts div.services_box {
    width: 280px;
    float: left;
    border: none;
    margin-top: 15px;
}

div.admin-dashboard fieldset, fieldset.show-message {
    border-color: #BD8D8D;
}

div.admin-dashboard fieldset legend {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 3px 1px #555555;
}

div.admin-dashboard h2 {
    text-align: center;
}

div.admin-dashboard span.field-validation-error {
    color: #FF5100;
    text-shadow: 2px 3px 1px #000000;
    font-weight: bold;
}

div#content_wrapper fieldset.show-message div.display-label {
    width: 100px;
    float: left;
}

div#content_wrapper fieldset.show-message div.display-field {
    width: 400px;
    float: left;
}

#login {
    display: block;
    font-size: 12px;
    margin: 0;
    text-align: right;
    padding-top: 10px;
    float: right;
    /*font-weight: bold;*/
}

#login a {
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

#login table {
    background-color: orange;
}

p.message-success {
    text-align: center;
    font-size: 18px;
    color: green;
    font-weight: bold;
}

th.header_name {
    width: 150px;
}

th.header_date {
    width: 145px;
}

th.header_action {
    width: 60px;
}

th.header_message {
    width: 310px;
}

table#table_messages {
    border-collapse: collapse;
    background-color: #F1F1F1;
}

table#table_messages tr {
    padding: 0;
}

table#table_messages tr:nth-child(even) {
    background-color: #0CEFEC;
}

table#table_messages tr th {
    padding: 0;
}

table#table_messages tr td {
    border: 1px solid #333333;
    padding: 3px;
}

table#message_details td {
    padding: 5px;
    vertical-align: top;
}

div#content_wrapper div.admin-dashboard fieldset.show-message form table#message_details tbody tr td input#Name.text-box {
    width: 630px;
}

div#content_wrapper div.admin-dashboard fieldset.show-message form table#message_details tbody tr td select#ProfileId {
    width: 205px;
}

div.edit-address #postFormContainer form#postForm input.text {
    background-position: 4px -20px, 0 0;
}

div.edit-address #postFormContainer {
    margin: 0;
}

table#table_messages span {
    cursor: default;
}

div#new_project span.field-validation-error {
    color: red;
    font-weight: bold;
    text-shadow: 0 0 0 #000000;
}

div#add_photo span.field-validation-error {
    color: red;
    font-weight: bold;
    text-shadow: 0 0 0 #000000;
}

table#message_details label {
    font-weight: bold;
}

div.lawyer-content h4 {
    margin-top: 40px;
}

div#new_project table textarea#Name {
    height: 60px;
    max-height: 60px;
    max-width: 630px;
    min-height: 60px;
    min-width: 630px;
    width: 630px;
}

div#new_project table textarea#ShortDescription {
    height: 110px;
    max-height: 110px;
    max-width: 630px;
    min-height: 110px;
    min-width: 630px;
    width: 630px;
}

form#photo_form table textarea#ShortDescription {
    height: 70px;
    max-height: 70px;
    max-width: 630px;
    min-height: 70px;
    min-width: 630px;
    width: 630px;
}

#listPhotos label {
    font-weight: bold;
}

#listPhotos div.image_wrapper img {
    width: 840px;
}

div.button input[type="submit"] {
    padding: 0;
}

label.label-bold {
    font-weight: bold;
}

div.admin-dashboard fieldset.show-message div.validation-summary-errors ul li {
    color: red;
    font-weight: bold;
    text-shadow: 0 0 0 #000000;
}

div.phone_fax_email {
    width: 265px;
    float: left;
}

td.cell-no-data {
    text-align: center;
    height: 40px;
    font-weight: bold;
}

div.profile-category-name img {
    width: 40px;
    float: left;
    margin-right: 15px;
}

h3.error-message {
    color: red;
    margin-top: 200px;
    margin-bottom: 400px;
    text-align: center;
}

p.p-remark {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

div.address {
    font-style: italic;
}

div.address span {
    font-weight: bold;
}

table.table-login {
    border:  3px double #333333;
}

table.table-login td {
    text-align: center;
}

td.column_short_action, td.column_long_action {
    text-align: center;
}

tr.header_table {
    background: url('/Images/table_header.png'); 
    height: 26px; 
    color: white;
    border-left: 1px solid #333333;
}

div.pager {
    text-align: center;
    font-weight: bold;
}

th.header_project_name {
    width: 370px;
}

th.header_photos {
    width: 60px;
}

td.column_center{
    text-align: center;
}

th.header_long_action {
    width: 140px;
}

th.header_note {
    width: 50px;
}