﻿:hover, :active, :focus {
outline:medium none;
}
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;

    margin-left: -300px;
    width: 700px;
    height:450px;
    background-color: black;
    color: #333;
    border: 0px solid black;
    padding: 4px;
}
.jqmClose 
{
    background:transparent; 
    border:0px solid #FFDD00; 
    color:#000; 
    clear:right; 
    float:right; 
    cursor:pointer; 
 }

.jqmClose:hover 
{
    background:transparent; 
} 
#jqmContent{ width:99%; 
             height:99%; 
             border: 1px solid black;
             display: block; 
             clear:both; 
             margin:auto; 
             margin-top:0px; 
             background:#111; 
             border:1px dotted #444; }
.jqmOverlay { background-color: #000; }

/* 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;
    /* top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
*/
top: 150px;
}

#jqmTitleText
{
    font-size:150%;
	margin:0px;
	font-weight:bold;
	padding:0px;
	color:#5994d9;
}

html .wp_headertitle h2,  html .headertitle h2{
                text-align:center;
                font-size: 11px;
}

