.main {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;

}

.tableCell {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	background-color: #EEEEEE;

}

.tableCellnoc {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;

}

.tableHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;	
	background-color: #444444;
	text-align: center;
}

.newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;	
	background-color: #222288;
	background-image: url(./images/glue/navybluepaper.gif);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.newsCell {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.footerText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: center;
}

.navbar_pub {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(./images/glue/bluepaper.gif);
	width: 100px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;

}

.navbar_int {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(./images/glue/purpaper.gif);
	width: 100px;
	cursor: pointer; 

}

.navbar_blank {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(./images/glue/greypaper.gif);

}

.navbar_pub a:link {
	color: #000000;
	text-decoration: none;
}
.navbar_pub a:visited {
	color: #000000;
	text-decoration: none;
}
.navbar_pub a:hover {
	color: #000000;
	text-decoration: none;
}
.navbar_pub a:active {
	color: #333333;
	text-decoration: none;
}

.navbar_int a:link {
	color: #000000;
	text-decoration: none;
}
.navbar_int a:visited {
	color: #000000;
	text-decoration: none;
}
.navbar_int a:hover {
	color: #000000;
	text-decoration: none;
}
.navbar_int a:active {
	color: #333333;
	text-decoration: none;
}

.login_window {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.login_window a:link {
	color: #ff9933;
	text-decoration: none;
}

.login_window a:visited {
	color: #ff9933;
	text-decoration: none;
}

.login_window a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.main a:link {
	color: #990000;
}
.main a:visited {
	color: #990000;
}
.main a:hover {
	color: #000000;
}
.main a:active {
	color: #333333;
}

h1 {
  font-size: 200%;
  text-align: center;
  font-family: sans-serif;
  color: <?php echo $textcolor1 ?>;
  background-color: inherit;
}

h2 {
  font-size: 175%;
  text-align: center;
  font-family: serif;
  color: <?php echo $textcolor1 ?>;
  background-color: inherit;
}

.phpc-navbar a {
  background-color: <?php echo $bgcolor3 ?>;
  color: <?php echo $textcolor1 ?>;
  border: 1px solid <?php echo $sepcolor ?>;
}

.phpc-navbar a:hover {
  background-color: <?php echo $textcolor1 ?>;
  color: <?php echo $bgcolor3 ?>;
}

.phpc-navbar {
  margin: 1em 0 2em 0;
  text-align: center;
}

.phpc-navbar a {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 2px;
}

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  border-color: <?php echo $sepcolor ?>;
  border-width: 2px;
  color: <?php echo $textcolor1 ?>;
  background-color: <?php echo $bgcolor4 ?>;
}

table.phpc-main {
  width: 100%;
}

.phpc-main h2 {
  margin: 0;
  text-align: left;
  background-color: <?php echo $bgcolor3 ?>;
  padding: .25em; 
  border-color: <?php echo $sepcolor ?>;
  border-style: solid;
  border-width: 0 0 2px 0;
}

.phpc-main div {
  margin: .5em;
  font-weight: bold;
}

.phpc-main p {
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: <?php echo $sepcolor ?>;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

caption {
  font-size: 175%;
  color: <?php echo $textcolor1 ?>;
  background-color: <?php echo $bgcolor1 ?>;
  padding: 2px;
  font-weight: bolder;
}

thead th {
  background-color: <?php echo $bgcolor3 ?>;
  color: <?php echo $textcolor1 ?>;
}

thead {
  border: 1px solid <?php echo $sepcolor ?>;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: <?php echo $sepcolor ?>;
  border-width: 2px;
  padding: .5em;
}

table.phpc-main tbody th {
  text-align: right;
}

#calendar {
  table-layout: fixed;
}

#calendar td {
  text-align: left;
  height: 80px;
  overflow: hidden;
}

td.past {
  background-color: silver;
  color: inherit;
}

td.future {
  background-color: white;
  color: inherit;
}

td.none {
  background-color: <?php echo $bgcolor2 ?>;
  color: inherit;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border-color: <?php echo $sepcolor ?>;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  border-color: <?php echo $sepcolor ?>;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

table.phpc-main li a:hover {
  background-color: <?php echo $bgcolor2 ?>;
  color: <?php echo $textcolor2 ?>;
}

.phpc-list {
  border: 1px solid <?php echo $sepcolor ?>;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}

A.date {
	color: #990000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;

}
A.date a:visited {
	color: #990000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
  	text-decoration: none;

}
A.date a:hover {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
  	text-decoration: none;

}
A.date a:active {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
}
