
/*
 * 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.
 */


.table.overlay_body_ie{
	    table-layout: fixed;
	    font-family: arial,helvetica;
	    font-size: 12px;
	    width: 97%;
	    margin-left:10px;
	    margin-top:10px;
	    word-wrap: break-word;
}

.overlay_error_div{
	margin:50px;
	font-weight:bold;
	color:#666666;
	font-size:12px
}
.chat-bubble-arrow-border {
	border-style: solid;
	border-width: 10px;
	height:0;
	width:0;
	position:absolute;
}

/******** release review overlay class **********/
.table.readReviewOverlay_header_ie{
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	width: 100%;
}
.table.readReviewOverlay_body_ie{
	table-layout: fixed;
	font-family: arial,helvetica;
	font-size: 12px;
	width: 97%;
	margin-left:10px;
	margin-top:10px;
	word-wrap: break-word;
}
.readReviewOverlay_header_div_ie{
	/*width: 863px;*/
	height:20;
}
.readReviewOverlay_body_div_ie{
	background-color: #FFFFFF;
    border-radius: 1px 1px 1px 1px;
    height: 490px;
    /*max-width: 844px;*/
    overflow-y:auto;
    overflow-hidden;
}

.reviewOverlay_colhead{
  	font-weight:bold !important;
	color: #fff !important;
	padding-top: 3px !important;
	padding-left: 4px !important;
	vertical-align: top !important;
	height: 20px !important;
}

.reviewOverlay_header{
	color : #FFFFFF !important ; 
	background-color: #666666 !important;
	font-family: arial;
	font-size: 12px;
	width: 100%;
}

.readReviewOverlay_body_div_ie .spinner{
    margin: 60px;
    text-align: center;
}
.readReviewOverlay_div_ie{
	/*filter:alpha(opacity=80); */
  	background-color: #666666;
	border: medium solid #666666;	
	height: 530px;	
	position: absolute;
	width: 700px;
    /*width: 860px;*/
    display:none;
    border-radius: 5px 5px 5px 5px;
    
}
.readReviewOverlay_body{
	table-layout: fixed;
	font-family: arial,helvetica;
	font-size: 12px;
	width: 99%;
	margin-left:10px;
	margin-top:10px;
	word-wrap: break-word;
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    overflow-x:hidden;
    overflow-y:auto;
}
.readReviewOverlay_header_div{
	width: 700px;
	/*width: 860px;*/
	height: 20px  ;	
}
.readReviewOverlay_body_div{
    border-radius: 2px 1px 1px 1px;
    height: 490px;
    /*width: 844px;*/
    width: 680px;
    text-align: left;
    overflow-y:auto;
    background-color: #FFFFFF !important;
}
.readReviewOverlay_body_div .spinner{
    margin: 60px;
    text-align: center;
}
.readReviewOverlay_div{  	
	border: medium solid #666666 !important ;
	filter:alpha(opacity=95)  ;
	position: absolute !important;   
    display:none;
	border-radius: 1px 1px 1px 1px !important ;
	height: 530px;
	width: 700px;
	/*width: 860px;*/
	opacity: 1;
	/*margin-left:10px;*/
}

.noReviewsOverlay{
	height: 180px !important; 
	width: 560px !important;  
}

.noReviewsOverlay_body_div{
 	height: 120px !important;
 	width: 540px !important; 
}

.noReviewsOverlay_header_div{
	width: 560px !important;
}

.readReviewOverlay_error_div{
	margin:50px; 
	font-weight:bold;
	color:#666666;
	font-size:12px
}
.chat-bubble-arrow-border {
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
}


