@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width:150px;	
}


/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}


/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;	/*background-color: #34BCEC;*/
	width:150px;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 150px;
	left: -1000em;
	top: 0;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #0000FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #0000FF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color:#FFFFFF;
	padding: 0.4em 0.5em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color:#0000FF;
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color:#0000FF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
}



/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../../mathcymru%20new/lib/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #0000FF;
	
}
ul.MenuBarVertical a.MenuBarItemSubmenuW
{
	background-image: url(../../mathcymru%20new/lib/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #0000FF;
	
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../../mathcymru%20new/lib/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


/* SubSubmenu */
ul.MenuBarVertical a.MenuBarItemSubSubmenu
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #0000FF;
	
	width:138px;
	
	
}
ul.MenuBarVertical a.MenuBarItemSubSubmenuW
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #0000FF;
	width:138px;
	
	
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubSubmenuHover
{
	background-image: url(../../mathcymru%20new/lib/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/*************************

Div elements

**************************/

div#page { margin-left: auto; margin-right: auto;
width:900px; }

div#menu {
	float:left;
	width:150px;

}

div#logos {
	float:left;
	width:150px;
	margin-top:15px;
	padding:2px;

}

div#logosR {
	float:left;
	margin:5px;
	margin-top:15px;
	padding:4px;
	width:170px;
	
}

div#main_middle {
	float:left;
	margin:0px;
	padding:5px;
	width:550px;
	
	
}

div#extras_mc  {
	float:left;
	margin:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	width:170px;
	
}

div#extras_mc p {

color:#000000;
margin-bottom:5px;
margin-top:5px;
padding:5px;

}


div#title {
	font-size: 20px;
	color: #990000;
	padding: 0px;
	width: 910px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#box {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	float:left;
	margin:5px;
	padding:4px;
	padding-bottom:10px;
	width:255px;
	background-image:url(../ics/boxBack.png);
	background-repeat:no-repeat;
}

div#boxWhite {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	float:right;
	margin:5px;
	padding:4px;
	padding-bottom:10px;
	width:200px;
	
}

div#boxWhiteBig {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	float:left;
	margin:4px;
	padding:4px;
	padding-bottom:10px;
	width:300px;
	
	
}

div#boxR {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	float:right;
	margin:5px;
	padding:4px;
	width:255px;
	background-image:url(../ics/boxBack.png);
	background-repeat:no-repeat;
	
}

div#boxBig {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	float:left;
	margin:5px;
	padding:4px;
	width:530px;
	background-image:url(../ics/boxBack.png);
	background-repeat:no-repeat;
}

div#boxBigMain {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	float:left;
	margin:5px;
	padding:4px;
	width:530px;
	
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:none;
	text-decoration: none;
	
}
a:link, a, a:visited, a:active {

	text-decoration: none;
}

ul {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin-top: 2px;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-bottom: 6px;
}
li {
	padding-bottom:4px;
}


h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-left:2px;
	font-size:13px;
	margin:0px;
	
	color:#FFFFFF;
	background-color:#FF9900;
	}

h5  {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-left:2px;
	font-size:14px;
	margin:2px;
	background-color:#FF0000;
	padding:5px;
	text-decoration: none;	
	
	}
	
h5 a {
	
	text-decoration: none;
	color:#FFFFFF;
	
	}
			
div#logos {
	font-size: 20px;
	color: #990000;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.TabbedPanels {
	margin: 0px;
	padding: 1px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: 1em sans-serif;
	background-color:#FF9900;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	background-color:#0000FF;
	border-bottom: 1px solid #EEE;
	color:#FFFFFF;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-top: solid 1px #999;
	border-right: solid 0px #999;
	background-color: #EEE;
	width:490px;
}

.TabbedPanelsContentGroupMC {
	clear: both;
	border-left:none;
	border-bottom:none;
	border-top:none;
	border-right:none;
	background-color: #EEE;
}

/* 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: 2px;
	background-color:#FFFFFF;
	width:480px;
}


/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

