#widget-container {
  color: #000;
  background-color: #CCC;
  font: 12px bold Arial, Helvetica, sans-serif;
  width: 220px;
  height: 200px;
  padding: 0px;
  margin: 0px;
  border: 2px solid #CCC;
  }
  
#widget-banner {
  height: 14px;
  width: 217px;
  margin: 2px;
  padding: 0px;
  background-color: #055486;
  }

html>body #widget-header {
  height: 16px;
  width: 214px;
  margin: 0 2px 2px 2px;
  padding: 0 0 0 4px;
  background-color: #025285;
  font-size: 11px;
  color: #FFF;
  }
  
#widget-header {
  height: 16px;
  width: 217px;
  margin: 0 2px 2px 2px;
  padding: 0 0 0 4px;
  background-color: #025285;
  font-size: 11px;
  color: #FFF;
  }
  
#widget-header a, #widget-header a:visited, #widget-header a:active, #widget-header a:link {
	color : #FFF;
	text-decoration : underline;
}
#widget-header a:hover {
	color: #58AEDF;
	text-decoration: none;
}

#widget-content-placeholder {
  width: 217px;
  height: 144px;
  margin: 2px;
  padding-left: 4px;
  }
  
#widget-blog, #widget-forum, #widget-press, #widget-newsletter {
  height: 134px;
  font-size: 10px;
  }
    
#widget-blog ul, #widget-forum ul, #widget-press ul, #widget-newsletter ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  }
  
#widget-forum ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  }
  
#widget-blog li, #widget-forum li, #widget-press li, #widget-newsletter li {
  border-bottom: 1px dashed #CCC;
  padding: 4px;
  font-size: 10px;
  }
  
#widget-forum li {
  list-style-type: none;
  }
    
.arcana-widget  {
  color: #000033;
  background-color: #FFF;
  layer-background-color: #FFF;
  position: absolute;
  width:207px;
  height: 134px;
  z-index: 99;
  visibility: hidden;
  margin: 2px;
  padding: 5px;
  }
  
  
.widget-footer {
  position: absolute;
  z-index: 99;
  width: 212px;
  height: 18px;
  color: #000;
  visibility: hidden;
  margin: 0px;
  padding:  2px 4px 2px 2px;
  text-align: right;
  }
        
a {
	color : #58AEDF;
	text-decoration : underline;
  }

a:visited {
	color : #58AEDF;
	text-decoration : underline;
  }
a:active {
	color : #58AEDF;
	text-decoration : underline;
  }
a:link {
	color : #58AEDF;
	text-decoration : underline;
  }
a:hover {
	color: #000;
	text-decoration: none;
  }
  
#widget-blog-link a, #widget-blog-link a:visited, #widget-blog-link a:active, #widget-blog-link a:link {
  height: 20px;
  margin: 2px;
  padding: 2px;
	color : #FFF;
	text-decoration : underline;
  background: #025285;
  
  }

#widget-blog-link a:hover {
	color : #58AEDF;
	text-decoration : none;
  background: #025285;
  }



a.widget-more-btn, a.widget-more-btn:visited, a.widget-more-btn:active, a.widget-more-btn:link {
  color: #000;
  text-decoration : underline;
  font-weight: bold;
  }
  
a.widget-more-btn:hover {
  color: #025285;
  text-decoration : none;
  font-weight: bold;
  }
