﻿/* CSS Document */

/* ============================================= */
/* Specify blank rules for all elements */
/* ============================================= */

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 120%;
	background:#FFFFFF
}


/* ============================================= */
/* Home Page & Primary Navigation & Tab Styles */
/* ============================================= */
.HomeBannerBarOver {
	height: 4px;
	background-color: #DCE2EE;
}
.HomeBannerBarUnder {
	height: 11px;
	background-color: #DCE2EE;
	line-height: 11px;
}

.TopNavLightBlueBG {
	background-color: #99AECD;
}



.VertLine {
	background-image: url('../images/vertical_line_grey.gif');
	background-repeat: repeat;
	width: 4px;
}

.TopNavDateTimeStamp {
	text-align: center;
	font-size: 1.0em;
	font-weight:bold;
	color: #FFFFFF;
}

.HomeFirstPara {
	font-size: 1.2em;
	padding: 10px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom:3px;
}

.BannerAdvert {
	margin-bottom: 12px;
	text-align:center;
}


.HomeBoxTableHeader {
	background-color: #336699;
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 3px;
}

.HomeBoxTableBody {
	background-color: #D9E0EC;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding: 5px;
	vertical-align: top;
}



/* ============================================= */
/* Other Page Style Stuff */
/* ============================================= */


.BodyText {
	font-weight: normal;
	font-size:1.2em;
	line-height: 120%;
}

.PageSides {
	background-image: url('../images/BG_PageSides.gif');
	background-repeat: repeat-y;
}

.BodyTextBold {
	font-weight: bold;
}

.TopBoxTextBold{
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;

}

.PageTitle{
	font-size: 1.5em;
	font-weight: lighter;
	color: #cc0033;
	text-align: left;
	line-height: normal;
	margin-bottom: 20px;
}

.TopBoxTextNormal{
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}

.SmallPrint {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}

.EventTitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}

UL {
list-style-image: url(../images/bullet.gif);
line-height: 150%;

}

UL UL LI {
list-style-image: url(../images/sub_bullet.gif);
line-height: 120%;
}

UL UL UL LI {
list-style-image: url(../images/sub_sub_bullet.gif);
line-height: 120%;
}



/* ============================================= */
/* Link Styles */
/* ============================================= */

a {
	color: #cc0033;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #cc0033;
	font-weight: normal;
	text-decoration: underline;
}

a.TopNavSmallLinks {
	font-size: 0.9em;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

a:hover.TopNavSmallLinks{
	font-size: 0.9em;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

a.BodyLinkNoDec {
	font-size: inherit;
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}

a:hover.BodyLinkNoDec {
	font-size: inherit;
	color: #cc0033;
	font-weight: bold;
	text-decoration: underline;
}

a.BodyLinkBlueNoDec {
	font-size: inherit;
	color: #0D4073;
	font-weight: bold;
	text-decoration: none;
}

a:hover.BodyLinkBlueNoDec {
	font-size: inherit;
	color: #0D4073;
	font-weight: bold;
	text-decoration: underline;
}

a.BodyLink {
	font-size: inherit;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.BodyLink {
	font-size: inherit;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

a.EventHeaderLink {
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover.EventHeaderLink {
	font-size: 0.9em;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}

a.EventHeaderLinkSmall {
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover.EventHeaderLinkSmall {
	font-size: 0.8em;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}

a.HomeBoxLinks{
	color: #ffffff;
	text-decoration: none;
}

a:hover.HomeBoxLinks {
	color: #c0c0c0;
	text-decoration: none;
}




/* ============================================= */
/* Form Layout Elements etc */
/* ============================================= */

.FormLabelText {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}


.button {
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#1C5891; 
	background-image:url(../images/BG_Button.gif)
}


.InputField {
	background-color: #ffffff;
	font-size: 0.9em;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.confirm_txt {
	font-size: 0.9em;
	font-family:arial; 
	font-weight:bold; 
	color:#CC0033
}

/* ============================================= */
/* Page Layout / Standard Backgrounds Elements etc */
/* ============================================= */

.PageSideBorders {
	z-index:1;
	background-image: url('../images/BackgroundSideBorders.gif');
}
.button_topnavbar {
	border: 1px groove #C0C0C0;
	padding: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #C0C0C0;
	color: #000000;
	font-style: normal;
}
.InputField_TopNavBar {
	background-color: #ffffff;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.KeyFactsTxt {
	font-size: 1.0em;
	line-height: 120%;
}

.KeyFactsHdr {
	font-size: 1.3em;
	font-weight: lighter;
	color: #cc0033;
	text-align: left;
	line-height: normal;
	margin-bottom: 5px;
}

.FooterCopyright {
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

.TableSpacerRow {
	height: 5px;
	line-height: 11px;
}
.ImgNoBorder{
	border-width: 0;
}
.MainBodyTable {
	position: relative;
	top: 5px;
}
.PageSubTitle {
	font-size: 1.1em;
	font-weight: lighter;
	color: #cc0033;
	margin-top: 0;
	margin-bottom: 0;
}

/* ============================================= */
/* Calendar Control Styles */
/* ============================================= */


.CalendarWeekday { 
  text-decoration: none; 
  background-color: white; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "Black" ;
} 

.CalendarMonth { 
  text-decoration: none; 
  background-color: DarkBlue; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "White" ;
} 

.CalendarOffmonth { 
  text-decoration: none; 
  background-color: AliceBlue; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "Gray" ;
} 

.CalendarToday { 
  text-decoration: none; 
  background-color: LightSteelBlue; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "Black" ;
} 

.CalendarWeekend { 
  text-decoration: none; 
  background-color: Lavender; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "Black" ;
} 
/* ============================================= */
/* Print Style Adjustments */
/* ============================================= */

@media print{
  body{ background-color:#FFFFFF; background-image:none; color:#000000 }
  #TopNavSmallLinks{ display:none;}
  #Flags{ display:none;}
  #buttons{ display:none;}
  #SearchBar{ display:none;}
  #Footer{ display:none;}
  #SearchSaveIcons{ display:none;}
}



/* ============================================= */
/* Left Hand News Panel */
/* ============================================= */

.NewsCategoryBox {
	padding: 2px;
	border: 1px #808080 solid;
	width:190px;
	margin-bottom: 2px;
} 

.NewsCatUL {
	margin: 1px;
	margin-left: 2px;
	list-style-image: none;
	line-height: 160%;
}

.NewsCatHiddenUL {
    visibility:hidden;
    display:none;	
	margin: 1px;
	margin-left: 2px;
	list-style-image: none;
	line-height: 160%;
}


.NewsCatHeader {
	margin: 1px;
	color: #808080 ;
	font-size: 120%;
	font-weight:bold;
}

a.NewsCatLinkHeader {
	margin: 1px;
	color: #808080;
	font-size: 120%;
	font-weight:bold;
	list-style-image: none;
}

a:hover.NewsCatLinkHeader {
	margin: 1px;
	color: #808080;
	font-size: 120%;
	font-weight:bold;
	list-style-image: none;
}

a.NewsCatLink {
	margin-left: 5px;
    color: #808080;
	font-size: 110%;
	font-weight:bold;
	list-style-image: none;
}

a:hover.NewsCatLink{
	margin-left: 5px;
	color: #808080;
	font-size: 110%;
	font-weight:bold;
	list-style-image: none;
}





