/***********************************************
newsLetter Post News
***********************************************/

FORM.newsPost{
  margin:0;
  padding:0;}

FORM.newsPost .field{
  border:1px solid #ccc;
  background:#eee;
  display:block;
  margin:5px 0;}

FORM.newsPost FIELDSET{
  margin:0 0 5px 0;
  background:#999;
  border:1px solid #ccc;}

FORM.newsPost ABBR{
  border:1px solid #ccc;
  background:#ccc;
  color:green;
  padding:0 2px;
  cursor:pointer;}

/**********************************************
NewsLetter Signup
**********************************************/

DIV.NLSignup{
  width:598px;
  background:#FEAE33;
  color:white;
  border:1px solid #DB972C;}

DIV.NLSignup DIV.form{
  width:180px;
  float:right;
  background:#FEDCA7;
  color:#DB972C;
  border-left:1px solid #DB972C;}


DIV.NLSignup DIV.form FORM{
  padding:5px 6px 5px 5px;
  margin:0;}

DIV.NLSignup P{
  padding:10px;
  padding-top:20px;
  font-size:16px;
  text-align:center;}

DIV.NLSignup H2{
  margin:0 0 5px 0;}

DIV.NLSignup INPUT{
  border:1px solid #3B7587;
  background:#75959F;
  color:#FFF;}

DIV.NLSignup .field{
  display:block;
  margin-bottom:5px;
  border:1px solid #DB972C;
  background:#FEAE33;
  width:100%;
  margin-left:0;}
  
DIV.NLSignup DIV.signup_confirm{
  background:#FEDCA7;
  color:#DB972C;
  border-bottom:1px solid #DB972C;
  padding:3px;
  text-align:center;}


/**********************************************
NewsLetter Portal
**********************************************/

#MostRecentNewsLetter{}

#MostRecentNewsLetter H2{
  margin:0;
  padding:5px;
  position:relative;
  border-bottom:3px solid #fff}

#MostRecentNewsLetter H2 EM{
  font-weight:normal;}

#MostRecentNewsLetter H2 SPAN{
  color:#FEAE33;}

#MostRecentNewsLetter H2 EM{
  font-size:12px;
  font-style:normal;}

#MostRecentNewsLetter A{
  color:#FEAE33;}

#MostRecentNewsLetter A:hover{
  text-decoration:none;}


DIV.bottomArchive{
  text-align:right;
  padding:10px 0 0 0;}

DIV.bottomArchive A{
  position:relative;
  margin-top:10px;
  color:#FEAE33;}

/**********************************************
NewsLetter Archive
**********************************************/
H3{
  font-size:40px;
  border-bottom:5px solid ;}

DIV.pastNewsLetter{
  margin:0 0 0 0;}

DIV.pastNewsLetter H3{
  font-size:20px;
  border-bottom:2px solid #FFF;
  margin:20px 0 0 0;}

DIV.pastNewsLetter H3 A{
  color:#9EBFC9;
  text-decoration:none;}

DIV.pastNewsLetter H3 A:hover{
  color:white;}

DIV.pastNewsLetter H3 A SPAN{
  color:#FEAE33;}

DIV.pastNewsLetter P SPAN.more A{
  color:#FEAE33;}

#ditto_archivelist A{
  color:#FEAE33;}

#ditto_archivelist A:hover{
  text-decoration:none;}

#ditto_archivelist SPAN.ditto_date{
  font-size:10px;}
/**********************************************
News Article
***********************************************/

#article H2{
  color:#9EBFC9;
  border-bottom:2px solid white;}

#article H2 SPAN{
  color:#FEAE33;}

#article H2 EM{
  color:white;
  font-style:normal;
  font-size:12px;}

#article A{
  color:#FFAE33;}

#article A:hover{
  text-decoration:none;}
  
#article A.QE_Link{
  color:black;}

#article DIV.introText{
  margin-bottom:10px;
  font-size:12px;
  padding:5px;
  color:#FEAE33;
  margin:0 5px 5px 0;
  position:relative;}

#article DIV.introText A.QE_Link{
  position:absolute;
  top:-20px;
  right:0;}
/**********************************************
News MANAGERS
***********************************************/
#status{
  margin:0;
  background:none;
  padding:0;}

#deleteArticle{
  border-bottom:10px solid #FFF;
  text-align:center;
  background:white;}

#deleteArticle SPAN{
  color:black;}

#deleteArticle BUTTON{
  width:100%;
  border:1px solid #000;
  cursor:pointer;
  background:#FEAE33;
  color:;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  margin:5px 0 0 0;}

#deleteArticle BUTTON:hover{
  color:#999;
  background:#FDCD83;}