/* Latest alerts */

.Hidden {

	display:none;
	
}

.AlertOptionTab, .AlertOptionTabOff
{
	font-size:12pt;
	font-weight: bold;
	border-color: #ECEDED; 
	border-width: 1px 1px 0px 2px; 
	border-style: solid;
	border-bottom: 1px solid #FFF;
	padding: 6px 11px 4px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	width: 22%;
	margin-left: 8px;
	cursor: pointer;
}

.AlertOptionTab {

		color: #58585A;	
	background: #FFF;
		position: relative;
		-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
		box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
	z-index:90;
}

.AlertOptionTabOff {
		background: #ECEDED;
		color: #58585A;
}

#AlertTab1 {
	display: none;
}

#AlertTab2 {
	display: none;
}

#AlertTab3 {
	display: none;
}

#AlertTab1
{
	margin-left: 0 !important;
}


.LatestAlertContent {
		color: #58585A;
		position: relative;
		top:-3px;
		z-index: 2;
		margin-top: 2px;
	
}

.LatestAlerts
{
	/*border: 0 0 1px 0 solid #ECEDED;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
}


.LatestAlertBgOn {

/*background-color:#f5f5f7;*/
	
}

.LatestAlertBgOff {
margin-top: -10px !important;
/*background-color:#fdfdfd;*/
	
}

/*The view archive of previous alerts div 
.LatestAlertBgOff.SmallColumnContainer
{
	margin-top: 0 !important;
	margin-right: 5px;
	
	border-bottom: 2px solid #ECEDED;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	
	position: relative;
	top: -3px;
}*/

.NewsItem {

	min-height:95px;	
	width: 240px !important;
	display: inline-block;
	vertical-align: top;	
	padding: 5px 0 10px 0 !important;
}


.NewsItem a {

text-decoration:none;
color:#000;
	
}

.NewsIcon {
	margin-top: 0;
	width:45px !important;	
	
}

.CalendarIcon {
	background-image:url(/admin/images/CalendarLong.png);
	background-repeat:none;
	height:55px;
	width:45px;
	
}

.CalendarMonth {

color:#FFF;
padding-top:6px;
padding-left:7px;
font-size:7pt;
font-weight:bolder;
}

.CalendarDay {

color:#000;
margin-top:5px;
text-align:center;
font-weight:bolder;
	
}


.CalendarTime {
	
	margin-top:2px;
	color:#666 !important;
	font-weight:lighter;

}

.MessageType {
	
	font-weight:bolder;
}

.AlertSubject {
	margin-top: 0;
	font-size:10pt;
	font-weight:lighter;
	margin-left: 10px !important;
	width: 165px;
}

.AlertSubject a{

	color:#0067a2 !important;
	text-decoration:none;

}

.AlertSubject a:hover {
	
	text-decoration:underline;

}

.BottomLine {

/*border-bottom: 1px solid #EAEAEA;*/
	
}

.ArchiveLink {
	/*display: none !important;
	color: #fff!important;
	background: url("/design/previous_alert_arrow.png") no-repeat scroll right bottom transparent;*/
	display: inline-block;
	font-size: 105% !important;
	font-weight: bold;
	width: 100%;
	padding: 6px 0 9px;
	text-align: right;
	/*
	border: 2px solid #ECEDED;
	border-top: 0;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;*/
}

.ArchiveLink:hover {

	text-decoration:none;
}

.LatestAlertBgOn.SmallColumnContainer
{
	margin-top: -4px;
}

.CentreText
{
	text-align: center;
}

.SentByText {
	margin-top: 1px;
}