﻿/* Bulletin CSS */

.bulletinContentHeader
{
	background-color: #FFFFFF;
}

.bulletinCorners
{
	background-color: #cadac1;
}

.bulletinTable
{
	width: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.bulletinDiv
{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color:#FFFFFF;			
}

.bulletinContentBody
{
	background: #FFFFFF;
	color: #000000;
	width: 954px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.bulletinGridHeaderEnds
{
	background: #98cb4f;
}

.bulletinGridHeader
{
	padding: 0 0 0 0;
	text-align: center;
	vertical-align:middle;
	background: #98cb4f;
	color: #FFFFFF;
	height: 25px;	
}
.bulletinGridHeaderL
{
	padding: 0 0 0 0;
	text-align: left;
	vertical-align:middle;
	background: #98cb4f;
	color: #FFFFFF;
	height: 25px;	
}

.bulletinGridHeader a:link
{
	color: #FFFFFF;
}

.bulletinGridHeader a:visited
{
	color: #FFFFFF;
}

.bulletinGridHeader a:hover
{
	color: #CCCCCC;
}
.bulletinGridHeaderL a:link
{
	color: #FFFFFF;
}

.bulletinGridHeaderL a:visited
{
	color: #FFFFFF;
}

.bulletinGridHeaderL a:hover
{
	color: #CCCCCC;
}

.bulletinGridAltItem
{
	padding: 2 0 0 2;
	border-left: none 0 transparent;
    border-right: none 0 transparent;
    border-top: none 0 transparent;
	border-bottom: solid 1px #98cb4f;
	margin: auto auto auto auto;
	text-align:center;
	height:100px;
	width:100%;
	background: #cadac1;
	color: #000000;	
}

.bulletinGridItem
{
	padding:2 0 0 2;
	border-left: none 0 transparent;
    border-right: none 0 transparent;
    border-top: none 0 transparent;
	border-bottom: solid 1px #98cb4f;
	margin: auto auto auto auto;
	text-align:center;
	height:100px;
	width:100%;
	background: #FFFFFF;
	color: #000000;	
}

.bulletinGridDateStamp
{
	padding:2 0 0 2;
	border-left: none 0 transparent;
    border-right: none 0 transparent;
    border-top: none 0 transparent;
	border-bottom: none 0 transparent;
	margin: auto auto auto auto;
	text-align:center;
	height:100px;
	width:100%;
	font-size: 11px;
	color: #666666;	
}
.bulletinDisplayDate
{
	text-align: left;
	font-size: 11px;
	color: #666666;	
}
.bulletinDisplaySubject
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}
.bulletinDisplayFrom {
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.bulletinDisplayFrom a:link
{
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.bulletinOverallHeader
{
	width: 95%;
	margin-left: 0;
	margin-right: auto;
	padding-left: 2.5%; 
	text-align:left;
}

.bulletinDetailsItem
{
	margin: 0 auto 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 80%;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;
}

.bulletinDetailsAltItem
{
	margin: 0 auto 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 80%;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;	
}

.bulletinDetailsDivider
{
	width: 2%;
}

.bulletinDetailsHeader
{
	border-right: solid 1px #98cb4f;
	border-bottom: none 0px transparent;
	border-left: none 0px transparent;
	border-top: none 0px transparent;
	margin: 0 auto 0 0;
	padding: 0 0 0 0;		
	text-align: left;
	width: 10%;
	vertical-align: top;	
	background: #FFFFFF;
	color: #98cb4f;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.bulletinDetailsHeaderForm
{
	border-right: solid 1px #98cb4f;
	border-bottom: none 0px transparent;
	border-left: none 0px transparent;
	border-top: none 0px transparent;
	margin: 0 auto 0 0;
	padding: 0 0 0 0;		
	text-align: left;
	width: 10%;
	vertical-align: middle;	
	background: #FFFFFF;
	color: #98cb4f;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.bulletinDetailsAltHeader
{
	border-right: solid 1 #98cb4f;
	margin: 0 auto 0 0;
	padding: 0 0 0 0;	
	text-align: left;
	width: 25%;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;	
}

.bulletinDetailsViewOverallHeader
{
	background: #FFFFFF;
}

.bulletinLinkButton
{
	background-color:#F0FFF0;
	border:solid 1px black;
	padding:1px 5px 1px 5px;
    text-decoration:none;
    color:Black; 		
}

.bulletinControlAltItem
{
	padding:0 0 0 0;
	border:none 0 transparent;
	text-align:left;
	width:100%;
	height:50px;
	background: #FFFFFF;
	color: #000000;	
}

.bulletinControlItem
{
	padding:0 0 0 0;
	border:none 0 transparent;
	text-align:left;
	width:100%;
	height:50px;
	background: #cadac1;
	color: #000000;	
}

.bulletinDetailsHeaderTR
{
	border-right: solid 1px #98cb4f;
}

