/*
File: altosoftbridgesites.css
c1 #000000 strong  (use white font if backgroubnd. this is used as heading colour)  
c2 #8DC53E medium  
c3 #F1FAE8 alternate line 
*/

@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 80%;
	cursor: default;
	width: auto;
	padding: 0;
	margin-left: 96px;
	zmargin-left: auto;
	margin-top: 0px;
	text-align:center;
	margin-right: 0px;
	margin-bottom: 0px;
	float: none;
	/*float: right;*/
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: auto;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 9em;
	float: left;
	background-color: #FFF;
	color: #FFF;
	font-weight: bold;
	border-bottom-style: groove;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a dark gray block with padding and white text */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	color: #4b7521; /* xxxxxxxxxxxdarker xapple green 4b7521*/
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
/* Menu items that have mouse over or focus have a green background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #8dc53e;
	color: #fff;
	font-weight: bold;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a green background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #8dc53e;
	color: #fff;
}

/********************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDownGreen.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-weight: bold;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover  
{
	background-image: url(SpryMenuBarDownWhite1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDownWhite.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownWhite1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal a:focus
ul.MenuBarHorizontal ul.MenuBarHorizontal a:hover, ul a.MenuBarItemSubmenuHover  
{
	background-image: url(SpryMenuBarDownWhite1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
*/


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f/loat: left;
		background: #FFF;
	}
}



body
{
    font-size: small;
    margin: 5px; 
    zcolor: black;
    color: black;
    line-height: 18pt;
    font-family: Verdana, Arial, Helvetica;
}

p
{
    font-size: small;
    line-height: 15pt;
    font-family: Verdana, Arial, Helvetica;
}

h1
{
 line-height:16pt;   
 color: #000000; /*strong*/
 font-size:18pt;
 valign: middle; margin-top:6; margin-bottom:6
 
}

h3
{
 line-height:16pt;   
 color:#000000;
}

h4
{
 line-height:18pt;   
 color:black;
 font-size:14pt
    
}

h5
{
 line-height:20pt;   
 color:black;
 font-size:14pt;
 text-align:center;    
}

h6
{
 line-height:16pt;   
 color:black;
 font-size:12pt; 
 margin-bottom:0
}

 


.CopyrightMessage 
{
    font-size:8pt;
    font-family: Verdana, Arial, Helvetica;
    text-align:center;
}



/*The following can be used to centre any element*/    
.centerobject 
{
  margin-right: auto; 
  margin-left: auto; 
  text-align: center;
}

li
{
    font-size:small;
		line-height:15pt;
		text-align:left;
}
 
.BodyFont    
{
    font-size:small;
}

.TightBodyFont    
{
    font-size:small; 
		line-height:100%; 
		margin-top:0; 
		margin-bottom:0
}

.FrontPageLinks    
{
    font-size:small; 
		line-height:120%; 
		margin:-5; 
		margin-top:-10;
		text-align:center;
		background-color: #F1FAE8;  /* alternate */
}


.FrontPageLinksHeading
{
 background-color:#8DC53E; /* strong */
 margin:0;
 margin-top:0;
 font-color:black;
}

.FrontPageLinksBody
{
 margin:5;
 margin-top:0;
}

Table.ResultsIndexTable
{
    margin: 4px;
    width: 95%;
    font-size:10pt;
    margin-right: auto; margin-left: auto; text-align: left;
}


Table.ResultsTable
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    margin: 4px;
    border-left: silver thin solid;
    width: 95%;
    border-bottom: silver thin solid;
    font-size:10pt;
		margin-left:auto;
		margin-right:auto;
}

.ResultsTableHead
{
    border:thin solid #C0C0C0; 
		color: #FFFFFF;
    background-color:#8DC53E; /*medium*/
    font-weight: bold;
    border-collapse: collapse
}


.ResultsTableBody
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    border-collapse: collapse;
    background-color: white;
    color: black;
    line-height: 12pt;
		
}

.ResultsTableBodyAlternateLine
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    color: black;
    border-bottom: silver thin solid;
    border-collapse: collapse;
    background-color: #F1FAE8;  /* alternate */
    line-height: 12pt;

}


.CalendarEditTableBody
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    border-collapse: collapse;
    background-color: white;
    color: black;
    line-height: 12pt;
}

.CalendarEditTableBodyAlternateLine
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    color: gray;
    border-bottom: silver thin solid;
    border-collapse: collapse;
    background-color:  #F1FAE8;  /* alternate */
    line-height: 12pt;
}


.ResultsTableSubHead
{
    border:thin solid silver; 
		border-collapse: collapse;
    background-color: white;
    font-weight: bold;
    color: white;
    background:#8DC53E; /* medium */
}

.ResultsTableSubSubHead
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    font-weight: bold;
    border-left: silver thin solid;
    color: black;
    border-bottom: silver thin solid;
    border-collapse: collapse;
}

 
.TableHeader
{
    border:1px solid #000000; 
		padding:10px; 
    font-weight:bold;
    margin-left: 5px;
    vertical-align: top;
    margin-right: 5px;
    border-collapse: collapse;
    color:#000000;
    background:#8DC53E; /*medium*/
}

.TableLeftCol
{
    width:60%;
    border-right:1;
    border-right-width:1;
}

.TableRightCol
{
    width:40%;
    border-right:1;
    border-right-width:1;
    border-color:Gray;
    text-align:right;
}

.CalendarDates
{
    font-size:14pt;
    font-family: Verdana, Arial, Helvetica;
    text-align:left; 
    font-weight:bold;
}

.CalendarEvents
{
    font-size:8pt;
    font-family: Verdana, Arial, Helvetica;
    text-align:center; 
}

.CalendarHead
{
	 line-height:100%;   
	 color:black; 
	 font-size:18pt;
	 font-weight:bold;
	 margin-top:16;
	 margin-bottom:16
}

Table.TravellersTable
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    margin: 4px;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    font-size:10pt;

}

.TravellersHeader
{
    border:thin solid #C0C0C0; 
		color: black;
    background-color: #8DC53E; /* medium */
    font-weight: bold;
    border-collapse: collapse;
		text-align:center;
}


.TravellersBody
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    border-collapse: collapse;
    background-color: white;
    color: black;
    font-size:10pt;
		text-align:center;
}

zA:link {text-decoration: none; color: blue;}
zA:visited {text-decoration: none; color: blue;}
zA:active {text-decoration: none; color: blue;}
zA:hover {text-decoration: underline; color: red;}

.TravellersBodyAlternateLine
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    color: black;
    border-bottom: silver thin solid;
    border-collapse: collapse;
    background-color:#F1FAE8;  /* alternate */
		text-align:center;
}

.TravellersSubHead
{
    border:thin solid silver; border-collapse: collapse;
    background-color: white;
    font-weight: bold;
    color: white;
    background: gainsboro;
		text-align:center;
}

.TravellersSubSubHead
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    font-weight: bold;
    border-left: silver thin solid;
    color: black;
    border-bottom: silver thin solid;
    border-collapse: collapse;
}

.ContactPage
    
{
    font-size:10pt; 
		line-height:15px; 
		margin-top:0; 
		margin-bottom:0;
		background-color:#F1FAE8;  /* alternate */
    
}

.HandRecordDisplay    
{
    font-size:10pt; 
		line-height:150%; 
		zmargin-top:0; 
  	zmargin-bottom:0
}

.HandRecordDisplayCell    
{
    font-size:10pt;
		background-color:whitesmoke; 
}

.HandRecordDisplayHeader    
{
    font-size:14pt;
		color:white;
		background-color:#646E97; 
}

.BlogBodyAlternateLine {

	text-align : left;
	zheight : 30px;
    border-collapse: collapse;
    background-color: whitesmoke;
    line-height: 12pt;
	}
	
.BlogBody {
	text-align : left;
    border-collapse: collapse;
    background-color: white;
    line-height: 12pt;
	}

.BlogHeader {
	color :#E9DB10;
	text-align : left;
	 font-size:12pt;
	 	height : 30px;
    border-collapse: collapse;
    line-height: 12pt;
	}	
