/* 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/border colors for the selected tab */
.TabBg {
}
.LeftPane { 
	padding:1px;
	padding-top:1px;

}
.ContentPane { 
	padding:5px;
	padding-top:1px;
}
.RightPane { 
	padding:1px;
	padding-top:1px;

}
/* 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:link.SelectedTab {
    text-decoration:    none;
    color:white;
}
a:visited.SelectedTab {
    text-decoration:    none;
    color:#eeeeee;
}
a:active.SelectedTab {
    text-decoration:    none;
    color:#eeeeee;
}
a:hover.SelectedTab {
    text-decoration:    none;
    color:#ffffff;
}
/* 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:link.OtherTabs {
    text-decoration: none;
    color:navy;
}
a:visited.OtherTabs {
    text-decoration: none;
    color:navy;
}
a:active.OtherTabs {
    text-decoration: none;
    color:#eeeeee;
}
a:hover.OtherTabs {
    text-decoration: none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #2C3580;
	text-decoration:none;
}

.SilverHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #FBFBFD;
	text-decoration:none;
}

/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #333333;
}

a:link.Normal
{
	color: #333333;
}

a:visited.normal
{	
	color: #333333;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 0.8 em;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
    text-decoration:    underline;
    color: #003366;
}
a:visited.CommandButton {
    text-decoration:    underline;
    color: #003366;
}

a:active.CommandButton {
    text-decoration:    underline;
    color: #003366;
}

a:hover.CommandButton {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  1.5 em;
    font-weight:    normal;
    color: #333333;
}
H2 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  1.2 em;
    font-weight:    normal;
    color: #333333;
}
H3 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  1.0 em;
    font-weight:    normal;
    color: #333333;
}
H4 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A:link {
    text-decoration: underline;
    color: #333333;
}
A:visited {
    text-decoration: underline;
    color:  #333333;
}
A:active {
    text-decoration: underline;
    color: #BD0000;
}
A:hover {
    text-decoration: none;
    color: #FF0000;
}
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: Verdana, Tahoma, Arial, 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: Verdana, Tahoma, Arial, 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;
}
/*=================================================================*/
/* Solpart Main Menu                                               */
/*=================================================================*/

/*=================================================================*/
/* Overall menu container                                          */
/*                            
 	Use background-color: Transparent; to get no color set
	Use Margin to set outside border
	User border-top etc. sto set outside border with colours  
*/
.MainMenu_MenuContainer {
	height: 20px;
	margin: 0px;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 20px Transparent;
	border-right: 0px solid Transparent;
}

/*=================================================================*/
/* Overall menu container                                          */
/*                                                                 */
.MainMenu_MenuBar {
	height:20px;
	padding-left:0px;
}

/*=================================================================*/
/* Root Menu Item     			                                   */
/*                                                                 */
/* Note: Applies to Root items only
		Use to set font style & Colours
*/

.MainMenu_RootItem{
	cursor: hand;
	color: White;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;

}

/*=================================================================*/
/* Root Menu Item  Hover	                                       */
/*                                                                 */
/* Note: Applies to Root items only on mouse over
		Use to set font style & Colours
*/
.MainMenu_RootItemSelected{
	background-color:#F7B83D;
	color:navy;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;

}



/*=================================================================*/
/* Menu Item     		                                           */
/*                                                                 */
/* Note: Applies to Root and child items
		Use to set font style & Colours
		Also use to set background colour of child items
*/

.MainMenu_MenuItem {
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}

/*============================*/
/* Menu Item when mouse over  */
/*                            */
/* Note: Applies to Root and child items
		Use to set font style & Colours
		Also use to set background colour of child items
*/

.MainMenu_MenuItemSel {
	background-color: #F7B83D;;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	background-color: #F7B83D;;
	cursor: pointer; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;

}

.MainMenu_SubMenuSelected  {
	background-color: #EEEEEE;
	color: navy;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}


.MainMenu_MenuIcon {
	cursor: hand;
	background-color: #EEEEEE;
	text-align: center;
	width: 15;
	height: 20px;
	border-top: 0px solid #EEEEEE;
	border-bottom: 0px solid #EEEEEE;
	border-left: 0px solid #EEEEEE;
}


.MainMenu_MenuBreak {
	border-bottom: 0px solid #4EBBDC; 
	border-top: 0px solid #4EBBDC;  
	background-color: #4EBBDC; 
	height: 0px;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid #EEEEEE;
	border-bottom: 0px solid #EEEEEE;
	height: 20px;
	width: 20px;
}

.MainMenu_MenuRootArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	width: 20px;
}

/*___________________________________________________________________________________________*/

.LogoTokens {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a:link.LogoTokens {
    text-decoration: none;
    color:White;
}
a:visited.LogoTokens {
    text-decoration: none;
    color:White;
}
a:active.LogoTokens {
    text-decoration: none;
    color:#eeeeee;
}
a:hover.LogoTokens {
    text-decoration: none;
    color:red;
}

.NavBreadcrumb {
    font-weight: bold;
    font-size: 11px;
    color: navy;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a:link.NavBreadcrumb {
    text-decoration: none;
    color:navy;
}
a:visited.NavBreadcrumb {
    text-decoration: none;
    color:navy;
}
a:active.NavBreadcrumb {
    text-decoration: none;
    color:#eeeeee;
}
a:hover.NavBreadcrumb {
    text-decoration: none;
    color:Red;
}



.FooterTokens {
    font-weight: bold;
    font-size: 9px;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a:link.FooterTokens {
    text-decoration: none;
    color:white;
}
a:visited.FooterTokens {
    text-decoration: none;
    color:white;
}
a:active.FooterTokens {
    text-decoration: none;
    color:#eeeeee;
}
a:hover.FooterTokens {
    text-decoration: none;
    color:red;
}

.viz_ContentPaneTop
{
	padding:1px;
	padding-top:5px;
}

.viz_ContentPaneMain
{
	padding-left:10px;
	padding-right:10px;
    padding-top:25px;
}

.viz_ContentPaneLeft
{
	padding-top:0px;		
    padding-right:10px;	
    border-right-style:solid; border-right-width:2px; border-color: #595957; background-color:#F7B83D;
     min-height:600px;
}

.viz_ContentPaneRight
{
	padding-top:0px;
	padding-left:10px;	
	border-left-style:solid; border-left-width:2px; border-color: #F7B83D; background-color:#595957;
	 min-height:600px;
}

