/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    text-align: left;
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -200px;
    width: 390px;
    background-color: #FFFFFF;
    color: #00000;
    border: 1px solid black;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* 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');
}

#mail_list_modal {
    clear:both;
    line-height:1.5em;
    overflow:auto;
    text-align:left;
}

#mail_list_modal a:link {color: #666666;}
#mail_list_modal a:visited {color: #666666;}
#mail_list_modal a:hover {color: #000;}
#mail_list_modal a:active {color: #666666;}
#mail_list_modal a:focus{color: #666666;}


#mail_list_modal p{
    padding: 25px;
}

#mail_list_modal_title{
    height:64px;
    font-size:1.2em;
}

#mail_list_modal_title_inner{
    float:left;
    margin-bottom:1px;
    padding:25px 0 29px 29px;
    color: #FFFFFF;
}

#mail_list_modal_close a {
    background: url(../images/tb_close.gif) no-repeat;
    float:right;
    height:11px;
    margin:10px 10px 0 0;
    text-align:right;
    width:11px;
}
