/* GENERAL */

body {
	overflow: auto !important;
	zoom: 1;
}

#menu_left_wrapper {
	width: 19% !important;
}

.titlebar {
    background: #1f56a3;
    background: -moz-linear-gradient(top, #1f56a3 0%, #0a0028 100%);
    background: -webkit-linear-gradient(top, #1f56a3 0%,#0a0028 100%);
    background: linear-gradient(to bottom, #1f56a3 0%,#0a0028 100%);
}

.footer
{
	line-height: 0px;
	font-size: 1px;
}

.window_padding_bottom
{
	position: relative;
	width: 100px;
	height: 20px;
	clear: both;
	visibility: hidden;
}

.separator
{
	position: relative;
	clear: both;
	width: 100%;
	height: 10px;
}

.hint
{
	position: relative;
	background-color: white;
	border: solid 1px black;
	width: 100%;
}

.hint_internal
{
	color: #000000;
	background-color: #ffffae;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hint_static
{
	color: #000000;
	background-color: #ffffae;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

* a, input
{
	position: relative;
	outline: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.selected
{
	font-weight: bold;
}

.subtitle
{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.center_div_wrapper
{
	float: left;
	left: 50%;
	position: relative;
}

.center_div
{
	position: relative;
	left: -50%;
}

hr
{
	height: 2px;
	color: #000000;
	font-size: 1px;
	line-height: 0px;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.command
{
	cursor: pointer;
}

.icon_spacer
{
	margin-left: 3px;
	margin-right: 3px;
}

.icon
{
	cursor: pointer;
}

/* MAIN LAYOUT */

#main_wrapper {
    width: 80% !important; /* 2-column layout */
}

#layout_wrapper {
    background: #c5cfea;
    background: -moz-linear-gradient(top, #c5cfea 0%, #7a90d3 100%);
    background: -webkit-linear-gradient(top, #c5cfea 0%,#7a90d3 100%);
    background: linear-gradient(to bottom, #c5cfea 0%,#7a90d3 100%);
}

#statusbar, #header {
    background: #000d2d;
    background: -moz-linear-gradient(left, #000d2d 0%, #396dba 100%);
    background: -webkit-linear-gradient(left, #000d2d 0%,#396dba 100%);
    background: linear-gradient(to right, #000d2d 0%,#396dba 100%);
}

#statusbar .separator {
    background: url(../images/line_separator_vert.png) center repeat-y;
}

/* MAIN */
#main #scrollbar_vert
{
	position: relative;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 100%;
}

/* EXPAND/COLLAPSE CONTROLS */
.expand
{
	width: 9px;
	height: 9px;
	background-image: url(../images/tree_expand.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: auto auto auto auto;
	cursor: pointer;
}

.collapse
{
	width: 9px;
	height: 9px;
	background-image: url(../images/tree_collapse.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: auto auto auto auto;
	cursor: pointer;
}

/* SORTABLE COLUMN CONTROL */
.sort_asc
{
	
}

.sort_desc
{
	
}

/* TREE */
.tree
{
	table-layout: fixed;
	z-index: 4;
	overflow: visible;
}

.tree .empty
{
	width: 23px;
}

.tree .vert
{
	width: 23px;
	background-image: url(../images/tree_vert_line.png);
	background-repeat: repeat-y;
	background-position: center;
}

.tree .cross
{
	width: 23px;
	background-image: url(../images/tree_cross.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.tree .eob
{
	width: 23px;
	background-image: url(../images/tree_eob.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* SCROLLBAR */
.slider
{
	background-color: #FF0000;
}

.slider_vert
{
	background: url(../images/scroll_line_vert.png) repeat-y center;
	width: 11px;
}

.slider_horz
{
	background: url(../images/scroll_line_horz.png) repeat-x center;
	height: 11px;
}

.handle
{
	position: absolute;
	background-color: #00FF00;
	cursor: move;
}

.handle_vert
{
	left: 0px;
	width: 11px;
	height: 34px;
	background: url(../images/scroll_handle_vert.png) no-repeat;
}

.handle_horz
{
	top: 0px;
	width: 34px;
	height: 11px;
	background: url(../images/scroll_handle_horz.png) no-repeat;
}

/* PAGINATION */
.pagination
{
	margin-left: auto;
	margin-right: auto;
}

.pagination td
{
	width: 34px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

.pagination td input
{
	vertical-align: middle;
}

.pagination .separator
{
	vertical-align: top;
}

.pagination .selected
{
	font-weight: bold;
}

/* CONTEXT MENU */
.context_menu
{
	position: absolute;
	border: solid 1px #586ba0;
        background-color: rgb(201, 210, 237);
        background-color: rgba(201, 210, 237, 0.87);
	left: 0px;
	top: 0px;
	z-index: 9999;
	display: none;
	padding: 5px 5px 5px 5px;
	text-align: left;
	white-space: nowrap;
}

.context_menu hr
{
	margin-top: 3px;
	margin-bottom: 3px;
}

#login_header_empty {
    position: relative;
    background-image: url(../images/login_header_empty.png);
    width: 471px;
    height: 57px;
}

.center
{
	text-align: center !important;
}

.uploadPopupDialog
{
	position : relative;
    margin: 0 auto;
	background: #b7c4e6 no-repeat scroll 0 0;
	text-align: center;
}

/* IVR */
.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;
	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/userpanel/standard/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/userpanel/standard/skins/blue/images/ivr_header_com.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/userpanel/standard/skins/blue/images/ivr_header_ses.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/userpanel/standard/skins/blue/images/ivr_header_com_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_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_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_followme_set_selected 
{
    	border: solid 1px red;
	background-color: white;
	z-index: 999;
	cursor: move;
}

.ivr_component_followme_set
{
	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_followme_clear
{
	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_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_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_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_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_check_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_selected
{
	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_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_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_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_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_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_component_node_text
{
	overflow: hidden;
	font-size: 8px;
}

.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
{
	max-height: 250px;
	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
{
	max-height: 250px;
	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;
}

#ivr_compare_time_settings
{
    font-weight: bold;
}

#ivr_compare_time_settings .left_column
{
    width: 188px;
}
#ivr_compare_time_settings .middle_column
{
    width: 188px;
}

#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;
}

.doubleline {
        height: 50px !important;
}

.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;
}

#ivrs_extens_table .name
{
	width: 490px;
}

#ivrs_extens_table .commands
{
	width: 75px;
}

#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;
}

.hint_ivr
{
	width: 500px;
}
.hint_ivr_wide
{
    width: 790px;
}

.popup_background
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999990;
}

.popup_window
{
	position: absolute;
	background-color: #ffffd7;
	border: solid 1px black;
	z-index: 999999991;
}

.popup_window_content
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

.popup_window_title
{
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-bottom: solid 1px black;
}

.popup_window_content_close
{
	position: absolute;
	right: 3px;
	top: 3px;
	width: 10px;
	height: 10px;
	background: transparent url(../images/close.png) no-repeat;
	cursor: pointer;
}

#help_window
{
	top: 20px;
	right: 20px;
	width: 600px;
	height: 600px;
}

#help_window_content
{
	width: 590px;
	height: 574px;
}

#help_window_title
{
	width: 580px;
	height: 15px;
}

#feedback_window
{
	top: 20px;
	right: 20px;
	width: 600px;
	height: 600px;
}

#feedback_window_content
{
	width: 590px;
	height: 574px;
}

#feedback_window_title
{
	width: 580px;
	height: 15px;
}

#session_info_window
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 250px;
	width: 400px;
	height: 400px;
}

#session_info_window_content
{
	width: 390px;
	height: 76px;
	padding-top: 150px;
	padding-bottom: 150px;
}

#session_info_window_title
{
	width: 380px;
	height: 15px;
}

#session_info_expire_title
{
	font-size: 16px;
	font-weight: bold;
}

#session_info_expire_counter
{
	font-size: 26px;
	color: red;
	font-weight: bold;
}

.toolTipWindow
{
	position: absolute;
	background-color: #ffffe1;
	border: solid 1px #000000;
	padding: 2px;
	z-index: 1000;
}

#billing_groups_commands_table .table_list_toolbar
{
	padding-left: 5px;
}

#billing_group_members_table
{
	position: relative;
	table-layout: fixed;
	width: 100%;
	border: solid 1px black;
}

#billing_group_members_table .header
{
	border-color: #838383;
	font-weight: bold;
	background-color: #E0E0E0;
}

#billing_group_members_table .customer_header
{
	width: 100px;
	background-color: #E0E0E0;
	border-right: solid 1px black;
}

#billing_group_members_table .customer
{
	width: 150px;
	background-color: #E0E0E0;
	font-weight: bold;
	border-right: solid 1px black;
	border-top: solid 1px black;
}

#billing_group_members_table .history
{
	position: relative;
	border-top: solid 1px black;
}

#billing_group_members_table .history_container
{
	position: relative;
	height: 15px;
}

#billing_group_members_table .first_year
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: dotted 1px black; 
}

#billing_group_members_table .year
{
	border-right: solid 1px black;
	border-bottom: dotted 1px black; 
}

#billing_group_members_table .first_month
{
	border-right: dotted 1px black;
}

#billing_group_members_table .month
{
	border-right: dotted 1px black;
}

#billing_group_members_table .last_month
{
	border-right: solid 1px black;
}

#billing_group_members_table .cell
{
	position: absolute;
	height: 15px;	
}

#billing_group_members_table .selected_cell
{
	position: absolute;
	height: 15px;	
	background-color: #FFFF00;
}

#billing_group_member_form_table
{
	width: 600px;
}

#billing_group_member_form_table .left_header
{
	width: 100px;
}

#billing_group_member_form_table .left_column
{
	width: 200px;
}

#billing_group_member_form_table .right_header
{
	width: 100px;
}

#billing_group_member_form_table .right_column
{
	width: 200px;
}

#billing_records_summary_panel
{
	width: 540px;
}

.billing_records_summary_number_panel
{
	width: 540px;
}

.cdr_hint
{
	text-align: left;
}

.important
{
	font-weight: bold;
}

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

.ivr_stats_filler
{
	
}

.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_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_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;
}

.template_button {
    width: 19px;
    height: 19px;
    position: absolute;
    left: 430px;
    bottom: 255px;
}

.clidAssignGroupClid-addClid{
    border-spacing:0 !important;
    width:100%;
}

#clidAssignGroupClid_table {
    width:100% !important;
    border: none !important;
}

.clidAssignGroupClid-checkbox{
    width:50px;
}

.tool_sprite {
    background-image: url("../images/search.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    min-width: 17px;
    vertical-align: middle;
}

.search_box, input.search_box[type="text"] {
    background-color: #fff !important;
    border: 1px solid #7f7f7f;
    box-sizing: content-box;
    height: 14px !important;
    padding-bottom: 1px !important;
    padding-left: 20px;
    padding-right: 18px;
    padding-top: 1px !important;
    display: block;
}

.menu_clid_deleted
{
	color: red;
}

.menu_clid_inactive
{
	color: #ffff00;
}

.general_table .email2fax {
    background-color: #f4d597 !important;
}


.inactive {
    background-color: #E87600 !important;
}

.trunk_number {
    background-color: #FF0000 !important;
}

.trunk_info {
    background-color: #EFE4B0;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

.trunk_color {
    display: inline-block;
    width: 20px;
    height: 12px;
}

#feedback_form_table
{
	width: 590px;
	background: none;
	border: none;
}

#feedback_form_table .left_header
{
	width: 100px;
}

#feedback_form_table .left_column
{
	width: 490px;
}

#feedback_form_table #feeedback_message
{
	width: 585px;
	height: 380px;
}


.sfButton {
	border-radius: 21px;
        height: 15px;
        min-width: 65px;
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 0px;
        vertical-align: bottom !important;
	background: #093270;
	background-image: linear-gradient(to bottom,
            #144996 0px,
            #144996 40%,
            #102148 80%,
            #001138 100%
        );
	text-decoration: none;
	text-shadow: 0px 0px 1px #000000;
	border:	none;
	cursor: pointer;
        box-sizing: border-box;
}


.sfButton_large {
	border-radius: 21px;
        height: 30px;
        min-width: 120px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 0px;
        vertical-align: bottom !important;
	background: #093270;
	background-image: linear-gradient(to bottom,
            #144996 0px,
            #144996 40%,
            #102148 80%,
            #001138 100%
        );
	text-decoration: none;
	text-shadow: 0px 0px 2px #000000;
	border:	none;
	cursor: pointer;
        box-sizing: border-box;
}
