


/**
 * Modal dialog 
 */

#compareTableBackground
{
	position: absolute;
	left: 160px;
	top: 130px;
	width: 73%;
	height:2500px;
	text-align: center;
	z-index: 10001;
	background-color: #ffffff;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
}


#compareTable {

     position: static;
     /*border-style:ridge;
     border-width:1;*/
     width:80%;
     text-align:center;
     z-index: 1000;

     
}

#compareTable div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

.compareHeader
{
	color:White ; 
	font: 12px "arial","helvetica"; 
	font-weight:bold;
	background-color: Orange; 
}
.compareIdentical
{
	color:Black ; 
}
.compareDifferent
{
	color: Red;
}

.compareEvenRow
{
	background-color: #EEEEEE; 
	font: 11px "arial","helvetica";		
}
.compareOddRow
{

	background-color: #FFFFFF;
	font: 11px "arial","helvetica";	
}

.compareSectionHeader
{
  text-align:left;
  font: 12px "arial","helvetica";	
  font-weight: bold;  	 
  border-bottom: 1px;
}

.compareAttributeName 
{
    color: Gray;
    font-weight: bolder;
    text-align: right;
}

.compareCloseWindowLabel
{
	font: 10pt,"arial" , "helvetica";
	position:relative;
	font-weight: bold;
	right: 10px;
	
}


.compareButtonLabel
{
	font: 10pt,"arial" , "helvetica";
	text-decoration: underline;	  
	color: Blue;
	cursor:  pointer;
	
}

.sortable
{
	width:100%;
	height:100%;
	text-align:center;
	z-index: 10001;
	background-color: #ffffff;
}

