/* ==================================================== */
/* Gecko Engine on Windows  (Firefox, Mozilla, Camino)  */ 
/* ==================================================== */

/* ---------------------------------------------------- */
/* Page Layout */ 

.win.gecko .page
	{
    width: 900px;
	padding: 0;
	border: 1px #4D1979 solid;
	background-color: #FFF;
	z-index: 2
	}

.win.gecko .page:after
	{
   	content: ".";
   	display: block;
   	height: 0;
   	overflow: hidden;
   	clear: both;
   	visibility: hidden
	}

/* ---------------------------------------------------- */
/* Top Menu - Home*/

.win.gecko .top-menu-home
	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 5px;
	width: 826px;
	height: 61px; /* 60 */
	text-align: right;
	color: #4D1979;
	background-image: url('../images/styling/background-topmenu.gif');
	background-repeat: repeat-x;
	background-color: #4D1979;
	font-size: 90%;
	font-weight: bold
	}

.win.gecko .top-menu-home ul
	{
	margin-top: 0px;
	padding-top:3px
	}

.win.gecko .top-menu-home ul li
	{
	font-size: 100%;
	display: inline
	}

.win.gecko .top-menu-home ul li a
	{
	color: #4D1979;
	text-align: center;
	text-decoration: underline;
	width: 70px
	}

.win.gecko .top-menu-home ul li a:hover
	{
	color: #FFF;
	text-decoration: none
	}


/* ---------------------------------------------------- */
/* Top Menu */

.win.gecko .top-menu
	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 5px;
	width: 895px;
	height: 61px; /* 60 */
	text-align: right;
	color: #4D1979;
	background-image: url('../images/styling/background-topmenu.gif');
	background-repeat: repeat-x;
	background-color: #4D1979;
	font-size: 90%;
	font-weight: bold
	}

.win.gecko .top-menu ul
	{
	margin-top: 0px;
	padding-top:3px
	}

.win.gecko .top-menu ul li
	{
	font-size: 100%;
	display: inline
	}

.win.gecko .top-menu ul li a
	{
	color: #4D1979;
	text-align: center;
	text-decoration: underline;
	width: 70px
	}

.win.gecko .top-menu ul li a:hover
	{
	color: #FFF;
	text-decoration: none
	}

/* ---------------------------------------------------- */
/* Home Page Banner */ 

.win.gecko .homebanner
	{
	width: 100%;
	height: 52px; 
	margin: 0;
	padding: 0;
	border-bottom: 8px solid #4D1979;
	background: #4D1979;
 	overflow: hidden
	}

.win.gecko .homebanner .logo
	{
	margin: 0 0 0 8px;
	padding: 0;
	float: left
	}

.win.gecko .homebanner .homesections
	{
	margin: 0;
	width: 390px;  
	float: right;
	background: url('../images/styling/background-sections-home.bmp') no-repeat #FFF;
	overflow: hidden;
	padding-right: 5;
	padding-left: 5;
	height: 72px;
	position: relative;
	left: 20px; 
	top: 0px;  
	text-align: left
	}

.win.gecko .homebanner .homesections img
	{
	text-align: left;
	vertical-align: middle;
	padding: 0;
	border: 0;
	overflow: hidden
	}

/* ---------------------------------------------------- */
/* Other Page Sections Banner */ 

.win.gecko .sections 	{
	margin: 0;
	overflow: hidden;
	padding-right: 5;
	padding-left: 5;
	width: 280px;
	height: 40px;
	position: relative;
	left: 99px; 
	top: -8px; 
	text-align: left;
	vertical-align: middle;;
	background-image: url("../images/styling/background-sections-gen.bmp");
	background-repeat: no-repeat;
	background-color: black
	}

.win.gecko .sections img
	{
	text-align: left;
	vertical-align: middle;
	padding: 0;
	border: 0;
	overflow: hidden
	}

/* ---------------------------------------------------- */
/* Page Titles */

.win.gecko .pageheading 	{
	font-weight: bold;;
	font-family: "Monotype Corsiva", "Comic Sans MS";
	font-size: 36pt;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	}

.win.gecko .pageheading .aboutus {
	position: absolute;
	left: 145px;
	top: 115px
	}

.win.gecko .pageheading .activities {
	position: absolute;
	left: 225px;
	top: 115px
	}

.win.gecko .pageheading .annual {
	position: absolute;
	left: 520px;
	top: 130px
	}

.win.gecko .pageheading .contacts {
	position: absolute;
	left: 680px;
	top: 100px
	}

.win.gecko .pageheading .news {
	position: absolute;
	left: 760px;
	top: 140px
	}

.win.gecko .pageheading .general {
	position: absolute;
	left: 110px;
	top: 180px
	}

.win.gecko .pageheading .scoutsmain {
	position: absolute;
	left: 60px;
	top: 145px
	}

.win.gecko .pageheading .cubsmain {
	position: absolute;
	left: 720px;
	top: 218px
	}

.win.gecko .pageheading .beaversmain {
	position: absolute;
	left: 680px;
	top: 118px
	}

/* ---------------------------------------------------- */
/* Column Features */

.win.gecko .column
	{
	width: 425px;
	padding: 5;
	float: left;
	clear: right;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 15px
	}

.win.gecko .column table
	{
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 5px;
	padding: 3px
	}

.win.gecko .column tr td
	{
	padding: 3px
	}

.win.gecko .column p
	{
	margin-right: 12px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 12px
	}

/* ---------------------------------------------------- */
/* Column Wide Features */

.win.gecko .columnwide
	{
	width: 870px;
	padding: 5;
	float: left;
	clear: right
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 15px
	}

.win.gecko .columnwide table
	{
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 5px;
	padding: 3px
	}

.win.gecko .columnwide tr td
	{
	padding: 3px
	} 

.win.gecko .columnwide p
	{
	margin-right: 12px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 12px
	}

/* ---------------------------------------------------- */
/* Table Data Display */ 

.win.gecko .datarowtable {
	width: 100%
	}

.win.gecko .datarowhdr
	{
	font-size: 80%;
	background-color: #3b3b3b;
	border-width: thick;
	border-color: white;
	border-style: solid;
	padding: 5px;
	color: white;
	font-weight: bold
	}

.win.gecko .datarow1
	{
	font-size: 80%;
	background-color: #c8c8c8;
	border-width: thick;
	border-color: white;
	border-style: solid;
	padding: 5px
	}
	
.win.gecko .datarow2
	{
	font-size: 80%;
	background-color: #d8d8d8;
	border-width: thick;
	border-color: white;
	border-style: solid;
	padding: 5px
	}

.win.gecko .datarowexp
	{
	font-size: 80%;
	background-color: #fbcb84;
	border-width: thick;
	border-color: white;
	border-style: solid;
	padding: 5px
	}

.win.gecko .manageselect {
	color: #094d9f;
	font-size: 90%;
	background-color: #d8d8d8;
	}

.win.gecko .manageselecttext {
	color: #094d9f;
	font-size: 90%;
	}

.win.gecko .userselect {
	color: #094d9f;
	font-size: 90%;
	background-color: #d8d8d8;
	}

.win.gecko .userselecttext {
	color: #094d9f;
	font-size: 90%;
	}
	
	
/* ---------------------------------------------------- */
/* Form Input Display */ 

.win.gecko .dataformtable {
	width: 100%
	}

.win.gecko .dataform1
	{
	font-size: 100%;
	background-color: #c8c8c8;
	border-width: thick;
	border-color: white;
	border-style: solid;
	padding: 5px
	}
	
.win.gecko .dataform1 form
	{
	font-size: 100%
	}

.win.gecko .dataform1 input
	{
	font-size: 100%
	}

.win.gecko .dataform1 textarea
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%
	}
	
.win.gecko .dataform2 
	{
	font-size: 100%;
	background-color: #d8d8d8;
	border-width: thick;
	border-color: white;
	border-style: solid;
	padding: 5px
	}

.win.gecko .dataform2 form
	{
	font-size: 100%
	}

.win.gecko .dataform2 input
	{
	font-size: 100%
	}

.win.gecko .dataform2 textarea
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%
	}

/* ---------------------------------------------------- */
/* SQL Results */

.win.gecko .sqlresult {
	color: #094d9f;
	font-size: 85%
	}

.win.gecko .sqlresult select {
	color: #094d9f;
	font-size: 90%;
	background-color: #eafff4;
	}
	
.win.gecko .sqlresult a {
	color: #094d9f;
	text-decoration: none
	}
	
.win.gecko .sqlresult a:hover {
	color: #094d9f;
	background-color: #ffd7ae;
	text-decoration: none
	}

}/* ---------------------------------------------------- */
