body {
    margin: 0 35px !important;
}

@media all and (max-width: 1281px) {
    body {
        max-width: 1159px;
    }
}

body.innerIframe {
    margin: 0 !important;
    max-height: 835px;
    background: #ffffff;
    overflow: auto;
}

body.innerIframe a:hover, body.innerIframe a:active, body.innerIframe a:visited {
    color: #000;
}

.Container_Header_First, .RTL .Container_Header_First, .RTL .Container_Header_Center, .Container_Header_Center, .RTL .Container_Header_Last, .Container_Header_Last {
    background-image: none;
}

.Container_Body, .RTL .Container_Body {
    background-color: transparent;
    background-image: none;
    border: 0;
}

.Container_Body div.BorderFix_FF {
    border: 1px solid #9A9A9A;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius:5px;
    background-color: white;
}

.top-row {
    height: 1px;
}

.top-row > td {
    height: 1px;
}

.Frame_Body_Left, .Frame_Body_Right, .RTL .Frame_Body_Left, .RTL .Frame_Body_Right {
    background-image: none;
}

.Grid_Footer,.Container_Bottom,.Grid_Topper {
    display: none
}


#MainFrame {
/*    border: 1px solid #A2A2A2; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* Need to insert here a call for pie.htc to get support for IE */
    /* behavior: url(/KB/css/PIE.htc); */
    border-radius: 5px;
    height: 85%;
}

.UI_BreadCrumbs_Label {
  padding: 12px 5px 9px 5px;
}

.UI_Form_BreadCrumbs_Label {
    color: #666;
    line-height: 17px;
    font-size: 12px;
    padding:12px 5px 8px 5px;
    display: block;
    color:#000;
    width: 600px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    cursor: default;

}

.UI_Form_BreadCrumbs_Label span {
    font-weight: bold;
    font-size: 16px;
}

.UI_Form_Header_Title {
    color: black;
    font-size: 18px;
    margin: 7px 50% 7px 15px;
    font-family: 'PTSansBold', sans-serif;
    border-bottom: 1px dotted gray;
}

.RTL .UI_Form_Header_Title {
    margin: 7px 15px 7px 50%;
}

.mySettings.innerIframe .UI_Form_Header_Title {
    border: none;
}

.truncate {
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#showAdvancedSettings:hover {
    cursor: pointer;
}