﻿.jqmWindow {
   /*
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #FFF;
    color: #333;
    border: 1px solid #CCCCCC; 
  */
    display: none;
    
    /*position:absolute !important;*/
      /*position: fixed;*/
    position: fixed;
        
    width:85%;
	height:85%;
	top:5%;
	left:5%;
    
	text-align:center;
	
    background-color: Transparent;
    color: #333;  
    
    z-index:101; /*flash header has 100*/
}

.jqmWindow  .popup-window-header {
	background:transparent url(images/header_background_gray.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	height:25px;
}

.jqmWindow popup-window-header2
{
    background:transparent;
    height:25px; 
}


.jqmWindow .popup-window-header2 .jqmClose
{   
    /*margin-right:10px;*/
    line-height:23px;    
}

.jqmWindow .popup-window-header2 .jqmClose img:hover
{
   cursor:pointer; 
}
.jqmClose,
.jqmClose img:hover
{
   cursor:pointer; 
}


.jqmWindow  .popup-window-title {
	margin-left:10px;
	line-height:23px;
	color:#DD7814;
	display:block;
	float:left;
}

/*
.jqmWindow  .jqmClose
{
	float:right;
	margin-right:10px;
	line-height:23px;
}*/

.jqmWindow .popup-window-content
{
	padding:10px;
}

.jqmOverlay { background-color: #000; }

* html .jqmOverlay {
	
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');   
    +position:absolute !important;
    
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     +position:absolute !important;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.container
{
    width:100%;
    margin-top:5px;
    /*margin-bottom:10px;*/
    overflow:hidden;
        
}