﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
}

/****************************
 *   LOGIN
 ****************************/
.login {
	color: #000000;
	font-size: 0.8em; 
}
.loggedIn {
	text-align: center; 
	font-weight: bold;
	color: #990000;
}
.loggedIn a:link, .loggedIn a:active, .loggedIn a:visited {
 	font-weight: bold;
	font-size: 0.8em;
	color: #999999;
	text-decoration: none;
}
.loggedIn a:hover {
  	font-weight: bold;
	font-size: 0.8em;	
	color: #CCCCCC;
	text-decoration: underline;		
}

/****************************
 *   VALIDATION
 ****************************/
.Validation {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}
.ValidationNegative {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}
.requiredText {
	margin: 0px 0px 0px 20px;
	font-size: 0.8em;
	font-style: italic;
	color: #990000;
}

/****************************
 *   UPDATE PROGRESS
 ****************************/
.progress {
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
}

/****************************
 *   SEARCH
 ****************************/
.search {
	color: #000000;
	font-size: 0.8em; 
}

/****************************
 *   ARTICLE
 ****************************/
.articleAdmin {
	padding: 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	text-transform: lowercase;
}
.articleRule {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 75%;
	border: 1px solid #990000; 
}
.articleTitle {
	padding: 10px;
	font-size: 1.1em;
	font-weight: bold;	
	letter-spacing: 0.2em;
	color: #000000;	
	text-align: left;
}
.articleText {
	color: #333333;
	text-align: justify;
}
.articleText a:link, .articleText a:active, .articleText a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.articleText a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

.subHeading {
	font-size: 1.4em;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.2em;
}

/****************************
 *   PAGES
 ****************************/
.pagetitle {		
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #990000;
}
.pageMenu {
    font-size: 12pt;
    font-weight: bold;
}
.pageMenu a:link, .pageMenu a:active, .pageMenu a:visited {
    text-decoration: none;
    color: #990000;
}
.pageMenu a:hover {
	text-decoration: underline;
	color: #999999;	
}

/****************************
 *   NO SCRIPT
 ****************************/
.noscript {
	padding: 15px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: bold;
}
.noscript a:link, .noscript a:active, .noscript a:visited {
	text-decoration: none;
	color: #999999;
}
.noscript a:hover {
	text-decoration: underline;
	color: #CCCCCC;	
}

/****************************
 *   GUESTBOOK
 ****************************/
.guestbookHeader {
	width: 100%;
	height: 20px;
	line-height: 18px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
}
.guestbookColName {
	width: 38%;
	height: 18px;
	line-height: 16px;
	font-weight: bold;	
	text-align: left;	
}
.guestbookColData {
	width: 58%;
	height: 18px;
	line-height: 16px;
	text-align: left;
}

/****************************
 *   PORTALS - CALENDAR
 ****************************/
.calendar a:link, .calendar a:active, .calendar a:visited {
    color: #000000;
    text-decoration: none;
}
.calendar a:hover {    
    color: #999999;
    text-decoration: underline;
}

/****************************
 *   ADDRESS - Bottom of page
 ****************************/
.footerAddress {
	font-size: 0.8em;
	color: #666666;
}
.addressItem {
	float: left;
	margin: auto;
	padding: 2px 0px;	
	width: 49%;
	text-align: center;
	border: 0px solid #000000;
}

/****************************
 *   POLL - Archive
 ****************************/
.pollPageHeader 
{
    width: 100%;
	height: 20px;
	line-height: 18px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.pollHeader 
{
	width: 100%;
	height: 20px;
	line-height: 18px;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #CCCCCC;
	color: #000000;
	text-align: left;
}
.pollHeader a:link, .pollHeader a:active, .pollHeader a:visited
{
    color: #990000;
    text-decoration: none;
}
.pollHeader a:hover
{
    color: #000000;
    text-decoration: underline;
}
.pollHeaderDate
{
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.pollText
{
    margin-top: 5px;
    font-size: 0.9em;
}
.pollBar {
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: red;
    font-size: 4px;   
}
