
/*
 * Created on Dec 08, 2008
 *
 * Copyright 2008 Cisco Systems Inc.
 * This software is the confidential and proprietary information of
 * Cisco Inc. ("Confidential Information").  You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Cisco Inc.
 */


.overlay_header_ie{
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    width: 100%;
}
.overlay_body_ie{
    table-layout: fixed;
    font-family: arial,helvetica;
    font-size: 12px;
    width: 100%;
    word-wrap: break-word;
}
.overlay_header_div_ie{
    /*height: 10px;*/
    height: 20px;
    
}
.overlay_body_div_ie{
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
 /*   height: 170px;*/ 
    overflow-y:auto;
    overflow-x:hidden;
    padding:13px 12px 6px 16px;
}

.overlay_div_ie{
    
    background-color: #666666;
    border: medium solid #666666;	
    /*height: 200px;*/
   /* height:190px;*/
    position: fixed;
    width: 476px;
    display:none;
    border-radius: 5px 5px 5px 5px;
    z-index:10;
}
.overlay_header{		
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    /*change done for release2-Richa*/
    width: 479px;
}
.overlay_body{
    table-layout: fixed;
    font-family: arial,helvetica;
    font-size: 12px;
   /* width: 99%;
    margin-left:10px;
    margin-top:10px;
    padding:10px;*/
    word-wrap: break-word;
	padding:0px !important;
	width:auto !important;
}
.overlay_header_div{
    height: 20px;
    width: 405px;
    padding-top: 3px;
}
.overlay_body_div{
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    /*height: 180px;
    width: 380px;*/
    /*height:175px;
    width:470px;*/
    margin:2px;
    overflow-x:hidden;
    overflow-y:auto;
	width:auto;
	padding: 12px 16px 5px 16px;
}
.spinner{
  
    text-align: center;
    padding:50px;
}
.overlay_div{
    background-color: #666666;
    border: medium solid #666666;
    border-radius: 5px 5px 5px 5px;
  
    /*height: 200px;
    width: 380px;*/
    
    
    position: fixed;
    display:none;
   /* height: 202px;*/
    /*width: 405px;*/
    /*width changed for overlay-popup-richa*/
    width:477px;
    z-index:10;
}

.overlay_error_div{
    font-weight:bold;
    color:#666666;
    font-size:12px;    
    margin:0px !important;
 }
.chat-bubble-arrow-border {
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:absolute;
}
#Overlay_arrow {
    position: fixed;
    z-index: 10;
    width:0px;
    height:0px;
    border-bottom: 10px solid #666666;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    
}
/*---------- 08-06-2012 -----*/
.overlay_body td , .overlay_body_ie td {
    padding-bottom: 9px;
}
.release_info {
    padding-top: 1px;
    width:80px;
    *width:100%;
    width:100%\9;
}
.overlay_header b#overlayTitle {
    padding-left: 6px;
}
.overlay_colhead
{
	width: 100px\9;
	*width:82px;
	width: 100px;
}

body:first-of-type.overlay_colhead {/*Saf*/
	width: 83px;
}

.overlay_colhead_right
{
	width: 285px;
}
.overlay_btn
{
	padding-top: 1px;
	*padding-top: 2px;
	padding-top: 2px\9;
	width: 285px;
}
.btn_top
{
	padding-top: 7px;
}

.overlay_header_ie .overlay_header{
	float:left;
}
.overlay_header_ie .close{
	float:right;
}
.overlay_div a:link {
	color:#007FC5 !important;
}
.overlay_div_ie a:link {
	color:#007FC5 !important;
}
.sasmodal .alert-warning {	
	margin-top:8px !important; 
	margin-bottom:-7px !important;
}
