/* Styles for ohanlon.ch web site */

/* Web Link Styles */
/* every link MUST use this css class ( <a href="http://<link>" class="normal">Text</a> ) */
.a.normal	{	font-family: "Arial", Helvetica, sans-serif;
					font-size: 10pt;
					font:bold;
					text-align: left;
					color: #003373;
					text-decoration: none;	}

.a.normal:hover	{	font-family: "Arial", Helvetica, sans-serif;
					font-size: 10pt;
					font:bold;
					text-align: left;
					color: blue;
					text-decoration: none;	}


/* Normal Text */
.pageText	{	font-family: "Arial", Helvetica, sans-serif;
				font-size: 10pt;
				text-align: left;
				color: #003373;	}

/* same as pageText but Bold */
.pageTextBold	{	font-family: "Arial", Helvetica, sans-serif;
				font-size: 10pt;
				font:bold;
				text-align: left;
				color: #003373;	}
				
/* same as pageText but centered */	       
.pageTextCenter	{	font-family: "Arial", Helvetica, sans-serif;
					font-size: 10pt;
					text-align: center;
					color: #003373;	}

/* same as pageTextCenter but 8pt and Bold */	       
.footerTextCenter	{	font-family: "Arial", Helvetica, sans-serif;
					font-size: 8pt;
					font:bold;
					text-align: center;
					color: #003373;	}

/* Header for Page Titles */
.headerPageTitle	{	font-family: "Arial", Helvetica, sans-serif;
						font-size: 16pt;
						color: #003373;
						font:bold;
						text-align: left;
						margin-bottom:6pt;
						border-bottom-style: solid;
						border-bottom-width: 1;	}


/* Header Banner */
.ohanlonBigBlue	{	font-family: "Arial", Helvetica, sans-serif;
					font-size: 38pt;
					text-align: left;
					color: #003373;	}

.ohanlonBigWhite	{	font-family: "Arial", Helvetica, sans-serif;
						font-size: 38pt;
						color: White;
						text-align: left;
						background-color:#003373;	}

.TitleWhite	{	font-family: "Arial", Helvetica, sans-serif;
						font-size: pt12;
						font:bold;
						color: White;
						text-align: left;}


/* Styles for Lefthand Navigation Menu */

/* Level "0" Items */
  .menu	{	position:left;
  			background-color:#003373;
  			margin-top:5;
  			padding-left:3;
  			width:150;
  			font-size:12px;
  			font-family:Arial;
  			font:bold;
  			color:white;
  			position:absolute;
  			cursor:hand;	}
  			
  .item_panel	{	width:150;
					clip:rect(0,150,0,0);
					position:absolute;	}
					
/* Controls the Initial Color of the Item "1" Menus */
  .item_panel a	{	text-decoration:none;
  					color:white;
  					cursor:hand;	}
  
/* Level "1" Items */
  .item  {	background-color:#003373;
  			width:148;
  			margin-left: 10;
  			font-size:12px;
  			font-family:arial;
  			font-color:white;	}

/* Under Construction Notification */
.underContruction	{	font-family: "Arial", Helvetica, sans-serif;
						font-size: 20pt;
						font:bold;
						text-align: center;
						color: #003373;	}


 /* EO Style for Lefthand Navigation */
 
 .ohanlonBlue	{	font-family: "Arial", Helvetica, sans-serif;
 					font-size: 16pt;
 					text-align: center;
					color: #003373;	}
