


/**
 * 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: #FFFFFF;
	border:1px solid #000;
	padding:15px;
	text-align:center;
}

.compareHeader
{
	color:White;
	font: 11px "verdana";
	font-weight:bold;
	background-color: #000033;
}
.compareIdentical
{
	color:#000033;
}
.compareDifferent
{
	color: Red;
}

.compareEvenRow
{
	background-color: #EEEEEE; 
   font: 11px "verdana"; 	
}
.compareOddRow
{

	background-color: #FFFFFF;
   font: 11px "verdana"; 
}

.compareSectionHeader
{
	text-align:left;
	font: 11px "verdana";
	font-weight: bold;
	border-bottom: 1px;
	color: #0066FF;
}

.compareAttributeName 
{
	color: #000033;
	font-weight: bolder;
	text-align: right;
}

.compareCloseWindowLabel
{
   font: 11px "verdana"; 
	position:relative;
	font-weight: bold;
	right: 10px;
	
}


.compareButtonLabel
{
   font: 11px "verdana"; 
	text-decoration: underline;	  
	color: Blue;
	cursor:  pointer;
	
}

.sortable
{
	width:100%;
	height:100%;
	text-align:center;
	z-index: 10001;
	background-color: #ffffff;
}
