
#ibox_wrapper,
#ibox_wrapper *
{
    background-color: Transparent;
    border-style: none;
	overflow:visible;
}
#ibox_content
{
   padding:0;
}
#ibox_footer_wrapper
{
    display:none;
}


/* box*/
/* Show only to IE PC \*/
* html .boxhead a {height: 1%;} /* For IE 5 PC */


.sidebox {
	margin: 0;/*  center for now */
	width: 350px; 
	font-size: 100%;
	overflow:visible;
	height:370px;
	position:relative;
}

/*.boxbody {<%if (awardId == Int32.Parse(Eval(Container.DataItem, "id"))) Response.Write("<font color='#CE3935'>");%>
}*/
.boxbody {
    border:solid red 1px;
    margin: 0px;
    padding:0 15px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	font-weight:normal;
	text-align:justify;	
}
 .boxbody .closeButton
{   
    background: #fff url(../images/ibox/close_icon.gif) no-repeat right top ;
    width: 24px;
    position:absolute;
    top:10px;
    left: 320px;
    text-decoration:none;
    height:24px;
}
.poptr
{
	background: url(../images/ibox/popup-tr.gif) repeat-y top right;
}
.poptl
{
	background: url(../images/ibox/popup-tl.gif) repeat-y top left;
}
.popbr
{
	background: url(../images/ibox/popup-br.gif) repeat-y bottom right;
}
.popbl
{
	background: url(../images/ibox/popup-bl.gif) repeat-y bottom left;
}
.popuptitle
{
	margin:10px 0 0 0;
	 font-weight:bold;
	font-size:1.2em;
	color:#656565;
}
.popuprole
{
	margin:5px 0;
	 font-weight:bold;
	font-size:1em;
	color:#656565;	
}
.popupbiog
{
	margin:20px 0;
	font-size:0.8em;
	color:#656565;		
}

.popupscroll {


overflow: auto;

 text-align: left; 
 font-weight:normal;
 padding-left:0px;
border:1px green solid;
}
.popupimg
{
	margin: 30px 0 0 0;
	
}

