.ivr_dialog_title
{
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-bottom: solid 1px black;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    background-color: #0e2ca3;
}

.ivr_dialog_buttons
{
    border-top: solid 1px black;
    width: 100%;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #cad3fb;
    margin-top: auto;
    bottom: 0px;
}

.ivr_dialog_content
{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    max-height: 600px;
    width: 600px;
    overflow-y: auto;
}

.ivr_component
{
    font-size: 9px;
    font-family: tahoma;
}

.ivr_component_header
{
    position: absolute;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #c0c0c0;
    max-height: 28px;
    padding-bottom: 1px;
    background-image: url(/apps/frontend/skins/blue/images/ivr_header.png);
}

.ivr_component_header_com
{
    position: absolute;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #c0c0c0;
    max-height: 28px;
    padding-bottom: 1px;
    background-image: url(/apps/frontend/skins/blue/images/ivr_header_com.png);
    background-repeat: no-repeat;
}

.ivr_component_header_com_ses
{
    position: absolute;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #c0c0c0;
    max-height: 28px;
    padding-bottom: 1px;
    background-image: url(/apps/frontend/skins/blue/images/ivr_header_com_ses.png);
    background-repeat: no-repeat;
}

.ivr_component_header_ses
{
    position: absolute;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #c0c0c0;
    max-height: 28px;
    padding-bottom: 1px;
    background-image: url(/apps/frontend/skins/blue/images/ivr_header_ses.png);
    background-repeat: no-repeat;
}

.ivr_component_footer
{
    position: absolute;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    border-top: solid 1px #c0c0c0;
    height: 12px;
}

.ivr_component_start
{
    border: solid 1px black;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}

.ivr_component_menu
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_menu_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_playback
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_playback_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_read
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_read_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_set
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_set_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_compare
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_compare_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_switch
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_switch_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_dial
{
    border: solid 1px black;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}
.ivr_component_dial_selected
{
    border: solid 1px red;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;

}

.ivr_component_conference
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_conference_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_centrex
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_centrex_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}


.ivr_component_mode_activate
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mode_activate_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mode_check
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mode_ckeck_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mode_deactivate
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mode_deactivate_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mode_menu
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mode_menu_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mode_set
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mode_set_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}


.ivr_component_mass_dial_on_demand
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_mass_dial_on_demand_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_agent_dnd
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_agent_dnd_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}


.ivr_component_entry_limit
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_entry_limit_seleced
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_entry_limit_check
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_entry_limit_check_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_entry_limit_increment
{
	border: solid 1px black;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_entry_limit_increment_selected
{
	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_extension
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_extension_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_prepaid
{
    border: solid 1px black;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}

.ivr_component_prepaid_selected
{
    border: solid 1px red;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;

}

.ivr_component_queue
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_queue_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_agent_login
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}
.ivr_component_agent_login_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_agent_logout
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_agent_logout_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_agent_state
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_agent_state_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_record
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_record_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}
.ivr_component_database
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_database_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_hangup
{
    border: solid 1px black;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}

.ivr_component_hangup_selected
{
    border: solid 1px red;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}

.ivr_component_exit
{
    border: solid 1px black;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}

.ivr_component_exit_selected
{
    border: solid 1px red;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}
.ivr_component_node
{
    border: solid 1px black;
    background-color: white;
    z-index: 998;
    cursor: default;
}

.ivr_component_node_input
{
    background-image: url(../images/ivr_node_in.png);
    background-repeat: no-repeat;
}

.ivr_component_node_output
{
    background-image: url(../images/ivr_node_out.png);
    background-repeat: no-repeat;
}

.ivr_component_node_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 998;
    cursor: default;
}
.ivr_line_horz
{
    background-image: url(../images/ivr_line_horz.gif);
    background-repeat: repeat-x;
    cursor: move;
    z-index: 998;
}

.ivr_line_vert
{
    background-image: url(../images/ivr_line_vert.gif);
    background-repeat: repeat-y;
    cursor: move;
    z-index: 998;
}

.ivr_line_horz_selected
{
    background-image: url(../images/ivr_line_horz_selected.gif);
    background-repeat: repeat-x;
    cursor: move;
    z-index: 2000;
}

.ivr_line_vert_selected
{
    background-image: url(../images/ivr_line_vert_selected.gif);
    background-repeat: repeat-y;
    cursor: move;
    z-index: 2000;
}

.ivr_mouse_crosshair
{
    z-index: 1000;
}

.ivr_selection_rectangle
{
    z-index: 1000;
    border: dashed 1px black;	
}

.ivr_mouse_crosshair_horz
{
    width: 1px;
    background-image: url(../images/ivr_crosshair_horz.gif);
    background-repeat: repeat-x;
}

.ivr_mouse_crosshair_vert
{
    height: 1px;
    background-image: url(../images/ivr_crosshair_vert.gif);
    background-repeat: repeat-y;
}
#ivr_edit_menu_table .left_column
{
    width: 80px;
}

#ivr_edit_menu_table .right_column
{
    width: 490px;
}

#ivr_edit_menu_playback_table
{
    width: 500px;
}

#ivr_edit_menu_playback_table .left_column
{
    width: 50px;
}

#ivr_edit_menu_playback_table .right_column
{
    width: 450px;
}

#ivr_menu_tabs
{
    text-align: center;
}

.ivr_nodes_list
{
    overflow-y: auto;
}

.ivr_nodes_table
{
    width: 100%;
    text-align: center;
}

.ivr_nodes_table .exten
{
    width: 300px;
}

.ivr_nodes_table .position
{
    width: 100px;
}
.ivr_nodes_table .commands
{
    width: 100px;
}

.ivr_playback_items
{
    overflow-y: auto;
}

.ivr_playback_items_table
{
    width: 100%;
    text-align: center;
}

.ivr_playback_items_table .index
{
    width: 25px;
}

.ivr_playback_items_table .type
{
    width: 90px;
}

.ivr_playback_items_table .position
{
    width: 75px;
}

.ivr_playback_items_table .commands
{
    width: 75px;
}

#ivr_edit_playback_table .left_column
{
    width: 75px;
}

#ivr_edit_playback_table .right_column
{
    width: 490px;
}

#ivr_edit_playback_item_table .left_column
{
    width: 75px;
}

#ivr_edit_playback_item_table .right_column
{
    width: 490px;
}

#ivr_edit_node_item_table .left_column
{
    width: 75px;
}

#ivr_edit_node_item_table .right_column
{
    width: 490px;
}

#ivr_edit_playback_table .left_column
{
    width: 150px;
}

#ivr_edit_playback_table .right_column
{
    width: 415px;
}

#ivr_edit_set_table .left_column
{
    width: 75px;
}

#ivr_edit_set_table .right_column
{
    width: 490px;
}

#ivr_edit_common_compare_table .left_column
{
    width: 75px;
}

#ivr_edit_common_compare_table .right_column
{
    width: 495px;
}

table[id^="ivr_compare_time_settings"]
{
    font-weight: bold;
}

table[id^="ivr_compare_time_settings"] .left_column
{
    width: 188px;
}
table[id^="ivr_compare_time_settings"] .middle_column
{
    width: 188px;
}

table[id^="ivr_compare_time_settings"] .right_column
{
    width: 188px;
}

#ivr_edit_compare_table
{
    text-align: center;
}

#ivr_edit_compare_table .left_column
{
    width: 230px;
    text-align: center;
}
#ivr_edit_compare_table .middle_column
{
    width: 105px;
    text-align: center;	
}

#ivr_edit_compare_table .right_column
{
    width: 230px;
    text-align: center;	
}

#ivr_edit_switch_table .left_column
{
    width: 80px;
}

#ivr_edit_switch_table .right_column
{
    width: 490px;
}

#ivr_edit_compare_table .right_column
{
    width: 230px;
    text-align: center;	
}

#ivr_edit_dial_table .left_column
{
	width: 100px;
}

#ivr_edit_dial_table .right_column
{
	width: 465px;
}

#ivr_edit_dial_table .left_column
{
	width: 100px;
}

#ivr_edit_dial_table .right_column
{
	width: 465px;
}

#ivr_edit_dial_rulesets_table .left_column
{
	width: 230px;
}

#ivr_edit_dial_rulesets_table .right_column
{
	width: 235px;
}

#ivr_edit_extension_table .left_column
{
	width: 100px;
}

#ivr_edit_extension_table .right_column
{
	width: 465px;
}

#ivr_edit_extension_table .left_column
{
	width: 100px;
}

#ivr_edit_extension_table .right_column
{
	width: 465px;
}

#ivr_edit_extension_rulesets_table .left_column
{
	width: 230px;
}

#ivr_edit_extension_rulesets_table .right_column
{
	width: 235px;
}

#ivr_edit_queue_table .left_column
{
    width: 75px;
}

#ivr_edit_queue_table .right_column
{
    width: 490px;
}

#ivr_edit_hangup_table .left_column
{
    width: 75px;
}

#ivr_edit_hangup_table .right_column
{
    width: 490px;
}

#ivr_form_table .left_header
{
    width: 60px;
}

#ivr_form_table .left_column
{
    width: 180px;
}

#ivr_form_table .right_header
{
    width: 110px;
}

#ivr_form_table .right_column
{
    width: 215px;
}

#ivr_main_toolbar
{
    width: 154px;
    margin-left: auto;
    margin-right: auto;
}
.ivr_templates
{
    z-index: 1999;
    width: 66px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: solid 1px black;
    background-color: white;
    font-size: 10px;
}

.ivr_toolbox_header
{
    width: 154px;
    table-layout: fixed;
}

.ivr_toolbox_header
{
    background-color: #0E2CA3;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    height: 23px;
}

.ivr_toolbox_header .title
{
    width: 131px;
}

.ivr_toolbox_header .arrow
{
    width: 23px;
}

.ivr_toolbox_header input
{
    vertical-align: middle;
}

.ivr_toolbox
{
    width: 152px;
    table-layout: fixed;
    border-left: solid 1px #575757;
    border-right: solid 1px #575757;
    border-bottom: solid 1px #575757;
}
.ivr_toolbox .left_column
{
    width: 70px;
    text-align: center;
    padding: 3px 3px 3px 3px;
}

.ivr_toolbox .right_column
{
    width: 70px;
    text-align: center;
    padding: 3px 3px 3px 3px;
}

.ivr_toolbox_separator
{
    width: 100%;
    height: 5px;
}

#ivr_main_panel
{
    width: 5000px;
    height: 5000px;
    z-index: 900;
    cursor: pointer;
}

.ivr_notify
{
    width: 565px;
    background-color: #ededed;
    border: solid 1px black;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.ivr_notify a
{
    font-weight: bold;
}

#ivr_exten_form_table .left_header
{
    width: 60px;
}

#ivr_exten_form_table .left_column
{
    width: 505px;
}
.ivr_internal_table
{
    position: relative;
    width: 565px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
    border-collapse: collapse;
    border-spacing: 0px 0px;
    border-color: #d6d6d6;
    border-style: solid;
    table-layout: fixed;
    background-color: #dfe3ff;
}


.ivr_internal_table .header
{
    background-color: #d6d6d6;
    text-align: center;
}

.ivr_internal_table td
{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
}

.ivr_internal_table td input, select
{
    text-align: center;
}

.ivr_toolbar
{
    position: relative;
    width: 154px;
    table-layout: fixed;
}
.ivr_toolbar .icon
{
    padding-left: 2px;
    padding-right: 2px;
}


.ivr_toolbar .left_column
{
    width: 68px;
    text-align: center;
}

.ivr_toolbar .right_column
{
    width: 86px;
    text-align: center;
}

.ivr_component_menu_keywords_item
{
    margin: 5px 0px 5px 0px;
}

.hint_ivr
{
    width: 500px;
}

.hint_ivr_wide
{
    width: 790px;
}

.ivr_component_start_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}


.ivr_component_on_term
{
    border: solid 1px black;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}

.ivr_component_on_term_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}


.ivr_component_monitor_start
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_monitor_start_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_send_mail
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_send_mail_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_monitor_stop
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_monitor_stop_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_send_file
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_send_file_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_service
{
    border: solid 1px black;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}

.ivr_component_service_selected
{
    border: solid 1px red;
    background-color: #dfe3ff;;
    z-index: 999;
    cursor: move;
    font-weight: bold;
    line-height: 60px;
}

.ivr_component_followme_set
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_followme_set_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_followme_clear
{
    border: solid 1px black;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_followme_clear_selected
{
    border: solid 1px red;
    background-color: white;
    z-index: 999;
    cursor: move;
}

.ivr_component_node_text
{
    overflow: hidden;
    font-size: 8px;
}

#ivr_stats_container
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.ivr_stats_event_title
{
    font-weight: bold;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ivr_stats_event
{
    background-color: white;
    border: solid 1px black;
    width: 200px;
}


.ivr_stats_component
{
    background-color: white;
    border: solid 1px black;
    min-width: 300px;
}

.ivr_stats_component_name
{
    font-weight: bold;
    font-size: 12px;
}

.ivr_stats_component_events_table
{
    width: 100%;
    table-layout: auto;
}

.ivr_stats_component_events_table .event_timestamp
{
    width: 1%;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 120px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: blue;
}

.ivr_stats_component_events_table  .event_type
{
    text-align: left;
    white-space: nowrap;
    color: green;
}

.ivr_stats_component_events_table  .event_attributes_separator
{
    border-top: solid 1px black;	
    font-size: 0px;
    line-height: 1px;
    padding: 0px;
}

.ivr_stats_component_events_table  .event_attributes_header
{
    border-top: dashed 1px black;	
    font-size: 0px;
    line-height: 1px;
    padding: 0px;
}

.ivr_stats_component_events_table  .event_attr_name
{
    text-align: right;
    padding-right: 5px;
}

.ivr_stats_component_events_table  .event_attr_value
{
    text-align: left;
}

.ivr_stats_flow
{
    width: 100px;
    height: 15px;
    background: url(../images/ivr_stats_flow.png) center no-repeat;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

#ivr_send_mail_client_address_wrapper .combobox_control_wrapper {
    margin-right: 6px;
}
