﻿.liquid-round {
width:100%;
margin:0px auto;
background:#fff url(leftside.gif) repeat-y left top;

}
.top {
width:100%;
height:10px;
background:url(top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:10px;
background:url(top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(rightside.gif) repeat-y right top;
padding:15px 20px 1px 25px;
margin:-1px 0 -10px 0;
}

.center-content ul li{
list-style-type:none; display :inline;
border :solid 1px gray;
font-size :15px;
font-weight :bold ;
margin :5px 10px;

}
.center-content li.selected
{
background-image: url(../images/nav_row_bg.jpg);
background-repeat: repeat-x;
height:23px;
}
.bottom {
width:100%;
height:45px;
background:url(bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:45px;
background:url(bottom-right.gif) no-repeat right top;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.7;
}

.modalPopup {
	background-color:#dcdcdc;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
.lbl
{
    font-size :13px;
    font-family :tahoma;
    color:#000;
    }
    
    .lbldatalist
    {
		font-size :13px;
		font-family :mangal;
		color:#0000ff;
		font-weight :200 ;
		letter-spacing :0.5px;
		}
		
		.lblitems
		{
		font-size :12px;
		font-family :mangal;
		color:#000;
		font-weight :500 ;
			}
			
			.grdItems
			{
			    font-family :mangal;
			    font-size :13px;
			    }
    .grdHeader
    {
        font-family :mangal;
			    font-size :13px;
			    letter-spacing :0.5px;
        }
        
        
        
        .divbox
        {
            overflow:auto;
            height:150px;
            width:98%;
            border-left:
            solid 1px gray;
            border-bottom:
            solid 1px gray;
            border-top:
            solid 1px gray;
            }
            
            
            
            
            #right_1 {
	float: right;
	width: 600px;	
}

#right_2 {
	padding: 0 20px 0 0;		 
}

#cont_right {
	width: 580px;	
}

#cont_right_top {
	height: 20px;
	background: url(../images/cont_right_top.gif) no-repeat top;
}

#cont_right_middle {
	padding: 0 20px;
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	text-align: justify;
	color: #214978;
	background: #89B0E0 url(../images/cont_right.gif) repeat-y;
}

#cont_right_bottom {
	height: 20px;
	background: url(../images/cont_right_bottom.gif) no-repeat bottom;
}

#bottom {
   clear: both;	
}



 .gridheader
    {
        
			    font-size :11px;
			    font-weight:bold ;
			    text-align:center ;
        }
        
        .gridheader_left
    {
        
			    font-size :11px;
			    font-weight:bold ;
			    text-align:left ;
        }
        
        .griditem_left
{
    font-size: 12px;
    text-align: left;
    color: #000099;
}


    
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
