/* Main Page Board Styles*/

#board{
 width: 905px;
 height: 261px;
 margin-left: auto;
 margin-right: auto;
 background-image: url(../images/board.png);
 background-position: top left;
 background-repeat: no-repeat;
}

#innerBoard{
 padding: 5px 5px 5px 4px;
 height: 251px;
 width: 896px;
}

#innerBoardLeft{
 float: left;
 width: 608px;
 padding: 5px; 	
 height: 250px;
 padding-left:7px;
}
	
#innerBoardRight{
 float: right;
 width: 275px;
 background-color:#f5f5f5;
 height: 250px;
 /*border-left: 1px solid #bfbfbf;*/
 position: relative;
}

#arrow{
 z-index:2;
 position: absolute;
 right: 274px;
 top: 38px;
}

#boardTabs{
 list-style-type: none;
 font-weight: normal;
 font-size: 12px;
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 color: #fff;
 line-height: 16px;
 cursor: pointer;
}

.bt1{
 height: 85px;
 border-bottom: 1px solid black;
 background-image: url(../images/non_active_tab_back.jpg);
 background-repeat: repeat-x;
 background-position: top left;
}
.bt2{
 height: 85px;
 border-bottom: 1px solid black;
 background-image: url(../images/non_active_tab_back.jpg);
 background-repeat: repeat-x;
 background-position: top left;
}
.bt3{
 height: 79px;
 background-image: url(../images/non_active_tab_back.jpg);
 background-repeat: repeat-x;
 background-position: top left;
}

.activeTitle{
 color: #fff;
}

.activeTab{
 background-image: url(../images/active_tab_back2.jpg);
 background-repeat: repeat-x;
 background-position: top left;
}