﻿body 
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/home_background.jpg);
	background-repeat: repeat-x;
	color: black;
}
.home_topsection
{
	border-bottom: solid 5px #730010;
}
.home_midsection
{
	background-image: url(images/home_mid_background.jpg);
	background-repeat: repeat-x;
}
p
{
	margin-top:0px;
	margin-bottom:0px;
}
.BottomBar
{
	height: 105px; 
	background-image: url(images/bottombar_background.jpg); 
	background-repeat: repeat-x;
	padding-top: 5px;
	
}
.Footer
{
	text-align: center;
	font-size: 10px;
	color: #7d7d7d;
}
.Footer a, .Footer a:link, .Footer a:visited, .Footer a:active
{
	text-decoration: none;
	color: #7d7d7d;
}
.Footer a:hover
{
	text-decoration: underline;
	color: #7d7d7d;
}
.Red { color:#f00; }
.Green { color:#0f0; }
.Blue { color:#00f; }
a, a:link, a:visited, a:active
{
	color: #710010;
}

a:hover
{
	color: #94202f;
}
h1
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 24px;
	color: #710010;
}
h2
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 22px;
	color: #710010;
}
h3
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 20px;
	color: #710010;
}
h4
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 18px;
	color: #710010;
}
h5
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 16px;
	color: #710010;
}
h6
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 14px;
	color: #710010;
}


.RightSide h1
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 24px;
	color: #10548c;
}
.RightSide h2
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 22px;
	color: #10548c;
}
.RightSide h3
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 20px;
	color: #10548c;
}
.RightSide h4
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 18px;
	color: #10548c;
}
.RightSide h5
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 16px;
	color: #10548c;
}
.RightSide h6
{
	font-family:  Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-size: 14px;
	color: #10548c;
}
.RightSide a, .RightSide a:link, .RightSide a:visited, .RightSide a:active
{
	color: #10548c;
}

.RightSide a:hover
{
	color: #10548c;
}

.PhoneHeader
{
	padding-left: 44px;
	background-image: url(images/phone.jpg);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
}
.LightBulbHeader
{
	padding-left: 44px;
	background-image: url(images/lightbulb.jpg);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
}


.SearchTextBox
{
	border: 1px #888 solid;
}




.EditorButtonBar
{
	padding: 3px;
	padding-top:0px;
	padding-bottom:6px;
	background-color: White;
	border-bottom:1px #888 solid;
}

/* CALENDAR STYLES */

.CalendarHeader
{
	
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #002061;
	padding-bottom: 4px;
}
.CalendarTable
{
	
}
.DayColumnHeader
{
	background-image: url(../../images/Calendar_DayColumnHeader_Background.jpg);
	text-align: center;
	background-color: #cddbee;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#0037a4;
	overflow: hidden;
}

.DayNumberHeader
{
	background-image: url(../../images/Calendar_DayNumberHeader_Background.jpg);
	text-align: right;
	background-color: #dce6f3;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#0037a4;
}
.DayNumberHeader a, .DayNumberHeader a:visited
{
	color:#0037a4;
	display: block;
	text-decoration: none;
}
.DayNumberHeader a:hover
{
	color:#0037a4;
	display: block;
	text-decoration: none;
}
.DayNumberHeaderHover
{
	background-image: url(../../images/Calendar_DayNumberHeader_Background_Hover.jpg);
	text-align: right;
	background-color: #dce6f3;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#0037a4;
}
.DayNumberHeaderHover a, .DayNumberHeaderHover a:visited
{
	color:#0037a4;
	display: block;
	text-decoration: none;
}
.DayNumberHeaderHover a:hover
{
	color:#0037a4;
	display: block;
	text-decoration: none;
}
.DayNumberHeaderOffMonth
{
	background-image: url(../../images/Calendar_DayNumberHeader_Background.jpg);
	
	text-align: right;
	
	background-color: #cfd7e1;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#0037a4;
	
	
}
.DayNumberHeaderOffMonth a, .DayNumberHeaderOffMonth a:visited
{
	color:#0037a4;
	display: block;
	text-decoration: none;
}
.DayNumberHeaderOffMonth a:hover
{
	color:#0037a4;
	display: block;
	text-decoration: none;
}
.DayNumberHeaderOffMonthHover
{
	background-image: url(../../images/Calendar_DayNumberHeader_Background_Hover.jpg);
	
	text-align: right;
	
	background-color: #cfd7e1;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#0037a4;
	
	
}
.DayNumberHeaderOffMonthHover a, .DayNumberHeaderOffMonthHover a:visited
{
	color:#0037a4;
	display: block;
	text-decoration: none;
}
.DayNumberHeaderOffMonthHover a:hover
{
	color:#0037a4;
	display: block;
	text-decoration: none;
}
.DayCell
{
	text-align: left;
	
	background-color: white;
	
	font-family: Arial;
	font-size: 11px;
	color:Black;
	
}

.DayCellOffMonth
{
	text-align: left;
	
	background-color: #dce6f3;
	
	font-family: Arial;
	font-size: 11px;
	color:Black;
	
}
.MoreContainer
{

	font-family: Arial;
	font-size: 11px;
	color: Black;
	white-space: nowrap;
	overflow: hidden;
}
.MoreContainer a
{
	color: #003399;
	text-decoration: none;
}
.MoreContainer a:hover
{
	color: #003399;
	text-decoration: underline;
}
.CalendarEvent
{
	background-image: url(../../images/Calendar_CalendarEvent_Background.jpg);
	background-color: #f1f7ff;
	font-family: Arial;
	font-size: 11px;
	color: #003399;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.CalendarEvent a, .CalendarEvent a:visited
{
	color: #003399;
	display: block;
	text-decoration: none;
}
.CalendarEvent a:hover
{
	color: #003399;
	display: block;
	text-decoration: none;
}
.CalendarEventHover
{
	background-image: url(../../images/Calendar_CalendarEvent_Hover_Background.jpg);
	background-color: #f1f7ff;
	font-family: Arial;
	font-size: 11px;
	color: #003399;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.CalendarEventHover a, .CalendarEventHover a:visited
{
	color: #003399;
	display: block;
	text-decoration: none;
}
.CalendarEventHover a:hover
{
	color: #003399;
	display: block;
	text-decoration: none;
}
.CalendarPopupBackground
{
	background:#fff;
	opacity:0.50;
	filter:alpha(opacity=50); 
}

.CalendarListViewContainer
{
	border: solid 1px gray;
	
}
.CalendarListViewNoRecords
{
	font-family: Arial;
	font-size: 11px;
	color: #003399;
	text-align: center;
	padding: 25px;
}

.CalendarDetailLabel
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	padding: 2px;
	color: #002061;
}
.CalendarDetailValue
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	padding: 2px;
	color: #002061;
}
.CalendarDescriptionDisplay
{
	border: solid 1px gray;
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	background-color: White;
}
.CalendarDetailsContainer
{
	border: solid 1px #6f9dd9; background-color: white; padding: 0px;
}
.CalendarDetailsContainerWindowTitle
{
	padding-left: 3px;
	height: 16px;
	background-image: url(../../images/Calendar_DayColumnHeader_Background.jpg);
	background-color: #cddbee;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#0037a4;
	border-bottom: solid 1px #6f9dd9;
}
.CalendarDetailsContainerWindowContents
{
	padding: 2px;
	background-color: #ecf2f8;
}
.CalendarDetailsCloseContainer
{
	text-align: center;
	padding-top: 2px;
}


.CalendarListViewContainer
{
	
}

.CalendarListViewHeader
{
	padding-left: 3px;
	height: 16px;
	background-image: url(../../images/Calendar_DayColumnHeader_Background.jpg);
	background-color: #cddbee;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#0037a4;
	border-bottom: solid 1px #6f9dd9;
	overflow: hidden;
}

.CalendarListViewRow
{
	
	font-family: Arial;
	font-size: 11px;
	color: #002061;
	
	padding: 3px;
	background-color: #ffffff;
}
.CalendarListViewRow a, .CalendarListViewRow a:visited
{
	color: #004391;
	text-decoration: none;
}
.CalendarListViewRow a:hover
{
	
	color: #0060cf;
	text-decoration: underline;
}


.CalendarListViewAltRow
{
	padding: 3px;
	font-family: Arial;
	font-size: 11px;
	color: #002061;
	
	background-color: #d6e2f0;
	border-bottom: solid 1px #d8d8d8;
	border-top: solid 1px #d8d8d8;
}
.CalendarListViewAltRow a, .CalendarListViewAltRow a:visited
{
	color: #004391;
	text-decoration: none;
}
.CalendarListViewAltRow a:hover
{
	
	color: #0060cf;
	text-decoration: underline;
}

/* END CALENDAR STYLES */



/* BLACK & RED CALENDAR STYLES */

.BLACKRED_CalendarHeader
{
	
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding-bottom: 4px;
}
.BLACKRED_CalendarTable
{
	
}
.BLACKRED_DayColumnHeader
{
	background-image: url(../../images/Calendar_blackred_DayColumnHeader_Background.jpg);
	text-align: center;
	background-color: #cddbee;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	overflow: hidden;
}

.BLACKRED_DayNumberHeader
{
	background-image: url(../../images/Calendar_blackred_DayNumberHeader_Background.jpg);
	text-align: right;
	background-color: #dce6f3;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
}
.BLACKRED_DayNumberHeader a, .BLACKRED_DayNumberHeader a:visited
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeader a:hover
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderHover
{
	background-image: url(../../images/Calendar_blackred_DayNumberHeader_Background_Hover.jpg);
	text-align: right;
	background-color: #dce6f3;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
}
.BLACKRED_DayNumberHeaderHover a, .BLACKRED_DayNumberHeaderHover a:visited
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderHover a:hover
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderOffMonth
{
	background-image: url(../../images/Calendar_blackred_DayNumberHeader_Background.jpg);
	
	text-align: right;
	
	background-color: #cfd7e1;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	
	
}
.BLACKRED_DayNumberHeaderOffMonth a, .BLACKRED_DayNumberHeaderOffMonth a:visited
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderOffMonth a:hover
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderOffMonthHover
{
	background-image: url(../../images/Calendar_blackred_DayNumberHeader_Background_Hover.jpg);
	
	text-align: right;
	
	background-color: #cfd7e1;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	
	
}
.BLACKRED_DayNumberHeaderOffMonthHover a, .BLACKRED_DayNumberHeaderOffMonthHover a:visited
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderOffMonthHover a:hover
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayCell
{
	text-align: left;
	
	background-color: white;
	
	font-family: Arial;
	font-size: 11px;
	color:Black;
	
}

.BLACKRED_DayCellOffMonth
{
	text-align: left;
	
	background-color: #dadada;
	
	font-family: Arial;
	font-size: 11px;
	color:Black;
	
}
.BLACKRED_MoreContainer
{

	font-family: Arial;
	font-size: 11px;
	color: Black;
	white-space: nowrap;
	overflow: hidden;
}
.BLACKRED_MoreContainer a
{
	color: Black;
	text-decoration: none;
}
.BLACKRED_MoreContainer a:hover
{
	color: Black;
	text-decoration: underline;
}
.BLACKRED_CalendarEvent
{
	background-image: url(../../images/Calendar_blackred_CalendarEvent_Background.jpg);
	background-color: #f1f7ff;
	font-family: Arial;
	font-size: 11px;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.BLACKRED_CalendarEvent a, .BLACKRED_CalendarEvent a:visited
{
	color: black;
	display: block;
	text-decoration: none;
}
.BLACKRED_CalendarEvent a:hover
{
	color: black;
	display: block;
	text-decoration: none;
}
.BLACKRED_CalendarEventHover
{
	background-image: url(../../images/Calendar_blackred_CalendarEvent_Hover_Background.jpg);
	background-color: #f1f7ff;
	font-family: Arial;
	font-size: 11px;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.BLACKRED_CalendarEventHover a, .BLACKRED_CalendarEventHover a:visited
{
	color: black;
	display: block;
	text-decoration: none;
}
.BLACKRED_CalendarEventHover a:hover
{
	color: black;
	display: block;
	text-decoration: none;
}
.BLACKRED_CalendarPopupBackground
{
	background:#fff;
	opacity:0.50;
	filter:alpha(opacity=50); 
}

.BLACKRED_CalendarListViewContainer
{
	border: solid 1px gray;
	
}
.BLACKRED_CalendarListViewNoRecords
{
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-align: center;
	padding: 25px;
}

.BLACKRED_CalendarDetailLabel
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	padding: 2px;
	color: black;
}
.BLACKRED_CalendarDetailValue
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	padding: 2px;
	color: black;
}
.BLACKRED_CalendarDescriptionDisplay
{
	border: solid 1px gray;
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	background-color: black;
	height:200px;
	overflow-y:scroll;
}
.BLACKRED_CalendarDetailsContainer
{
	border: solid 1px gray; background-color: white; padding: 0px;
}
.BLACKRED_CalendarDetailsContainerWindowTitle
{
	padding-left: 3px;
	height: 16px;
	background-image: url(../../images/Calendar_blackred_DayColumnHeader_Background.jpg);
	background-color: #cddbee;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	border-bottom: solid 1px gray;
}
.BLACKRED_CalendarDetailsContainerWindowContents
{
	padding: 2px;
	background-color: white;
}
.BLACKRED_CalendarDetailsCloseContainer
{
	text-align: center;
	padding-top: 2px;
}


.BLACKRED_CalendarListViewContainer
{
	background-color: White;
}

.BLACKRED_CalendarListViewHeader
{
	padding-left: 3px;
	height: 16px;
	background-image: url(../../images/Calendar_blackred_DayColumnHeader_Background.jpg);
	background-color: #cddbee;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}
.BLACKRED_CalendarListViewMonthGroup
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	
	padding: 6px;
	background-color: #b9b9b9;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	
}
.BLACKRED_CalendarListViewMonthGroup a, .BLACKRED_CalendarListViewMonthGroup a:visited
{
	color: Black;
	text-decoration: none;
}

.BLACKRED_CalendarListViewMonthGroup a:hover
{
	color: Black;
	text-decoration: underline;
}

.BLACKRED_CalendarListViewRow
{
	
	font-family: Arial;
	font-size: 11px;
	color: black;
	
	padding: 3px;
	background-color: white;
}
.BLACKRED_CalendarListViewRow a, .BLACKRED_CalendarListViewRow a:visited
{
	color: black;
	text-decoration: none;
}
.BLACKRED_CalendarListViewRow a:hover
{
	
	color: black;
	text-decoration: underline;
}


.BLACKRED_CalendarListViewAltRow
{
	padding: 3px;
	font-family: Arial;
	font-size: 11px;
	color: black;
	
	background-color: #e4e4e4;
	border-bottom: solid 1px #d8d8d8;
	border-top: solid 1px #d8d8d8;
}
.BLACKRED_CalendarListViewAltRow a, .BLACKRED_CalendarListViewAltRow a:visited
{
	color: black;
	text-decoration: none;
}
.BLACKRED_CalendarListViewAltRow a:hover
{
	
	color: black;
	text-decoration: underline;
}

.BLACKRED_CalendarDetailseRegisterForEventContainer
{
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.BLACKRED_CalendarDetailseRegisterForEventContainer a, .BLACKRED_CalendarDetailseRegisterForEventContainer a:visited
{
	color: White;
	text-decoration: none;
}
.BLACKRED_CalendarDetailseRegisterForEventContainer a:hover
{
	color: White;
	text-decoration: underline;
}

/* END CALENDAR STYLES */

