﻿/* Email CSS */

.emailContentHeader
{
	background-color: #FFFFFF;
}

.emailCorners
{
	background-color: #cadac1;
}

.emailTable
{
	width: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.emailDiv
{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color:#FFFFFF;			
}

.emailContentBody
{
	background: #FFFFFF;
	color: #000000;
	width: 954px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.emailGridHeaderEnds
{
	background: #55bb5b;
}

.emailGridHeader
{
	padding: 0 0 0 0;
	text-align: center;
	vertical-align:middle;
	background: #55bb5b;
	color: #FFFFFF;
	height: 25px;	
}
.emailGridHeaderL
{
	padding: 0 0 0 0;
	text-align: left;
	vertical-align:middle;
	background: #55bb5b;
	color: #FFFFFF;
	height: 25px;	
}

.emailGridHeader a:link
{
	color: #FFFFFF;
}

.emailGridHeader a:visited
{
	color: #FFFFFF;
}

.emailGridHeader a:hover
{
	color: #CCCCCC;
}
.emailGridHeaderL a:link
{
	color: #FFFFFF;
}

.emailGridHeaderL a:visited
{
	color: #FFFFFF;
}

.emailGridHeaderL a:hover
{
	color: #CCCCCC;
}

.emailGridAltItem
{
	padding: 2 0 0 2;
	border-left: none 0 transparent;
    border-right: none 0 transparent;
    border-top: none 0 transparent;
	border-bottom: solid 1px #55bb5b;
	margin: auto auto auto auto;
	text-align:center;
	height:100px;
	width:100%;
	background: #cadac1;
	color: #000000;	
}

.emailGridItem
{
	padding:2 0 0 2;
	border-left: none 0 transparent;
    border-right: none 0 transparent;
    border-top: none 0 transparent;
	border-bottom: solid 1px #55bb5b;
	margin: auto auto auto auto;
	text-align:center;
	height:100px;
	width:100%;
	background: #FFFFFF;
	color: #000000;	
}

.emailGridDateStamp
{
	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;	
}
.emailDisplayDate
{
	text-align: left;
	font-size: 11px;
	color: #666666;	
}
.emailDisplaySubject
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}
.emailDisplayFrom {
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.emailDisplayFrom a:link
{
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.fromNameStyle a:visited
{
	color: #000000;
}

.fromNameStyle a:hover
{
	color: #666666;
}
.greenLinks {
	color: #4E7E51;
	text-decoration: none;
	font-weight: bold;
}
.greenLinks a:link
{
	color: #4E7E51;
	text-decoration: none;
}

.greenLinks a:visited
{
	color: #666666;
}

.greenLinks a:hover
{
	color: #666666;
}
.emailOverallHeader
{
	width: 95%;
	margin-left: 0;
	margin-right: auto;
	padding-left: 2.5%; 
	text-align:left;
}

.emailDetailsItem
{
	margin: 0 auto 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 80%;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;
}

.emailDetailsAltItem
{
	margin: 0 auto 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 80%;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;	
}

.emailDetailsDivider
{
	width: 2%;
}

.emailDetailsHeader
{
	border-right: solid 1px #55bb5b;
	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: #43ae49;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.emailDetailsHeaderForm
{
	border-right: solid 1px #55bb5b;
	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: #43ae49;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.emailDetailsAltHeader
{
	border-right: solid 1 #55bb5b;
	margin: 0 auto 0 0;
	padding: 0 0 0 0;	
	text-align: left;
	width: 25%;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;	
}

.emailDetailsViewOverallHeader
{
	background: #FFFFFF;
}

.emailLinkButton
{
	background-color:#F0FFF0;
	border:solid 1px black;
	padding:1px 5px 1px 5px;
    text-decoration:none;
    color:Black; 		
}

.emailControlAltItem
{
	padding:0 0 0 0;
	border:none 0 transparent;
	text-align:left;
	width:100%;
	height:50px;
	background: #FFFFFF;
	color: #000000;	
}

.emailControlItem
{
	padding:0 0 0 0;
	border:none 0 transparent;
	text-align:left;
	width:100%;
	height:50px;
	background: #cadac1;
	color: #000000;	
}

.emailDetailsHeaderTR
{
	border-right: solid 1px #55bb5b;
}

