/*reset everything*/

* {
    margin: 0px; 
    padding: 0px
}

body{
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-repeat: repeat-x;
    
}

body.bg_grey {
    background-color: #ececec;
}

a {color: #385f1d}
a:hover {color: #2f2f2f}
a:visited {color: #385f1d}

h1, h2, h3 {color: #006aa8}

h1 {font-size: 20px}
h2 {margin: 10px 0px; padding-bottom: 5px; font-size: 13px}
h3 {margin: 5px 0px;  padding-bottom: 2px; font-size: 11px}


pre {font-family: Arial}

fieldset {border: none}

#wrap {
    width: 1000px;
    margin: 0 auto;
    background-color: white;
    padding: 0px;
    padding-top: 0px
    
}

#header.site {
    padding-top: 10px;
    height: 180px;
    
    
}

#footer {
    color: #2f2f2f;
    font-size: 12px;
    text-align: center;
    
    line-height: 1.2em;
}

#footer.blue {
    color: white;
    background-color: #211451;
}

#footer.blue a {
    color: white;
    text-decoration: none
}

#footer.blue a:hover {
    text-decoration: underline
}

#footer_nav {width: 1050px; }

#nav_wrap {float: right; border-top: 2px solid white; width: 100%}

#nav {
    background-color:#006aa8 ;
}

#nav li {
    list-style: none;
	float: left;
	position: relative;
}
#nav li a {
	background-color:#006aa8 ;
	color: white;
    font-weight: bold;
    font-size: 13px;
	display: block;
	padding: 8px 17px;
    text-decoration: none;
    border-right: 1px solid white;
    
        
}
#nav li a:hover {
    background-color: #211451;
    color: white;
	text-decoration: none;
}

/* Targeting the first level menu */
#nav {
	display: block;
        list-style: none;
	float: right;
	
	width: 100%;
	z-index: 10001;
/*	position: absolute;*/
        font-size: 12px;
}
#nav > li > a {

}

/* Targeting the second level menu */
#nav li ul {
        border: 1px solid #999;
	background: white;
	color: #333;
        width: 185px;
/*        margin: 2px 0px;*/
	display: none;
	position: absolute;
        z-index: 10000;
        font-size: 12px
}
#nav li ul li {
	width: 185px;
        
}
#nav li ul li a {
	background: none;
	border: none;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 5px;
}
#nav li ul li a:hover {
/*	background: #f7f7f7;*/
}

/* Third level menu */
#nav li ul li ul{
	right: -200px; top: 0;
}

/* CSS fallback */
#nav li:hover > ul.child {
	display: block;
}
#nav li:hover > ul.grandchild  { 
	display: block; 
}

#nav ul li a.active {border-bottom: 1px dotted black !important; padding-bottom: 3px}

#nav span.notification {
    position: relative; 
    bottom: 13px;
    float: right;
    width: 10px; 
    text-align: center; 
    margin-right: -15px; 
    left: -7px;
    background-color: red; 
    color: white; 
    padding: 3px; 
    z-index: 100
}
#nav li a:hover span.notification{background-color: red; color: white}
#nav li a.active span.notification{background-color: red; color: white}

#nav span.menu_notification {
    position: relative; 
    margin-right: 5px;
    
    
    padding: 3px;
    text-align: center; 
    background-color: red; 
    color: white; 
    z-index: 100
}



#index span.notification {
    background-color: red; 
    color: white; 
    padding: 3px; 
}


#search_form {}
#search_form label {font-weight: bold; display: block; font-size: 12px; color: black}
#search_form input.text {border: 1px solid #2f2f2f; padding: 4px; width: 200px}
#search_form input.submit {border: 1px solid #2f2f2f; padding: 3px; color: #2f2f2f; cursor: pointer}

#index {width: 1048px;
        border: 1px solid #ccc; 
        background-color: white; 
        margin: 10px 0px 0px ;
       
}
#index .content {
        padding: 10px; 
        font-size: 12px; 
        min-height: 500px;
        
        }
#index h1 {
        font-size: 17px;
        color: #333;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 5px
        }

        
#index table {
    width: 100%;
    margin: 20px 0px;
    font-size: 12px;
    border-collapse: collapse
}        
#index table thead th {
    text-align: left; 
    
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd
}

#index table thead th {
    text-align: left; 
    font-size: 12px
}

#index table tfoot {
    background-color: white
}

#index table tfoot td {
    padding: 8px 2px;
    background-color: white;
}

#index table tbody td {padding: 8px 3px}
#index table tbody tr.odd td {background-color: #eee}

.action_button {
    padding: 5px;
    border: 1px solid #006aa8;
    color: #006aa8;
    cursor: pointer;
    font-size: 14px;
}
        
        
        

label.error {
       border: 2px solid #6b2710; 
       background-color: #c44b34; 
       padding: 3px; 
       color: white; 
       font-size: 12px; 
       font-weight: bold;
       margin: 3px 0px;
       display: block;
       width: 100% !important
       clear: both;
    }
    
.flash_success {
    font-size: 12px;
    border: 2px solid #33571b;
    background-color: #347409;
    color: white;
    padding: 5px;
    margin: 5px 0px;
    font-weight: bold
    }  
    
.flash_failure {
    font-size: 12px;
    border: 2px solid #970e0e;
    background-color: #d34242;
    color: white;
    padding: 5px;
    margin: 5px 0px;
    font-weight: bold
    }      

.float100 {float: left; width: 100%}
.float66 {float: left; width: 66%}
.float64 {float: left; width: 64%}
.float50 {float: left; width: 50%}
.float60 {float: left; width: 60%}
.float35 {float: left; width: 35%}
.float33 {float: left; width: 33%}
.float25 {float: left; width: 25%}
.float75 {float: left; width: 75%}
.float70 {float: left; width: 70%}
.float48 {float: left; width: 48%}
.float40 {float: left; width: 40%}
.float30 {float: left; width: 30%}
.float20 {float: left; width: 20%}
.float2 {float: left; width: 2%}

.aleft {text-align: left}
.aright {text-align: right}
.acenter {text-align: center !important}

.fright {float: right}
.fleft {float: left}

.lineheight15 {line-height: 1.5em}
.lineheight20 {line-height: 2.0em}

.font36 {font-size: 36px  !important}
.font24 {font-size: 24px  !important}
.font20 {font-size: 20px  !important}
.font18 {font-size: 18px  !important}
.font16 {font-size: 16px  !important}
.font13 {font-size: 13px  !important}
.font12 {font-size: 12px  !important}
.font11 {font-size: 11px  !important}
.font10 {font-size: 10px !important}
.font9 {font-size: 9px !important}
.font8 {font-size: 8px !important}
.font7 {font-size: 7px !important}

.bold {font-weight: bold}

.white {color: white}

.clear {clear: both}

.icon-user {background:url(/images/icons/user.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-user-suit {background:url(/images/icons/user_suit.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-user-add {background:url(/images/icons/user_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-user-go {background:url(/images/icons/user_go.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-package_go {background:url(/images/icons/package_go.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-package_add {background:url(/images/icons/package_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-package {background:url(/images/icons/package.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-lorry_add {background:url(/images/icons/lorry_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-lorry {background:url(/images/icons/lorry.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-camera {background:url(/images/icons/camera.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-camera_add {background:url(/images/icons/camera_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-building {background:url(/images/icons/building.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-building_add {background:url(/images/icons/building_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-voucher {background:url(/images/icons/money.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-voucher_add {background:url(/images/icons/money_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-group {background:url(/images/icons/group.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-group_add {background:url(/images/icons/group_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-product {background:url(/images/icons/photos.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-product_add {background:url(/images/icons/photo_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-template {background:url(/images/icons/shape_square.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-template_add {background:url(/images/icons/shape_square_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-field {background:url(/images/icons/application_form.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-field_add {background:url(/images/icons/application_form_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-page {background:url(/images/icons/page_white.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-page_add {background:url(/images/icons/page_white_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-photo {background:url(/images/icons/images.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-photo_add {background:url(/images/icons/image_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-report {background:url(/images/icons/folder_table.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-report_go {background:url(/images/icons/folder_go.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-phone {background:url(/images/icons/phone.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-phone_add {background:url(/images/icons/phone_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-heart {background:url(/images/icons/heart.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-heart_add {background:url(/images/icons/heart_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-comment {background:url(/images/icons/comments.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-comment_add {background:url(/images/icons/comments_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-tick {background:url(/images/icons/tick.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-cancel {background:url(/images/icons/cancel.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-email {background:url(/images/icons/email.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-email-compose {background:url(/images/icons/email_edit.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-date {background:url(/images/icons/date.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-date_add {background:url(/images/icons/date_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-book {background:url(/images/icons/book.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-book_add {background:url(/images/icons/book_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-book_edit {background:url(/images/icons/book_edit.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-book_go {background:url(/images/icons/book_go.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-coins {background:url(/images/icons/coins.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-coins_add {background:url(/images/icons/coins_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-money {background:url(/images/icons/money.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-money_add {background:url(/images/icons/money_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-cart {background:url(/images/icons/cart.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-cart_go {background:url(/images/icons/cart_go.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-cart_add {background:url(/images/icons/cart_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-pdf {background:url(/images/icons/page_white_acrobat.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-db {background:url(/images/icons/server_database.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }


.icon-new_window {background:url(/images/icons/application_double.png) top right no-repeat !important; padding:2px 12px 5px 0px !important; height:10px; }
.icon-settings {background:url(/images/icons/cog.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-service {background:url(/images/icons/page_white_copy.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }
.icon-service-go {background:url(/images/icons/page_white_go.png) top left no-repeat; padding:2px 0 0 20px; height:16px; }

.icon-arrow-up {background:url(/images/icons/bullet_arrow_up.png) top left no-repeat; padding:2px 0 0 16px; height:16px; }
.icon-arrow-down {background:url(/images/icons/bullet_arrow_down.png) top left no-repeat; padding:2px 0 0 16px; height:16px; }

.icon-bank-account {background:url(/images/icons/table_multiple.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}
.icon-bank-transactions {background:url(/images/icons/table_relationship.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}
.icon-bank-import {background:url(/images/icons/table_go.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}

.icon-add {background:url(/images/icons/add.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}
.icon-delete {background:url(/images/icons/delete.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}

.icon-calculator {background:url(/images/icons/calculator.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}
.icon-calculator_add {background:url(/images/icons/calculator_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}

.icon-page_download {background:url(/images/icons/page_white_put.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}

.icon-tag {background:url(/images/icons/tag_blue.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}
.icon-tag_add {background:url(/images/icons/tag_blue_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}

.icon-clock {background:url(/images/icons/clock.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}
.icon-clock_add {background:url(/images/icons/clock_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}

.icon-arrow_left {background:url(/images/icons/arrow_left.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}
.icon-arrow_right {background:url(/images/icons/arrow_right.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}

.icon-department {background:url(/images/icons/chart_organisation.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}
.icon-department_add {background:url(/images/icons/chart_organisation_add.png) top left no-repeat; padding:2px 0 0 20px; height:16px;}


.req_field {color: red; font-weight: bold}

.filters input.text {border: 1px solid #ccc; padding: 3px}

.relative {position: relative}
.absolute {position: absolute}

.ui-tabs-panel .action_link, .ui-tabs-panel .action_link:visited, .action_link, .action_link:visited {
    padding: 4px;
    color: white;
    background: #37601b;
    text-decoration: none;
    font-size: 11px;
    border: 1px solid #37601b;
    cursor: pointer
}

.ui-tabs-panel .action_link:hover, .action_link:hover{
    background: white;
    color: #37601b;
    border: 1px solid #37601b
}



a.plain_button {
    color: #2f2f2f;
    padding: 4px;
    border: 1px solid #2f2f2f;
    cursor: pointer;
    
    
}




#add_file {
    border: 1px solid #37601b;
    padding: 5px
}


.input {
    margin: 3px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    clear:both
}

.input label {
    width: 250px;
    margin: 3px 0px;
    display: block;
    float: left;
    font-weight: bold
}

.input input {
    width: 250px;
    font-size: 13px;
    padding: 3px;
    border: 1px solid #ccc
}

.input_buttons {
    z-index: 100;
    position: fixed; 
    text-align: center; 
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: #bbb; 
    margin-bottom: 0px; 
    border-top: 1px solid #666; 
    border-left: 1px solid #666; 
    border-right: 1px solid #666;
    padding: 10px;
    
}

.input_buttons input {
    width: auto; 
    font-size: 15px; 
    margin-right: 10px; 
    border: 1px solid black; 
    background-color: #A99C4B; 
    color: white; 
    padding: 4px; 
    cursor: pointer 
}

.input_buttons input.disabled, input.disabled {
    background-color: #ccc !important;
    color: white !important;
    border-color: #ccc !important; 
}

.input.disabled:hover {
    color: white !important
}

.input textarea {
    border: 1px solid #ccc;
    font-size: 13px
}

.input_buttons input.save {background-color: green}
.input_buttons input.destructive {background-color: red}



p.pagination, p.ajax_pagination {
    padding-top: 5px;
}

p.pagination a, p.ajax_pagination a {
    padding: 3px 5px; 
    border: 1px solid #2f2f2f; 
    margin-left: 3px;
    
    background-color: #37601b; 
    color: white;
    text-decoration: none
}

p.pagination a:hover, p.ajax_pagination a:hover {
    background-color: white; 
    color: #37601b;
}

p.pagination strong, p.ajax_pagination strong {
    padding: 3px 5px; 
    border: 1px solid #2f2f2f; 
    background-color: white; 
    color: #37601b;
    text-decoration: none
}

dt {margin-top: 10px;  font-weight: bold; padding-right: 20px}
dd {dipsplay: block}
dt.identifier {display:none}

.fright {float: right}

.readonly {background-color: #eee; color: #2f2f2f}
.no_margin_top {margin-top: 0px !important}
.w100 {width: 100% !important}

input.no_style, select.no_style, textarea.no_style {border: none; background-color: inherit; padding: 0px}
.hide, .no_show {display:none}

textarea {font-family: Arial}


.background_blue {background-color: #006aa8}

.grey {color: #333 !important}
.light_grey {color: #666 !important}
.italic {font-style: italic}
.pad5 {padding: 5px}
.pad10 {padding: 10px}
.pad20 {padding: 20px}
.grey_border {border: 1px solid #ccc}
.block {display: block}

.sticky {border-collapse: collapse}
.sticky th, .sticky td {
    background-color: white;
    text-align: left;
    padding-top: 4px;
    font-size: 12px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 4px;
}

#navigation {margin: 0px; position: relative; color: white }
#navigation span.notification {
    position: relative; 
    bottom: 13px;
    float: right;
    width: 10px; 
    text-align: center; 
    margin-right: -15px; 
    left: -7px;
    background-color: red; 
    color: white; 
    padding: 3px; 
    z-index: 100
}
#navigation li a:hover span.notification{background-color: red; color: white}
#navigation li a.active span.notification{background-color: red; color: white}

.no_bottom_border {border-bottom: none !important}

.break-word {word-wrap:break-word;}
.green {color: #385f1d !important}
.black {color: black !important}
.red {color: red}
.bg_mid_green {background-color: #6b6f2a !important}
.bg_light_green {background-color: #b6b28e !important}

pre.wrap {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.hint {border: 1px solid #898210; background-color: #d6d39c; padding: 5px; font-size: 11px}
.underline {text-decoration:underline}
.pointer {cursor: pointer}

.ui-datepicker-trigger {cursor: pointer; margin-left: 5px}
.has_title {cursor: pointer}

.input_buttons .hint {font-size: 10px; font-weight: bold;width: 50%; margin: 5px auto; margin-bottom: 0px}

.readonly{background-color: #ccc; color: #333}
#add_payment_wrap {}
.colour_box {
    height: 10px !important; 
    width: 130px !important; 
    padding: 3px;}

.overflow {
    max-height: 400px; 
    overflow-y: scroll
}




/*over due CSS used on multiple screens*/

.overdue td {background-color: #e97e54 !important; color: white; border-top: 1px solid white}
.overdue td a, .overdue td a:visited {color: white !important}


.overdue td a.action_link {color: white !important}

.overdue td a.action_link:hover {
    background: white !important;
    color: #37601b !important;
    border: 1px solid #37601b !important}

.overdue_box {background-color: #e97e54 !important; color: white}
.overdue_box a {color: white !important}

.paid_box {background-color: #489950 !important; color: white}
.paid_box a {color: white !important}

.paid td {background-color: #489950 !important; color: white; border-top: 1px solid white}
.paid td a, .paid td a:visited {color: white !important}


.paid td a.action_link {color: white !important}

.paid td a.action_link:hover {
    background: white !important;
    color: #489950 !important;
    border: 1px solid #489950 !important}

.cn_box {background-color: #85cbd8 !important; color: #555}
.cn_box a {color: #555 !important}

.credit_note td {background-color: #85cbd8 !important; color: #555; border-top: 1px solid white}
.credit_note td a, .credit_note td a:visited {color: #555 !important}


.credit_note td a.action_link {color: white !important}

.credit_note td a.action_link:hover {
    background: white !important;
    color: #555 !important;
    border: 1px solid #555 !important}





.has_payments td {background-color: #d69c2d !important; color: white; border-top: 1px solid white}
.has_payments td a, .overdue td a:visited {color: white !important}


.has_payments td a.action_link {color: white !important}

.has_payments td a.action_link:hover {
    background: white !important;
    color: #d69c2d !important;
    border: 1px solid #d69c2d !important}

.has_payments {background-color: #d69c2d !important; color: white}
.has_payments a {color: white !important}

.desktop_hide {display:none}



#timecard_button {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px 20px 8px 20px;
    
    font-weight: bold;
    background-color: #0c64bf;
    color: white;
    float: right;
    
}

#timecard {
    color: white;
    width: 1050px;
    height: 330px;
    position: fixed;
    top: 0px;
    background-color: #0c64bf;
    z-index: 10005;
    display:none

}

#timecard_bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
    
    text-align: right
}

#timecard_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#error_wrap {
    border: 2px solid #ad1a07; 
    background-color: #d15241; 
    color: white; 
    padding: 3px; 
    text-align: center; 
    font-weight: bold;
    margin: 10px 0px;
    width: 80%;
}

#timecard_form input.error {
    display: inline !important
}

.ui-tabs-panel table {font-size: 11px !important}
.ui-tabs-panel table tbody td {border-right: 1px solid #ccc}
.ui-tabs-panel table tbody td:last-child {border-right: 0px solid #ccc}
.ui-tabs-panel table tbody {border-bottom: 1px solid #ccc}

textarea {
    resize: none;
}

.fixed {position: absolute}
.border_top {border-top: 1px solid black}
.border_bottom {border-bottom: 1px solid black}

.cms_content {
    margin: 10px 0px;
    line-height: 1.5em;
    color: #666 !important;
    font-size: 13px !important;    
}