<<<<<<< apps.css
/* Formatting used by all apps */

.heading{font-family:Century Gothic, Arial, Helvetica, sans-serif; color:#319A9E; margin-left:30px; font-size:36px}
.subheading{font-family:Century Gothic, Arial, Helvetica, sans-serif; color:#319A9E; margin-left:6px; font-size:18px; font-style: italic}
body.cms
{
	margin:2px
}
td 
{
	color:#222222;
	font-size:14px;
	font-family:arial;
}

/* News app */
.form_title {font-family:arial;font-size:20px}
.formFieldname {font-family:arial;color:#222222;font-size:14px;}

/* Splash page */
a:visited.splashLangSel, a.splashLangSel, a:link.splashLangSel, a:active.splashLangSel {font-family: Pigiarniq; font-size:14px; color:#005284; font-weight:bold; text-decoration: none}
a:hover.splashLangSel{text-decoration: underline}

/* Documents app */
.docsPageIndex{text-align:center; width:100%}
.docsPageCurr{color:black; background-color:lightblue; border:1px solid blue}
.docsPageIndex, a:visited.docsPageLink, a.docsPageLink, a:link.docsPageLink, a:active.docsPageLink {text-decoration: none; color:#005284; font-size:14px; font-family: Arial; color:#005284; font-weight:bold; border:1px solid white}
a:hover.docsPageLink{text-decoration: underline; border:1px solid lightblue; color:blue}

/* Jobs app */
.jobsColumnHeading{font-family:arial, sans-serif; font-size:14px; color:#005284; font-weight: bold; width:150px;}
.form_label {font-family:arial, sans-serif; font-size:16px; }

/* Photo Gallery App */
.albumLeftPane, .albumRightPane{background-color:#ffffff}
.albumPane
{
	border-collapse: collapse;
	padding:0px;
	margin:0px;
}
.albumLeftPane
{
	background-color:transparent; /* Kelly, This is the background color for the thumbnails */
	border-collapse: collapse;
	xheight:100%;
	width:100%;
	padding:10px;
	margin:0px;
	border:0px;
}


.albumRightPane
{
	height:420px;
	width:430px;
}
.albumThumbnailSelected
{
	padding:2px;
}
.albumThumbnailSelectedImg
{
	border:1px solid #333333
}
.albumThumbnail
{
	padding:2px;
}
.albumThumbnailImg
{
	xborder:2px solid black;
	border:1px solid #333333;
}
.albumThumbnailImg,.albumThumbnailSelectedImg
{
	width:48px;
	height:48px;
}
.albumSelImage
{
	border:1px solid #333333; 
	padding:4px
}

.albumTitle
{
	font-size:1em;
}

.albumDescr
{
	font-size:0.95em;
}
.albumTitleCaption, .albumDescrCaption
{
	font-weight: bold;
}

.albumImgDescr
{
	font-size:1.1em;
}



/* The new Calendar app */

.calTable, .calMonthToday, .calFlatTable  {
	font-size:11px; /* <----------- This is the size of the entire calender. Change this to make the calendar bigger or smaller */
	font-style: Italic;
	font-family: Trebuchet MS;
}

.calCell, .calWeekday {
	width: 7.5em; /* <!-------------- This is the width of the column, relative the font size. DON'T CHANGE IF YOU CHANGE FONT SIZE (not needed!!!!) */
}
.calWeek { 
	width: 2.5em; /* <--------------- This is the width of the "week" column DON'T CHANGE IF YOU CHANGE FONT SIZE (not needed!!!!) */
}

/* -- Don't touch the stuff below */
.calTable, .calMonthToday, .calFlatTable  {
	border-collapse:collapse;
}

.calCell, .calWeekday {
	margin:0px; 
	padding:0px;
}

.calType {
	margin-top:2em;
	text-align: center;
	font-size:8px;
	width: 600px;
	border:0px;
}

.calTypeIcon
{
	text-align: center;
	width: 6em;
}

.calWeekday {
	padding-left:2px;
	padding-right:2px;
}

.calMonthEvent {
	margin: 1px;
	border:1px solid #BBBBBB; 
	background-color:#F0F0F0;
	text-align:left;
}

.calMonthEvent A:hover {
	text-decoration: underline;
	color:blue;
}

.calFlatTable {
	border-collapse:collapse;
	border: 1px solid #777777;
	color:#777777;
}

.calEventDate {
	background-color: #CCCCCC;
}

.calMonthToday {
	margin-top: 1em;
}

.calTable {
	border-collapse:collapse;
	border: 1px solid #777777;
	color:#777777;
}

.calMonthNav, .calMonthNavNow {
	font-size:1.3em;
	text-align:center;
	color: #555555;
	border: 1px solid #777777;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.calMonthNav A {font-size:1em}

.calMonthNavNow {
	background-color: #BBBBBB;
	font-weight: bold;
}

.calWeek A {
	font-size: 1em;
	text-decoration: none;
}
.calWeek A:hover {
	text-decoration: underline;
	color: blue;
	font-weight: bold;
}

.calMonthEvent A {
	text-decoration:none;
	color:black;
	font-size: 1em;
} 
.calMonthIcon {
	font-weight:bold;
	color:blue;
	vertical-align:top;
	font-size:1em;
}
.calWeekday, .calWeek {
	background-color: #DDDDDD;
	border: 1px solid #777777;
	font-size:1em;
}
.calWeek { 
	vertical-align: middle; 
	text-align: center;
}
.calDay {
	text-align:right;
	color:#777777;
	font-size:1em;
}
.calRow {
	vertical-align:top;
	font-size:1em;
}

.calCell {
	margin:0px;	
	border: 1px solid #777777;
	font-size:1em;
	text-align:right;
}

.calFlatTable TD {border: 1px solid black}

.calFlatTableNav {
	border-collapse:collapse;
	border: 0px;	
	font-size:11px;
}

.calCats, .calCats TR TD {
	border-collapse:collapse;	
	border: 1px #CCCCCC solid;
}

.calCatsHeader
{
	background-color:#CCCCCC;
	font-weight:bold;
}
.calCatsValue
{
	background-color:white;
	font-weight:normal;
}

.calSearchHeader
{
	font-weight: bold;
}

.calBodyAlign
{
	text-align: center; 	/* Change this to make the calender align differently */
}


/*--------------------------------------------*/
/* Formatting used by Membership applications */
/*--------------------------------------------*/

.PageTitle 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant : small-caps;
	font-size : 12pt;
	font-weight : bold;
	color : #333366;
}
.whiteNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.whiteNav:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F7F7F7;
}

.whiteNav:hover {
	color: #CC0000;
}

.RegPageOn {
	color: #a9a990;
}
.titleHeader {
	background-color : #CCCCCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #000000;
}

.tabOn {
	background-color : #333366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	/*text-align : center;*/
}

.tabOff {
	background-color : #A9A990;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	/*text-align : center;*/
}

.subNavOn {
	background-color : #6161AF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	/*text-align : center;*/
}

.subNavOff {
	background-color : #333366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	/*text-align : center;*/
}

.formField {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.formButton {
	color: #000000;
	background-color: #C0C0C0;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.formHeader {
	background-color : #333366;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 23px;
}

.formFooter {
	background-color : #A9A990;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.formRequiredFields {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}

.formNotRequiredFields {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.formFieldname {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	/*text-align: right;*/
}

.redNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.normalText {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.normalContentText {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}


.On{
	color: #a9a990;
}
.TopNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	text-decoration: none;
	color : #FFFFFF;
}

.TopNav:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	text-decoration: none;
	color : #FFFFFF;
}

.TopNav:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	text-decoration: none;
	color : #FFFFFF;
}

/*--------------------------------------------*/
/* Formatting used by Profiles applications (e.g. Success Stories) */
/*--------------------------------------------*/

.profEntry
{
	font-family: sans-serif;
	font-size: 14px;
}

.profHeader
{
	font-weight: bold;
}


/*--------------------------------------------*/
/* Formatting used by the Search applications */
/*--------------------------------------------*/

.searchTitle, .searchSummary, .searchDetails
{
    font-family: sans-serrif;
}

.searchTitle
{
    font-size:20px;
}

.searchDetails
{
    color:Green;
}

=======
/* THIS FILE IS NOT USED ON THIS WEB SITE. USE THE AUTHORING TOOL INSTEAD TO UPDATE THE STYLES! */
>>>>>>> 1.9

