/******************************************************************************
 * common
 ******************************************************************************/
FORM {
  margin: 0px 0px 0px 0px;
}

/******************************************************************************
 * iOS facade specific
 ******************************************************************************/
.main_header {
  font-family: verdana;
  font-weight: bold;
  font-size  : 14px;
  color      : black;
} 
 
.bubble_text {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : black;
  
  margin: 2px 2px 10px 2px;
}

.login_error_box {
  border-width: 1px 0px 1px 0px;
  border-color: #c0c0c0;
  border-style: dotted;
  
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
} 

/**************************************
 * iOS tree menu
 **************************************/ 
 
/******************
 * level 0
 ******************/
.node_0 {
  font-family: verdana;
  font-weight: bold;
  font-size  : 12px;
  color      : black;
}

.margin_0 {
  margin-left: 0px;  
}

.leaf_0 {
  font-family: verdana;
  font-weight: normal;
  font-size  : 11px;
  color      : blue;
  
  padding: 0px 2px 0px 2px;
}

/******************
 * level 1
 ******************/
.node_1 {
  font-family: verdana;
  font-weight: bold;
  font-size  : 11px;
  color      : #303030;
  
  margin-top   : 2px;
  margin-bottom: 2px;
  
  padding: 2px 0px 2px 2px;
}

.margin_1 {
  margin-left  : 6px;
  margin-bottom: 5px;
  
  padding-top   : 2px;
  padding-left  : 6px;
  padding-bottom: 2px;
}

.leaf_1 {
  font-family: verdana;
  font-weight: normal;
  font-size  : 11px;
  color      : blue;
  
  padding: 1px 2px 1px 2px;
}

/******************************************************************************
 * common gui controls
 ******************************************************************************/
.gui_button {
  border-width: 1px 2px 2px 1px;
  border-color: #003C82;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #FFF8DF;
  background : #2065AF;
  
  padding: 0px 1px 0px 1px;
}

.gui_button_over {
  border-width: 1px 2px 2px 1px;
  border-color: #003C82;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #2065AF;
  background : #FFF8DF;
  
  padding: 0px 1px 0px 1px;
}

.gui_button_disabled {
  border-width: 1px 2px 2px 1px;
  
  border-top-color: #d0d0d0;
  border-left-color: #d0d0d0;
  border-right-color: #b0b0b0;
  border-bottom-color: #b0b0b0;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #b0b0b0;
  background : #D6DCE6;
  
  padding: 0px 1px 0px 1px;
}

.gui_t_button_on {
  border-width: 1px 1px 1px 1px;
  
  border-top-color: #202020;
  border-left-color: #202020;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  
  border-style: solid;

  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : #d8d8d8;
  background-image : url(/public/_common_look/ios/resource/images/trigger_on.gif);
  background-position: 1px 1px;
  background-repeat: no-repeat;
  
  padding: 0px 2px 0px 14px;
}

.gui_t_button_on_disabled {
  border-width: 1px 1px 1px 1px;
  
  border-top-color: #202020;
  border-left-color: #202020;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  
  border-style: solid;

  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #808080;
  background : #d8d8d8;
  background-image : url(/public/_common_look/ios/resource/images/trigger_on.gif);
  background-position: 1px 1px;
  background-repeat: no-repeat;
  
  padding: 0px 2px 0px 14px;
}

.gui_t_button_off {
  border-width: 1px 1px 1px 1px;
  
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #202020;
  border-bottom-color: #202020;
  
  border-style: solid;

  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : #d8d8d8;
  background-image : url(/public/_common_look/ios/resource/images/trigger_off.gif);
  background-position: 1px 1px;
  background-repeat: no-repeat;
  
  padding: 0px 2px 0px 14px;
}

.gui_t_button_off_disabled {
  border-width: 1px 1px 1px 1px;
  
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #202020;
  border-bottom-color: #202020;
  
  border-style: solid;

  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #808080;
  background : #d8d8d8;
  background-image : url(/public/_common_look/ios/resource/images/trigger_off.gif);
  background-position: 1px 1px;
  background-repeat: no-repeat;
  
  padding: 0px 2px 0px 14px;
}

.gui_input {
  border-width: 1 1 1 1;
  border-color: #003D82;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #003D82;
}

.gui_input_not_editable {
  border-width: 1 1 1 1;
  border-color: #003D82;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #003D82;
  background : white;
}

.gui_input_disabled {
  border-width: 1 1 1 1;
  border-color: #003D82;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #003D82;
}

.gui_input_no_border {
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #003D82;
}

.gui_input_no_border_disabled {
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #003D82;
}

.gui_error {
  border-width: 1 1 1 1;
  border-color: red;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 11px;
  color      : red;
}

.gui_error_no_border {
  font-family: verdana;
  font-weight: normal;
  font-size  : 11px;
  color      : red;
}

.gui_button_no_border {
  border-width: 0 0 0 0;
  border-color: #606060;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 11px;
  color      : black;
}

.gui_button_no_border_disabled {
  border-width: 0 0 0 0;
  border-color: #606060;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 11px;
  color      : #bababa;
  background : #d0d0d0;
}

/******************************************************************************
 * plain text component
 ******************************************************************************/
.gui_plain_text {
  border-width: 1 1 1 1;
  border-color: #606060;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #4040a0;
  background : white;
  
  padding: 10px 10px 10px 10px;
}

.gui_plain_text_disabled {
  border-width: 1 1 1 1;
  border-color: #808080;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #808080;
  background : #e0e0e0;
  
  padding: 10px 10px 10px 10px;
}

/******************************************************************************
 * page container component
 ******************************************************************************/
.gui_page_container {
  border-width: 1 1 1 1;
  
  border-top-color: #d0d0d0;
  border-left-color: #d0d0d0;
  border-right-color: #909090;
  border-bottom-color: #909090;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #4040a0;
  background : white;
  
  padding: 2px 2px 2px 2px;
}

.gui_page_container_disabled {
  border-width: 1 1 1 1;
  
  border-top-color: #d0d0d0;
  border-left-color: #d0d0d0;
  border-right-color: #b0b0b0;
  border-bottom-color: #b0b0b0;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #808080;
  background : #e0e0e0;
  
  padding: 2px 2px 2px 2px;
}

/******************************************************************************
 * alert
 ******************************************************************************/
.gui_alert_text {
  border: 1px solid #FFF8DF;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 13px;
  color      : #003C82;
  background : #FFF8DF;
}

.gui_alert_text_disabled {
  border: 1px solid #E6F1F7;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 13px;
  color      : black;
  background : #E6F1F7;
}

.gui_alert_text_not editable {
  border: 1px solid #E6F1F7;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 13px;
  color      : black;
  background : #E6F1F7;
}

/******************************************************************************
 * form
 ******************************************************************************/
.gui_form {
  border-width: 1px;
	border-style: solid;
	border-color: #dedede;
}

.gui_form_disabled {
  border-width: 1px;
	border-style: solid;
	border-color: #e0e0e0;
}
 
.gui_form_title {
  height: 20px;
	color: #003C82;
	background-color: #FFEBAF;
	font-family: tahoma, Helvetica;
	font-size: 15px;
	font-weight: normal;
}

.gui_form_title_disabled {
  height: 20px;
	color: #a0a0a0;
	background-color: #ededed;
	font-family: tahoma, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.gui_form_controls {
  font-family: Tahoma,Verdana;
  font-size : 11px;
  font-weight: bold;
  color : white;
  padding-left-value: 5px;
  margin-top: 8px;
}
                              
.gui_form_controls_disabled {
  font-family: Tahoma,Verdana;
  font-size: 11px;
  font-weight: bold;
  color: white;
  padding-left-value: 5px;
  margin-top: 8px;
}

.gui_control, .gui_control_over {
  border-width: 0 0 0 0;
  border-color: #800080;
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 12px;
  background : #FFEBAF;
  color      : #003C82;
}

.gui_control_disabled {
  border-width: 0 0 0 0;
  border-color: #800080;
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #a0a0a0;
  background : #d0d0d0;
}

.gui_form_toolbar {
  border-width: 0 0 0 0;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : #fafafa;
  
  text-align : left;
}

.gui_form_toolbar_disabled {
  border-width: 0 0 0 0;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : #d0d0d0;
  
  text-align : left;
}

.gui_form_content {
  border-width: 0 0 0 0;
  border-color: #638CCE;
  border-style: solid;
  
  padding: 5px 5px 5px 5px;
  
  background : #fafafa;
}

.gui_form_content_disabled {
  padding: 2px 2px 2px 2px;
  
  background : #fafafa;
}

.gui_form_default_action, .gui_form_default_action_disabled {
  border-width: 0 0 1 0;
  border-color: #CECECE;
  border-style: solid;
  
  width:  0px;
  height: 0px;

  background = white;
}

/******************************************************************************
 * dialog
 ******************************************************************************/
.gui_dialog {
  border-width: 4 4 4 4;
  border-color: #FEC200;
  border-style: solid;
} 

.gui_dialog_disabled {
  border-width: 4 4 4 4;
  border-color: #cacaca;
  border-style: solid;
}
 
.gui_dialog_title {
  font-family: verdana;
  font-weight: bold;
  font-size  : 12px;
  color      : #003C82;
  background : #FFEBAF;
  
  padding: 4px 4px 4px 4px;
  
  text-align : left;
}

.gui_dialog_title_disabled {
  font-family: verdana;
  font-weight: bold;
  font-size  : 11px;
  color      : #a0a0a0;
  background : #d0d0d0;
  
  padding: 4px 4px 4px 4px;
  
  text-align : left;
}

.gui_dialog_content {
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #003C82;  
  background : #FFF8DF;
  
  padding: 10px 10px 10px 10px;
  
  text-align : left;
}

.gui_dialog_content_disabled {
  font-family: verdana;
  font-weight: normal;
  font-size  : 11px;
  color      : #707070;
  background : #e0e0e0;
  
  padding: 10px 10px 10px 10px;
  
  text-align : left;
}

/******************************************************************************
 * panel
 ******************************************************************************/
.gui_panel_title {
  border-width: 1 1 1 1;
  border-color: #dedede;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #606060;
  background : #dedede;

  text-align : left;
}

.gui_panel_title_disabled {
  border-width: 1 1 1 1;
  border-color: #dedede;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #707070;
  background : #dedede;
  
  text-align : left;
}

.gui_panel_content {
  border-width: 0 1 1 1;
  border-color: #dedede;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;  
  background : #f0f0f0;
  
  margin: 2px 2px 2px 2px;
  padding: 4px 4px 4px 4px;
  
  text-align : left;
}

.gui_panel_content_disabled {
  border-width: 0 1 1 1;
  border-color: #dedede;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #707070;
  background : #eaeaea;
  
  margin: 2px 2px 2px 2px;
  padding: 4px 4px 4px 4px;
  
  text-align : left;
}

.gui_simple_panel_content {
  border-width: 1 2 2 1;
  border-color: #FFEBAF;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #003C82;
  background : #FFF8DF;

  margin: 2px 2px 2px 2px;
  padding: 4px 4px 4px 4px;
  
  text-align : left;
}

.gui_simple_panel_content_disabled {
  border-width: 1 2 2 1;
  border-color: #FFEBAF;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 12px;
  color      : #003C82;
  background : #EFECE0;
  
  margin: 2px 2px 2px 2px;
  padding: 4px 4px 4px 4px;
  
  text-align : left;
}

/******************************************************************************
 * tab panel
 ******************************************************************************/
.gui_tab_content_left {
  border-width: 1 1 1 0;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : black;
  background : white;
  padding    : 4px 4px 4px 4px;
}

.gui_tab_content_right {
  border-width: 1 0 1 1;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : black;
  background : white;
  padding    : 4px 4px 4px 4px;
}

.gui_tab_content_top {
  border-width: 0 1 1 1;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : black;
  background : white;
  padding    : 4px 4px 4px 4px;
}

.gui_tab_content_bottom {
  border-width: 1 1 0 1;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : black;
  background : white;
  padding    : 4px 4px 4px 4px;
}

.gui_tab_button {
  border-width: 1 1 1 1;
  border-color: #b0b0b0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : #b0b0b0;
  
  padding: 0px 2px 0px 2px;
}

.gui_tab_button_over {
  border-width: 1 1 1 1;
  border-color: #b0b0b0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #f0f0f0;
  background : #b0b0b0;
  
  padding: 0px 2px 0px 2px;
}

.gui_tab_button_disabled {
  border-width: 1 1 1 1;
  border-color: #b0b0b0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #808080;
  background : #b0b0b0;
  
  padding: 0px 2px 0px 2px;
}

.gui_tab_button_selected, 
.gui_tab_button_selected_over {
  border-width: 1 1 1 1;
  border-color: white;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : white;
  
  padding: 0px 2px 0px 2px;
}

.gui_tab_button_selected_disabled {
  border-width: 1 1 1 1;
  border-color: white;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #808080;
  background : white;
  
  padding: 0px 2px 0px 2px;
}

.gui_tab_cell_top {
  border-width: 1 1 1 1;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : #b0b0b0;
}

.gui_tab_cell_selected_top {
  border-width: 1 1 1 1;
  border-color: black;
  border-bottom-color: white;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : white;
}

.gui_tab_cell_delimiter_top {
  border-width: 0 0 1 0;
  border-color: black;
  border-style: solid;
}

.gui_tab_cell_bottom {
  border-width: 1 1 1 1;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : #b0b0b0;
}

.gui_tab_cell_selected_bottom {
  border-width: 1 1 1 1;
  border-color: black;
  border-top-color: white;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : white;
}

.gui_tab_cell_delimiter_bottom {
  border-width: 1 0 0 0;
  border-color: black;
  border-style: solid;
}

.gui_tab_cell_left {
  border-width: 1 1 1 1;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : #b0b0b0;
}

.gui_tab_cell_selected_left {
  border-width: 1 1 1 1;
  border-color: black;
  border-right-color: white;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : white;
}

.gui_tab_cell_delimiter_left {
  border-width: 0 1 0 0;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 5px;
}

.gui_tab_cell_right {
  border-width: 1 1 1 1;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : #b0b0b0;
}

.gui_tab_cell_selected_right {
  border-width: 1 1 1 1;
  border-color: black;
  border-left-color: white;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : black;
  background : white;
}

.gui_tab_cell_delimiter_right {
  border-width: 0 0 0 1;
  border-color: black;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 5px;
}

/******************************************************************************
 * grid - default
 ******************************************************************************/
.gui_grid_table {
  border-width: 1 1 1 1;
  border-color: #a0a0b6;
  border-style: solid;

  cursor: default;
}

.gui_grid_table_disabled {
  border-width: 1 1 1 1;
  border-color: #c0c0c0;
  border-style: solid;
  
}

.gui_grid_table_not_editable {
  border-width: 1 1 1 1;
  border-color: #a0a0b6;
  border-style: solid;

  cursor: default;
}

.gui_grid_title {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : white;
  background : #a0a0b6;
}

.gui_grid_title_disabled {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #e0e0e0;
  background : #b0b0b0;
}

.gui_grid_title_not_editable {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : white;
  background : #a0a0b6;
}

.gui_grid_toolbar {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;

  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
  background : #B9C8E7;
}

.gui_grid_toolbar_disabled {
  border-width: 1 1 1 1;
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
  border-style: solid;

  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #a0a0a0;
  background : #e0e0e0;
}

.gui_grid_toolbar_not_editable {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;

  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.gui_grid_header {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #606060;
  background : #B9C8E7;
}

.gui_grid_header_disabled {
  border-width: 1 1 1 1;
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #c0c0c0;
  background : #e0e0e0;
}

.gui_grid_header_not_editable {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.gui_grid_header_over {
  border-width: 1 1 1 1;
  border-color: #d0d0d0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.gui_grid_header_text {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
}

.gui_grid_header_text_disabled {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #b0b0b0;
}

.gui_grid_header_text_not_editable {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
}

.gui_grid_row_number {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
  background : #B9C8E7;
}

.gui_grid_row_number_disabled {
  border-width: 1 1 1 1;
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #b0b0b0;
  background : #e0e0e0;
}

.gui_grid_row_number_not_editable {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.gui_grid_cell {
  border-width: 0 1 1 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0; 
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #404040;
  background : white;
}

.gui_grid_cell_disabled {
  border-width: 0 1 1 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0; 
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #b0b0b0;
  background : #e0e0e0;
}

.gui_grid_cell_not_editable {
  border-width: 0 1 1 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0; 
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #404040;
  background : #f0f0f0;
}

.gui_grid_cell_selected {
  border-width: 0 1 1 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0; 
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : white;
  background : #6A90CF;
}

.gui_grid_cell_selected_disabled {
  border-width: 0 1 1 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0; 
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #f0f0f0;
  background : #b0b0b0;
}

.gui_grid_cell_selected_not_editable {
  border-width: 0 1 1 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0; 
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #white;
  background : #808080;
}

.gui_grid_cell_over {
  border-width: 0 1 1 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0; 
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #404040;
  background : #ffffc0;
}

.gui_grid_cell_selected_over {
  border-width: 0 1 1 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #ffffc0;
  background : #275EB8;
}

/******************************************************************************
 * grid_list - custom grid style usually used for grids bound to ClientGridDataModels
 ******************************************************************************/
.grid_list_table {
  border-width: 1 1 1 1;
  border-color: #808080;
  border-style: solid;
    
  cursor: default;
}

.grid_list_table_disabled {
  border-width: 1 1 1 1;
  border-color: #c0c0c0;
  border-style: solid;
}

.grid_list_table_not_editable {
  border-width: 1 1 1 1;
  border-color: #808080;
  border-style: solid;
    
  cursor: default;
}

.grid_list_title {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : white;
  background : #a0a0b6;
}

.grid_list_title_disabled {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #e0e0e0;
  background : #b0b0b0;
}

.grid_list_title_not_editable {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : white;
  background : #a0a0b6;
}

.grid_list_toolbar {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;

  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.grid_list_toolbar_disabled {
  border-width: 1 1 1 1;
  
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
  
  border-style: solid;

  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #a0a0a0;
  background : #e0e0e0;
}

.grid_list_toolbar_not_editable {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;

  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.grid_list_header {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.grid_list_header_disabled {
  border-width: 1 1 1 1;
  
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #c0c0c0;
  background : #e0e0e0;
}

.grid_list_header_not_editable {
  border-width: 1 1 1 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.grid_list_header_over {
  border-width: 1 1 1 1;
  border-color: #d0d0d0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.grid_list_header_text {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
}

.grid_list_header_text_disabled {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #b0b0b0;
}

.grid_list_header_text_not_editable {
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
}

.grid_list_row_number {
  border-width: 0 1 0 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.grid_list_row_number_disabled {
  border-width: 0 1 0 1;
  
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #b0b0b0;
  background : #e0e0e0;
}

.grid_list_row_number_not_editable {
  border-width: 0 1 0 1;
  
  border-top-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-right-color: #808080;
  border-bottom-color: #808080;
  
  border-style: solid;
  
  font-family: verdana;
  font-weight: bold;
  font-size  : 10px;
  color      : #606060;
  background : #d0d0d0;
}

.grid_list_cell {
  border-width: 0 1 0 0;
  padding     : 2 3 2 3;
  border-color: #e0e0e0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #404040;
  background : white;
}

.grid_list_cell_disabled {
  border-width: 0 1 0 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #b0b0b0;
  background : #e0e0e0;
}

.grid_list_cell_not_editable {
  border-width: 0 1 0 0;
  padding     : 2 3 2 3;
  border-color: #e0e0e0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #404040;
  background : #f0f0f0;
}

.grid_list_cell_selected {
  border-width: 0 1 0 0;
  padding     : 2 3 2 3;
  border-color: #e0e0e0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : white;
  background : #800080;
}

.grid_list_cell_selected_disabled {
  border-width: 0 1 0 0;
  padding     : 2 3 2 3;
  border-color: #d0d0d0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #f0f0f0;
  background : #b0b0b0;
}

.grid_list_cell_selected_not_editable {
  border-width: 0 1 0 0;
  padding     : 2 3 2 3;
  border-color: #e0e0e0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : white;
  background : #808080;
}

.grid_list_cell_over {
  border-width: 0 1 0 0;
  padding     : 2 3 2 3;
  border-color: #e0e0e0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #404040;
  background : #ffffc0;
}

.grid_list_cell_selected_over {
  border-width: 0 1 0 0;
  padding     : 2 3 2 3;
  border-color: #e0e0e0;
  border-style: solid;
  
  font-family: verdana;
  font-weight: normal;
  font-size  : 10px;
  color      : #ffffc0;
  background : #800080;
}

/******************************************************************************
 * TD
 ******************************************************************************/

TD
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size   : 12px;
	padding     : 6px 8px 6px 8px ;  
	color      : #003C82;
}	

.bold_td 
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size   : 12px;
  font-weight: bold;
	padding     : 6px 8px 6px 8px ;
	color      : #003C82;
}	

a
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size   : 12px;
	color      : #003C82;
}	

a.logo
{
	text-decoration:none;
}

ul
{
	list-style-type: disc;
}	

.form_title
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size   : 18px;
  font-weight: bold;
	padding     : 6px 8px 6px 8px ;
	color      : #003C82;
/*  border-bottom: 1px solid #FFEBAF; */
  background:#E1F4F9;
}	

.form_menu
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size   : 12px;
	color      : #003C82;
	background  : white;
/*  background-image: url('/public/_common_look/sigov/resource/images/logo/menu.gif'); */
  line-height: 130%;
  width: 200px;  
/*  border-right: 1px solid #FFEBAF */

}	

