﻿body 
{
	 
}
.newdiv
{
	background-color:Gray;
	color:Black;
}
/*.popup_content_back {
    position: absolute;
    padding: 3px;
    background-color:#FFFFFF;
    text-align: center;
    z-index: 1;
    margin:5px;    
    
}*/
.popup_content_back {
    position: absolute;       
    
}
.popup_content {
    position: fixed;   
}
/*.popup_content {
    position: fixed;
    padding: 3px;
    /*background-color: #FFFFFF;
    text-align: center;
    z-index: 5;
    margin:5px;
}*/
#popup_close {
    float: right;
    cursor: pointer;
}

.opacity50 {

  opacity:0.1; /* firefox, opera, safari, chrome */
  display:block;
  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=10)"; /* IE 8 */
  
  filter:alpha(opacity=10); /* IE 4, 5, 6 and 7 */

  zoom:1 /* so the element "hasLayout"

  /* or, to trigger "hasLayout" set a width or height */

}
.opacity100 {

  display:block;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE 8 */

  filter:alpha(opacity=100); /* IE 4, 5, 6 and 7 */

  zoom:1 /* so the element "hasLayout"

  /* or, to trigger "hasLayout" set a width or height */

}










track
{
 z-index: 0;
opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity=70);
}
alertRow {
text-align: left;
padding: 10px;
margin: 20px;
border: 1px solid #ccc;
position: relative;
z-index: 0;
opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity=70);
}
.alertRow:hover {
opacity: 0.9999999;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.modLink {
position: relative;
}
.changeStatus {
position: absolute;
top: 15px;
right: 0;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
z-index: 1000;
background-color: #fff;
padding: 5px;
}
