@CHARSET "UTF-8";
.jqifade{
      background-color: #000000;
}
div.jqi{
      position: absolute;
      width: 582px;
}
.jqifade {
	background-color :#000000;
}
div.jqi .jqicontainer{
	  background: url(../img/windows/windows_bkg.png) repeat-y;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
	padding:0pt 15px;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 0 0;
	  background-color:#ffffff;
}
div.jqi button{
	background-color:#B4B4B4;
    padding: 3px 10px 3px 10px;
    margin: 0 10px;
	background-image:url(../img/windows/btn_close.gif);
	background-repeat:no-repeat;
	width:85px;
	height:24px;
	cursor:pointer;
	color:#ffffff;
}
.jqimessage h2{
	text-align:left;
	padding:0;
	background-color:#ffffff;
	font-size:18px;
}
.jqimessage small{
	color:#CCCCCC;
	font-size:12px;
	font-weight:normal;
	padding:5px 0px;
}
.window_content{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#ffffff;
	color:#B4B4B4;
	margin-top:6px;
}
.window_content p{
	color:#555;
	font-weight:normal;
	margin-top:25px;
	text-align:justify;
	text-indent:10px;
}
#jqitopwindow{
	width:582px;
	height:12px;
	background:transparent url(../img/windows/windows_top.png) no-repeat scroll 0%;
}
#jqibottomwindow{
	width:582px;
	height:12px;
	background:transparent url(../img/windows/windows_bottom.png) no-repeat scroll 0%;	
}
.window_content ul{
	padding-left:15px;
}
.window_content ol{
	padding-left:15px;
}
.window_content strong{}
.window_content img{
	border:2px solid #CCCCCC;
	margin:2px;
}
