﻿/* new */

body {
  background-color: #2B2B2B;
  padding: 0; 
  margin: 0; 
  font-size: 14px; 
  color: Black; 
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif, serif; }

#ContentBackground {
  /* background-color: #666666; */
  background-color: #888888;
  width: 760px; 
  padding: 0px;
  margin-top: 0px;  
  margin-left: auto;  
  margin-right: auto;  
  margin-bottom: 0px; }

#ContentBody {
  /* margin-top: 5px; */
  margin-left: 5px; 
  margin-right: 20px; 
  margin-bottom: 20px; 
  padding-bottom: 20px; }
  
#LogoImage {
  display: block;
  margin-left: auto;
  margin-right: auto; 
  width: 100%;
  height: 100%; }  

#TitleLabel {
  font-size: x-large;
  font-weight: bold; }

#SubTitleLabel {
  font-weight: bold; }

#MessagePanel {
  border: Solid 1px Black; 
  background-color: #009933;
  color: White;}

#MessageLabel {
  font-size: x-large;
  font-weight: bold; }

#ErrorPanel {
 border: Solid 1px Black; 
 background-color: Red;
 color: White; }

#ErrorLabel {
  font-size: x-large; 
  font-weight: bold; }

.Error {
  color: Red;
  font-weight:bold; }

#EmailExample {
  }

#GetStartedLabel {
  font-size: large;
  font-weight: bold; 
  padding-top: 5px; 
  padding-bottom: 3px; }

#ChooseOptionsLabel {
  font-size: large;
  font-weight: bold; 
  padding-top: 5px; 
  padding-bottom: 3px; }

#AcceptTermsLabel {
  font-size: large;
  font-weight: bold; 
  padding-top: 5px; 
  padding-bottom: 3px; }

#SaveLabel {
  font-size: large;
  font-weight: bold; 
  padding-top: 5px; 
  padding-bottom: 3px; }

#SubmitPanel {
}

#UnsubscribePanel {
 	display:none;
}

#UnsubscribeLabel {
  font-size: large;
  font-weight: bold; 
  padding-top: 5px; 
  padding-bottom: 3px; }

#UnsubscribeButtonPanel {
 	display:none;
}

#UnsubscribeButton {
  width: 70px; }

#SubmitButton {
  width: 70px; }

#CopyrightPanel {
  text-align: center;
  color: #999999;
  font-size: 7.0pt;
  font-weight: bold; 
  padding-bottom: 10px; }

/* end new */

/* Weather Table */

.tablebigborder {
}

.tablesmallborder {
  background-color: Silver; 
  color: Black; }

.severetable {
	border-width: 1;
	border-color: red; }

.redtext {
  color: #FF0000;
	font-size: 12.0pt; }

.bluetext {
  color: #0055FF;
  font-size: 12.0pt; }

.yellowtext {
  color: #FFFF00;
  font-size: 12.0pt; }

/*
A:link, A:visited, A:active {font-family:"Trebuchet MS",Verdana,Arial,sans-serif; text-decoration: none;font-weight:bold; color: #0055FF;}
A:hover {font-family:"Trebuchet MS",Verdana,Arial,sans-serif; text-decoration: none;font-weight:bold;color: #0077FF;}
.invisible
{
	display:none;
}
.mb {color: #0033FF;font-size:12.0pt;font-weight:normal;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;}
.mr {color: #AA0000;font-size:12.0pt;font-weight:normal;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-style: italic;}

.callletters {
  display: none;
  color: #FFFFFF;
  font-size:xx-large;
  font-weight:bold;
  font-family:"Trebuchet MS",Verdana,Arial,sans-serif;}

.tablecenter {margin-left: auto; 
              margin-right: auto;
              background-color: #666666;}
.topleft {margin-left:auto; margin-right:auto; width:90%}
.tablenone
{
    
}

*/