/* indexbox.css */

.ToolBox {
  background: #ECEEEF;
  border: 2px solid white;
  border-left: 0;
  height: 240px;
  width: 400px;  
}

.GuideBox {
  background: #ECEEEF;
  border: 2px solid white;
  border-left: 0;
  height: 225px;
  width: 400px;
}

.NewsBox {
  border: 2px solid white;
  border-left: 0;
  border-bottom: 0;
  background: #ECEEEF;
  height: 470px;
  overflow: hidden;
}

.ToolBox h1,
.GuideBox h1,
.NewsBox h1 {
  font-size: 14px;
  background: #A1957B;
  padding: 5px 10px;
  text-transform: uppercase;
}

.ToolBox h1 a,
.GuideBox h1 a,
.NewsBox h1 a {
  color: white;
  text-decoration: none;
}

.GuideBox .text,
.ToolBox .text {
  padding: 4px 10px;
}

.GuideBox .text a,
.ToolBox .text a {
  font-size: 12px;
  color: black;
  text-decoration: none;
}

.ToolBox img {
  float: left;
  margin: 5px;
}

.ToolBox .linktext {
  text-align: center;
  background: url(/images/buttons/button.gif) no-repeat top center;
}

.ToolBox .linktext a {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  line-height: 31px;
  text-decoration: none;
  display: block;
}

.ToolBox .linktext a:hover {
  background: url(/images/buttons/button.gif) no-repeat bottom center;
  color: #6D0705;
}

.GuideBox ul {
  list-style-type: none;
  font-size: 12px;
  padding-left: 220px;
}

.GuideBox img {
  float: left;
  margin: 0 0 5px 10px;
}

.GuideBox ul li {
  padding: 1px 0;
}

.GuideBox ul li a {
  color: black;
  text-decoration: none;
}

.GuideBox ul li a:hover {
  text-decoration: underline;
}

/* NewsBox */ 

.NewsBox a {
  text-decoration: none;
}

.NewsBox .photo {
  float: left;
}

.NewsBox .photo img {
  height: 40px;
  border: none;
  margin: 2px 2px 0 2px;
}

.NewsBox li {
  list-style-type: none;
  border-bottom: 2px dotted #DADBDC;
  padding: 2px 0 5px 0;
  text-align: justify;
  padding: 0 5px;
  margin: 2px 5px;
}

.NewsBox .NewsDate {
  color: #055993;
  font-size: 10px;
}

.NewsBox .NewsTitle {
  color: #055993;
  font-size: 12px;
  font-weight: bold;
}

.NewsBox .NewsDescription {
  color: #595959;
  font-size: 11px;
}

.NewsBox .NewsResource {
  color: #595959;
  font-size: 10px;
}

