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

.color_light_bg {
  background: #ffec91;
}

.color_medium_bg {
  background: #f3c100;
}

.color_dark_bg {
  background: #e9aa00;
}

.edit_container {
  max-width: 780px;
}

.list_table tbody tr:hover {
  background: #fff8a1 !important;  
}

/* Overridden css: ullCore / taskcenter.css - formats */
 
#tc_wrapper a:visited {
  color: #e9aa00;
  font-weight: bold;
}

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

a:visited {
  color: #e08200;
}

/* End of overridden css */

.location_header {
  width: 17em;
}


.list_table tbody a {
  color: #777475;
  font-weight: bold;
}

.email_icon {
  background: #f99900;
  width: 15px;
  height: 11px;
}


/* phone sidebar */


#sidebar_ull_phone form {
  margin-top: 1em; 
}


/* orgchart */

.ull_orgchart_list_action_buttons{
  width: 100%;
  height: 3.6em;
  margin: 0;
  padding: 0;
  background: none repeat scroll 0 0 #FFEC91;
}


.ull_orgchart_list_action_buttons > .ull_orgchart_list_action_buttons_zoom{
  margin: 1.1em 0 0em 2em;
}

.ull_orgchart_list_action_buttons > div{
  margin: 1.1em 0 0em 0.8em;
}

#ull_orgchart_zoom_slider{
width: 14em;
margin: 1.1em 0 0em 0.5em;
}

div.ull_orgchart{
	font-size: 0.8em;
	margin-top: 1em;
	
}

.ull_orgchart > table
{
  width: 100%;
}

.ull_orgchart table
{
  margin: 0 auto;
  border-collapse: collapse;
}

.ull_orgchart_arrow {
  text-align: center;
  font-size: 3.2em;
  font-weight: bolder;
  margin-bottom: 0.32em;
  margin-top: 0.15em;
}

.ull_orgchart_arrow a:hover {
  text-decoration: none;
  border: solid thin;
}

.ull_orgchart_box_head {
  border: 3px solid black;
  -moz-border-radius:8px 8px 8px 8px;
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  border-radius: 8px 8px 8px 8px;
  width: 20em;
  height: 9em;
  margin: 0 auto;
  padding: .5em;
  overflow: hidden;
}

.ull_orgchart_box_head img.ull_orgchart_photo {
  height: 8em;
}

.ull_orgchart_box_subordinate {
  border: 3px solid black;
  -moz-border-radius:8px 8px 8px 8px;
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  border-radius: 8px 8px 8px 8px;
  width: 16em;
  height: 7em;
  margin: 0 auto;
  padding: .5em;
  overflow: hidden;
}



.ull_orgchart_box_subordinate img.ull_orgchart_photo {
  height: 7em;
}

.ull_orgchart_box_assistant {
  border: 3px solid black;
  -moz-border-radius:65px;
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  border-radius: 65px;
  width: 13.6em;
  height: 7em;
  margin: 0 auto;
  padding: 1.7em;
  overflow: hidden;
}

.ull_orgchart_box_assistant img.ull_orgchart_photo {
  height: 7em;
}

.ull_orgchart_box_subordinate_placeholder {
	border: 3px solid white;
  width: 16em;
  height: 7em;
  margin: 0 auto;
  padding: .5em;
}

.ull_orgchart_box_assistant_placeholder {
  border: 3px solid white;
  width: 13.6em;
  height: 7em;
  margin: 0 auto;
  padding: 1.7em;
  overflow: hidden;
}

.ull_orgchart_box_list {
  margin: 0;
  list-style: none; 
}

.ull_orgchart_box_list li {
  margin: 0;
  padding: 0;
}

.ull_orgchart_spacer_row {
  height: 3em; 
}

.ull_orgchart_spacer_row_thin {
  height: 1em; 
}

.ull_orgchart_spacer_row_broad {
  height: 5em; 
}

.ull_orgchart_spacer_in_between {
  width: 3em;
}

.ull_orgchart_border_top {
  border-top: .19em solid black !important;
}

.ull_orgchart_single_row_sub_superior_border {
  border-bottom: .19em solid black !important;
  width: 8.6em;
  height: 3em;
  margin: 0;
  padding: 0;
}

.ull_orgchart_sub_superiors_row_td {
  padding: 0 1em;
  vertical-align: top;  
}

.ull_orgchart_border_bottom {
  border-bottom: .19em solid black !important ;
}

.ull_orgchart_border_double_bottom {
  border-bottom: .2em solid black !important ;
}

.ull_orgchart_border_right {
  border-right: .2em solid black !important;
}

.ull_orgchart_border_left {
  border-left: .2em solid black !important;
}

tr.ull_orgchart_sub_superiors > td > table > tbody > tr.ull_orgchart_spacer_row > td {
  width: 10em;
}

.ull_orgchart_boxes_row {
  height: 4.25em;
}

.ull_orgchart_boxes_second_row {
  height: 4.25em;
}


/*
 * ************************************************
 *  Printout settings
 * ************************************************
 */
 
@media print {
  
  .ull_orgchart_arrow {
    display: none;
  }
  
  .location_header_cell {
    border: 0.3em solid #adafb0;
  }
  
  .location_header_map {
    display: none;
  }
  
  .col_email_header {
    visibility: collapse; 
  }
}

