/*********************************************************************************** 	
Cascading Style Sheet
	Purpose:	This sheet covers all aspects of the Home Page Container.
			It's width is scalable.
	Created: 	April, 2008
	Author:  	Brad Decker
************************************************************************************/

div.container {}

div.containerArea {
  font-size: 80%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.containerTab {
  background-image: url("./gradients/tabGradient3.png");

/*  border: 2px solid #2F3DE3; */
  border-bottom-width: 0px;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 2px 5px 2px 5px;
  margin-left: 0px;			        /* Added 5/22/08 for left alignment, previously centered */
  position: relative;
  text-decoration: none;
  top: 3px;
  width.1: 13px;                                           /*  Max Length of each element in Row 1 */	
  z-index: 1;
  font-type: 14px serif;
  font-weight: bold;
}

a.containerTab, a.containerTab:visited {
  color: #0B287D;                                        /* Tab Text Color */
  font-type: 14px serif;
  font-weight: bold;
  border-color: transparent;
}

a.containerTab:hover {
  background-color: #2F3DE3;                       /* Tab Background Hover Color */
  border-color: none;
  color: #ffffff;
  text-shadow: 4px 4px 4px black;
}

a.containerTab:active {
  background: #0B287D;                       /*  Tab Background Active Color  IE*/
/*  background-image: url("./gradients/tabActiveGradient3.png"); */
  border-color: transparent; 
  color: #C9C292;
}

a.containerTab:focus {
  background: #0B287D;                   /*      Tab Background Active Color  Firefox*/
  background-image: url("./gradients/tabActiveGradient3.png");
  border-color: none;
  color: #FFFFFF;
}

div.containerFrame {
/*  background-color: #E1C94D;  */                      /* Frame Pad Color */
/*  border: 1px solid #0B287D;  */
  -moz-border-radius: 0em .5em .5em 0em; 
  border-top-right-radius: .5em;
  border-bottom-right-radius: .5em;
  padding: .2em;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  z-index: 1;
  width: 500px;
  height: auto;



}

div.containerIFrameWrapper {
  width: auto;
  height: auto;
  border: none;
}
div.containerIFrameWrapperClerk {
  width: auto;
  height: auto;
  border: none;
}

iframe.containerContent {                    

/*  border: 1px solid #0B278D; */
  border: none;
  margin: none;
  width: 500px;
  height: 800px;						/* 585px holds worst case calendar scenario */
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentClerk {                    
  border: none;
  margin: none;
  width: 560px;
  height: 565px;						
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentCD2009 {                    
  border: none;
  margin: none;
  width: 250px;
  height: 350px;						
  allowTransparency: true; 
  z-index:1; 
  margin-left: 211px;
  margin-top: 55px; 	   	               
} 
iframe.containerContentMovies {                    
  border: none;
  margin: none;						
  allowTransparency: true; 
  z-index:1; 
	   	               
} 
iframe.containerContentBuilding {                    
  border: none;
  margin: none;
  width: 560px;
  height: 565px;						
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentFinance {                    
  border: none;
  margin: none;
  width: 360px;
  height: 560px;						
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentCourt {                    
  border: none;
  margin: none;
  width: 500px;
  height: 400px;						
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentFirePrev {                    
  border: none;
  margin: none;
  width: 500px;
  height: 800px;						
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentZoning {                    
  border: none;
  margin: none;
  width: 400px;
  height: 500px;						
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentPolice {                    
  border: none;
  margin: none;
  width: 500px;
  height: 700px;	
  margin-left: 56px;					
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentPool {                    
  border: none;
  margin: none;
  width: 500px;
  height: 250px;						
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentPark1 {                    
  border: none;
  margin: none;
  width: 600px;
  height: 125px;						
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentPark2 {                    
  border: none;
  margin: none;
  width: 400px;
  height: 500px;						
  allowTransparency: true; 
  z-index:1;  	               
} 
iframe.containerContentTaxOffice {                    
  border: none;
  margin: none;
  width: 360px;
  height: 560px;						
  allowTransparency: true; 
  z-index:1;  	               
}

h4#title {
  background-image: url("./gradients/headerGradient3.png");
  border: 1px solid #0B287D;
  color: #0B287D;                                   /* Heading Text Color */ 
  font: 24px serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;					/* At Box Height = 36 value=.5em     At Box Height = 47 value=.15em */
  padding: 5px 0px 5px 0px;
  width: 500px;
/*  text-shadow: 2px 2px 6px #0B287D;            Cool Effect, but it doesn't work here */
}

h2#title {
  background-image: url("./gradients/headerGradient3.png");
  border: 1px solid #0B287D;
  color: #0B287D;                                        /* Heading Text Color */ 
  font-type: 16px serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;					/* At Box Height = 36 value=.5em     At Box Height = 47 value=.15em */
  margin-left: 55px;
  padding: 5px 0px 5px 0px;
  width: 500px;
}

h2#titlePolice {
  background-image: url("./gradients/headerGradient3.png");
  border: 1px solid #0B287D;
  color: #0B287D;                                        /* Heading Text Color */ 
  font-type: 16px serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;					/* At Box Height = 36 value=.5em     At Box Height = 47 value=.15em */
  margin-left: 55px;
  padding: 5px 0px 5px 0px;
  width: 501px;
}



