.DiplayPoster
{
    z-index:9999;
}

.DiplayPoster .loadingBackground
{
    background:transparent url(Images/loadingBackground.gif) no-repeat;
}

.DiplayPoster .loadingBackground .loadingGif
{
    background:transparent url('Images/loading.gif') no-repeat;
}

.DiplayPoster .loadingBackground .noDataGif
{
    background:transparent url('Images/noData.gif') no-repeat;
}

.DiplayPoster .loadingBackground .emptyGif
{
    background:transparent url('Images/empty.gif') no-repeat;
}

body.main 
{ 
    background:#FFFFFF url('Images/background.png') repeat-x;
    float:left;
	width:100%;
	height :100%;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;	
}

.HeaderBar
{    
    border:2px solid #A9A9A9;
    margin:2px;
    padding:2px;            
    padding-right:3px;
    background:#D3D3D3;    
    height:30px;
    width:auto;        
}

div.popupControl
{
	z-index :10000;
	position:absolute;	
	visibility:hidden;
}

.popupControl .closeButton 
{    
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	color:#15428B;
	font-family:Calibri, Tahoma,Microsoft Sans Serif;
	font-style:normal;
	font-weight:normal;
	font-size:18px;
	right:0px;
	top:0px;
	position:absolute;
	width:24px;
	height:24px;
	padding-top:0px;
}

/* Default ID Container layout */
.defaultIDContainer
{
    border:1px solid #99BBE8;
    background:#DFE8F6;
    color:#15428B;
    font-family:Calibri, Tahoma,Microsoft Sans Serif;
    /*font-style:normal;*/
    font-weight:normal;
    /*font-size:12px;*/
    width:100%;        
    height:auto;
    min-height:50px;                
    top:0px;
}
    
.defaultIDContainer .IDCHeader
{
    margin:0px;
    padding:0px;
    width:100%;
    height:21px;        
    background:#BCD2EF url(Images/titleHeaderBackgroundAlpha.png) repeat-x bottom;
    border-bottom:1px solid #99BBE8;
    border-top:1px solid #99BBE8;
}
    
.defaultIDContainer .IDCHeader .classTitle
{
    margin-left:25px;
    padding:0px;
    color:#15428B;
    font-size:14px;
    text-align:left;
    margin-left:5px;
    margin-top:2px;
    float:left;
}

.defaultIDContainer .IDCContent
{    
    background:#F9F9F9;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:2px;
    padding-right:2px;
    color:#333333;
    width:auto;
    height:auto;
    min-height:50px;        
    margin:5px;        
}