/*-----------------
    Download popup by Jeraldes
----------------*/

#notify_bottom
{    
    bottom: 0;
    width: 924px;
    z-index: 999;
    overflow: visible;
    position: fixed;
    margin:0px auto;
    margin-left:-1px;
    clear:both;
	background-color: transparent;
}
#notify_top
{
    top: -30px;
    width: 924px;
    z-index: 999;
    overflow: visible;
    position: fixed;
    margin:0px auto;
    margin-left:-2px;
    clear:both;
	background-color: transparent;
}
#notify_bottom .panel, #notify_top .panel
{
    background-color:#FAED87;
    padding:10px 10px 10px 10px;
	font-size:1.0em;
	color:#000000;
	line-height:15pt;
	clear:both;
	min-height:55px;
}

#download_content img
{
    float:left;
    position:relative;
    padding:5px 25px 0px 25px;
}
    

#notify_bottom *, #notify_top *
{
    margin: 0;
    padding: 0;
}

/*#notify_bottom .hideimg
{
    bottom:180px;
    cursor: pointer;
    position: absolute;
    right: 0px;
}*/


#TitlebarRight 
{
	background-color:Transparent;
	height:10px;
	width:15px;
	cursor:pointer;
	float:right;
	position:relative;
	margin-right:5px;
	margin-top:32px;	
}

.notify
{
    display:none;
}

/*#TitlebarLeft 
{
  
	float:left;
	position:absolute;
	padding-left:20px;
	padding-top:20px;
	margin-top:30px;
	margin-left:10px;
	background-image:url(../../Content/images/Small-Info.png);
	background-repeat:no-repeat;
}*/

.popup_Titlebar {
	height: 45px;
	 background:url(../../Content/images/download/Header-Strip_up.png);
    background-repeat:no-repeat;
    cursor:pointer;
}

.active {
	height: 56px;
	 background:url(../../Content/images/download/Header-Strip_down.png);
    background-repeat:no-repeat;
    cursor:pointer;
}

