@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #024C84;
	/* original background color #024C84 */
	/* christmas background color #0A7007 */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}

a:link {
	color: #006600;
	text-decoration: none;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:active {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #013F6B;
	text-decoration: underline overline;
}

/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.HeaderLogo {
	background-image: url(../images/logos/aayheader2.gif);
	background-position: left top;
	line-height: 120px;
}
.leftPanel {
	width: 190px;
}

html,body,table#LeftPanelTable {
	margin-top:5px;
	height:99%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#013F6B;
	/* original color #013F6B */
	/* christmas color #BB0404 */
}

#LeftPanelTable {
	margin-top:5px;
	height:99%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BB0404;
}

.height100 {height:100%}
#height100	{
	height:100%
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BB0404;
}

.leftPanelSmallFont {
	font-size: 10px;
}

.LeftPanelLinks A:link {
	text-decoration: none;
	color: #006600;
}
.LeftPanelLinks A:visited {
	text-decoration: none;
	color: #006600;
}
.LeftPanelLinks A:active {text-decoration: none}
.LeftPanelLinks A:hover {
	text-decoration: underline overline;
	color: #013F6B;
}

.LeftPanelAdminLinks A:link {
	text-decoration: none;
	color: #FF9900;
}
.LeftPanelAdminLinks A:visited {
	text-decoration: none;
	color: #FF9900;
}
.LeftPanelAdminLinks A:active {text-decoration: none}
.LeftPanelAdminLinks A:hover {
	text-decoration: underline overline;
	color: #FF9900;
}

.rightPanel {
	width: 190px;
}

html,body,table#RightPanelTable {
margin-top:5px;
height:98%;
width:97%;
} 

.mainBlackTableBg {
	background-color: #000000;
	margin-top: 8px;
}

.mainInnerTableWhiBg {
	background-color: #FFFFFF;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #013F6B;
}
.FooterCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.marginTop10px {
margin-top: 10px;
}
/* HUB LINKS */
.HubLinks A:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.HubLinks A:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.HubLinks A:active {text-decoration: none}
.HubLinks A:hover {
	text-decoration: underline overline;
	color: #000099;
}

/* HUB LINKS - INACTIVE */
.HubLinksInactive A:link {
	text-decoration: underline;
	color: #FFFF00;
}
.HubLinksInactive A:visited {
	text-decoration: underline;
	color: #FFFF00;
}
.HubLinksInactive A:active {text-decoration: none}
.HubLinksInactive A:hover {
	text-decoration: underline overline;
	color: #000099;
}

/* HUB LINKS - LOA */
.HubLinksLoa A:link {
	text-decoration: underline;
	color: #CCCCCC;
}
.HubLinksLoa A:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
.HubLinksLoa A:active {text-decoration: none}
.HubLinksLoa A:hover {
	text-decoration: underline overline;
	color: #000099;
}

/* SMALL BLUE HEADER LINKS */
.BlueHeaderLink A:link {
	text-decoration: underline;
	color: #00FF00;
}
.BlueHeaderLink A:visited {
	text-decoration: underline;
	color: #00FF00;
}
.BlueHeaderLink A:active {text-decoration: none}
.BlueHeaderLink A:hover {
	text-decoration: underline overline;
	color: #FFFFFF;
}


/* FONTS */
.departmentNameTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
/* ERROR FONTS */
.errorFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#013F6B;
}
.errorFont A:link {
	text-decoration: underline;
	color: #006633;
}
.errorFont A:visited {
	text-decoration: underline;
	color: #006633;
}
.errorFont A:active {text-decoration: none}
.errorFont A:hover {
	text-decoration: underline overline;
	color: #000099;
}
/* ADMIN SECTION */
.AdminHeaderLogo {
	background-image: url(../admin/images/Header/headbanner.gif);
	background-position: left top;
	line-height: 120px;
}
/* TRAINING CENTER */
.TrainingHeaderLogo {
	background-image: url(../training/images/training_center_header.jpg);
	background-position: left top;
	line-height: 120px;
}
/* FRONT NEWS */
.FrontNewsTitle	{
	background-color: #037CBE;
	font-family: Calibri, Arial;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
}
.FrontNewsTitleDate {
	background-color: #037CBE;
	font-family: Calibri, Arial;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
	font-style: italic;
}
.FrontNewsArticle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	letter-spacing: normal;
}
.FrontNewsLink A:link {
	text-decoration: underline;
	color: #00FF00;
}
.FrontNewsLink A:visited {
	text-decoration: underline;
	color: #00FF00;
}
.FrontNewsLink A:active {text-decoration: none}
.FrontNewsLink A:hover {
	text-decoration: underline overline;
	color: #FFFFFF;
}

/* SIDE PANEL */
.QuickStats	{
	font-size:10px;
}




/* CALENDAR OF EVENTS */
.eventscalendar_bgtable {
	width: 100%;
	background-color: #000000;
}
.eventscalendar_table {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.eventscalendar_titlebar {
	background-color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}
.eventscalendar_dayname {
	background-color: #336633;
	width: 14.28%;
	color: #FFFFFF;
}
.eventscalendar_today_cell {
	background-color: #FFCC00;
	height: 1in;
	text-align: center;
	vertical-align: top;
}
.eventscalendar_day_cell {
	background-color: #FFFF99;
	text-align: center;
	vertical-align: top;
	height: 1in;
}
.eventscalendar_day_cell_innertable {
	width: 100%;	
}
.eventscalendar_day_cell_daycell {
	text-align: left;
	vertical-align: top;
	width: 10px;
	background-color: #013F6B;
	color: #FFFFFF;
}
.eventscalendar_day_cell_daynum {
	text-decoration: none;
	font-weight: bolder;
}
.eventscalendar_day_cell_eventcell {
	text-align: left;
	vertical-align: top;
	font-size: 9px;
}
.eventscalendar_empty_cell {
	background-color: #999999;
}
.RedLinks A:link {
	color: #FF0000;
}
.RedLinks A:visited {
	color: #FF0000;
}
.RedLinks A:hover {
	color: #FF0000;
}
