
/*========================================================*/
/*    Cascading Style Sheet for Pearl DotNetNuke Skin     */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Framework                                          */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/




/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	font-family: "Trebuchet MS";
	font-size:14px;
	background: #fff;
	margin: 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: "Trebuchet MS";
		
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Framework                                          */
/*========================================================*/

table.ControlPanel {background: #f6f6f6; border: 1px solid #ccc;}
td.master-pad {padding: 10px;}
td.mt-top {}
table.site-width {width: 900px;}
table.site-width-admin {width: 920px;}
table.site-width-full {width: 95%px;}
td.logo-cell {padding: 0px 0px 0px 0px;}
td.banner-cell {padding: 0px 5px 5px 0;}
td.reg-cell {text-align: right; padding: 0 10px 10px 0; color: #ccc; font-size: 12px;}
td.menu-cell {height: 42px;}
td.menu-cap-l {width: 12px; height: 42px; background: url(menu-cap-l.gif);}
td.menu-bg {background: url(menu-bg.gif) repeat-x;}
td.search-bg {background: url(menu-bg-dk.gif) repeat-x; width: 177px; padding: 0 20px 2px 10px;}
td.menu-cap-r {width: 12px; height: 42px; background: url(menu-cap-r.gif);}
td.breadcrumb-cell {padding: 5px 5px 5px 10px; color: #666; font-size: 12px; font-weight: bold;}
td.content-cell {padding: 10px 0px 10px 0px;}
td.content-top {}
td.content-left {width: 25%; padding-right: 10px;}
td.content-center {}
td.content-right {width: 25%; padding-left: 10px;}
td.content-bottom {}
td.mt-bottom {height: 40px;}
table.footer-table {height: 32px;}
td.footer-cap-left {background: url(footer-cap-l.gif); width: 12px;}
td.footer-left {background: url(footer-bg.gif) repeat-x; padding: 0 0 4px 0; font-size: 11px;}
td.footer-right {background: url(footer-bg.gif) repeat-x; text-align: right; padding: 0 5px 4px 10px; color: #aaa; font-size: 11px;}
td.footer-cap-right {background: url(footer-cap-r.gif); width: 12px;}
td.breadcrumb-left {height: 15px; width: 415px; background: url(breadcrumb-left.gif) top left no-repeat; font-size: 1px;}
td.breadcrumb-center {height: 15px; background: url(breadcrumb-center.gif) top left repeat-x; font-size: 1px;}
td.breadcrumb-right {height: 15px; width: 415px; background: url(breadcrumb-right.gif) top right no-repeat; font-size: 1px;}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/

/* color variations */
#canvas-blue a {color: #660066;}
#canvas-green a {color: #3c8e03;}
#canvas-orange a {color: #c96600;}

/* basic links */
a:link, a:visited, a:active {

border:none;
text-decoration: none;
font-weight:bold;

}


a:hover {

background-color: #ffffcc !important;  
text-decoration: underline;


}


/* register and login/logout links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
	font-size: 12px;
}

a.LoginLink:hover {
    text-decoration: none;
	font-size: 12px;
}


/* footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	font-size: 11px;
    text-decoration: none;
}
a.FooterLink:hover {
	font-size: 11px;
    text-decoration: underline;
}


/* breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active  {
    text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}

a.BreadcrumbLink:hover, .BreadcrumbLink {
    text-decoration: underline;
	font-weight: bold;
}


/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
    text-decoration: underline;
	color: #333;
	font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: none;
	color: #333;
	font-weight: bold;
}


/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {
	text-decoration: none;
}

a.Normal:hover {
	text-decoration: none;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* current date */
.CurrentDate {
	color: #333;
}


/* copyright */
.CopyrightText {
	color: #333;
	font-size: 11px;
}


/* Used in admin sections */
.SubHead    {
  	font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
    color: #222;
	padding: 0;
}



/* module titles */
.Head {
  	font-family: "Trebuchet MS";
	font-size: 14px;
    text-decoration: none;
    color: #222;
	font-weight: normal;
	white-space: nowrap;
}



/* colored - used for warnings and such */
.NormalRed {
	color: #900;
  	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}


/* bold text */
.NormalBold {
  	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #222;
	line-height: 1.4em;
}


/* normal text */
.Normal {
  	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #800080;
	line-height: 1.4em;
}

/* large text */
.Large {
  	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #800080;
	line-height: 1.4em;
	font-weight:bold;
}


/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


/* catch-all */
select, input {
	color: #222;
	font-family: "Trebuchet MS";
}

/* Applies to text input boxes */
.NormalTextBox {
	font-family: "Trebuchet MS";
}

/* table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

/* for the search input box */
td.search-bg input {
	height: 20px;
}

/* go button in search area */
.GoButton {
	margin-bottom: -8px;
	position: absolute;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/



/* idle state of submenu items */
.MainMenu_MenuItem {
	font-family: "Trebuchet MS"; 
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background: #f6f6f6;
	border-top: #f6f6f6 1px solid;
	border-left: #f6f6f6 1px solid;
	border-bottom: #f6f6f6 1px solid;
	border-right: #f6f6f6 1px solid;
	padding: 1px 6px 2px 2px;
	
}

/* hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: "Trebuchet MS"; 
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #444;
	background:#FFFFCC;
	border-left: #FFFFCC 1px solid;
	border-right: #FFFFCC 1px solid;
	padding: 2px 6px 3px 2px;
}

/* container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* menu bar */
.MainMenu_MenuBar {
	
	background: transparent; 
	font-weight: normal;
	margin: 0;
	padding: 0;
	
}

/* box for submenu */
.MainMenu_SubMenu {

	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3) ;
}

/* table cells containing main menu items */
.MainMenu_Active td, .MainMenu_Selected td, .MainMenu_Idle td, .MainMenu_BreadcrumbActive td {
	
	height: 42px;
	padding: 0px 0px 2px 0px;
	font-size: 12px;
}

/* table cell containing active main menu item */
.MainMenu_BreadcrumbActive td {
	height: 42px;
	padding: 0px 0px 2px 0px;
	font-size: 10pt;
	background: url(menu-on-B.gif) repeat-x;
	
}

/* color varations */
#canvas-green .MainMenu_BreadcrumbActive td {
	background: url(menu-on-G.gif) repeat-x;
}

#canvas-orange .MainMenu_BreadcrumbActive td {
	background: url(menu-on-O.gif) repeat-x;
}
	
/* idle state for main menu items */
.MainMenu_Idle { 
	height: 42px;
	background: transparent;
	color: #666;
	font-family: "Trebuchet MS"; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* hover state for main menu items */
.MainMenu_Selected  {
	height: 42px;
	background: transparent;
	color: #222;
	font-family: "Trebuchet MS"; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 42px;
	background: url(menu-on-B.gif) repeat-x;
	color: #fff;
	font-family: "Trebuchet MS"; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* selected state for main menu items */
#canvas-green .MainMenu_Active, #canvas-green .MainMenu_BreadcrumbActive {
	background: url(menu-on-G.gif) repeat-x;
}

/* selected state for main menu items */
#canvas-orange .MainMenu_Active, #canvas-orange .MainMenu_BreadcrumbActive {
	background: url(menu-on-O.gif) repeat-x;
}

/* creates break between menu items */
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}

.MainMenu_MenuArrow {
	padding: 0;
	border: 0;
	margin: 0;
	width: 9px;
	height: 10px;
	border-right: #f6f6f6 1px solid;
	border-top: #f6f6f6 1px solid;
	border-bottom: #f6f6f6 1px solid;
}

/* Elements we don't really need */
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/


/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #222;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #999;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}

.DatakubeHighlight {

	margin: 1px 1px 1px 1px;
	font-size:12px;
	padding: 1px;

}


#list-menu {
/*width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 10;
padding: 10;
}

#list-menu li {
margin: 25px 0 0;
}

.DatakubeImgBorder {
border: 1px solid #666666;
}

.DatakubeHighlight {

	margin: 1px 1px 1px 1px;
	font-size:12px;
	padding: 1px;

}

.DatakubeImagebg {

	background-image:url(../../../../images/business_reporting_bg.jpg);
	background-repeat:no-repeat;

}

.DatakubeContactUsbg {

	background-image:url(../../../../images/contact_us_bg.jpg);
	background-repeat:no-repeat;

}


/* SideMenu  */


.MenuHdr
{ 
  font-size: 10pt; 

  font-weight: bold; 
  padding-bottom: 2px; 
  background-color: #f7f7f7; 
  padding-top: 2px; 
  cursor: default;
}
.MenuItem HR
{
  background-color: #f7f7f7; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;   
  margin-right: 5px; 
}

.MenuItem, .MenuItemMouseOver
{

  padding-bottom: 1px;
  background-color: #f7f7f7; padding-top: 1px;
  border: #f7f7f7 1px solid;

}

.MenuItemMouseOver
{

  border: #cccccc 1px solid;
  background-color: #ffffcc !important;  
}

.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration:inherit; 
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f7f7f7;  
  
  
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, 
.MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  padding-left: 20px;
  text-decoration: none;   
}

.MenuCurrentPage
{
  color: #696969;
}



.bl {background: url(/images/bl.gif) 0 100% no-repeat #F5D7B8; width: 100%}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/


/*Datakube 2007 Additions */
/*Content Styles*/


table.DKTable {

	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-collapse:collapse;
	border-color: #C0C0C0;
	background-color: #ffffff;
	width:100%;
	
}
table.DKTable th {
	vertical-align:middle;
	border-width: 1px;
	padding: 10px 10px 10px 10px;
	border-style: dotted;
	border-color: #FFFFFF;
	background-color: 800080;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}
table.DKTable td {

	vertical-align:middle;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted;
	border-color: #FFFFFF;
	background-color: #d186d1;
	color:#ffffff;
	font-size:12px;
	
}

div#DKcontent 
{

	font-size:12px;
	width:"100%";
	border: 1px solid #cccccc;
	background-color: #f9faca;
	margin-bottom: 20px; 
	padding-top: 10px;
	padding-left: 20px; 
	padding-right: 20px;
	padding-bottom: 10px;
	text-align:justify;
}

img.DKMiddle
{
	vertical-align:middle;
	font-size:11px;
}

ul {
	list-style:circle;
	margin-left: 20px;
	padding-left: 0px;
	text-indent: 0;
	
	}

hr {

	border: 1px solid #cccccc;

}




