﻿/** BEGIN POD **/
.pod {
  float: left;
  width: 95%;
  margin-top: 5px;
  margin-left:10px;
  background: url("podimages/inner_pod_top.png") top repeat-x;
}
.pod_top_left {
  clear: both;
  float: left;
  width: 13px;
  height: 26px;
  background: url("podimages/inner_pod_top_left.png") no-repeat;
}
.pod_top {
  float: left;
  height: 26px;
  color:#FFFF99;
}
.pod_top span {
  float:left;
  padding-top: 1px;
  padding-left: 7px;
  font-weight: bold;
  font-size: 16px;
}
.pod_top_right {
  float: right;
  width: 18px;
  height: 26px;
  margin-right:-1px;
  background: url("podimages/inner_pod_top_right.png") no-repeat;
}
.pod_main {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 10px;
  background: url("podimages/inner_pod_right.png") right repeat-y #FDF9CE;
  border-left: 1px solid #f0f0e7;
  background-color:#FFFFFF;
}
.pod_bottom {
  clear: both;
  float: left;
  height: 18px;
  width: 100%;
  background: url("podimages/inner_pod_bottom.png") repeat-x;
}
.pod_bottom_left {
  float: left;
  width: 13px;
  height: 18px;
  background: url("podimages/inner_pod_bottom_left.png") no-repeat;
}
.pod_bottom_right {
  float: right;
  width: 18px;
  height: 18px;
  margin-right:-1px;
  background: url("podimages/inner_pod_bottom_right.png") no-repeat;
}
/** END POD **/

