/*
 * These are styles for palladion  
 */

/* general */
body {
    font-family:Arial,sans-serif;
    height:100%;
    font-size: 11px;
}

/* hides restricted areas */
.restricted, .restrictedBlock {
	display: none;
}

/* fonts */
.fntLarge {
    font-size: 12px;
    font-weight:normal;
}
.fntBold	{	
    font-weight:bold;
}
.fntSmall {
	font-size: 9px;
    font-weight:normal;
}

.fntBig {
    font-size: 14px;
}
.fntHugeBold {
    font-size: 15px;
    font-weight:bold;
}

/*****************************************************************************/
/* header */
.headerWrapper {
    /* we need to repeat the background of the container for pages which were larger than 1024 */
    background-image:url(../images/bg_header_repeat.png);
    background-position:0px 0px;
    background-repeat:repeat-x;
    height:75px;
}
.header {
    background-image:url(../images/bg_header.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
    height:100%;
    padding-left:
}

.header-nologo {
    background-image:url(../images/bg_header_nologo.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
    height:100%;
    padding-left:
}
/* logo */
#logo	{ 
        position:absolute;
        top:12px;
        right:20px;
        /*
        width:124px;
        height:41px;
        background-image:url(../images/logo.png);
	    background-position:0 0;
        background-repeat:no-repeat;
        */
 }
 .header_status_icon {
	 float: left;
	 width: 16px;
	 height: 16px;
	 margin-right: 10px;
	 display: none; /* make sure to set el.enableDisplayMode('block') on the icon div */ 
	 background-repeat:no-repeat;
	 /* use background-position on icon instances */
	 background-image:url(../images/icon_sprites.png);
}
#connectionError {
	background-position: -256px -128px;
}
#limitsWarn {
	background-position: -384px -128px;
}
#exportsIndicator {
	 background-image:url(../images/icon_drive-download.png);
}
    /* top navigation: Name | Sign out | Help | General Settings */
#topNavigation	{
        position:absolute;
	line-height: 16px;
        z-index:45;        
        right:13px;
        top:52px;
        text-align:right;    
}
#topNavigation span {
        padding-right:11px;
        color:#5C5C5C;
    }
    #topNavigation span.separator {
        color:#AF958E;
    }    
    #topNavigation span.link {
        text-decoration: none;
        color:#8B1419;
        padding-right:11px;
	cursor: pointer; cursor: hand;
    }
    /* END: top navigation: Name | Sign out | Help | General Settings */   
    /* traffic meter */
    .trafficMeterContainer {     
        padding-top:19px;
        margin-left:365px;
        position:relative;
        height:33px;
        color:#353535;
    }
    .trafficMiddle {	    
        float:left;
        height:33px;
        padding:0px;
        margin:0px;
        /*margin-left:15px;*/
        margin-right:15px;
        position:relative;        
    }
    .trafficLeft {        
        background-image:url(../images/bg_traffic_meter.png);
        background-position:30px 0px;
        background-repeat:no-repeat;        
        height:33px;
        width:35px;
        margin-left:-35px;
        position:relative;
        float:left;
        padding:0px;
    }
    .trafficLabel {
        padding-top:11px;        
    }
    .trafficRight {        
        background-image:url(../images/bg_traffic_meter.png);
        background-position:-288px 0;
        background-repeat:no-repeat;        
        height:33px;
        width:35px;
        margin-right:-35px;
        float:left;
        position:relative;
    }    
    .trafficContent {
        float:left;
        background-image:url(../images/bg_traffic_meter.png);
        background-repeat:repeat-x;
        background-position:-5px 0;
        height:100%;         
    }
    .trafficItem {
        float:left;        
        height:100%;
        width:46px;        
        text-align:center;
        padding:17px 0 0 0;
	cursor: pointer;
    }
    .trafficContent .on {
        background-image:url(../images/led_green.png);
        background-repeat:no-repeat;
        background-position:18px 5px;
    }
    .trafficContent .off {
        background-image:url(../images/led_red.png);
        background-repeat:no-repeat;
        background-position:18px 5px;        
    }
    /* END: traffic meter */
/* END: header */
/*****************************************************************************/
#content {
	margin-left: 165px;;
	padding: 15px;
}
/* menu */
#menu {
	padding-top: 5px;
	width: 163px;
	left: 0px;
	position: absolute;
}
#menu, #menu a {
    color:#777777;
}
#menuTop {
    margin: 0px 0px 0px 14px;
    padding:0px;
    height:240px;
 	background-image:url(../images/menu_beam_top.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    overflow:hidden;
}
#menuBottom {
 	margin:4px 0px 0px 14px;
    height:400px;
 	background-image:url(../images/menu_beam_bottom.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    overflow:hidden;
}  
#menuTop ul {	
	padding:36px 0px 0px 0px; 
}
/* bottom padding fixes hiding of lowest links in IE6/7 */
#menuBottom ul {	
	padding:10px 0px 30px 0px; 
}
#menu .category	{	
    	color:#bbbbbb;
	padding:0px 0px 0px 16px;
}
#menu li {
	list-style-type: none;
	padding:0px 0px 11px 18px;        
	background-image:url(../images/menu_bullet.gif);
    background-position:0 2px;
    background-repeat:no-repeat;                
}
#menu li.selected {
    background-image:url(../images/menu_bullet_sel.gif);
}
#menu li span {
	list-style-type: none;
	text-decoration: none;	
}
#menu span.selected {
    font-weight:bold;
    color:#8B1419;
}
#menu span.link {
	cursor: pointer; cursor: hand;
}
#menu li span.link:hover {
    color:#8B1419;
}
#menu .submenu {	
	padding:0px 0px 0px 0px; 
}
#menu .submenu li    {                        
    padding:6px 0px 0px 8px;
    background-image:none;
}
/* END: menu */
/*****************************************************************************/

/* Tabcontrol */

.tabHeader {
  float:left;
  width:100%;
  background-image:url(../images/bg_tab_header.png);
  background-position:0 100%;
  background-repeat:repeat-x;
  line-height:normal;
}
.tabHeader ul {
    margin:0;
    padding:10px 0px 0;
    list-style:none;
}
.tabHeader li {
    float:left;  
    background:url("../images/tab_left.png");
    background-repeat:no-repeat;
    background-position:0 4px;
    margin:0;
    padding:0;
}
.tabHeader li.first {
    padding:0 0 0 1px;
    margin-left:0px!important;
}
.tabHeader a {
    float:left;
    display:block;
    background:url("../images/tab_right.png");
    background-repeat:no-repeat;
    background-position:100% 4px;
    padding:6px 10px 2px 11px;
    text-decoration:none;
    /*font-weight:bold;*/
    color:#000;
    position: relative;
}
.tabHeader li:hover {
    background-image:url("../images/tab_left_sel.png");
}
.tabHeader a:hover {
    color:#8B1419;
    background-image:url("../images/tab_right_sel.png");
}
.tabHeader .x-tab-strip-active {
    background-position:0px 0px!important;
    background-image:url("../images/tab_left_sel.png");
    padding:0 0 0 1px;
    margin-left:-1px;
}
.tabHeader .x-tab-strip-active a {
    background-position:100% 0px;
    background-image:url("../images/tab_right_sel.png");
    color:#8B1419;
    padding-bottom:3px;
    padding-right: 24px;
}
.tabHeader .x-tab-strip-active .x-tab-strip-help {
	background-image:url(../images/icon_info.png);
	background-repeat: no-repeat;
	background-position: center right;
	display:block;
	width:11px;
	height:11px;
	top: 12px;
	right: 7px;
	position:absolute;
	cursor: help;
}
.tabContainer {
    position:relative;
    border:1px solid #AE898B;
    border-top:0px none;
    padding:10px 8px;
    background-color:#E5E5E3;
    background-image:url(../images/bg_module_container.png);
    background-position:0 0;
    background-repeat:repeat-x;    
}
.tab {
    display:none;
}
.tabContainer .selected {
    display:block;
}
/* END: Tabcontrol */

.iconInfo {
    float:left;
    margin-top:3px;
    margin-left:8px;
    border:0px none;    
    background-image:url(../images/icon_info.png);    
    background-position:0 0;
    background-repeat:no-repeat;
    width:11px;
    height:11px;
    cursor:pointer;
}
.icon_new {
    border:0px none;    
    background-image:url(../images/icon_status_new.gif);    
    background-position: center;
    background-repeat:no-repeat;
}
.icon_read {
    border:0px none;    
    background-image:url(../images/icon_status_read.gif);    
    background-position: center;
    background-repeat:no-repeat;
}
.moduleToggle {
    float:right;
    margin-right:8px;
    margin-top:3px;
    border:0px none;
    background-color:transparent;
    width:11px;
    height:11px;
    background-image:url(../images/icon_toggle.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}
.iconToggleUp {        
    background-position:0 0px;    
}
.iconToggleDown {        
    background-position:0 -11px;    
}
.iconMore {
    float:right;
    margin-right:-1px;
    margin-bottom:-1px;
    border:0px none;
    background-color:transparent;
    background-image:url(../images/icon_more.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    width:55px;
    height:19px;
    cursor:pointer;
}
.test {
    background-color:#CC0000;
    height:50px;    
    padding-left:5px;
    font-weight:bold;    
}

.float-panel {
	float:left; 
	padding:8px;
}

.centered-panel {
	margin-left: auto;
	margin-right: auto;
}

.spit-expander {
	padding: 10px;
}

/* Calls classes */
.calls-black {
	color: black;
}

.calls-orange {
	color: orange;
}

.calls-red {
	color: red;
}

.calls-green {
	color: green;
}

/* calls details */
.call-details-header {
	padding-left:40px;
}
p.call-details-hdr {
	font-weight:bold;
}
.call-details {
	margin:10px;   
}
p.legs-header {
	margin-top: 20px;
	font-weight:bold;
}
p.leg-header {
	margin-top: 10px;
	font-weight:bold;
}
p.leg-details {
	padding-left: 10px;
}
.calls-voice {
	padding-top: 10px;
	padding-left: 10px;
}
.calls-voice-sep {
	padding-top: 10px;
}

/* call flow color box icons */
.icon_colorbox {
	width: 12px;
	height: 8px;
	float: left;
	margin-top: 4px;
	margin-right: 2px;
}

/* device list  */
.not_listed_bg {
	background-color: #FA8072;
}

/* alerts  */
.row_low { color: #666; }
.row_high { background-color: #f7c8c9; }

/* rtp stats   */
.row_green { background-color: #d4edd2; }
.row_moss { background-color: #bfffdb; }
.row_asparagus { background-color: #feffbf; }
.row_orange { background-color: #f0d7cf; }
.row_red { background-color: #f7c8c9; }
.row_maroon { background-color: #ff91c4; }
.row_plum { background-color: #ffbffb; }
.row_eggplant { background-color: #e1bdff; }
.row_midnight { background-color: #c7bfff; }
.row_ocean { background-color: #bfdeff; }
.row_teal { background-color: #bdffff; }

/* calls pannel */
.row_license_limit { background-color: #f7c8c9; }

/**
 * Generic 'font' classes.
 */
.iptego-generic-green {
	color: green;
	font-weight: bold;
}

.iptego-generic-orange {
	color: orange;
	font-weight: bold;
}

.iptego-generic-red {
	color: red;
	font-weight: bold;
}


/**
 * Message window
 */
pre.sip-msg {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: white none repeat scroll 0% !important;
	color: black;
}

/**
 * Regs details window.
 */
div.regNorthPanel {
	margin: 15px 30px;
}
td.regNorthPanel {
	padding-left: 20px;
	padding-right: 10px;
}
span.regNorthPanelVal {
	font-weight: bold;
}

/* more info panel */
p.more-info-query {
	padding-top: 10px;
}
div.more-info-indent {
	padding-left: 10px;
}
p.more-info-name {
	padding-top: 10px;
	font-weight: bold;
}

/**
Icon def
**/

.icon_add {
    border:0px none;    
    background-image:url(../images/icon_add.png) !important;    
    background-position: center;
    background-repeat:no-repeat;
}
.icon_edit {
    border:0px none;    
    background-image:url(../images/icon_edit.png) !important;    
    background-position: center;
    background-repeat:no-repeat;
}
.icon_delete {
    border:0px none;    
    background-image:url(../images/icon_delete.png) !important;    
    background-position: center;
    background-repeat:no-repeat;
}
.icon_relogin {
    border:0px none;    
    background-image:url(../images/icon_relogin.png) !important;    
    background-position: center;
    background-repeat:no-repeat;
}
.icon_user_add {
    border:0px none;    
    background-image:url(../images/icon_user_add.png) !important;    
    background-position: center;
    background-repeat:no-repeat;
}
.icon_user_edit {
    border:0px none;    
    background-image:url(../images/icon_user_edit.png) !important;    
    background-position: center;
    background-repeat:no-repeat;
}
.icon_user_delete {
    border:0px none;    
    background-image:url(../images/icon_user_delete.png) !important;    
    background-position: center;
    background-repeat:no-repeat;
}

.x-btn-icon .x-btn-mc button.icon_dashboard {
    background-image:url(../images/icon_sprites.png);
    background-position: 0 -256px;
}

.x-btn-icon .x-btn-mc button.icon_counter {
    background-image:url(../images/icon_sprites.png);
    background-position: -128px -256px;
}

.x-btn-icon .x-btn-mc button.icon_zoom_in {
    background-image:url(../images/icon_sprites.png);
    background-position: -128px 0;
}
.x-btn-icon .x-btn-mc button.icon_zoom_out {
    background-image:url(../images/icon_sprites.png);
    background-position: -256px 0;
}
.x-btn-icon .x-btn-mc button.icon_zoom {
    background-image:url(../images/icon_sprites.png);
    background-position: 0 0;
}
.x-btn-icon .x-btn-mc button.icon_zoom_all {
    background-image:url(../images/icon_sprites.png);
    background-position: -384px 0;
}
.x-btn-icon .x-btn-mc button.icon_zoom_width {
    background-image:url(../images/icon_sprites.png);
    background-position: 0px -128px;
}
.x-btn-icon .x-btn-mc button.icon_hide_messages {
    background-image:url(../images/icon_sprites.png);
    background-position: -128px -128px;
}
.x-btn-icon .x-btn-mc button.icon_save {
    background-image:url(../images/icon_sprites.png);
    background-position: -256px -256px;
}

.x-btn-icon .x-btn-mc button.icon_csv {
    background-image:url(../images/table-export.png);
    background-position: 0 0;
}

 
/**
 * Other
 * */
.form_console {
	padding: 8px;
	background-color : #727272;
	font-family: courier;
	font-size:10px;
	color: #e1e1e1;
	border: solid #000000 1px;
}

ul.x-tab-strip-top{
	border-bottom-width:0 !important;
}

ul.x-tab-strip li {
	margin-left:0 !important;
} 

.tabHeader{
	background-position:bottom !important;
	float:none;	
	/*background-position:0pt 29px;*/
}

li.selected a {
	color:#8B1419;
}

.x-tab-strip-spacer{
	display:none;
}


.pld-tab-strip-text {
	white-space: nowrap;
}

ul.x-tab-strip li.x-item-disabled {
	display: none;
}

pre.code{
	background: #F8F8F8;
	border: 1px solid #e8e8e8;
	padding:10px;
	margin:10px;
	margin-left:0px;
	border-left:5px solid #e8e8e8;
	font-size: 12px !important;
	line-height:14px !important;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}

/*************** Iptego Panel stuff *****************/

.iptego-panel {
    border-style: solid;
    border-color: #d0d0d0;
}
.iptego-panel-header {
    color:#333;
	border:1px solid #d0d0d0;
    background-image:url(../images/gray/panel/white-top-bottom.gif);
}

.iptego-panel-body {
    border-color:#d0d0d0;
}

.iptego-panel-bbar .x-toolbar {
    border-color:#d0d0d0;
}

.iptego-panel-tbar .x-toolbar {
    border-color:#d0d0d0;
}

.iptego-panel-tbar-noheader .x-toolbar, .iptego-panel-mc .iptego-panel-tbar .x-toolbar {
    border-color:#d0d0d0;
}
.iptego-panel-body-noheader, .iptego-panel-mc .iptego-panel-body {
    border-color:#d0d0d0;
}
.iptego-panel-tl .iptego-panel-header {
    color:#333;
}
.iptego-panel-tc {
	background-image:url(../images/gray/panel/top-bottom.gif);
}
.iptego-panel-tl {
	background-image:url(../images/gray/panel/corners-sprite.gif);
    border-color:#d0d0d0;
}
.iptego-panel-tr {
	background-image:url(../images/gray/panel/corners-sprite.gif);
}
.iptego-panel-bc {
	background-image:url(../images/gray/panel/top-bottom.gif);
}
.iptego-panel-bl {
	background-image:url(../images/gray/panel/corners-sprite.gif);
}
.iptego-panel-br {
	background-image:url(../images/gray/panel/corners-sprite.gif);
}
.iptego-panel-mc {
    background:#f1f1f1;
}
.iptego-panel-mc .iptego-panel-body {
    background:transparent;
    border: 0 none;
}
.iptego-panel-ml {
	background-image:url(../images/gray/panel/left-right.gif);
}
.iptego-panel-mr {
	background-image:url(../images/gray/panel/left-right.gif);
}

.iptego-panel{
	margin-bottom:15px;

	background-color:#EBEBEA;
	background-image:url(../images/bg_module_container.png);
	background-repeat:repeat-x;
	border:1px solid #BFBFBF;
	padding:3px;
}

.iptego-panel-header{
	background-image:none;
	margin:5px;
	border:0;
	border-bottom:2px solid #8C1418;
}

.iptego-panel-header-text{
	color:#8B1419;
	font-size:15px;
	font-weight:bold;
	font-family:arial,sans-serif;
}	

.iptego-panel .x-tool-toggle{
	background-image:url(../images/icon_toggle.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:11px;
	height:8px;
}
iptego-panel-collapsed .x-tool-toggle{
	background-position:0 -12px;
}
.iptego-panel-bwrap {
	padding: 4px;
}

/*************************** Iptego Wizard ************************/
.iptego-wizard-north {
	margin: 10px;
}
.iptego-wizard-north-title {
	width: 100%;
	text-align: right;

	color:#8B1419;
	font-size:12px;
	font-weight:bold;
	font-family:arial,sans-serif;
}

.iptego-wizard-north-steps {
	width: 100%;
	text-align: right;
	padding: 10;

	font-weight:bold;
	font-size:11px;
	font-family:arial,sans-serif;
}

.iptego-wizard-question {
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
	font-weight:bold;
	font-size:12px;
	font-family:arial,sans-serif;
}

.iptego-wizard-default {
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;

	font-size:12px;
	font-family:arial,sans-serif;
}

.valigntop {
	vertical-align: top;
}

.transparentContainer{
	background-color:transparent !important;
	border:0 !important;
}

/* Scripts ui */

.run-details ul {
	list-style-type: square;
}

.run-details li {
	margin-left: 20px;
}

/* SLA devices overview */

.device-header {
	padding: 5px;
	font-weight: bold;
}

.device-wrap {	
	float: left;
	border: 2px solid white;
	margin: 5px;
	background-color: #ebebeb;
	padding: 5px;
	cursor: pointer;
}

.device-wrap-over {	
	background-color: #c0c0c0;
	border-color: #8B1419;
}

.device-wrap label {	
	margin-left: 10px;
}

.device-info {
	background-color: #d0d0d0;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	padding-left: -10px;
}

.widget-wrap {	
	float: left;
	border: 2px solid white;
	margin: 5px;
	background-color: #ebebeb;
	padding: 5px;
	cursor: pointer;
	width: 420px;
	height: 200px;	
}

.widget-wrap-over {	
	background-color: #c0c0c0;
	border-color: #8B1419;
}

.widget-close {
	background-image: url(../images/gray/tabs/tab-close.gif);
	background-repeat:no-repeat;
	width: 15px;
}

.widget-header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

area {
	cursor: pointer;
}
.message_line {
	font-family: monospace;
}
.flowTools {
	position: absolute;
	bottom: 35px;
	right: 30px;
}

.logoPalladionRed {
	width: 98px;
	height: 16px;
    border:0px none;    
    background-image:url(../images/icon_sprites.png);    
    background-position: 0 -384px;
    background-repeat:no-repeat;
    float: right;
}

.flowWarningIcon {
	width: 16px;
	height: 16px;
	margin-right: 8px;
    border:0px none;    
    background-image: url(../images/icon_sprites.png);    
    background-position: -384px -128px;
    background-repeat:no-repeat;
    float: right;
}

/* SIP syntax highlighting */
.sipmethod {
	color: #1E508A;
	font-weight: bold;
}
.sipscheme {
	color: gray;
}
.sipruri {
	color: #1E508A;
	font-weight: bold;
}
.sipversion {
	color: gray;
}
.sipstatus1xx {
	color: #CD930A;
	font-weight: bold;
}
.sipstatus2xx {
	color: #007700;
	font-weight: bold;
}
.sipstatus3xx {
	color: #4651FF;
	font-weight: bold;
}
.sipstatus4xx {
	color: #EF2F00;
	font-weight: bold;
}
.sipstatus5xx {
	color: #B80A14;
	font-weight: bold;
}
.sipstatus6xx {
	color: #B80A14;
	font-weight: bold;
}
.sipreason {
	color: black;
}
.sipheadername {
	color: #666;
	font-weight: bold;
}
.sipheaderimportantname {
	color: black;
	font-weight: bold;
}
.sipheaderimportantvalue {
	color: black;
}
.sipheaderurivalue {
	color: chocolate;
	font-weight: bold;
}
.sipheadervalue {
	color: #666;
}
.sipheaderip {
	color: purple;
	font-weight: bold;
}
.sipsdpparam {
	color: #666;
}
.sipsdpimportantparam {
	color: #333;
	font-weight: bold;
}
.sipsdpequals {
	color: #666;
}
.sipsdpvalue {
	color: #666;
}
.sipsdpipport {
	color: purple;
	font-weight: bold;
}
.sipsdpadiovideo {
	color: #333;
	font-weight: bold;
}
.sipsdpcodecip {
	color: darkblue;
	font-weight: bold;
}
.sipsdpdirection {
	color: #333;
	font-weight: bold;
}

/* Export status window */
.exported-item {
	border-bottom: 1px solid black;
	padding: 5px;
}

.export-progress {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
