/* ================================
    CSS STYLES FOR orange_futurism Skin
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body {
    background-color: #E2E2E2;
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane { 
	background-repeat:no-repeat; background-position-y:50%
}
.ContentPane { 
	padding-top:3px;
	background-repeat:repeat-x;
	padding-left:3px;
	padding-bottom:5px; 
    background-position-y:50%
}
.LowerPane { 
	padding-top:3px;
	background-repeat:repeat-x;
	padding-left:3px; 
}
.MenuPane { 
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px; 
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#cccccc;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:white;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#eeeeee;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#eeeeee;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  16px;
    font-weight: bold;
    text-align: center;
    color: #000000;
	text-decoration:none;
}
.Head2 {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  10px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
	text-decoration:none;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
    color: #000000;
}
.Normal2 {
		font-family: Arial, Tahoma, Verdana, "Times New Roman";
		color: #FFFFFF; font-size: 13pt; text-decoration: none; font-weight: bold;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #006699
}
.NormalBold {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    font-size: 12px;
    color: #000000;
}
A.CommandButton:visited {
    text-decoration:    none;
    font-size: 12px;
    color: #000000;
}

A.CommandButton:active {
    text-decoration:    none;
    font-size: 12px;
    color: #000000;
}

A.CommandButton:hover {
    text-decoration:    none;
    font-size: 12px;
    color: #006699;
}    
/* GENERIC */
H1 {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H4 {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH {
    vertical-align: baseline;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A {
    text-decoration: none;
    font-size: 12px;
    color: #000052;
}
A:link {
    text-decoration: none;
    font-size: 12px;
    color: #000000;
}
A:visited {
    text-decoration: none;
    font-size: 12px;
    color:  #000000;
}
A:active {
    text-decoration: none;
    font-size: 12px;
    color: #000000;
}
A:hover {
    text-decoration: none;
    font-size: 12px;
    color: #006699;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 146px;
	padding-left: 5px;
	padding-right: 5px;
	height: 17px;
	padding-bottom: 0px;
}
.MainMenu_MenuBar {

}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #333333; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	border: 1px #e0e0e0 solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #e0e0e0; 
	border: 1px #e0e0e0 solid;
	padding: 1px;
	width: 1px;
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffffff; 
	cursor: hand; 
	color: navy;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	border: 1px #ffffff solid;
	padding: 1px;
}
.rootmenuitem {
	cursor: hand; 
	color: #333333; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	border: 0px none;
	height: 17px;
	display:block;
	margin-bottom:0px
}
.rootmenuitemselected {
	cursor: hand;
	color: navy;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	border: 0px none;
	/* background-image:url('media/menu_hover2.gif'); */
	background-repeat:no-repeat;
	background-position: left middle;
	height: 17px;
	/*display:block;*/
	margin-bottom:0px;
}
.rootmenuitembreadcrumb{
	cursor: hand;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	border: 0px none;
	height: 17px;
	display: block;
	margin-bottom: 0px;
}
.submenuitemselectedcssclass{
	background-color: #ffffff;
	color: #f6c564;
	border: 1px #ffffff solid;
}
.arrow{
	padding:0px;
	valign=middle;
	background-color: transparent;
}
.arrow2{
	padding:0px;
	border: 1px solid;
}
.submenuitembreadcrumb{
	cursor: hand;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal; 
	border: 1px #e0e0e0 solid;
	background-color: transparent;
	padding: 1px;
}
.submenu {
	z-index: 1000; 
	background-color: #e0e0e0; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 2px #cccccc solid;
	margin-left: 5px;
	margin-top: 0px;
}
.MainMenu_MenuBreak {
	border: 0px; 
	background-color: #333333; 
	height: 1px;
}
.MainMenu_MenuArrow {
	border: 0px; 
	border-right: 1px #CCCCCC solid;
}
.MainMenu_RootMenuArrow {
	border: 0px;
}
/*___________________________________________________________________________________________*/

a.links_bottom:visited{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #006699;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #333333;
	text-decoration:none;
}
.Copyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
}
a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #006699;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

	BODY
		{
		background: #FFFFFF; margin-left: 0; margin-right: 0; margin-top: 0; 
		margin-bottom: 0;
		}
				
	IMG.TOP_NAV
		{
		border: 0px none; vertical-align: middle; margin-left: 6px; margin-right: 6px 
		}
	
	IMG.LBLUE_pictures
		{
		border: 2px ridge; vertical-align: top; margin-left: 1px; margin-right: 5px; margin-top: 3px; 
		margin-bottom: 3px; border-color: #FFFFFF; float: left; 
		}
	
	IMG.WHITE_spotlight_pictures
		{
		border: 2px ridge; vertical-align: top; margin-left: 6px; margin-right: 6px; margin-top: 4px; 
		margin-bottom: 3px; border-color: #FFFFFF; float: left; 
		}
		
	IMG.WHITE_examples_pictures
		{
		border: 2px ridge; vertical-align: top; margin-left: 6px; margin-right: 6px; margin-top: 6px; 
		margin-bottom: 4px; border-color: #FFFFFF; float: left; 
		}
		
	P.BODY
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; vertical-align: top; color: #333333; margin-left: 2%; margin-right: 1%; 
		margin-top: 2%; margin-bottom: 2%; font-size: 9pt; line-height: 1.3;
		}
	
	P.BODY_index
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; vertical-align: top; color: #333333; margin-left: 2%; margin-right: 1%; 
		margin-top: 2%; margin-bottom: 2%; font-size: 9pt; line-height: 1.2;
		}
	
	P.BODY_lblue
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; vertical-align: top; color: #FFFFFF; margin-left: 2%; margin-right: 1%; 
		margin-top: 2%; margin-bottom: 2%; font-size: 9pt; line-height: 1.2;
		}
	
	P.INDENT
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; vertical-align: top; color: #000000; margin-left: 20%; margin-right: 20%; 
		margin-top: 2%; margin-bottom: 2%; font-size: 9pt; line-height: 1.2;
		}
		
	P.BREADCRUMB
		{
		font-family: Tahoma, Verdana, "Times New Roman"; text-align: left; color: #333333; 
		font-size: 8pt; font-weight: bold; margin-left: 2%; margin-right: 1%; margin-top: 6px; 
		}
	
	P.WHITE_see_also
		{
		font-family: Tahoma, Verdana, "Times New Roman"; text-align: left;
		margin-left: 6px; margin-top: 4px; margin-right: 4px; margin-bottom: 4px; line-height: 1.2;
		}
	
	P.WHITE_main_header
		{
		font-family: Tahoma, Verdana, "Times New Roman"; text-align: left; color: #003366; 
		margin-left: 2%; margin-right: 1%; margin-top: 1%; margin-bottom: 2%; font-size: 11pt; 
		font-weight: bold; 
		}
		
	P.WHITE_main_subheader
		{
		font-family: Tahoma, Verdana, "Times New Roman"; text-align: left; color: #000000; 
		margin-left: 2%; margin-right: 1%; margin-top: 1%; margin-bottom: 2%; font-size: 9pt; 
		font-weight: bold; 
		}
		
	P.WHITE_parent_header
		{
		font-family: Tahoma, Verdana, "Times New Roman"; text-align: left; color: #003366; 
		margin-left: 4%; margin-right: 1%; margin-top: 1%; margin-bottom: 2%; font-size: 11pt; 
		font-weight: bold; 
		}
		
	P.WHITE_parent_subheader_copy
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; vertical-align: top; color: #000000; margin-left: 4%; margin-right: 1%; 
		margin-top: 2%; margin-bottom: 2%; font-size: 9pt; line-height: 1.3;
		}
		
	P.WHITE_spotlight_header
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; color: #003366; font-size: 9pt; font-weight: bold; margin-left: 2%; 
		margin-top: 2%; margin-bottom: 2%; margin-right: 3%; 
		}
		
	P.WHITE_spotlight_body
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; vertical-align: top; color: #333333; margin-left: 2%; margin-right: 2%; 
		margin-top: 2%; margin-bottom: 2%; font-size: 9pt; line-height: 1.2;
		}
		
	P.WHITE_search_header
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; color: #333333; font-size: 9pt; font-weight: bold; margin-left: 3%; 
		margin-top: 2%; margin-bottom: 2%; margin-right: 2%;
		}
		
	P.WHITE_examples_header
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; color: #333333; font-size: 9pt; font-weight: bold; margin-left: 2%; 
		margin-top: 2%; margin-bottom: 2%; margin-right: 2%;
		}
		
	A.ACTION_WHITE_BG:LINK, A.ACTION_LGRAY_BG:LINK, A.ACTION_WHITE_BG:VISITED, A.ACTION_LGRAY_BG:VISITED,
	A.ACTION_WHITE_BG:ACTIVE, A.ACTION_LGRAY_BG:ACTIVE, A.ACTION_breadcrumb:LINK, A.ACTION_breadcrumb:VISITED, 
	A.ACTION_breadcrumb:ACTIVE
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #990000; font-size: 8pt; text-decoration: underline; font-weight: bold; 
		}
		
	A.ACTION_WHITE_BG:HOVER, A.ACTION_LGRAY_BG:HOVER, A.ACTION_breadcrumb:HOVER
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #990000; font-size: 8pt; text-decoration: none; font-weight: bold; 
		}
			
	A.ACTION_WHITE_BG_SEARCH:LINK, A.ACTION_WHITE_BG_SEARCH:VISITED, A.ACTION_WHITE_BG_SEARCH:ACTIVE
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #990000; font-size: 8pt; text-decoration: underline; font-weight: bold; 
		margin-left: 4px; 
		}
	
	A.ACTION_WHITE_BG_SEARCH:HOVER
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #990000; font-size: 8pt; text-decoration: none; font-weight: bold; 
		margin-left: 4px; 
		}
	
	A.ACTION_WHITE_see_also:LINK, A.ACTION_WHITE_see_also:VISITED, A.ACTION_WHITE_see_also:ACTIVE
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #990000; font-size: 8pt; text-decoration: underline; font-weight: bold;
		}
		
	A.ACTION_WHITE_see_also:HOVER
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #990000; font-size: 8pt; text-decoration: none; font-weight: bold;
		}
	
	A.ACTION_inside_paragraph:LINK, A.ACTION_inside_paragraph:VISITED, A.ACTION_WHITE_inside_paragraph:ACTIVE
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #990000; font-size: 9pt; text-decoration: underline; 
		}
		
	A.ACTION_inside_paragraph:HOVER
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #990000; font-size: 9pt; text-decoration: none; 
		}
	
	A.ACTION_WHITE_parent_subheader_links:LINK, A.ACTION_WHITE_parent_subheader_links:VISITED, 
	A.ACTION_WHITE_parent_subheader_links:ACTIVE
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #003366; font-size: 9pt; text-decoration: underline; font-weight: bold;
		}
	
	A.ACTION_WHITE_parent_subheader_links:HOVER
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #003366; font-size: 9pt; text-decoration: none; font-weight: bold;
		}
	
	A.ACTION_LBLUE_BG:LINK, A.ACTION_LBLUE_BG:VISITED, A.ACTION_LBLUE_BG:ACTIVE
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #FFFFFF; font-size: 8pt; text-decoration: underline; font-weight: bold;
		}
	
	A.ACTION_LBLUE_BG:HOVER
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #FFFFFF; font-size: 8pt; text-decoration: none; font-weight: bold;
		}
	
	A.ACTION_LGRAY_BG_events:LINK, A.ACTION_LGRAY_BG_events:VISITED, A.ACTION_LGRAY_BG_events:ACTIVE
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #003366; font-size: 8pt; text-decoration: underline; font-weight: bold;
		}
	
	A.ACTION_LGRAY_BG_events:HOVER
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #003366; font-size: 8pt; text-decoration: none; font-weight: bold;
		}
		
	A.ACTION_DBLUE_foot:LINK, A.ACTION_DBLUE_foot:VISITED, A.ACTION_DBLUE_foot:ACTIVE
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #FFFFFF; font-size: 8pt; text-decoration: underline; font-weight: bold;
		}
	
	A.ACTION_DBLUE_foot:HOVER
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #FFFFFF; font-size: 8pt; text-decoration: none; font-weight: bold;
		}
	
	A.ACTION_DBLUE_BreadCrum:LINK, A.ACTION_DBLUE_BreadCrum:VISITED, A.ACTION_DBLUE_BreadCrum:ACTIVE
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #F6C564; font-size: 8pt; text-decoration: underline; font-weight: bold;
		}
	
	A.ACTION_DBLUE_BreadCrum:HOVER
		{
		font-family: Tahoma, Verdana, "Times New Roman";
		color: #F6C564; font-size: 8pt; text-decoration: none; font-weight: bold;
		}
	
	.TITLE
		{
		background-color: #6699CC; font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #000000; font-size: 8pt; font-weight: bold;
		}

	SPAN.LBLUE_events
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #003366; font-size: 8pt; font-weight: bold; 
		}
		
	DIV.LBLUE_body_links, DIV.LGRAY_events_links, DIV.WHITE_search_links, DIV.WHITE_examples_links
		{
		font-family: Tahoma, Verdana, "Times New Roman"; color: #000000; font-size: 8pt; 
		text-align: left; margin-left: 6px; margin-bottom: 8px; margin-top: 8px;
		}
		
	DIV.WHITE_welcome_links
		{
		font-family: Tahoma, Verdana, "Times New Roman"; color: #333333; font-size: 8pt; 
		text-align: left; margin-left: 6px; margin-bottom: 8px; margin-top: 8px; font-weight: bold;
		}
		
	DIV.WHITE_spotlight_links
		{
		font-family: Tahoma, Verdana, "Times New Roman"; color: #000000; font-size: 8pt; 
		font-weight: bold; text-align: left; vertical-align: bottom; margin-left: 6px; margin-top: 8px;
		}
		
	DIV.WHITE_parent_subheader
		{
		font-family: Tahoma, Verdana, "Times New Roman"; color: #003366; font-size: 9pt; 
		font-weight: bold; text-align: left; margin-left: 4%; margin-right: 1%; margin-top: 8%; margin-bottom: 2%;
		}
				
	SPAN.NOLINK
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #990000; font-size: 8pt; font-weight: bold; 
		}
		
	SPAN.ACTION_ICON_WHITE
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #FFFFFF; font-size: 8pt; font-weight: bold; margin-right: 6px; margin-top: 2px; margin-bottom: 2px;
		}

	SPAN.ACTION_ICON_GARNET
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #990000; font-size: 8pt; font-weight: bold; margin-right: 6px; margin-top: 2px; margin-bottom: 2px;
		}

	SPAN.LGRAY_header_separator
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #000000; font-size: 8pt; text-decoration: none; vertical-align: middle; 
		}
	
	span.DBLUE_foot_separator 
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #FFCC66; font-size: 9pt; font-weight: bold; letter-spacing: -2px; 
		}
		
	SPAN.WHITE_breadcrumb_separator
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #666666; font-size: 8pt; font-weight: bold; letter-spacing: -2px; 
		}
		
	TD.LBLUE_body
		{
		background-color: #6699CC; vertical-align: top; text-align: left;
		}
		
	TD.DBLUE_bottom
		{
		background-color: #003366; text-align: center;
		}
	
	TD.DBLUE_top
		{
		background-color: #003366;
		}
			
	TD.LGRAY_boxes
		{
		background-color: #CCCCCC;
		}
		
	TD.LGRAY_date
		{
		background-color: #E0E0E0; font-family: Tahoma, Verdana, "Times New Roman"; 
		color: #000000; font-size: 7pt;
		}
		
	TD.LGRAY_main
		{
		background-color: #E0E0E0;
		}
		
	TD.LGRAY_main_topnav
		{
		background-color: #E0E0E0; vertical-align: middle; text-align: right; 
		}

	TD.LGRAY_main_events
		{
		background-color: #E0E0E0; vertical-align: top; text-align: left;
		}
	
	TD.LYELLOW_top
		{
		background-color: #F6C564;
		}
		
	TD.GOLD_main
		{
		background-color: #E99B07; vertical-align: middle;
		}
	
	TD.WHITE_welcome, TD.WHITE_spotlight, TD.WHITE_examples, TD.WHITE_breadcrumb, TD.WHITE_main_body
		{
		background-color: #FFFFFF; vertical-align: top; text-align: left;
		}
		
	TD.WHITE_SEARCH
		{
		background: url('images/search_bkg.gif') no-repeat; 
		}
	
	TD.WHITE_EXAMPLES1
		{
		background: url('images/examples_bkg1.gif') no-repeat;
		}
		
	TD.WHITE_EXAMPLES2
		{
		background: url('images/examples_bkg2.gif') no-repeat;
		}

	TD.WHITE_Main_Nav
		{
		background-color: #FFFFFF; vertical-align: top;
		}
		
	INPUT.TEXT_username
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; color: #003366; font-size: 8pt; margin-top: 2px; margin-bottom: 1px; margin-left: 2px;
		}

	INPUT.TEXT_password
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; color: #003366; font-size: 8pt; margin-top: 2px; margin-bottom: 1px; margin-left: 6px;
		}
		
	INPUT.TEXT_SEARCH
		{
		font-family: Tahoma, Verdana, "Times New Roman"; 
		text-align: left; color: #003366; font-size: 8pt; margin-top: 2px; margin-bottom: 1px; margin-left: 7px;
		}
		
	INPUT.CTA_USER
		{
		border: 0px none; margin-left: 137px; margin-top: 4px; margin-bottom: 1px 
		}

	INPUT.CTA_SEARCH
		{
		border: 0px none; margin-left: 150px; margin-top: 4px; margin-bottom: 1px
		}
		
	UL.WHITE_main_list
		{
		font-family: Tahoma, Verdana, "Times New Roman"; list-style: square; line-height: 1.5; margin-left: 10%; 
		margin-top: 2%; margin-bottom: 2%; margin-right: 5%; font-size: 9pt; color: #666666;
		}
		
	UL.WHITE_alpha_list
		{
		font-family: Tahoma, Verdana, "Times New Roman"; list-style: lower-alpha; line-height: 1.5; margin-left: 10%; 
		margin-top: 2%; margin-bottom: 2%; margin-right: 5%; font-size: 9pt;
		}
		
/* Classes for Header Text  */

	.TopRightHeaderPane
		{
		font-family: "Lucida Sans Unicode", Raavi, "Times New Roman"; /* , Tahoma, Verdana; */
		font-size: 10pt;
		font-weight: normal;
		color="white";
		}

	.LeftBannerPane
		{
		font-family: "Lucida Sans Unicode", Raavi, "Times New Roman"; /* , Tahoma, Verdana; */
		font-size: 18pt;
		font-weight: bold;
		color="white";
		}
	.RightBannerPane
		{
		font-family: "Lucida Sans Unicode", Raavi, "Times New Roman"; /* , Tahoma, Verdana; */
		font-size: 16pt;
		font-weight: normal;
		font-style:italic;
		color="white";
		}
		
/* Classes for Homepage Menus */

	.menuTable   { font-family: arial, helvetica, sans-serif; font-size: 10pt}
	.menuLink    { font-size: 8pt; font-family: verdana, helvetica, sans-serif; 
				   color: #006666; text-decoration: none }
	.menuLink:hover { color: #006699; text-decoration: underline }
	.menuInsert  { z-index: 200; font-style: normal; font-variant: normal; font-weight: normal; 
				   line-height: 10pt; font-size: 9pt; font-family: verdana, helvetica, sans-serif; 
				   width: 140px; color: #888888; height: 80px; background-color: white; 
				   border: 1px solid #dddddd; margin: 0px; 
				   padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 15px }
	.menuContainer { z-index: 1000 }



