body, table {
	font-family: Tahoma;
	font-size: 10pt; 
	color: #000000;
}
body {
	background-color: #074189;
}

h1, .h1 {
	font-family: Tahoma;
	font-size: 18pt;
	color: #0D76F9;
	font-weight: bold;
}

h2, .h2 {
	font-family: Tahoma;
	font-size: 13pt;
	color: #04B073;
	font-weight: bold;
}

h3, .h3 {
	font-family: Tahoma;
	font-size: 14pt;
	color: #000000;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 5px;
}


h2.pending		{ color: #E48B00; }
h2.published	{ color: #009D60; }
h2.deleted		{ color: #D70000; }
h2.permanent	{ color: #333399; }



hr				{ color: #0066B3; width=90% }

a {
font-family: Tahoma;
font-size: 9pt;
	color: #0D76F9;
}

a:hover {
	color: #56A0FC;
}

a:active {
	color: #A7CDFB;
}



.inner-content {
	background-color: #FFFFFF;
}

.header, .footer {
	background-color: #0066B3;
	font-size: 7pt;
	color: #F4F4F4;
}

.top-bar {
	background-color: #C5D7ED;
}

.top-bar a:link, .top-bar a:visited, .bottom-bar a:link, .bottom-bar a:visited {
	color: #000000;
	text-decoration: none;
}
.top-bar a:hover, .bottom-bar a:hover {
	color: #FFFFFF;
}

.top-bar-ext {
	background-color: #A5B7DD;
}

.bottom-bar {
	background-color: #C5D7ED;
	font-size: 9pt;
}

.footer a:link, .footer a:visited, .footer a:hover {
	color: #C5D7ED;
}

div.prior {
	font-style: italic
}

.prior {
	font-style: italic
}









/************************************************************
 * CALANDER STUFF											*
 ************************************************************/

#calendarsmall {
	background-color : white;
	border-bottom    : 1px solid black;
	border-right     : 1px solid black;
	color            : black;
	font-family      : "Tahoma";
	font-size        : 6pt;
}

#calendarsmall TD {
	border-left      : 1px solid black;
	border-top       : 1px solid black;
	text-align       : center;
	background-color : #fff;
}

#calendarsmall TD.name {
	background-color : #E4E4E4;
	width						 : 8%;
}

#calendarsmall TD.title {
	background-color : #6C7E90;
	color            : white;
	font-weight      : bold;
	text-align       : center;
}

#calendarsmall TD.today {
	background-color : #00CC80;
}

#calendar {
	background-color : white;
	border-bottom    : 1px solid black;
	border-right     : 1px solid black;
	color            : black;
	font-family      : "Tahoma";
	font-size        : 10pt;
}

#calendarsmall A.title {
	color            : white;
	font-weight      : bold;
	text-align       : center;
	font-weight      : bold;
	font-style: normal;
	text-decoration:none
}

#calendar A.title {
	color            : white;
	font-weight      : bold;
	text-align       : center;
	font-weight      : bold;
	font-style: normal;
	font-size: 12pt; 
	text-decoration:none;
}

#calendar TD {
	border-left      : 1px solid black;
	border-top       : 1px solid black;
	text-align       : center;
	width						 : 100;
	height : 50
}

#calendar TD.emptyspace {
	border-left      : 0px solid black;
	border-top       : 0px solid black;
	text-align       : left;
	font-style: normal;
	font-size: 3pt; 
}

#calendar TD.inner {
	border-left      : 0px solid black;
	border-top       : 0px solid black;
	text-align       : left;
}

#calendar TD.inner_left {
	border-left      : 0px solid black;
	border-top       : 0px solid black;
	text-align       : left;
	height:10;
}

#calendar TD.inner_left_today {
	border-left      : 0px solid black;
	border-top       : 0px solid black;
	text-align       : left;
	height:10;
	font-weight: bold;
}

#calendar TD.inner_right {
	border-left      : 0px solid black;
	border-top       : 0px solid black;
	text-align       : right;
	height:10;
}

#calendar TD.name {
	border-left      : 1px solid black;
	background-color : #E4E4E4;
	width						 : 100;
	height : 50;  
}

#calendar TD.left {
	background-color : #6C7E90;
	border-right      : 0px solid black;
	height : 50;  
}

#calendar TD.title {
	border-right      : 0px solid black;
	border-left      : 0x solid black;
	height : 50;  
	background-color : #6C7E90;
	color            : white;
	font-weight      : bold;
	text-align       : center;
}

#calendar TD.YearTitle {
	border-right      : 0px solid black;
	border-left      : 0x solid black;
	height : 50;  
	background-color : #6C7E90;
	color            : white;
	font-weight      : bold;
	text-align       : center;
}

#calendar TD.today {
	font-weight: bold;
}

#calendar A.today {
	font-weight: bold;
}

