/*.........................................................................:Base tags */
/*.........................................................................:Structure elements */
#layer_Content, #layer_Footer {
	top:-2.25em; 
}
#section_Right_Panel h3 {
	background-color:#02549F;
}
/*.........................................................................:Highlights elements */
#section_Right_Panel ul.Highlights {
}
#section_Right_Panel ul.Highlights a {
}
#section_Right_Panel ul.Highlights h3 a {
	color:#FFF;
}
#section_Right_Panel ul.Highlights a:hover {
}
#section_Right_Panel ul.Highlights li {
	height:16.1em; /* Height = height + padding (h3 + .Artwork) */
}
#section_Right_Panel ul.Highlights .Caption, #section_Right_Panel ul.Highlights h3 {
	top:12.5em;
	height:3em;
}
#section_Right_Panel ul.Highlights .Artwork {
	top:-3.6em;
	height:12em;
}
#section_Right_Panel ul.Highlights .Description {
	height:10em;
}
#section_Right_Panel ul.Highlights .Description a {
}
.Preview .Description {
	top:-7em;
}
#section_Right_Panel ul.Highlights li.Preview h3 {
	top:6em;
}
#section_Flash_Welcome {
	border-bottom: 3px solid #CCC;
	margin-bottom:1em;
	padding-bottom: 1em;
}
#section_Artwork {
}
#content_A {
	min-height:17.5em;
	background:url(/_artwork/backgrounds/welcome_placeholder.png) top left no-repeat;
}
#content_C {
	min-height:17.5em;
	background:url(/_artwork/backgrounds/shortcourse_placeholder.png) top left no-repeat;
}
#flash_welcome{
	margin:0;
	padding:0;
}
#flash_promo{
	position:absolute;
	z-index:2;
	top:0;
	left:196px;
}
#flash_artwork {
	position:absolute;
	z-index:13;
	top:0;
	left:79.5em;
	margin-left:-170px;
}
#flash_mediaplayer {
	width: 300px;
	height: 200px;
	background-color:#CCC;
}
/*.........................................................................:Tabs elements */
#tabs_Welcome {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
	/*width: 100%;  IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width:536px;/* IE6 fix */
	overflow:hidden;
	border-bottom: 3px solid #CCC;
	padding-bottom: 1em;
	margin-bottom:1em;
}
#tabs_Welcome.Activated {
	height: 21.5em;
}
#tabs_Welcome p {
	padding: 10px;
}
#tabs_Welcome #flash_mediaplayer {
	float: left;
	margin: 0 10px 10px 0;
}
/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height: 4em;
	z-index:11;
}
#tabs_Welcome.Activated .TabbedPanelsTabGroup{
	position:relative;
	top:17.5em;
}
.TabbedPanelsTab {
	position: relative;
	top: -1px;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
	border: 0;
	width:25%;
	background-color:#FFC;
	text-decoration:none;
}
.TabbedPanelsTab a {
	height: 3em;
	overflow:hidden;
	display:block;
	padding: .25em 10px;/*4px 10px;*/
	border: 1px solid #FFF;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	
}
#tab_A a { 
    background-color: #40b2e4;
	/*background-image:url(/_artwork/backgrounds/tabsa1.png);*/ 
}
#tab_B a {
	background-color: #8a40da;
	/*background-image:url(/_artwork/backgrounds/tabsb1.png)*/
}
#tab_C a {
	background-color: #da4141;
	/*background-image:url(/_artwork/backgrounds/tabsc1.png)*/
}
#tab_D a {
	background-color: #8adb41;
	/*background-image:url(/_artwork/backgrounds/tabsd1.png)*/
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover a:hover, #tab_A a:hover, #tab_B a:hover, #tab_C a:hover, #tab_D a:hover { 
	color: #333;
	background-color: #e1e1e1;
	text-decoration:none;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected a {
	border-top: 1px solid #FFF;
	text-decoration:none;
}
#tab_A.TabbedPanelsTabSelected a { 
	background-color: #0098db;
	text-decoration:none;
	/*background-image:url(/_artwork/backgrounds/tabsa.png)*/ 
}
#tab_B.TabbedPanelsTabSelected a {
	background-color: #6300ce;
	text-decoration:none;
	/*background-image:url(/_artwork/backgrounds/tabsb.png*/)
}
#tab_C.TabbedPanelsTabSelected a {
	background-color: #ce0101;
	text-decoration:none;
	/*background-image:url(/_artwork/backgrounds/tabsc.png)*/
}
#tab_D.TabbedPanelsTabSelected a {
	background-color: #63cf01;
	text-decoration:none;
	/*background-image:url(/_artwork/backgrounds/tabsd.png)*/
}
.TabbedPanelsContentGroup {
	clear: none;
	/*border-top-color:#999;
	border-right-color:#999;*/
	
	margin: 0;
	padding: 0;
	border: 1px;
	border-color: #CCC;
	z-index:10;
}
#tabs_Welcome.Activated .TabbedPanelsContentGroup{
	height: 17.5em;
	position:relative;
	top:-4em;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.;
 */
.TabbedPanelsContent {
	padding: 0;
}

.TabbedPanelsContentVisible {
	display:block;
}
.TabbedPanelsContentInvisible {
	display:none;
}

