
.panel_button {
	margin-left: auto;
	position: relative;
	width: 171px;
	height: 33px;
	z-index: 20;
	cursor: pointer;
	margin-top:1px;
}
.panel_button img {

	border: none;
}
.panel_button a {
	display:block;
	width: 171px;
	height: 33px;
	background:  url(Images/Pulldown/PulldownTab.png);
	text-indent:-5000px;
}
.panel_button a:hover {
	display:block;
	width: 171px;
	height: 33px;
	background:  url(Images/Pulldown/PulldownTab.png);
	text-indent:-5000px;
}

/*_______________ */

.fa_panel_button {
	margin-left: auto;
	position: relative;
	width: 171px;
	height: 33px;
	z-index: 20;
	cursor: pointer;
	margin-top:1px;
}
.fa_panel_button img {

	border: none;
}
.fa_panel_button a {
	display:block;
	width: 171px;
	height: 33px;
	background:  url(Images/Pulldown/PulldownTab.png);
	text-indent:-5000px;
}
.fa_panel_button a:hover {
	display:block;
	width: 171px;
	height: 33px;
	background:  url(Images/Pulldown/PulldownTab.png);
	text-indent:-5000px;
}

/*_______________ */
#toppanel {
	position: absolute;
	right: 0px;
	z-index: 8000;
	width: 661px;
}
#panel {
	width: 645px;
	position: relative;
	top: 2px;
	height: 0px; 
	/* height: 197px;*/
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	padding: 0px 8px;
	text-align: left;
	background: #222;
}
#panel_contents {
	background:url(Images/Pulldown/DarkGradient.jpg) repeat-x top;
	height: 100%;
	position: absolute;
}



/********************
	Styles for TabViewer (on home page) 
********************/



/* THE TABS */


#TabViewer #Tabs ul  {

}

#Tabs {
height:40px;
background:url(/portals/0/skins/cpy/Images/Pulldown/plTopGrey.jpg) repeat-x #d9d9d9;
	width:645px;
	}

#Tabs ul {
	margin: 0px;
	padding:0px;
	}

#Tabs ul li {
	float:left;
	list-style-type:none;
	cursor:pointer !Important;
	font-size:small;
	padding:0px 0px 0 10px;
	margin-right:5px;
	height:40px;
		color:#5b5b5b;
	margin-bottom:-1px;
}

.InnerTab {
		height:40px;
		display:block;
		line-height:40px;
		padding-right:30px;
		padding-left:20px;

		font-size:12px;
		font-weight: bold;
	}

#Tabs ul li.Selected {
/*
	border-bottom-color:#ff2d2d;
	*/
	background: url(Images/Pulldown/SelectedTab.jpg) repeat-x top #222;
	color:#F57E23;
}

/*THE VIEWS */

#TabViewer {
width:645px;
overflow:hidden;
}


#ViewsWindow {

	height:180px;
	width:645px;
	overflow:hidden;
	text-align:left;
	color:#fff;
}

#Views {
	width:5000px;
	height:180px;
	float:left;
}


.View {
	width:625px;
	margin:10px;
	float:left;
	overflow:hidden;
}


/* Tab Content */



.View h2 {
	font-size: 11px;
	display:inline;}
	
.Orange {
	color:#F57E23;}
	
.View .ComingSoon {
	padding-left: 10px;
	font-style:italic;
	}
	
#PageWrap .View a, .View a:hover, .View a:visited {
	color: #fff;}

	
.View ul {
	margin:0px;
	padding: 0px;
	}

.View .faRegionDivider {
	background:url(Images/Pulldown/Divider.gif) repeat-y center;
	width:20px;
	height:160px;

	}
	
.View .faParent {
	
	font-size:10px;
	min-width: 88px;}
	
	
.View .faParent strong { 
display:block;
margin-bottom:5px;
text-decoration:underline;
}
	
.View li {
list-style-type: none;
list-style:none;
float:left;	
line-height: 160%;
	}
	
	
.pulldownAnnouncements {
	line-height:25px;
	height:25px;
	background-color:#d9d9d9;
	margin-top:5px;
	
	}
	
.ForceZ {
	z-index:9000 !important;
	}
	
p.ClassSchedulesMoved {
	cursor:pointer;}
	





