.three-sprite {
   margin: 0 0 0 0;
   position: relative;
   overflow: hidden;
   background-repeat: no-repeat;
   color: black;
}

.three-sprite .module-content {
   display: block;
   position: relative;
   z-index: 2;
   margin: 10px 20px 20px 20px;
}

.three-sprite .button_module-content {
   display: block;
   position: relative;
   z-index: 2;
   margin: 2px 5px 2px 5px;
}

.three-sprite .module-content ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
}

.three-sprite .module-content ul li {
   padding-bottom: 8px;
}

.three-sprite .module-content ul li:last-child {
   padding-bottom: 0px;
   margin-bottom: 0px;
}

.three-sprite .module-content a {      
   color: #4271B5;
}

.three-sprite div.title {
   padding-left: 20px;
}

.three-sprite .title > span {
   height: 18px;
   font-family: tahoma;
   font-size: 10px;
   color: #FFFFFF;
   font-weight: bold;
   line-height: 18px;
}

.three-sprite .left{
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 1px;
   height: 1000px;
   background: url(/images/corners/36x36all_sides.png) repeat-y top left;
}

.three-sprite .right{
   display: block;
   position: absolute;
   right: 0;
   top: 0;
   width: 1px;
   height: 1000px;
   background: url(/images/corners/36x36all_sides.png) repeat-y top right;
}


.three-sprite .bottom{
   display: block;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 1000px;
   height: 6px;
   background: url(/images/corners/36x36all_sides.png) repeat-x bottom left;
}

.three-sprite .top{
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 1000px;
   height: 6px;
   background: url(/images/corners/36x36all_sides.png) repeat-x top left;
}

.three-sprite .corner {
   display: block;
   position: absolute;
   width: 12px;
   height: 12px;
   background-image: url(/images/corners/36x36square_new.gif);
   background-repeat: no-repeat;
}

/*Not sure why tl needs to be positioned. IE6 wants to add a left margin to it for some reason.*/
.three-sprite .tl {
   left: 0;
   top: 0;
   background-position: left top;
}

.three-sprite .bl{
   left: 0;
   bottom: 0;
   background-position: left bottom;
}

.three-sprite .br{
   right: 0;
   bottom: 0;
   background-position: right bottom;
}

.three-sprite .tr{
   right: 0;
   top: 0;
   background-position: right top;
}

/* Tip box */
.three-sprite.tip {
   margin-top: 0;
   width: 240px;
   background-color: #F9FCF5;
}

.three-sprite.tip div.title {
   background-color: #99CC66;
}

/* Discussion Box */
.three-sprite.forum_discussion {
   float:left;
   margin-left:5px;
      margin-top:4px;
   width:240px;
   background-color: #F5F5F5;
}

.three-sprite.forum_discussion div.title {
   background-color: #4271B5;
}

/* Member Blogs Box */
.three-sprite.member_blogs {
   float:left;
   margin-top:4px;
   width:240px;
   background-color: #F5F5F5;
}

.three-sprite.member_blogs div.title {
   background-color: #4271B5;
}

/* Featured Calculator */
.three-sprite.featured_calculator {
   float:left;
   margin-left:5px;
   margin-top:4px;
   width:240px;
   background-color: #F5F5F5;
}

.three-sprite.featured_calculator div.title {
   background-color: #4271B5;
}

/* Poll */
.three-sprite.poll {
   float:left;
   margin-left:5px;
   margin-top:4px;
   width:240px;
   background-color: #F5F5F5;
}

.three-sprite.poll div.title {
   background-color: #4271B5;
}

/* Latest Entries (blog page) */
.three-sprite.latest_entries {
   float:left;
   margin-top:4px;
   width:363px;
   background-color: #F5F5F5;
}

.three-sprite.latest_entries div.title {
   background-color: #4271B5;
}

/* Page Elements */

.square_box_top {
   height: 18px;
   font-family: tahoma;
   font-size: 10px;
   color: #FFFFFF;
   font-weight: bold;
   line-height: 18px;
}

.square_box_top > span {
   padding-left: 15px;
}

.square_box_bottom {
   margin-top: 1px;
   border: 1px solid #CCCCCC;
}

/* browse */
.square_box.browse {
   width:240px;
}

.square_box_top.browse {
   background-color: #4271B5;
}

.square_box_bottom.browse {
   height: 141px;
}

/* articles */
.square_box.articles {
   width: 406px;
   float: right;
}

.square_box_top.articles {
   background-color: #99CC66;
}

.square_box_bottom.articles {
   height: 275px;
}

/* whoarewe */
.square_box.whoarewe {
   margin-bottom: 4px;
}

.square_box_top.whoarewe {
   background-color: #CCCCCC;
}

.square_box_bottom.whoarewe {
   padding: 10px;
   line-height: 14px;
}

/* member blogs */
.square_box.blogs_welcome {
   width: 470px;
   float: left;
}

.square_box_top.blogs_welcome {
   background-color: #99CC66;
}

.square_box_bottom.blogs_welcome {
   height: 160px;
   padding: 10px;
   line-height: 14px;
}

.square_box.blogs_getting_started {
   width: 255px;
   float: right;
}

.square_box_top.blogs_getting_started {
   background-color: #CCCCCC;
}

.square_box_bottom.blogs_getting_started {
   height: 160px;
   padding: 10px;
   line-height: 14px;
}

/* sponsored links */
.square_box.sponsored_links {
   width: 320px;
   float: left;
}

.square_box_top.sponsored_links {
   background-color: #CCCCCC;
}

.square_box_bottom.sponsored_links {
   height: 275px;
}

/* generic */
.square_box.generic {
}

.square_box_top.generic {     
   background-color: #99CC66;
}

.square_box_top.generic a {
   color: #FFFFFF;
}

.square_box_bottom.generic {
   padding: 10px;
}