.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 310px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	height:268px;
	background:url(../images/tab_cal_bg.jpg) left top no-repeat;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width:300px;
	margin-left:8px;
}


.TabbedPanelsTab {
	position: relative;
	top: 3px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-right:5px;
}
* html .TabbedPanelsTab { top:3px;}
*:first-child+html .TabbedPanelsTab { top:1px;}

.TabbedPanelsTabHover {}

.TabbedPanelsTabSelected {
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	width:290px;
	margin-left:8px;
}

.TabbedPanelsContent {
	background:url(../images/tab_ann_container_bg.jpg) repeat-x top;
	height:215px;
}
.TabbedPanelsContent img{ vertical-align:middle}
.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

.TabbedPanelsContent ul,li{ margin:0; padding:0;}
.TabbedPanelsContent li{ display:block; background:url(../images/tab_announce_li-bg.jpg) repeat-x top; height:28px;}
.TabbedPanelsContent li a{ background: url(../images/tab_li-bul.jpg) no-repeat left; padding-left:15px; margin-left:10px; display:block; line-height:26px; color:#333333}
.TabbedPanelsContent li a:hover{ color:#0054a6; background:none}


