/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
/*
div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:12px;height:12px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.cancel a{background:url(../img/delete.gif) no-repeat 0 -12px}
div.star,div.star a{background:url(../img/star.gif) no-repeat 0 0px}
div.cancel a,div.star a{display:block;width:12px;height:100%;background-position:0 0px;border:1 solid #FF0000}
div.star_on a{background-position:0 -12px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -24px}
*/
/* Read Only CSS */
/* div.star_readonly a,div.star_readonly a:hover{cursor:default !important} */
/* Partial Star CSS */
/* div.star{background:transparent!important;overflow:hidden!important} */
/* END jQuery.Rating Plugin CSS */

/* 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 (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
   /* 
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    */
    background-color: #ffffff;
    color: #000000;
    border: 1px solid black;
    padding: 0px;
    width : 500px ;
}

.jqmWindow h6 { border-bottom : 1px solid #000000 ; font-size : 10px ; margin : 10px ; padding-bottom : 10px ; text-align : center ; }
.jqmWindow h6 a { color : #000000 ; font-size : 10px ; }
.jqmWindow h6 a:hover { color : #000000 ; }
.jqmWindow ul { margin : 10px 5px ; }
.jqmWindow ul li { margin : 0px 0px 0px -15px ; list-style-position : outside ; padding : 0px ; line-height : 100% ; }
.jqmWindow ul li a { color : #02699c ; font-size : 10px ; }
.jqmWindow ul li a:hover { color : #02699c ; }
.jqmWindow p { text-align : center ; margin : 10px ; font-size : 10px ; }
.jqmWindow p.Close { border-top : 1px solid #000000 ; text-align : center ; margin : 10px ; padding-top : 10px ; font-size : 10px ; }
.jqmWindow p a { color : #000000 ; font-size : 10px ; }
.jqmWindow p a:hover { color : #000000 ; }
.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');
}

