/* CSS Document */

/* everything is constructed with a single background image */


#toptabs {
	
	/* dimensions */
	width:23px;
	height:372px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#toptabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#toptabs li #t1 {
	background: url(../images/test_highlight.jpg) no-repeat;
	background-position: 0 0;
	display:block;
	height: 126px;   
	width: 23px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

#toptabs li #t2 {
	background: url(../images/test_highlight.jpg) no-repeat;
	background-position: 0 -126px;
	display:block;
	height: 120px;   
	width: 23px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

#toptabs li #t3 {
	background: url(../images/test_highlight.jpg) no-repeat;
	background-position: 0 -246px;
	display:block;
	height: 125px;   
	width: 23px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
 
/* mouseover state */
#toptabs #t1:hover 	{ background-position: -23px 0; }
#toptabs #t2:hover 	{ background-position: -23px -126px; }
#toptabs #t3:hover 	{ background-position: -23px -246px; }

/* currently selected tabs */
#toptabs #t1.current { background-position: -23px 0; }
#toptabs #t2.current { background-position: -23px -126px; }
#toptabs #t3.current { background-position: -23px -246px; }


/* panes */
#topPanes {
	width:947px;
	height:365px;	
}


/* single pane */
#topPanes div {
	display:none;	
	margin:0;
}


/* root element for tabs */

#boardtabs {
	
	/* dimensions */
	width:21px;
	height:238px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#boardtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#boardtabs li a {
	background: url(../images/test_scoreboard.jpg) no-repeat;
	display:block;
	height: 119px;   
	width: 21px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#boardtabs #t1 			{ background-position: 0 0; }
#boardtabs #t2 			{ background-position: 0 -119px; }
 
/* mouseover state */
#boardtabs #t1:hover 	{ background-position: -21px 0; }
#boardtabs #t2:hover 	{ background-position: -21px -119px; }

/* currently selected tabs */
#boardtabs #t1.current { background-position: -21px 0; }
#boardtabs #t2.current { background-position: -21px -119px; }


/* panes */
#boardPanes {
	width:293px;
	height:451px;	
}


/* single pane */
#boardPanes div {
	display:;	
	margin:0;
}

#newstabs {
	
	/* dimensions */
	width:21px;
	height:200px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#newstabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#newstabs li #t1 {
	background: url(../images/test_media.jpg) no-repeat;
	display:block;
	height: 116px;   
	width: 21px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

#newstabs li #t2 {	
	display:block;
	height: 100px;   
	width: 21px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#newstabs #t1 			{ background-position: 0 0; }
#newstabs #t2 			{ background: url(../images/test_media.jpg) no-repeat; background-position: 0 -116px; }
 
/* mouseover state */
#newstabs #t1:hover 	{ background-position: -21px 0; }
#newstabs #t2:hover 	{ background-position: -21px -116px; }

/* currently selected tabs */
#newstabs #t1.current { background-position: -21px 0; }
#newstabs #t2.current { background-position: -21px -116px; }


/* panes */
#newsPanes {
	width:285px;
	height:404px;
	overflow:auto;	
}


/* single pane */
#newsPanes div {
	display:none;	
	margin:0;
}
