
A
{
    color: #000000;
    text-decoration: none;
}
A:link
{
    color: #000000;
    text-decoration: none;
}
A:visited
{
    color: #000000;
    text-decoration: none;
}
A:hover
{
    color: #D70909;
    text-decoration: none;
}
td
{
    font-family: verdana, arial, helvetica;
    font-size: 10px;
}
body
{
    font-family: verdana, arial, helvetica;
    font-size: 10px;
}
input
{
    font-family: verdana, geneva, arial, helvetica;
    font-size: 10px;
}
textarea
{
    font-family: verdana, geneva, arial, helvetica;
    font-size: 10px;
}
select
{
    font-family: verdana, arial, helvetica;
    font-size: 10px;
}


.HideDragPanel
{
    overflow: hidden;
    height: 0px;
}


.ShowDragPanel
{
    height: 300px;
    width: 450px;
    float: left;
    padding: 5px;
    z-index:10;/*any value*/
	/*overflow:hidden; must have*/
	position: absolute;
	top: 75px;
	left: 75px;
}

.ShowDragPanel iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

.HideDragPanelHandle
{
    overflow: hidden;
    height: 0px;
}


.ShowDragPanelHandle
{
    height: 20px;
    width: 100%;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    background-color: #D6D4D0;
    font-weight: bold;
    padding: 0px;
}

.popupContent
{
    height: 280px;
    width: 100%;
    overflow: auto; 
}

.AddFileLink
{
text-decoration: underline;
}
