﻿#main {
			position: absolute;
			width:450px;
		}
		
		#navigation1 {
			position: absolute;
			left: 0;
			width: 250px;
		}

		#navigation2 {
			position: absolute;
			right: 0;
			width: 150px;						
		}
		
		.FixedHeightContainer
        {
          position: absolute;
          height: 150px;
          width:100%; 
          padding:0px;
            background:#f00;
        }
        .PhotoContent
        {
          
          height:250px;
          width: 620px;
           overflow:auto;
           overflow-x:hidden;
           position:relative;  
            background:#fff;
        }
		#navigation11 {
			position: absolute;
			left: 0;
			width: 250px;
		}

		#navigation21 {
			position: absolute;
			right: 0;
			width: 150px;	
								
		}
		
	
		#content {
			margin: 0 150px 0 350px;
		}
		
		#mainAgt {
			position: absolute;
			
		}
		
		#navigation1Agt {
			position: absolute;
			left: 0;
			width: 380px;
			margin-left:25px;
			
		}

        #navigation1Agt_Print {
			position: absolute;
			left: 0;
			width: 350px;
			margin-left:25px;
			
		}
		
		#navigation2Agt {
			position: absolute;			
			width: 10px;
			border: 1px solid #ccc;
		}
	
		#contentAgt {
			/*margin: top bottom right left */
			margin: 0 0px 0  380px;
			width:350px;
		}
		
		#contentAgt-Print {
			/*margin: top bottom right left */
			margin: 0 0px 0 350px;
			width:350px;
		}
		
		#mainOfc {
			position: absolute;			
		}
		
		#navigation1Ofc {
			position: absolute;
			left: 0;
			width: 420px;
			margin-left:15px;			
		}
		
		#navigation1Ofc_Print {
			position: absolute;
			left: 0;
			width: 620px;
			margin-left:15px;			
		}

		#navigation2Ofc {
			position: absolute;			
			width: 10px;
			border: 1px solid #ccc;
		}
	
		#contentOfc {
			/*margin: top bottom right left */
			margin: 0 0px 0  440px;
			width:300px;
		}
		
		#contentOfc_Print {
			/*margin: top bottom right left */			
			 top :500px;
			width:620px;
		}
.progBarHeader
{
	border-width:1px;
	background-color:#4D739D;
	/*border-bottom-style:solid;*/
	border-bottom-color:#EAF7FF;
	border-bottom-width:medium;
	/*border-left-style:solid;*/
	border-left-color:#EAF7FF;
	border-left-width:medium;
	/*border-right-style:solid;*/
	border-right-color:#EAF7FF;
	border-right-width:medium;
	/*border-top-style:solid;*/
	border-top-color:#EAF7FF;
	border-top-width:medium;
	font-family:Tahoma;
	font-style:normal;
	font-weight:normal;
	font-size:10pt;
	height:40px;
	padding: 10px;
	
}

/*******************************************************/


#cover {
display:none;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background:#777B89;
filter:alpha(Opacity=50);
opacity:0.8;
-moz-opacity:0.5;
-khtml-opacity:0.5
}

#cover_Home {
display:none;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background:#777B89;
filter:alpha(Opacity=50);
opacity:0.8;
-moz-opacity:0.5;
-khtml-opacity:0.5
}

/*****************************************************************/