/*
 * ************************************************
 *  ullFlow styles
 * ************************************************
 */
 
 /* Overridden css: ullCore / main.css - formats */

.color_light_bg {
  background: #E1EAEF;
}

.color_medium_bg {
  background: #98C0D3;
}

.color_dark_bg {
  background: #4494B2;
}

.list_table tbody tr:hover {
  background: #E1EAEF;  
}

/* Overridden css: ullCore / taskcenter.css - formats */
 
#tc_wrapper a:visited {
  color: #055b7c;
}

/* Overridden css: ullCore / common.css - formats */
 
a {
  color: #055b7c;
}

a:visited {
  color: #0685b5;
}

/* End of overridden css */
 
 #ull_flow_edit_header h1 {
  font-weight: normal;
  margin-bottom: 0.2em;
 }
 
 #ull_flow_edit_header_list_container {
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
  color: #676767;
  max-width: 780px;
  margin-bottom: 1em;
 }
 
 .ull_flow_edit_header_list {
  list-style-type: none;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  margin: 0;
 }
 
 .ull_flow_edit_header_list li {
  margin: 0;
  padding-left: 8px;
  padding-bottom: 0.1em;
 }
 
/* styles for the upload dialog */

table.ull_flow_upload {
  border-collapse:  collapse;
  border:           1px solid #888888;
  margin-bottom:    .5em;
 }
 
.ull_flow_upload th {
  color:            black;
  background:       #DDDDDD;
  border:           1px solid #AAAAAA;
  padding:          .2em .5em;
} 

.ull_flow_upload td {
  border:           1px dashed #AAAAAA;
  padding:          .2em .5em;
}

.ull_flow_upload tr {
  background:       white;
}

.ull_flow_upload tbody tr:hover {
  background:       #ffe4b9;  
} 


/* styles for the information update fieldtype */
.ull_flow_fieldtype_information_update {
  max-height: 250px;
  width:      32.75em; 
  overflow:   auto; 
  border:     1px solid silver; 
  padding:    .1em; 
  margin-bottom: 1em;
  background-color: #eeeeee;
}

