



body {
  background: #2f3f4a;
}

.header {
  background: url(../img/bg_header.png) no-repeat white;
}

.header_content {
  background: url(../img/bg_header-body.jpg) no-repeat;
}

.header h4 {
  background: url(../img/formssimplicity_logo.png) no-repeat;
}
.header.logo-starter h4 {
  background: url(../img/formssimplicity_logo_starter.png) no-repeat;
}
.header.logo-professional h4 {
  background: url(../img/formssimplicity_logo_professional.png) no-repeat;
}
.header.logo-ultimate h4 {
  background: url(../img/formssimplicity_logo_ultimate.png) no-repeat;
}

.header .nav {
  background: url(../img/bg_nav.jpg) no-repeat;
}

.header .nav li a {
  background: url(../img/bg_navtab.png) top right no-repeat;
  color: #2b4208;
}

.header .nav li a:hover {
  color: white;
}
.global_fields_green{
  color: #92ca1d;
  border-bottom: 1px dotted #92ca1d;
}
.global_fields_black{
  color: #000000;
}

.content {
  background: white;
  color: #666;
}

.content .user_controls p {
  color: #0B6CB5;
}

.content .user_controls a {
  color: #7fba10;
   border-left: #92ca1d;
}
/* == Breadcrumb == */
.breadcrumb {
  color: #7fba10;
   border-bottom:#77bee3;
}

.breadcrumb a {
  color: #7fba10;
}

.breadcrumb a.current {
  color: #999;
}

/* == Commands == */


.command p {
  color: white;
}

/* == Forms Content == */
.forms_content {
  background: #0b6cb5;
}
.forms_content .title_area {
  border-bottom:#4f83aa;
}
.title_area h3 {
  color: white;
}


/* == Footer == */
.footer {
  background: url(../img/bg_content-bottom.jpg) bottom left no-repeat white;
}

.footer ul {
  background: #7fba10;
}
.footer li {
  border-left: 1px solid white;
}
.footer li a {
  color: white;
}
.footer p {
 color:	#333333;
}

/* == Help Bubble == */
.help .icon {
  background: url(../img/btn_question.png) no-repeat;
}

.help .tip {
  background: url(../img/bg_help-btm1.png) bottom left no-repeat;
}

.help .tip div {
  background: url(../img/bg_help-top1.png) no-repeat;
}

.help .tip h5 {
 color: #666;
  border-bottom: 1px dotted #ccc;
}

.help .tip p {
  color: #666 !important;
}

.help_alt .tip {
  background: url(../img/bg_help_alt-btm1.png) bottom left no-repeat;
}

.help_alt .tip div {
  background: url(../img/bg_help_alt-top1.png) no-repeat;
}


/* == Big Tip Bubble == */
.big_tip {
  background: url(../img/bg_tip-btm.png) bottom left no-repeat;
}

.big_tip div {
  background: url(../img/bg_tip-top.png) no-repeat;
}

.big_tip h3 {
  color: #0B6CB5;
}

/* == Buttons == */
.button_blue {
  background: #55aedc;
  color: white !important;
  border: 1px solid white;
}

.link_button_blue {
  background: #55aedc;
  color: white !important;
  border: 1px solid white;
}


.button_green {
  background: #7fba10;
  color: white !important;
  border: 1px solid white;
}

.link_button_green {
  background: #7fba10;
  color: white !important;
  border: 1px solid white;
}

.button_green_open_blankforms {
  background: #7fba10;
  color: white !important;
  border: 1px solid white;
}


.button_green_del {
  background: #7fba10;
  color: white !important;
  border: 1px solid white;
}

.button_green_upload_file_on_trans {
  background: #7fba10;
  color: white !important;
  border: 1px solid white;
}

.button_white {
  background: white;
  color: #55aedc !important;
  border: 1px solid #55aedc;
}

button.button_white {
  padding: 0 6px 1px;
}


/* == Pulldown == */
.pulldown {
  background: url(../img/arrow_pulldown.png) right no-repeat white;
  border: 1px solid #666;
}

.pulldown ul {
  background: white;
  border: 1px solid #666;
}

.pulldown ul li:hover {
  background: #B8D7E7;
}


/* == Edit Boxes == */
.edit_box {
  color: white;
  border: 1px solid white;
}

.blue_box {
  background: #55aedc;
}
.blue_box hr {
  
  border-top: 1px solid white;
}

.green_box {
  background: #88c811;
}

.green_box .actions .button_white {
  border: 1px solid #88c811 ;
  color: #88c811 !important;
}



/* == Option Boxes == */
.option_box {
  color: white;
  border: 1px solid white;
}
/* move to pages.css when done developing */

#option_fax_box h5 {
  border: 1px solid white;
  border-bottom: none;
  background: #55aedc;
  }
#option_email_box h5 {
  border: 1px solid white;
  border-bottom: none;
  background: #55aedc;}

/* == Meter == */
.meter {
  border: #85b5da;
}

.meter .fill {
  background: #85b5da;
}

.meter_green {
  border-color: #7fba10;
}

.meter_green .fill {
  background: #7fba10;
}

.textinput {
  border: 1px solid #999;
}

/* ============================= */
/* === Common Table Elements === */
table tr {
  background: #eef7fb;
}

table tr.odd {
  background: #b8d7e7;
}

table tr.grey {
  background-color:  #cccccc;
}



table th {
  border-left: 1px solid   #77bee3;
  color: white;
  background: #77bee3;
}

table th.header {
  height: auto;
}

table td {
  border-left: 1px solid #77bee3;
  color: #666;
}

table .col_check {
  background-image: none !important;
}

/* == Sortable table commonalities == */
table.sortable_table th {
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
}

table.sortable_table th.headerSortDown {
  background-color: #98cfdf;
  color: #0b6cb5;
}

table.sortable_table th.headerSortUp {
  background-color: #98cfdf;
  color: #0b6cb5;
}
table.broker_sortable_table th {
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
}

table.broker_sortable_table th.headerSortDown {
  background-color: #98cfdf;
  color: #0b6cb5;
}

table.broker_sortable_table th.headerSortUp {
  background-color: #98cfdf;
  color: #0b6cb5;
}

.loadingtransgreen{
  background: url(../img/loadertransgreen.gif) center 0px  no-repeat #7fba10;
  }

.loadingtransblue{
  background: url(../img/loadertransblue.gif) center  0px  no-repeat #55aedc;
}

.timeoutWarning{
	/* Javascript controls the visibility settings */
	/*visibility: hidden;*/
    background-color:#55aedc;
    border: thin solid  #000000;
    color: white;
}

.col_forms_deleted{
	background: #EAEAEA;
	}
	
.system_maintenance{
	color: red;
	}
	
table td a {
  color: #666;
}
table td a:hover {
  color: #333;
}

table tr.grey td {
  border-top: 2px solid  white;
}

body.home .get_started li {
  background: url(../img/bg_icons-navtab.jpg) no-repeat;
}
body.home .get_started li a {
  background: url(../img/icon_folder.jpg) bottom center no-repeat;
  color: #55aedc;
}

body.home .get_started li.forms_package a {
  background-image: url(../img/icon_papers.jpg);
}

body.home .get_started li.open_active a {
  background-image: url(../img/icon_folder-paper.jpg);
}

body.home .get_started li.open_archived a {
  background-image: url(../img/icon_folders.jpg);
}
body.home .get_started li a span {
  background: url(../img/bg_folders-title.jpg) no-repeat;
}

body.login .content a{
   color:  #3E89C2;	
} 

body.login .content_columnA{
	border-right: 1px dotted #0b6cb5;
}
body.login .content_columnA .login_title{ 	
  color: #0b6cb5; 
}

body.login form {
  color: #0b6cb5;
}

body.login form .tip {
   color:  #666;
}
body.login form button {
  color: white;
}
body.login .content_columnB .video_title{
   color: #0b6cb5;
 }
body.login .content_columnB .video_content .video_columnB{
 	color: #666;
}
body.login .content_columnB .video_content .video_columnB .warning{
   color: #3E89C2;
}

body.login .content_columnB .requirements_content .req_title{
  border-bottom: 1px dotted #0b6cb5;
}
body.login .content_columnB .requirements_content .req_title p{
  color: #0b6cb5;
}

body.transactions .forms_navigator {
  border-top: 1px dotted #55aedc;
  border-bottom: 1px dotted #55aedc;
  color: #0b6cb5;
}

body.transactions .forms_navigator .per_page li a {
  color: #0b6cb5;
 }
 
body.transactions .forms_navigator li.selected a {
  background: #e0e0e0;
}

body.transactions .forms_navigator .page_nav input {
  color: #666;
}

body.transactions .forms_navigator .page_nav .prev {
  background: url(../img/arrow_prev.png) no-repeat;
}
body.transactions .forms_navigator .page_nav .next {
  background: url(../img/arrow_next.png) no-repeat;
}
body.transactions .trans_header {
  background: #0b6cb5;
  border-bottom: 1px solid white;
}
body.transactions .trans_header .title h2 {
  color: white;
}

body.transactions .trans_header form .textinput {
  color: #666;
 }
 
 body.transactions .trans_header .edit_box .green_label_trans {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.transactions .trans_header .find_button {
  background: #55aedc;
  border: white 1px;
  color: white;
}
body.transactions .trans_content {
  background: #267fbb;
}
/***table dbsort***/
body.transactions table.dbSort td {
  color: #666;
}
body.transactions table.dbSort th {
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
}
body.transactions table.dbSort th.headerSortUp {
  background-position: right -46px;
  background-color: #98cfdf;
  color: #0b6cb5;
}
body.transactions table.dbSort th.headerSortDown {
  background-color: #98cfdf;
  color: #0b6cb5;
}

body.transactions .trans_content table td a {
  color: #666;
}
body.transactions .trans_content table td a:hover {
  color: #333;
}
body.transactions .trans_content table td.col_name {
  background: url(../img/icon_folder-row-lt.png) 20px 7px no-repeat #eef7fb;
}
body.transactions .trans_content table tr.odd td.col_name {
  background: url(../img/icon_folder-row-dk.png) 20px 7px no-repeat #b8d7e7;
}

body.transactions .edit_box .textinput {
  color: #666;
}

body.transactions .edit_box .action_buttons {
  border-top: 1px dotted white;
}
body.transactions .trans_header .edit_box{
  background: #7fba10; /*#55aedc;*/
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
  
}
body.transactions .trans_header .edit_box .textinput {
  color: #666;
}


/* ========================== */
/* === Transaction Detail === */

body.transaction_detail .current_forms h3 {
  background: url(../img/icon_folder-lg.png) 10px no-repeat #0b6cb5;
  color: white;
}

body.transaction_detail .forms_content h2 {
  color: white;
 }


body.transaction_detail .current_forms .agent_name {
  color: white;
 }

body.transaction_detail .current_forms table {
  background: #eef7fb;
}

body.transaction_detail .current_forms table th {
  background: #b8d7e7;
  color: #0b6cb5;
  border-left: 1px solid #a1d2eb;
}

body.transaction_detail .current_forms table tr.odd {
  background: #ddeff8;
}

body.transaction_detail .current_forms table.files {
  border-bottom: 10px solid #85b5da;
}

body.transaction_detail .current_forms .files_title {
  background: url(../img/bg_files.png) repeat-x #85b5da;
  border-top: 5px solid #85b5da;
}


/* == Blank Forms == */
body.transaction_detail .blank_forms {
  background: url(../img/bg_divider.png) no-repeat #ebebeb;

}

body.transaction_detail .blank_forms h2 {
  background: url(../img/icon_blank-lg.png) no-repeat;
  color: #0b6cb5;
}

body.transaction_detail .blank_forms h2 {
  background: url(../img/icon_blank-lg.png) no-repeat;
  color: #0b6cb5;
}

body.transaction_detail .blank_forms .tabs li {
  background: #7babd0;
 }


body.transaction_detail .blank_forms .tabs li.selected {
  background: #0b6cb5;
}

body.transaction_detail .blank_forms .tabs li a {
  color: white;
}

/***** TABS *********/


body.transaction_detail .tabs_trans_detail li {
  background: #7babd0;
}

body.transaction_detail .tabs_trans_detail li.selected {
  background: #0b6cb5;
}

body.transaction_detail .tabs_trans_detail li a {
  color: white;
}

body.transaction_detail .tabs_trans_detail li.first_tab{
 background: url(../img/icon_folder-lg.png) 10px 10px no-repeat #7babd0;
}
body.transaction_detail .tabs_trans_detail li.first_tab.selected{
 background: url(../img/icon_folder-lg.png) 10px 10px no-repeat #0b6cb5;
}

/***** END TABS  *******/

body.transaction_detail .blank_forms .controls {
  background: #0b6cb5;
  border-bottom: 1px solid white;
}

body.transaction_detail .controls2 {
  background: #0b6cb5;
  border-bottom: 1px solid white;
}

/***table dbsort***/
body.transaction_detail table.dbSort td {
  color: #666;
}
body.transaction_detail table.dbSort th {
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
}

body.transaction_detail table.dbSort th.headerSortUp {
  background-color: #98cfdf;
  color: #0b6cb5;
}

body.transaction_detail table.dbSort th.headerSortDown {
  background-color: #98cfdf;
  color: #0b6cb5;
}


body.transaction_detail .accord .toggle {
  background: url(../img/arrow_tiny.png) 10px 9px no-repeat #73badf;
  color: white;
  border-bottom: 1px solid white;
}

body.transaction_detail .accord a.selected {
  background: url(../img/arrow_tiny.png) 10px -21px no-repeat #b8d7e7;
  color: #0b6cb5;
}

body.transaction_detail .accord table {
  border: 1px solid #77bee3;
}

/******FORMS PACKAGES ***********/

body.transaction_detail .form_packages table  {
   background: #b8d7e7;
}

body.transaction_detail .form_packages table th {
   background: #b8d7e7;
  color: #0b6cb5;
  border-left: 1px solid #a1d2eb;
  border-bottom: 0.5px solid white;
}

body.transaction_detail  .form_packages table td{
   background: #77bee3;
   border-left: 1px solid white; /*#a1d2eb;*/
   border-bottom: 1px solid white; /*#a1d2eb;*/
   color: white;
  
}

 body.transaction_detail .form_packages table td a {
  color: white;
}

 body.transaction_detail .form_packages table td a:hover {
  color: #333;;
}


/* == Footer Mod == */
body.transaction_detail .footer {
  background: #ebebeb;
}

/* ====================== */
/* === Save Form Page === */

body.save_form h2 {
  background: url(../img/icon_blank-lg.png) no-repeat;
  color: #0b6cb5;
  border-bottom: 1px dotted #2f3f4a;
}

body.save_form h2 span {
  color: #666;
}

body.save_form .col label {
  color: #0b6cb5;
}

body.save_form .actions {
  border-top: 1px dotted #2f3f4a;
}
/* ===================== */
/* === My Files Page === */
body.myfiles .forms_content th {
  color: #0B6CB5;
  background: #aacee0;
}

/* ======================== */
/* === Suggestions Page === */
/***body.suggestions .feedback_content h2 {
  color: #0B6CB5;
}


body.suggestions form {
  border-top: 1px dotted #77BEE3;
  border-bottom: 1px dotted #77BEE3;
}

body.suggestions form input {
  border: 1px solid #aaa;
  color: #aaa;
}


body.suggestions form .topic {
  color: #7fba10;
}

body.suggestions form textarea {
  border: 1px solid #ccc;
}

body.suggestions .feedback  {
  border-top: 1px solid #7fba10;
  border-right: 1px solid #7fba10;
  border-bottom: 1px solid #7fba10;
  border-left: 1px solid #7fba10;
}
****/
/* ======================== */
/* === Agreement Page === */
body.license_agreement .form_content {
  border-bottom: 1px dotted black;
}
body.license_agreement form {
  color: #0b6cb5;
}

body.license_agreement .header_agreement p {
	color: black;
}

body.license_agreement .term_agreement_text p {
	color: black;
}

body.license_agreement .term_agreement_text p span span {
	    background: yellow;
}

body.license_agreement table tr {
  background: white;
}

body.license_agreement table td {
  background: white;
}

body.render_pdf h2 {
  color: #0b6cb5;
}

body.render_pdf .footer {
  
  background: url(../img/bg_content-bottom.jpg) bottom left no-repeat white;
  
}

body.render_pdf .footer ul {
  background:white;
}

body.render_pdf .footer li a {
  color: white;
}

body.render_pdf .header {
  background: url(../img/bg_header_small.png) no-repeat white;
}
body.render_pdf .header_content {
  
  background: #bec3b7;  
}
body.render_pdf .header .nav {
  background: url(../img/bg_nav_colorless.png) no-repeat; 
}

/* ======================== */
/* === Error Page === */

body.error_handler  .message {
 background: #E7E7E7;
}
body.error_handler  p {
 color: #0B6CB5;
}


/* ================= */
/* === Video Page === */
body.updatevideo .content {
  padding: 25px 5px 15px ;
 }

body.updatevideo .support {
  background: url(../img/bg_help_th.jpg) no-repeat;
 }

body.updatevideo .support a {
  color: #3E89C2;
}
body.updatevideo .support a:hover {
  color: #3E89C2;
}

body.updatevideo .support .call_us .text{
  color: #3E89C2;
}

body.updatevideo .support .requirements_content .req_title{
  border-bottom: 1px dotted #0b6cb5;
}

body.updatevideo .support .requirements_content .req_title p{
  color: #0b6cb5;
}

/* ========================== */
/* === FORMS PACKAGES  === */

body.forms_packages .current_forms h3 {
  background: url(../img/icon_folder-lg.png) 10px no-repeat #0b6cb5;
  color: white;
}
.button_darkblue {
  background: #0A6CB7;
  border: 1px solid white;
  color: white !important;
}
body.forms_packages .trans_pkg_header {
  background: #74B9E0;
 }
body.forms_packages .trans_pkg_header .title h2 {
  color: white;
}

body.forms_packages .trans_pkg_header .title .pkg_name {
  color: white;
 }
body.forms_packages .trans_pkg_header .title h3 {
  color: #0E6CB6;  
 
}
body.forms_packages .trans_pkg_header  .importmls  p {
 color: white;
}
body.forms_packages .forms_content_pkg {
  background: #74B9E0;
}

body.forms_packages .forms_content_pkg h2 {
  color: white;
 }

/***** this will control file upload position  ********/

body.forms_packages .forms_content_pkg .commands p {
  color: white;
}

body.forms_packages .current_forms table {
  background: #eef7fb;
}

body.forms_packages .current_forms table th {
  background: #b8d7e7;
  color: #0b6cb5;
  border-left: 1px solid #a1d2eb;
}

body.forms_packages .current_forms table td {
  border-left: 1px solid #a1d2eb;
}
body.forms_packages .current_forms table td a {
  color: #666;
}

body.forms_packages .current_forms table td a:hover {
  color: #333;
}
body.forms_packages .current_forms table tr.odd {
  background: #ddeff8;
}

/* == Blank Forms == */
body.forms_packages .blank_forms {
  background: url(../img/bg_divider.png) no-repeat #ebebeb;
}

body.forms_packages .blank_forms h2 {
  background: url(../img/icon_blank-lg.png) no-repeat;
  color: #0b6cb5;
}

body.forms_packages .blank_forms .tabs li {
  background: #7babd0;
}

body.forms_packages .blank_forms .tabs li.selected {
  background: #0b6cb5;
}

body.forms_packages .blank_forms .tabs li a {
  color: white;
}


body.forms_packages .blank_forms .controls {
  background: #0b6cb5;
  border-bottom: 1px solid white;

}

body.forms_packages .accord .toggle {
  background: url(../img/arrow_tiny.png) 10px 9px no-repeat #73badf;
  color: white;
  border-bottom: 1px solid white;
}

body.forms_packages .accord a.selected {
  background: url(../img/arrow_tiny.png) 10px -21px no-repeat #b8d7e7;
  color: #0b6cb5;
}

body.forms_packages .accord table {
  border: 1px solid #77bee3;
}

body.forms_packages #tab_packages {
  background: #0B6CB5;
  color: white;
}

/* == Footer Mod == */
body.forms_packages .footer2 {
 // background: #ebebeb;
}


/**********************************
***********************************/
/****** FORMS PACKAGES POPUP   BLANK FORMS      *******/
/******  BLANK FORMS      *******/
body.forms_packages .green_label {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}


body.forms_packages .edit_box_blankforms {
  background: #7fba10; /*#55aedc;*/
   border: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}


body.forms_packages .edit_box_blankforms .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}


/*******/
/******* FORMS PACKAGES POPUP -- FORMS COMMAND   ***************************/
body.forms_packages .edit_box_addto {
  background: #7fba10; 
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;

}
body.forms_packages .edit_box_addto .green_label {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}


body.forms_packages .edit_box_addto .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}


/****POPUP FILES -- FORM PACKAGES */

/******** UPLOAD FILES POPUP ********************/
.button_green1 {
  background: #7fba10;
  border: 1px solid white;
  color: white !important;

}

body.forms_packages .edit_box {
  background: #7fba10; /*#55aedc;*/
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;

}

body.forms_packages .green_label_upload {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.forms_packages .edit_box .uploadinput {
   border: 1px solid #999;
}

/******** FILES EDIT BLUE BOX       ********/
body.forms_packages .edit_box_title {
  background: #55aedc;
  border-right:1px solid white;
  border-bottom:1px solid white;
  border-left:1px solid white;

  color: white;
}

/******* TRANSACTION DETAIL POPUP FOR -- DELETE TRANSACTIONS   ***************************/
body.forms_packages .edit_box_deltranstop {
  background: red; /*#55aedc; */
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}
body.forms_packages .edit_box_deltranstop .blue_label {
  background: red; /*#55aedc; */
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  
}
body.forms_packages .edit_box_deltranstop .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}


/*******/
/******* TRANSACTION DETAIL POPUP FOR -- DELETE TRANSACTIONS Second button  ***************************/
body.forms_packages .edit_box_deltransbottom { 
  background: red;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;

}                        
body.forms_packages .edit_box_deltransbottom .blue_label {
  background: red; /*#55aedc; */
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;

}
body.forms_packages .edit_box_deltransbottom .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}

body.forms_packages .blank_forms .help .tip h5 {
  border-bottom: 1px dotted #ccc;
  color: #666;
}
body.forms_packages .blank_forms .help .tip p {
  color: #666 !important;
  
}
/* ========================== */
/* === Transaction History === */

body.forms_history .current_forms h3 {
  background: url(../img/icon_folder-lg.png) 10px no-repeat #0b6cb5;
  color: white; 
}

body.forms_history .forms_content h2 {
  color: white;
}

body.forms_history .current_forms table {
  background: #eef7fb;
  border-top: 1px solid white;
}

body.forms_history .current_forms table th {
  background: #b8d7e7;
  color:white;
  border-left: 1px solid #a1d2eb;
}

body.forms_history .current_forms table td {
  border-left: 1px solid #a1d2eb;
}

body.forms_history .current_forms .sortable_table th {
  border-top: 1px solid white;
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
  behavior: url(../js/iepngfix.htc);
}
body.forms_history .current_forms .sortable_table  th.headerSortDown {
  background-color: #98cfdf;
  color: #0b6cb5;
}

body.forms_history .current_forms .sortable_table th.headerSortUp {
  background-position: right -42px;
  background-color: #98cfdf;
  color: #0b6cb5;}

body.forms_history .current_forms table tr.odd {
  background: #ddeff8;
}

body.forms_history .current_forms table.files {
  border-bottom: 10px solid #85b5da;
}

body.forms_history .current_forms .files_title {
  background: url(../img/bg_files.png) repeat-x #85b5da;
  border-top: 5px solid #85b5da;
}

/* == Navigator == */
body.forms_history .forms_navigator {
  border-top: 1px dotted #55aedc;
  border-bottom: 1px dotted #55aedc;
  color: #0b6cb5;
}

body.forms_history .forms_navigator .per_page li a {
  color: #0b6cb5;
}

body.forms_history .forms_navigator li.selected a {
  background: #e0e0e0;
}

body.forms_history .forms_navigator .page_nav input {
  color: #666;
}


body.forms_history .forms_navigator .page_nav .prev {
  background: url(../img/arrow_prev.png) no-repeat;
}

body.forms_history .forms_navigator .page_nav .next {
  background: url(../img/arrow_next.png) no-repeat;
}

/***table dbsort***/
body..forms_history table.dbSort td {
  color: #666;
}
body..forms_history table.dbSort th {
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
  }

body..forms_history table.dbSort th.headerSortUp {
  background-color: #98cfdf;
  color: #0b6cb5;
}

body..forms_history table.dbSort th.headerSortDown {
  background-color: #98cfdf;
  color: #0b6cb5;
}
/*****************************************/
/* ========================== */
/* === Transaction History in  === */


body.transaction_detail .tab_history .current_forms_history {
 background:white;
}

body.transaction_detail .tab_history .forms_content table th {
  background: #b8d7e7;
  color:white;
  border-left: 1px solid #a1d2eb;
}

body.transaction_detail .tab_history .forms_content .sortable_table th {
  border-top: 1px solid white;
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
  behavior: url(../js/iepngfix.htc);
}
body.transaction_detail .tab_history .forms_content .sortable_table  th.headerSortDown {
  background-color: #98cfdf;
  color: #0b6cb5;
}

body.transaction_detail .tab_history .forms_content .sortable_table th.headerSortUp {
  background-color: #98cfdf;
  color: #0b6cb5;}


/* == Navigator == */

body.transaction_detail .tab_history .forms_navigator {
  border-top: 1px dotted #55aedc;
  border-bottom: 1px dotted #55aedc;
  color: #0b6cb5;
  background:white;
}
body.transaction_detail .tab_history .forms_navigator .per_page li a {
  color: #0b6cb5;
}

body.transaction_detail .tab_history .forms_navigator li.selected a {
  background: #e0e0e0;
}
body.transaction_detail .tab_history .forms_navigator .page_nav input {
  color: #666;
}

body.transaction_detail .tab_history .forms_navigator .page_nav .prev {
  background: url(../img/arrow_prev.png) no-repeat;
}

body.transaction_detail .tab_history .forms_navigator .page_nav .next {
  background: url(../img/arrow_next.png) no-repeat;
}
/***table dbsort***/
body.transaction_detail .tab_history .forms_content table.dbSort td {
  color: #666;
}
body.transaction_detail .tab_history .forms_content table.dbSort th {
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
}

body.transaction_detail .tab_history .forms_content table.dbSort th.headerSortUp {
  background-color: #98cfdf;
  color: #0b6cb5;
}

body.transaction_detail .tab_history .forms_content table.dbSort th.headerSortDown {
  background-color: #98cfdf;
  color: #0b6cb5;
}
/***** FILE BOX   ******/

#option_email_file_box h5 {
	border: 1px solid white;
	border-bottom: none;
	background: #55aedc;
}
#option_fax_file_box h5 {
	border: 1px solid white;
	border-bottom: none;
	background: #55aedc;
}
/***** BLANK FORMS BOX   ******/

#option_email_blank_box h5 {
	border: 1px solid white;
	border-bottom:none;
	background: #55aedc;
}

/******** FAX COVER SHEET  ********************/
body.transaction_detail .edit_box_fax_coversheet {
  background: #55aedc; /*#55aedc;*/
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}

body.transaction_detail .edit_box_fax_coversheet .edit_box_email_section{
  border-right: 1px dotted #ffffff;
  
}

body.transaction_detail .edit_box_fax_coversheet button_white{
  background: white;
  color: #55aedc !important;
  border: 1px solid white;  
}

body.transaction_detail .edit_box_fax_coversheet h4{
  border-bottom: 1px dotted #ffffff;
}
body.transaction_detail .edit_box_fax_coversheet .blue_label_fax {
  background: #55aedc;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

/******** UPLOAD FILES BOX 2 ********************/
body.transaction_detail .edit_box_trans_upload {
  background: #7fba10; /*#55aedc;*/
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}

body.transaction_detail .edit_box_trans_upload .green_label_upload {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}


body.transaction_detail .edit_box_trans_upload .uploadinput {
   border: 1px solid #999;
}
body.transaction_detail  .col_edit_title {
  background-image: none;
}

/******** FILES EDIT BLUE BOX   -- OPTIONS    ********/
body.transaction_detail .edit_box_title {
  background: #55aedc;
  border-right:1px solid white;
  border-bottom:1px solid white;
  border-left:1px solid white;
  color: white;
}

body.transactions .edit_box {
  background: #55aedc;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}

body.transactions .edit_box .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}

/******FORMS TAB - ADD TO TRANSACTION POPUP BOX
/******  BLANK FORMS      *******/
body.blank_forms_detail .green_label {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.blank_forms_detail .edit_box_blankforms {
  background: #7fba10; /*#55aedc;*/
  border: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;    
}

body.blank_forms_detail .edit_box_blankforms .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}

/****** TRANSACTION DETAIL  BLANK FORMS  -- ADD TO TRANSACTION POPUP     *******/
/******  BLANK FORMS      *******/
body.transaction_detail .green_label {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.transaction_detail .edit_box_blankforms {
  background: #7fba10; /*#55aedc;*/
  border: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  padding: 15px;    
  color: white;
}


body.transaction_detail .edit_box_blankforms .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}

body.transaction_detail .blue_label {
  background: #55aedc;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}


body.transaction_detail .edit_box_options{
  background: #55aedc;; 
  border: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}

body.transaction_detail .edit_box_options .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}
body.transaction_detail .edit_box_options .textinput {
	border: 1px solid #999;
}
body.transaction_detail .edit_box .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}
body.transaction_detail .edit_box .textinput {
	border: 1px solid #999;
}
body.blank_forms_detail .blue_label {
  background: #55aedc;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.blank_forms_detail .edit_box .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}
body.blank_forms_detail .edit_box .textinput {
	border: 1px solid #999;
}



/****CREATE A NEW FORM PACKAGE***/
body.blank_forms_detail .edit_box_new {
  background: #55aedc;; 
   border: 1px solid white;    
  color: white;
}

body.blank_forms_detail .edit_box_new .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;


}
body.blank_forms_detail .edit_box_new .textinput {
	border: 1px solid #999;
}


body.blank_forms_detail .edit_box_new .blue_label_new {
  background: #55aedc;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.blank_forms_detail .edit_box_new .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}
body.blank_forms_detail .edit_box_new .textinput {
	border: 1px solid #999;
}

body.blank_forms_detail .edit_box_new input {
	border: 1px solid #999;
}


/****CREATE A NEW FORM PACKAGE -- ON TRASACTION DETAIL***/
body.transaction_detail .edit_box_new {
  background: #55aedc;; 
   border: 1px solid white;
  color: white;
}

body.transaction_detail .edit_box_new .blue_label_new {
  background: #55aedc;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.transaction_detail .edit_box_new .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;


}
body.transaction_detail .edit_box_new .textinput {
	border: 1px solid #999;
}


body.blank_forms_detail .edit_box_new .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}
body.blank_forms_detail .edit_box_new .textinput {
	border: 1px solid #999;
}

body.blank_forms_detail .edit_box_new input {
	border: 1px solid #999;
}



body.blank_forms_detail .blue_label {
  background: #55aedc;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;

}

body.blank_forms_detail .edit_box_options {
  background: #55aedc;; /*#55aedc;*/
   border: 1px solid white;
    border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
  
}
body.blank_forms_detail .edit_box_options .blue_label {
  background: #55aedc;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
body.blank_forms_detail .edit_box_options .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}
body.blank_forms_detail .edit_box_options .textinput {
	border: 1px solid #999;

}
body.blank_forms_detail .edit_box_options input {
	border: 1px solid #999;
}

/******  BLANK FORMS  PACKAGES TAB - TRANSACTION    *******/


.button_green_packages {
  background: #7fba10;
  border: 1px solid white;
  color: white !important;
 
}
body.blank_forms_detail .green_label_form {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;

}
body.blank_forms_detail .edit_box_addto_pkg {
  background: #7fba10; /*#7FBA10;*/
  border: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;    
  color: white;
   
}

body.blank_forms_detail .edit_box_addto_pkg .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}

body.transaction_detail .green_label_form {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;

}

body.transaction_detail .edit_box_addto_pkg {
  background: #7fba10; /*#7FBA10;*/
  border: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}

body.transaction_detail .edit_box_addto_pkg .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}

/******* TRANSACTION DETAIL POPUP FOR -- DELETE TRANSACTIONS   ***************************/
body.transaction_detail .edit_box_deltranstop {
  background: red; /*#55aedc; */
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}
body.transaction_detail .edit_box_deltranstop .blue_label {
  background: red; /*#55aedc; */
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;  
}

body.transaction_detail .edit_box_deltranstop .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}


/*******/
/******* TRANSACTION DETAIL POPUP FOR -- DELETE TRANSACTIONS Second button  ***************************/
body.transaction_detail .edit_box_deltransbottom {
  background: red; 
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}                        
body.transaction_detail .edit_box_deltransbottom .blue_label {
  background: red; /*#55aedc; */
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
body.transaction_detail .edit_box_deltransbottom .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;

}



/* =============== */
/* === Clauses === */


body.clauses .clause_forms h2 {
  color: #0b6cb5;
}
body.clauses .edit_box_broker {
  border: 1px solid white;
}

body.clauses .edit_box_broker input,
body.clauses .edit_box_broker textarea {

  border: 1px solid #aaa;
}

body.clauses .edit_box_personal {
  border: 1px solid white;
}

body.clauses th {
  background: #b8d7e7;
  color: #0b6cb5;
  border-left: 1px solid #77BEE3;
}

.breadcrumb h3 {
	color: #0b6cb5;
}

body.blank_forms_detail .current_forms h3 {
  background: url(../img/icon_folder-lg.png) 10px no-repeat #0b6cb5;
  color: white;
}

body.blank_forms_detail .forms_content {
  background: #0b6cb5;
}

body.blank_forms_detail .forms_content .title_area {
  border-bottom: 4px solid #4f83aa;
}

body.blank_forms_detail .forms_content h2 {
  color: white;}

body.blank_forms_detail .current_forms table {
  background: #eef7fb;   
}

body.blank_forms_detail .current_forms table th {
  background: #b8d7e7;
  color: #0b6cb5;
  border-left: 1px solid #a1d2eb;
}

body.blank_forms_detail .current_forms table td {
  border-left: 1px solid #a1d2eb;
}
body.blank_forms_detail .current_forms table tr.odd {
  background: #ddeff8;
}

body.blank_forms_detail .current_forms table.files {
  border-bottom: 10px solid #85b5da;
}

body.blank_forms_detail .current_forms .files_title {
  background: url(../img/bg_files.png) repeat-x #85b5da;
}



/* == Blank Forms == */

   
body.blank_forms_detail .blank_forms h2 {
  background: url(../img/icon_blank-lg.png) no-repeat;
  color: #0b6cb5;
}

body.blank_forms_detail .blank_forms .tabs li {
  background: #7babd0;
}


body.blank_forms_detail .blank_forms .tabs li.selected {
  background: #0b6cb5;
}

body.blank_forms_detail .blank_forms .tabs li a {
  color: white;
}
body.transaction_detail .tabs li a {
  color: white;
}

body.transaction_detail .tabs li {
  background: #7babd0;
}

body.transaction_detail .tabs li.selected {
  background: #0b6cb5;
}

body.transaction_detail .tabs li a {
  color: white;}


body.blank_forms_detail .blank_forms .controls {
  background: #0b6cb5;
  border-bottom: 1px solid white; 
}

body.blank_forms_detail .controls2 {
  background: #0b6cb5;
  border-bottom: 1px solid white;
}
body.blank_forms_detail .accord .toggle {
  background: url(../img/arrow_tiny.png) 10px 9px no-repeat #73badf;
  color: white;
  border-bottom: 1px solid white;
}

body.blank_forms_detail .accord a.selected {
  background: url(../img/arrow_tiny.png) 10px -21px no-repeat #b8d7e7;
  color: #0b6cb5;
}

body.blank_forms_detail .accord table {
  border: 1px solid #77bee3;
}

body.blank_forms_detail .form_packages {
  background: #0B6CB5;
  border: 1px solid #77bee3;
 }


body.transaction_detail .form_packages {
  background: #0B6CB5;
  border: 1px solid #77bee3;
 }

body.transaction_detail .tab_content {
  background: #0B6CB5;
 }

/* == Commands == */

body.blank_forms_detail .command p {
  color: white;
}

body.blank_forms_detail .command input {
  color: #666;
}
/* == Help Bubble == */

body.blank_forms_detail .blank_forms .help .icon {
  background: url(../img/btn_question.png) no-repeat;
}

body.blank_forms_detail .blank_forms .help .tip {
  background: url(../img/bg_help-btm1.png) bottom left  no-repeat;
}

body.blank_forms_detail .blank_forms .help .tip div {
  background: url(../img/bg_help-top1.png) no-repeat;
 }

body.blank_forms_detail .blank_forms .help .tip h5 {
  border-bottom: 1px dotted #ccc;
  color: #666;
}
body.transaction_detail .blank_forms .help .tip h5 {
  border-bottom: 1px dotted #ccc;
  color: #666;
}
body.blank_forms_detail .blank_forms .help .tip p {
  color: #666 !important;  
}

body.transaction_detail .blank_forms .help .tip p {
  color: #666 !important;  
}
body.blank_forms_detail .blank_forms .help_alt .tip {
  background: url(../img/bg_help_alt-btm1.png) bottom left no-repeat;  }

body.blank_forms_detail .blank_forms .help_alt .tip div {
  background: url(../img/bg_help_alt-top1.png) no-repeat;
}

body.blank_forms_detail .form_packages_standalone {
  background: #0B6CB5;
  border: 1px solid #77bee3;
  }

 body.blank_forms_detail .form_packages_standalone table  {
   background: #b8d7e7;
}

 body.blank_forms_detail .form_packages_standalone table th {
  background: #b8d7e7;
  color: #0b6cb5;
  border-left: 1px solid #a1d2eb;
  border-bottom: 0.5px solid white;/***#a1d2eb; **/
}

 body.blank_forms_detail .form_packages_standalone table td{
  background: #77bee3;
  border-left: 1px solid white; /*#a1d2eb;*/
  border-bottom: 1px solid white; /*#a1d2eb;*/
  color: white;
}

 body.blank_forms_detail .form_packages_standalone table td a {
  color: white;
}

 body.blank_forms_detail .form_packages_standalone table td a:hover {
  color: #333;
}



body.blank_forms_detail .form_packages table  {
   background: #b8d7e7;
}

body.blank_forms_detail .form_packages table th {
   background: #b8d7e7;
  color: #0b6cb5;
  border-left: 1px solid #a1d2eb;
  border-bottom: 0.5px solid white;/***#a1d2eb; **/

}

body.blank_forms_detail  .form_packages table td{
   background: #77bee3;
   border-left: 1px solid white; /*#a1d2eb;*/
   border-bottom: 1px solid white; /*#a1d2eb;*/
   color: white;
}



 body.blank_forms_detail .form_packages table td a {
  color: white;
}

 body.blank_forms_detail .form_packages table td a:hover {
  color: #333;;
}



#form_packages_page table th {
   background: #b8d7e7;
  color: #0b6cb5;
  border-left: 1px solid #a1d2eb;
  border-bottom: 0.5px solid white;/***#a1d2eb; **/
}

#form_packages_page table td{
	background: #77bee3;
	border-left: 0.5px solid white;/***#a1d2eb; **/
	border-bottom: 0.5px solid white;/***#a1d2eb; **/
	color:white;
}

 

/*****************************************************************/
/****** Blank Form Result    */
/* == Form area == */
.result_header {
  background: #B7D7E6;
 }

.result_header .title .titlegroup {
 background: url(../img/reis_arrowdown.png) no-repeat;
}

/* == Buttons == */
.button_blue_backtoblank{
  background: #55aedc;
  border: 1px solid white;
  color: white !important;
}

.result_header .title .titleh2 {
  color: #0E6CB6;
}
.result_header .title .titleh3 {
  color: #0E6CB6;  }

.trans_header2_result {
  background: #B7D7E6;
}
.trans_header2_result .titleresult {
  background: purple;
}

.trans_header2_result .titleresult .titlegroupresult {
 background: url(../img/reis_arrowdown.png) no-repeat;
}
.trans_header2_result .titleresult .titlegroupresult .titleh2 {
  color: #0E6CB6;
  background: orange;
}

.trans_header2_result .titleresult .titlegroupresult .titleh3 {
  color: #0E6CB6;  
  background: red;
}
.trans_header2_result  .backtoblankforms {
 background: brown;
}

.blankresult_content {
  background: #85B5DB;
}

.blankresult_content table th {
  color: #0E6CB6;
  }

.blankresult_content .sortable_table th {
  border-left: 1px solid #84C3E7;
}

.blankresult_content table td.col_checkheader {
  background: #85B5DB; 
}

.blankresult_content table th.col_title {
  background: #85B5DB;
}

.blankresult_content table th.col_form {
  background: #85B5DB;
}

.blankresult_content table th.col_rank {
  background: #85B5DB;
}

.blankresult_content table th.col_type {
  background: #85B5DB;
}
.blankresult_content table th.col_status {
  background: #85B5DB;
}

/* Table TD style   */
.blankresult_content table tr.odd td {
  background: #DDEFF9;
}

.blankresult_content table td {
    border-left: 1px solid #84C3E7;
    background: white;
}
.blankresult_content table td a {
  color: #666;
}

.blankresult_content table td a:hover {
  color: #333;
}


/****** Blank Form Result    */
/* == Form area == */
.trans_header2_result {
  background: #B7D7E6;
}

.trans_header2_result .titleresult .titlegroupresult {
   background: url(../img/reis_arrowdown.png) no-repeat;

}

.trans_header2_result .titleresult .titlegroupresult .titleh2 {
  color: #0E6CB6;
}

.trans_header2_result .titleresult h3 {
  color: #0E6CB6;  }

.blankresult_content {
  background: #85B5DB;
}

.blankresult_content table th {
  color: #0E6CB6;
  }


.blankresult_content table td.col_checkheader {
  background: #85B5DB; 
}

.blankresult_content table th.col_title {
  background: #85B5DB;
}

.blankresult_content table th.col_form {
  background: #85B5DB;
}

.blankresult_content table th.col_rank {
  background: #85B5DB;
}

.blankresult_content table th.col_type {
  background: #85B5DB;
}


/* Table TD style   */
.blankresult_content table tr.odd td {
  background: #DDEFF9;
  behavior: url(../js/iepngfix.htc);
}

.blankresult_content table td {
    border-left: 1px solid #84C3E7;
    background: white;       
  
}

.blankresult_content table td a {
  color: #666;
}

.blankresult_content table td a:hover {
  color: #333;
}
.sortable_table .col_check_header {
  background: #217DBD; 
}
.broker_sortable_table .col_check_header {
  background: #217DBD; 
}
.broker_sortable_table .col_status {
  background: #217DBD; 
}
/******* TRANSACTION DETAIL POPUP FOR -- DELETE TRANSACTIONS   ***************************/
body.blank_forms_detail .edit_box_deltranstop {
  background: red; 
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}
body.blank_forms_detail .edit_box_deltranstop .blue_label {
  background: red; /*#55aedc; */
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
 }

body.blank_forms_detail .edit_box_deltranstop .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}

/******* TRANSACTION DETAIL POPUP FOR -- DELETE TRANSACTIONS Second button  ***************************/
body.blank_forms_detail .edit_box_deltransbottom {
  background: red;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}                        
body.blank_forms_detail .edit_box_deltransbottom .blue_label {
  background: red; /*#55aedc; */
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.blank_forms_detail .edit_box_deltransbottom .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}
/* ======================== */
/* === Help Page === */

body.help_page .help_content h2 {
  color: #0B6CB5;
}
body.help_page .help_content .demo_group .demosearch{
  background: #DEEFF9;
}

body.help_page .help_content .list_group {
  background: #EEF7FC;
}

body.help_page .help_content .list_group  .border {
  border-right: 1px solid #0B6CB5;
}

body.help_page .help_content .list_group .first_session h2{
  color: #666;
}

body.help_page .help_content .list_group_two {
  background: #DEEFF9;
}

body.help_page .help_content .list_group_two  .border {
  border-right: 1px solid #0B6CB5;
} 

body.help_page .help_content .list_group_two .second_session h2{
  color: #666;
}



/***************************
******  FIRST PAGE ******
***************************/

body.help_page .help_content .first_page_session {
  background: #EEF7FC;
}

body.help_page .help_content .first_page_session  h2{
  color: #666;	
  border-bottom: 1px dotted black;
}
body.help_page .help_content .first_page_session  h3{
  color: #666;	
  border-bottom: 1px dotted black;
}

/***************************
******  SECOND PAGE ******
***************************/

body.help_page .help_content .second_page_session  h2{
  color: #666;	
  border-bottom: 1px dotted black;
}
body.help_page .help_content .second_page_session  h3{
  color: #666;	
  border-bottom: 1px dotted black;
}
/***************************
******  THIRD PAGE ******
***************************/

body.help_page .help_content .third_page_session {
  background: #EEF7FC;
}

body.help_page .help_content .third_page_session  h2{
  color: #666;	
  border-bottom: 1px dotted black;
}
body.help_page .help_content .third_page_session  h3{
  color: #666;	
  border-bottom: 1px dotted black;
}

body.help_page .support {
  background: url(../img/bg_help_th.jpg) no-repeat;
}

body.help_page .support a {
  color: #3E89C2;
}
body.help_page a.basicBtn.green{color:white; background-color: #90C310;}


body.help_page .support a:hover {
  color: #3E89C2;
}
body.help_page a:hover.basicBtn.green{color:white; background-color: #90C310;}

body.help_page .support .call_us .text{
  color: #3E89C2;
}

body.help_page .support .requirements_content .req_title{
  border-bottom: 1px dotted #0b6cb5;
}

body.help_page .support .requirements_content .req_title p{
  color: #0b6cb5;
}


/* =========================== */
/* === Active Transactions === */
body.property_listing .forms_content {
	background: white;
}

/* == Navigator == */
body.property_listing .forms_navigator {
  border-top: 1px dotted #55aedc;
  border-bottom: 1px dotted #55aedc;
  color: #0b6cb5;
}

/* this class it is use on commom fields  */
body.property_listing .importtext {
  color: #0E6CB6;
 }
 
body.property_listing .importtext_header {
  color: #0E6CB6;
} 

body.property_listing .breadcrumbtest {
  color: #0b6cb5;
  border-bottom: 1px dotted #77bee3;
}

body.property_listing .breadcrumbtest a {
  color: #7fba10;
}

body.property_listing .breadcrumbtest a.current {
  color: #999;
}
body.property_listing .forms_navigator .per_page li a {
  color: #0b6cb5;
}

body.property_listing .forms_navigator li.selected a {
  background: #e0e0e0;
}

body.property_listing .forms_navigator .page_nav input {
  color: #666;
}

body.property_listing .forms_navigator .page_nav .prev {
  background: url(../img/arrow_prev.png) no-repeat;
}

body.property_listing .forms_navigator .page_nav .next {
  background: url(../img/arrow_next.png) no-repeat;
  }


body.property_listing .trans_header2 .title h2 {
  color: #0E6CB6;  
/****** IE 7   ******/  
  // color: white;
/******   ******/ 
}



body.property_listing .trans_header2 .title h3 {
  color: #0E6CB6;  }

body.property_listing .trans_header2 form input {
  color: #666;
}

body.property_listing .trans_header2 button {
  background: #55aedc;
  color: white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  
}

body.property_listing .trans_content {
  background: #85B5DB;
}
body.property_listing .common_fields table{
    background:white;
    
}
body.property_listing .common_fields table tr{
    background:white;
}
body.property_listing .common_fields table td{
    background:white;
    color:#666666;
}
body.property_listing .common_fields .largeinput{
  color: #666;
 }
 
 body.property_listing .common_fields .mediuminput{
  color: #666;
 }
  body.property_listing .common_fields .smallinput{
  color: #666;
 }

body.property_listing .trans_content table th {
  color: #0E6CB6;
  }

body.property_listing .trans_content .sortable_table th {
    border-left: 1px solid #84C3E7;
}

body.property_listing .trans_content table th.col_name {
  background: #85B5DB;   
}

body.property_listing .trans_content table th.col_select {
  background: #85B5DB;
}

body.property_listing .trans_content table th.col_address {
  background: #85B5DB;
}

body.property_listing .trans_content table th.col_mlsid {
  background: #85B5DB;
}

body.property_listing .trans_content table th.col_city {
  background: #85B5DB;
}

body.property_listing .trans_content table th.col_status {
  background: #85B5DB;
  }

body.property_listing .trans_content table th.col_price {
  background: #85B5DB;
}

body.property_listing .trans_content table th.col_beds {
  background: #85B5DB;
}

body.property_listing .trans_content table th.col_baths {
  background: #85B5DB;
}


/* Table TD style   */
body.property_listing .trans_content table tr.odd td {
  background: #DDEFF9;
}

body.property_listing .trans_content table td {
    border-left: 1px solid #84C3E7;
}

body.property_listing .tzrans_content table td a {
  color: #666;
}

body.property_listing .trans_content table td a:hover {
  color: #333;
}
body.property_listing .trans_content table td.col_select {
 background: white;
}


body.property_listing .trans_content table td.col_address {
 background: white;
}

body.property_listing .trans_content table td.col_mlsid {
 background: white;
}

body.property_listing .trans_content table td.col_city {
 background: white;
}

body.property_listing .trans_content table td.col_status {
 background: white;
}

body.property_listing .trans_content table td.col_price {
 background: white;
}

body.property_listing .trans_content table td.col_beds {
 background: white;
}

body.property_listing .trans_content table td.col_baths {
 background: white;
}


body.property_listing  .edit_box_green_1, body.property_listing  .edit_box_green_2 {
  border: 1px solid white;
  color: white;
  background: #7fba10;
}

body.property_listing  .green_prop .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}
body.property_listing  .green_prop a{
  background: white;
  color: #55aedc !important;
  border: 1px solid white;   
}
/********Transaction detail ********/

/* this class it is use on commom fields  */
body.transaction_detail .importtext {
  color: #0E6CB6;
 }
 
body.transaction_detail .importtext_header {
  color: #0E6CB6;
 } 
 
body.transaction_detail .breadcrumbtest {
  color: #0b6cb5;
  border-bottom: 1px dotted #77bee3;  
}

body.transaction_detail .breadcrumbtest a {
  color: #7fba10;  
}

body.transaction_detail .breadcrumbtest a.current {
  color: #999;
  text-transform: none;
}

body.property_listing .forms_navigator .per_page li a {
  color: #0b6cb5;
}

body.property_listing .forms_navigator li.selected a {
  background: #e0e0e0;
}

body.property_listing .forms_navigator .page_nav input {
  color: #666;
}

body.property_listing .forms_navigator .page_nav .prev {
  background: url(../img/arrow_prev.png) no-repeat;
}

body.property_listing .forms_navigator .page_nav .next {
  background: url(../img/arrow_next.png) no-repeat;
}


/* == Form area == */
body.transaction_detail .forms_content
{
  background: #0b6cb5;
}
body.transaction_detail .listing {
  background:white;
}



body.transaction_detail .trans_header2 .title h2 {
  color: #0E6CB6;
/****** IE 7   ******/  
  // color: white;
/******   ******/ 
}
body.transaction_detail .trans_header2 .title h3 {
  color: #0E6CB6;  
}

body.transaction_detail .trans_header2 form input {
  color: #666;
}

body.transaction_detail .trans_header2 button {
  background: #7FBA10;
  color: white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  
}


body.transaction_detail .trans_content {
  background: #85B5DB;
}
body.transaction_detail .common_fields table{
    background:white;
}
body.transaction_detail .common_fields table tr{
    background:white;
}
body.transaction_detail .common_fields table td{
    background:white;
    color:#666666;
}
body.transaction_detail .common_fields .largeinput{
  color: #666;
 }
 
 body.transaction_detail .common_fields .mediuminput{
  color: #666;
 }
  body.transaction_detail .common_fields .smallinput{
  color: #666;
 }
/* ===================== */
/* === My Files Page === */
body.myfiles .content {
  background: white;
  color: #666;
}
body.myfiles .command .link_button_green_upload {
  background: #7fba10;
  border: 1px solid white;
  color: white !important;
}

body.myfiles .forms_content th {
  color: #0B6CB5;
  background: #aacee0;
}

body.myfiles .edit_box_title {
  background: #55aedc;
  border-right:1px solid white;
  border-bottom:1px solid white;
  border-left:1px solid white;
  color: white;
}

body.myfiles .command p {
  color: white;
}

body.myfiles .button_green {
  background: #7fba10;
  border: 1px solid white;
  color: white !important;
}
/*Greeen Box Opload on command*/
body.myfiles .edit_box {
  background: #7fba10;
  border: 1px solid white;
  color: white;
}
body.myfiles .green_label_upload {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.myfiles .edit_box .uploadinput {
   border: 1px solid #999;
}
body.myfiles .edit_box input{
  border: 1px solid #aaa;
}

body.myfiles .title_area h3 {
  color: white;
}

/* =========================== */
/* === Active Transactions === */

body.transactions_result .forms_navigator {
  border-top: 1px dotted #55aedc;
  border-bottom: 1px dotted #55aedc;
  color: #0b6cb5;
}

body.transactions_result .forms_navigator .per_page li a {
  color: #0b6cb5;
}

body.transactions_result .forms_navigator li.selected a {
  background: #e0e0e0;
}
body.transactions_result .forms_navigator .page_nav input {
  color: #666;
}


body.transactions_result .forms_navigator .page_nav .prev {
  background: url(../img/arrow_prev.png) no-repeat;
}

body.transactions_result .forms_navigator .page_nav .next {
  background: url(../img/arrow_next.png) no-repeat;
}


/* == Form area == */
body.transactions_result .trans_header2 {
  background: #B7D7E6;
}

body.transactions_result .trans_header2 .title {
  background: url(../img/reis_arrowdown.png) no-repeat;
}

body.transactions_result .trans_header2 .title h2 {
  color: #0E6CB6;
}

body.transactions_result .trans_header2 .title h3 {
  color: #3988C1;
}
body.transactions_result .trans_header2 form input {
  color: #666;
}

body.transactions_result .trans_header2 button {
  background: #55aedc;
  color: white;
}
body.transactions_result .trans_content {
  background: #85B5DB;
}
body.transactions_result .trans_content table tr.odd {
  background: #ddeff8;
}

body.transactions_result .trans_content table th.col_name {
  background: #85B5DB;  
}

body.transactions_result .trans_content table th.col_address {
  background: #85B5DB;
}


body.transactions_result .tzrans_content table td a {
  color: #666;
}

body.transactions_result .trans_content table td a:hover {
  color: #333;
}

body.transactions_result .trans_content table td.col_name {
 background: white url(../img/icon_folder-row-lt.png) 20px 7px no-repeat;
}


body.transactions_result .trans_content table tr.odd td.col_name {
  background: url(../img/icon_folder-row-dk.png) 20px 7px no-repeat #DDEFF9;
}


body.transactions_result .trans_content table td.col_address {
 background: white;
}

body.transactions_result .trans_content table tr.odd td.col_address {
	 background: #DDEFF9;
}

/* =========================== */
/* === broker view === */

/* == Navigator == */
body.brokers_view .forms_navigator {
  border-top: 1px dotted #55aedc;
  border-bottom: 1px dotted #55aedc;
  color: #0b6cb5;
}

body.brokers_view .forms_navigator .per_page li a {
  color: #0b6cb5;
}

body.brokers_view .forms_navigator li.selected a {
  background: #e0e0e0;
}

body.brokers_view .forms_navigator .page_nav input {
  color: #666;
}

body.brokers_view .forms_navigator .page_nav .prev {
  background: url(../img/arrow_prev.png) no-repeat;
}

body.brokers_view .forms_navigator .page_nav .next {
  background: url(../img/arrow_next.png) no-repeat;
}


/* == Form area == */
body.brokers_view .transactions_margin .viewdropdown .label{
  color: #0b6cb5;
}
body.brokers_view .transactions_margin .viewdropdown select  {
  color: #666666;
}


body.brokers_view .tabs li {
  background: #7babd0;
}

body.brokers_view .tabs li.selected {
  background: #0b6cb5;
}

body.brokers_view .tabs li a {
  color: white;
}

body.brokers_view .tab {
  background: #0B6CB5;
 }
body.brokers_view .trans_commandheader {
  background: #0b6cb5;
  border-bottom: 0px solid white;

}

body.brokers_view .trans_commandheader .title h2 {
  color: white;
}

body.brokers_view .trans_commandheader .title_firm h2 {
  color: white;
}

body.brokers_view .trans_commandheader .title_recycle h2 {
  color: white;
}

body.brokers_view .trans_commandheader form input {
  color: #666;
}

body.brokers_view .trans_commandheader .buttonblue {
  background: #55aedc;
  color: white;
}

body.brokers_view .trans_content {
  background: #267fbb;
}

body.brokers_view table.dbSort td {
  color: #666666;
}
body.brokers_view table.dbSort th {
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
}
body.brokers_view table.dbSort th.headerSortUp {
  background-color: #98CFDF;
  color: #0b6cb5;
}

body.brokers_view table.dbSort th.headerSortDown {
  color: #0b6cb5;
  background-color: #98CFDF;  
}

/******** FIRM TRANSACTIONS  ********************/

body.brokers_view .trans_content table tr.odd td.col_transaction_name {
  background: url(../img/icon_folder-row-lt.png) 20px 7px no-repeat #b8d7e7;
}

body.brokers_view .trans_content table tr.even td.col_transaction_name {
  background: url(../img/icon_folder-row-lt.png) 20px 7px no-repeat #eef7fb;
}

body.brokers_view .trans_content table td a {
  color: #666;
}

body.brokers_view .trans_content table td a:hover {
  color: #333;
}
body.brokers_view .trans_content table td.col_name {
  background: url(../img/icon_folder-row-lt.png) 20px 7px no-repeat #eef7fb;
}

body.brokers_view .trans_content table tr.odd td.col_name {
 background: url(../img/icon_folder-row-dk.png) 20px 7px no-repeat #b8d7e7;
}

body.brokers_view .edit_box input {
  color: #666;
}

body.brokers_view .edit_box .action_buttons {
  border-top: 1px dotted white;
}
body.brokers_view .accord .toggle {
  background: url(../img/arrow_tiny.png) 10px 9px no-repeat #73badf;
  color: white;
  border-bottom: 1px solid white;
}

body.brokers_view .accord a.selected {
  background: url(../img/arrow_tiny.png) 10px -21px no-repeat #b8d7e7;
  color: white;
}

body.brokers_view .accord table {
  border: 1px solid #77bee3;
}
body.brokers_view .accord_member .toggle {
  background: url(../img/arrow_tiny.png) 20px 9px no-repeat #267FBB;
  color: white;
  border-bottom: 1px solid white;
}

body.brokers_view .accord_member a.selected {
  background: url(../img/arrow_tiny.png) 20px -21px no-repeat #73badf;
}

body.brokers_view .accord_member table {
  border: 1px solid #77bee3;
}


/* ================== */
/* === Permissions Tab === start */

body.brokers_view .trans_permissions {
 background: white;
}


body.brokers_view  .team_name{
	background: white;
}

body.brokers_view  .team_name h2 {
color:#0B6CB5;
}

body.brokers_view  .team_legend{
	background: white;
}
body.brokers_view .team_legend p{
	background: url(../img/recursive-arrows.png) 10px -1px no-repeat #FFFFFF;
}

body.brokers_view  .team_permissions .tmheader{
	background: #56AEDC;
    color: white;
}

body.brokers_view .team_permissions .tmheader .tmcontent{
	/*background: #56AEDC;
    color: white;*/
	background: #e5e5e5;
    color: #707070;    
}

body.brokers_view .team_permissions table tr.odd  {
  background: #F4F4F4;
}

body.brokers_view .team_permissions table  tr.even {
  background: #FFFFFF;
}

body.brokers_view .team_permissions table td {

border-bottom: 1px solid #EAEAEA;
  
}

body.brokers_view .team_permissions table td.td_name {
border-left: 1px solid #EAEAEA;
}

body.brokers_view .team_permissions table td.td_delete {
border-right: 1px solid #EAEAEA;
}

body.brokers_view  .team_members {
  background: #E9E9E9;
  color: #707070;
}

body.brokers_view .team_members .add_permission{
  //color:#56AEDC;
  background: white;
  border: 1px solid #EAEAEA;
}
body.brokers_view .team_members .tmheader .text_desc{
color:#56AEDC;
background: white;
}

body.brokers_view .team_members table th {
  background: #F4F4F4;
  color:#707070;
}

body.brokers_view .team_members table th.col_team_name{
	border: 1px solid #EAEAEA;
	} 

body.brokers_view .team_members table tr.odd  {
  background: #FFFFFF;
  
 }

body.brokers_view .team_members table  tr.even {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;

}
body.brokers_view .team_members table td {

  border: 1px solid #EAEAEA;
}


/******* TRANSACTION DETAIL POPUP FOR -- DELETE TRANSACTIONS   ***************************/
body.brokers_view .edit_box{
  background: #55aedc; 
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
}
body.brokers_view .edit_box .blue_label {
  background: #55aedc; 
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}


body.brokers_view .edit_box .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}
.viewpermissions .link_button_blue {
  background: #55aedc;
  border: 1px solid white;
  color: white !important;}

body.brokers_view .trans_content .viewfolders a {
  color: white;
  
}
body.brokers_view .trans_content .viewfolders a.selected {
  color: white;

}


body.brokers_view .trans_content .viewfolders a:hover {
  //color: white;
}




body.contacts .edit_box {
  background: #55aedc;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}

body.contacts .edit_box .breadcrumbBox {
  border-bottom: 1px dotted #ffffff;
}

body.contacts .forms_navigator {
  border-top: 1px dotted #55aedc;
  border-bottom: 1px dotted #55aedc;
  color: #0b6cb5;
}

body.contacts .forms_navigator .per_page li a {
  color: #0b6cb5;
 }
 
body.contacts .forms_navigator li.selected a {
  background: #e0e0e0;
}

body.contacts .forms_navigator .page_nav input {
  color: #666;
}

body.contacts .forms_navigator .page_nav .prev {
  background: url(../img/arrow_prev.png) no-repeat;
}
body.contacts .forms_navigator .page_nav .next {
  background: url(../img/arrow_next.png) no-repeat;
}
body.contacts .trans_header {
  background: #0b6cb5;
  border-bottom: 1px solid white;
}

body.contacts .trans_header form .textinput {
  color: #666;
 }
 
 body.contacts .trans_header .edit_box .green_label_trans {
  background: #7fba10;
  color: white !important;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

body.contacts .trans_header .find_button {
  background: #55aedc;
  border: white 1px;
  color: white;
}
body.contacts .trans_content {
  background: #267fbb;
}
/***table dbsort
body.contacts table.dbSort td {
  color: #666;
}
body.contacts table.dbSort th {
  background: url(../img/arrows_white.png) right 10px no-repeat #267fbb;
}
body.contacts table.dbSort th.headerSortUp {
  background-position: right -46px;
  background-color: #98cfdf;
  color: #0b6cb5;
}
body.contacts table.dbSort th.headerSortDown {
  background-color: #98cfdf;
  color: #0b6cb5;
}
***/
body.contacts .trans_content table td a {
  color: #666;
}
body.contacts .trans_content table td a:hover {
  color: #333;
}
body.contacts .trans_content table td.col_name {
  background: url(../img/icon_folder-row-lt.png) 20px 7px no-repeat #eef7fb;
}
body.contacts .trans_content table tr.odd td.col_name {
  background: url(../img/icon_folder-row-dk.png) 20px 7px no-repeat #b8d7e7;
}

body.contacts .edit_box .textinput {
  color: #666;
}

body.contacts .edit_box .action_buttons {
  border-top: 1px dotted white;
}
body.contacts .trans_header .edit_box{
  background: #7fba10; /*#55aedc;*/
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
  
}
body.contacts .trans_header .edit_box .textinput {
  color: #666;
}

body.contacts .tab li {
  background: #7babd0;
}

body.contacts .tabs li.selected {
  background: #0b6cb5;
}

body.contacts .tabs li a {
  color: white;
}

body.contacts .tabs li.first_tab{
 background: #7babd0;
}
body.contacts .tabs li.first_tab.selected{
 background: #0b6cb5;
}

body.contacts  h2 {
  color: #0b6cb5;
}
body.contacts  .title_area {
 border-bottom:1px solid white;
 background: #0b6cb5;

}

input.blur {
 	color: #999;
}


/* ======================== */
/* === Suggestions Page === */
.feedback .feedback_content h2 {
  color: #0B6CB5;
}


.feedback form {
  border-top: 1px dotted #77BEE3;
  border-bottom: 1px dotted #77BEE3;
}

.feedback form input {
  border: 1px solid #aaa;
  color: #aaa;
}

.feedback form .topic {
  color: #7fba10;
}

.feedback form textarea {
  border: 1px solid #ccc;
}

.feedback .listoffeatures  {
  border-top: 1px solid #7fba10;
  border-right: 1px solid #7fba10;
  border-bottom: 1px solid #7fba10;
  border-left: 1px solid #7fba10;
  color: #666;
}

.feedback  a {
  color: #666;
  text-transform: none;
  background:none;
  font: 11px Arial, sans-serif;
}

.feedback a:hover {
  color: #333;
}

/* == Tooltip Bubble == */

.tooltip .tip {
 background: url(../img/bg_help-btm1.png) bottom left no-repeat;
}

.tooltip .tip div {
 background: url(../img/bg_help-top1.png) no-repeat;
}

.tooltip .tip h5 {
 color: #666;
  border-bottom: 1px dotted #ccc;
}

.tooltip .tip p {
  color: #666 !important;
}


td a.preview{background:url("../img/search.png") no-repeat 0 0; float:left; width:22px; height:20px; margin:0 5px 0 0; font-size:0px;}



/* dynamic help tips */
.dtip {background: url(../img/bg_help-btm1.png) bottom left no-repeat; position:absolute; top:0px; left:0px; padding:0 0 40px 0; z-index:3100;}
.dtip div{width:555px; background:url("../img/bg_help-top1.png") no-repeat scroll 0 -6px transparent; margin:0 20px 0 0; padding:0 0 0 40px; color:#666;}
.dtip h5{border-bottom:1px dotted #CCCCCC; text-transform:uppercase; height:20px; line-height:20px; margin:0 0 10px 0; color:#666;}
.dtip.alt {background: url(../img/bg_help_alt-btm1.png) bottom left no-repeat; position:absolute; top:0px; left:0px; padding:0 0 20px 0; margin:0;}
.dtip.alt div{width:555px; background:url("../img/bg_help_alt-top1.png") no-repeat scroll 0 -6px transparent; margin:0 0 0 0; padding:0 40px 0 12px;}
.container{position:relative;}
.modal{position:fixed; top:0px; left:0px; background-color:black; width:100%; height:100%; z-index:2100; filter:alpha(opacity=20);-moz-opacity:0.2;-khtml-opacity: 0.2;opacity: 0.2;}


/* modal messenger */
.modal-msg{font-size:12px; display:block; float:left; width:500px; background:url("../img/feature_light_box.jpg") repeat-x 0 0; padding:10px 20px 10px 20px; border:3px solid #55AEDC; position:absolute; top:0; left:0;z-index:3200;}
.modal-msg a.closeBtn{padding:3px 6px; float:right;color:#75c0e0;text-transform:uppercase;font-weight:bold;}
.modal-msg h3.title{color:#75c0e0; text-transform:uppercase; font-weight:bold; font-size:26px; margin: 30px 0 10px 0;}
.modal-msg h4.subtitle{color:#75c0e0; text-transform:uppercase; font-weight:bold; font-size:18px; margin: 0 0 15px 0;}
.modal-msg p{margin:0 0 15px 0;}

.shadow {
	-moz-box-shadow: 0 0 16px #777;
	-webkit-box-shadow: 0 0 16px #777;
	box-shadow: 0 0 16px #777;
}

.shadowie {
    -moz-box-shadow: 0 0 16px #777;
    -webkit-box-shadow: 0 0 16px #777;
    box-shadow: 0 0 16px #777;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=6, Color='#777777')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Glow(Strength=6, Color='#777777');
}


/* quick previews */
.quick-preview{background-color:#ededed; display:block; position:absolute; z-index:4200; border:1px solid white; padding:5px;}















 
