﻿{ /* Prescott Intergroup Style Sheet */ }
<style type="text/css">

{ /* Set Body Font, Text & Background Colors */
	color:black; font-family: Arial, Helvetica, Verdana; font-size: 12pt;
	background-color:lime;
	background-image:url('../../images/aasymbolbg.gif');
/*	background-position: 50% 50%;
	background-repeat:no-repeat;	*/
}

h1 h2 h3 h4 h5 h6 {font-family: Arial, Helvetica, Verdana;}

h1 { /* Main Heading before body of text */ font-size: 16pt; font-weight: bold; color: red; margin: 10px; }
h2 { /* Sub-Heading 1 or Main Heading */ font-size: 14pt; font-weight: bold; color: red; margin: 5px; }
h3 { /* Sub-Heading 2 */ font-size: 12pt; text-decoration: underline; }
h4 { /* Alert */ font-size: 12pt; font-weight: bold; color: red; }

h5 h5 {text-decoration: none;}

.navyheading {font-size: 14pt; font-weight: bold; color: navy; margin: 5px; line-height: 12pt}
.purpleheading {font-size: 14pt; font-weight: bold; color:purple; margin: 5px; line-height: 12pt}


.pageheading
{
	font-size: x-large; font-weight:bold;
	color: navy;
	text-align:center; vertical-align:middle;	
}

.iglink a { /* Set IG Link Properties */
font-size: 12pt;
text-decoration:underline;
width: 150px; display:block;
}

.iglink a:link { color: red; text-decoration:underline; background: rgb(240,240,255);}
.iglink a:visited { color: red; text-decoration:underline; background: rgb(240,240,255);}
.iglink a:hover { color: navy; text-decoration:underline; background: rgb(255,160,64);}
.iglink a:active { color: navy; text-decoration:underline; background: rgb(255,160,64);}

.iglink300 a { /* Set IG Link Properties: WIDTH=300px*/
font-size: 12pt;
text-decoration:underline;
width: 300px; display:block;
}

.iglink300 a:link { color: red; text-decoration:underline; background: rgb(240,240,255);}
.iglink300 a:visited { color: red; text-decoration:underline; background: rgb(240,240,255);}
.iglink300 a:hover { color: navy; text-decoration:underline; background: rgb(255,160,64);}
.iglink300 a:active { color: navy; text-decoration:underline; background: rgb(255,160,64);}


.hultrasmall { /* Small height line */ line-height: 10px; }

.igmarquee {
	font-family: Times New Roman, Times, serif;
	color: #FF3F3F;
	font-size:x-large; font-weight:bolder; font-style:italic;
	background-color:#D0D0D0;
}

/* Buttons: default is the Top-level navigation */

.btn120x20 { /* Table used for Top-level Navigation */
	table-layout:fixed;
	width:100%;
	border:medium; border-color:white;
	background-color:silver;
	float:none;
	}

.btn120x20 td{
	{ display:block;
	width:120px; height:20px;
	background-color:silver;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	} 

.btn120x20 td a{
	display: block;
	background-image:url('images/btn120x20up.gif');
	background-position: center; 
	color:white;
	text-decoration:none;
	}

.btn120x20 td a:visited {
	background-image:url('images/btn120x20up.gif');
	background-position: center; 
} 

.btn120x20 td a:hover, .btn120x20 td a:active {
	background-image:url('images/btn120x20dn.gif');
	background-position: center; 	
	color: navy;
} 


/* Buttons: default is the 4-wide navigation */

.btn180x20 { /* Table used for Top-level Navigation */
	table-layout:fixed;
	width:100%;
	border:medium; border-color:white;
	background-color:silver;
	float:none;
	}

.btn180x20 td{
	{ display:block;
	width:180px; height:20px;
	background-color:silver;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	} 

.btn180x20 td a{
	display: block;
	background-image:url('images/btn180x20up.gif');
	background-position: center; 
	color:white;
	text-decoration:none;
	} 

.btn180x20 td a:visited {
	background-image:url('images/btn180x20up.gif');
	background-position: center; 
} 

.btn180x20 td a:hover, .btn180x20 td a:active {
	background-image:url('images/btn180x20dn.gif');
	background-position: center; 	
	color: navy;
} 





/* Meetings */
{ /* Prescott Intergroup Style Sheet: Meetings */ }

.tcity7daycontainer{
	border-color: #FFFFFF;
	border-width:1px;
	background-color: #FFA500;
	border-collapse: collapse;
	/*cellspacing:1;
	cellpadding:0;*/
}
 
 
.tcity7day { /* Table used for City/7Day Bar */
	table-layout:fixed;
	width:700px;
	border-width:0px;
	/* border-color:navy; */
	background-color:white;
	float:none;
	font-family:Times New Roman, Times, serif;
	font-size:medium;
	text-align:left; vertical-align:middle;
	}


.tcity7day colgroup {
	background-color:yellow;
}

.tcity7day col.city{
	width:110px;
	background-color:#FFCC00;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;
	text-align:center;
}

.tcity7day col.schedule{
	width:110px;
	background-color:#FFCC00;
	color:red;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;
	text-align:center;
}


.t7day { /* Table used for 7Day Bar */
	table-layout:fixed;
/*	width:100%; */
	border:medium; border-color:white;
	background-color:white;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center; vertical-align:middle;
	
	/* cellspacing:1px; */
	}

.t7day colgroup {
	background-color:aqua;
}

.t7day col.day{
display:block;
	width:80px;height:20px;
	background-color:silver;
	color:silver;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
}

.t7day td{
	{ display:block;
	width:80px; height:20px;
	vertical-align:middle;
	background-color:#CCCCCC;
	color:#CCCCCC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	} 

.t7day td a{
	display: block;
	width:80px; height:20px;
	background-image:url('images/btn80x20up.gif');
	color:white;
	text-decoration:none;
	} 

/* .t7day td a:visited {background-image:url('images/navy_sq_120x10.gif');} */

.t7day td a:hover {
background-image:url('images/btn80x20dn.gif');
color: navy;
}

.t7day td a:active {
background-image:url('images/btn80x20dn.gif');
color: navy;
} 

.tschedule {  /* Table for meeting schedules */
	table-layout:fixed;		
	border:medium;border-color:navy;
	background-color:aqua;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:center;
	vertical-align:middle;
	}
	
.tschedule thead {
	background-color:gray;
	font-size:14px;
	color:white;
	height:30px;
}
.tschedule th {
	background-color:gray;
	font-size:14px;
	color:white;
	height:30px;
	text-align:center;
}

.tschedule tfoot {
	background-color:gray;
	font-family:Courier New;
	text-align:left;
	font-size:12px;
	color:white;
}

.tschedule tf {
	background-color:gray;
	font-family:Courier New;
	text-align:left;
	font-size:12px;
	color:white;
	padding-left:5px;
}

.tschedule colgroup{
	background-color:fuchsia;
}
	
.tschedule col.when{
	width:120px;
	background-color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	padding-left:5px;
}
.tschedule col.meeting{
	width:250px;
	background-color:#FFCC99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	padding-left:5px;
}
.tschedule col.location{
	width:410px;
	background-color:silver;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	padding-left:5px;
}

.tcontacts {  /* Table for contacts */
	table-layout:fixed;		
	border:medium;border-color:navy;
	background-color:white;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:center;
	vertical-align:top;
	padding:0px;
	border: 1px solid #000080;
	border-collapse: collapse;	
	}
	
.tcontacts thead {
	background-color:silver;
	font-size:14px;
	color:white;
	height:30px;
}
.tcontacts th {
	background-color:#silver;
	font-size:14px;
	color:white;
	height:30px;
	text-align:center;
	vertical-align:middle;	
}

.tevent {  /* Table for Events */
	table-layout:fixed;
	width=100%;		
	border:medium;border-color:navy;
	background-color:silver;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:center;
	vertical-align:middle;
	}
	
.tevent thead {
	background-color:#00FFFF;
	font-size:medium;
	color:black;
	height:50px; /* WAS 30px */
}
.tevent th {
	background-color:#00FFFF;
	font-size:medium;
	color:black;
	height:50px; /* WAS 30px */
	text-align:center;
}

.tevent tfoot {
	background-color:gray;
	font-family:Courier New;
	text-align:left;
	font-size:12px;
	color:white;
}

.tevent tf {
	background-color:gray;
	font-family:Courier New;
	text-align:left;
	font-size:12px;
	color:white;
	padding-left:5px;
}

.tevent colgroup{
	background-color:fuchsia;
	width=25%;
}
	
.tevent col.topic{
	width:120px;
	background-color:#CCFF66;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	text-align:right;
	padding-left:5px;
}
.tevent col.details{
	width:250px;
	background-color:#FFCC99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	padding-left:5px;
}

.tnews {  /* Table for News */
	table-layout:fixed;
	width=100%;		
	border:medium;border-color:navy;
	background-color:white;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	/* text-align:center; */
	vertical-align:middle;
	}
	
.tnews thead {
	background-color:silver;
	font-size:14px;
	color:red;
}
.tnews th {
	background-color:white;
	font-size:14px;
	color:red;
	text-align:center;
}

.tnews td{
	background-color:white;
}

.tnews tfoot {
	background-color:gray;
	font-family:Courier New;
	text-align:left;
	font-size:12px;
	color:white;
}

.tnews tf {
	background-color:gray;
	font-family:Courier New;
	text-align:left;
	font-size:12px;
	color:white;
	padding-left:5px;
}

.tnewscenter { /* Table insert in News */
	table-layout:fixed;
	text-align:center;
	font-weight:bold;
	color:navy;
	background-color:white;
}

.tnewsletter {  /* Table for Newsletter */
	table-layout:fixed;
	width=100%;		
	border:medium;border-color:navy;
	background-color:silver;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:center;
	vertical-align:middle;
	}
	
.tnewsletter thead {
	background-color:#00FFFF;
	font-size:medium;
	color:black;
	height:30px; /* WAS 50px */
}
.tnewsletter th {
	background-color:#00FFFF;
	font-size:medium;
	color:black;
	height:30px; /* WAS 50px */
	text-align:center;
}

.tnewsletter colgroup{
	background-color:fuchsia;
	width=25%;
}
.tnewsletter col.topic{
	width:120px;
	background-color:#CCFF66;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	text-align:right;
	padding-left:5px;
}
.tnewsletter col.details{
	width:250px;
	background-color:#FFCC99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	padding-left:5px;
}

.tlegend {  /* Table for Meetings Legend */
	table-layout:fixed;
	/*width=700px;		*/
	border:medium;border-color:navy;
	background-color:silver;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:center;
	vertical-align:middle;
	}
	
.tlegend colgroup{
	background-color:fuchsia;
}
	
.tlegend col.topic{
	width:294px;
	font-size: x-large; font-weight:bold;
	color: navy;
	text-align:center; vertical-align:middle;
	background-color:white;
}
}
.tlegend col.details{
	width:400px;
	background-color:#FFD0D0;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:2px;
	text-align: left;
	font-size: xx-small;

}





</style>




