/* CSS Document */


/* the TAB styles */

.tabs {position:relative; height: 27px; margin: 0; padding: 0; background:url("images/bar_off2.gif") repeat-x; overflow:hidden}
.tabs li {display:inline;}
.tabs a  {height: 27px; font:11px verdana, helvetica, sans-serif; font-weight:bold; color:#2B4353; position:relative; padding: 6px 10px 14px 10px; margin: 0px 0px 0px 0px; text-decoration:none; border-left:1px solid #fff; border-right:1px solid #fff;}
.tabs a:hover, .tabs a.tab-active {background:#fff url("images/bar_on2.gif") repeat-x; height:28px;}


/* the Square Box Container styles */

.tab-container {width:537px; height:280px; overflow: auto; background: #fff; border:2px solid #C8715F; border-style:ridge;}
.tab-panes { margin: 30px; font:11px verdana, helvetica, sans-serif; line-height:1.3;}
