
/*========================================================*/
/*         Skin styles for  dnnskin.com: Techie           */
/*              created by dnnskin.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Skin Layout                                        */
/*  3. Controls                                           */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menus                                       */ 

/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/

header_img
{background-image:url(images/Business_Intelligence.jpg);
background-repeat:no-repeat;
}

/* Forces browser height of 100% */
html{
	height:100%;
}


/* Body style */
body {
	margin-top:10px;
	margin-bottom:30px;
	background:#fafafa;
	color:#000;
}


/* To ensure text consistency */
div, table, tr, td {
	font-family:Tahoma;
	font-size:12px;
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/



/* You may adjust the site width here */
.SiteWidth {
	width: 95%;
	background-color:#fff;
	padding: 20px;
	border: 1px solid #003366; /* Outer border: darker blue */
	margin: 20px;
	text-align: center;
}


/* The container for inner for site table */
.SiteBorder{
	width: 100%;
	border: 1px solid #336699; /* Inner border: lighter blue */
	padding: 20px;
	text-align: center;
}


/* Style for Solpart Menu */
.Menu {
	background-color:#E03623;
	height:25px;	
}


/* Style for Panes */
.TopPane{
	background-color:#fff;
	padding:10px 0 10px 0;
}

.LeftPane{
	background-color:#fff;
	padding:0 15px 20px 0;
}

.ContentPane{
	background-color:#fff;
	padding:0 15px 20px 0;
}

.RightPane{
	background-color:#fff;
	padding:0 0 20px 15px;
	border-left:1px solid #999;
}

.BottomPane{
	background-color:#fff;
	padding:10px 0 10px 0;
}

/* The very tricky separator */
.Separator{
	background-image:url(images/main_menu_divider.jpg);
	background-repeat:no-repeat;
	height:37px; 
	width:4px;
	background-repeat:no-repeat;
	background-color:#000;
	padding-top:-5px;
}

.browserIE7 .Separator
    {
	background-image:url(images/main_menu_divider.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:37px; 
	width:4px;
	background-repeat:no-repeat;
	background-color:#000;
    } 



/*========================================================*/
/*  3. Controls                                           */
/*========================================================*/



/* Style for date control */
.date{
	font-family:tahoma;
	color:#555;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:tahoma;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

a.LoginUser:hover{
	font-family:tahoma;
	font-size:12px;
	color:#de0000;
	font-weight:bold;
	text-decoration:underline;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:tahoma;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

a.LegalLinks:hover {
	font-family:tahoma;
	font-size:12px;
	color:#de0000;
	font-weight:bold;
	text-decoration:underline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #000;
	font-family:tahoma;
	font-weight: normal;
	font-size: 12px;
}

a:hover {
	color: #de0000;
	font-family:tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}


/* text and link style used for most text rendered by modules */
.Normal, a.Normal:visited, {
	color: #000;
	font-family:tahoma;
	font-weight: normal;
	font-size: 12px;
}

a.Normal:link,  a.Normal:active
	{
	color: #de0000;
	font-family:tahoma;
	font-weight: normal;
	font-size: 12px;
	}

a.Normal:hover {
	color: #de0000;
	font-family:tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	font-family:tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color:#000;
	text-align:center;
}

A.CommandButton:hover    {
	font-family:tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color:#de0000;
	text-align:center;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
	font-family:tahoma;
	font-size: 19px;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family:tahoma;
	font-size: 12px;
	color:#000;
	font-weight: bold;
}


/* text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	/*float:left;*/
}

.Normal_big{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
    float:left;
}

.NormalBold {
	color: #000;
	font-family:tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #de0000;
	font-family:tahoma;
	font-weight: bold;
	font-size: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:tahoma;
    font-size: 12px;
    font-weight: normal;
	width:190px;
	margin-top:5px;
}

/*  form style */
select, input {
	font-family:tahoma;
	font-size: 12px;
}


/* all the other text*/
.no_bullets
{
	list-style-type:none;
}



H1
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 25px;
    font-weight: normal;
    color: #000000;
}

H2
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    color: #000000;
}

H3
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    color: #cb0000;
}

H4
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

H5
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: Bold;
    color: #000000;
}

H6
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

h6, DT, TFOOT, THEAD, TH {
	color:#000;
}

p
{
    font-family: Tahoma;
    font-size: small;
    font-weight: normal;
    color: #000000;
	line-height:17px;
	font-size:12px;
}

.text_body_gri_margin
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #434343;
	margin-left:20px;
}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	margin-top: 0;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:37px;
	padding:0;
}


/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background-color:#393939;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	min-width:100px;
	width:auto;
	border-top:1px solid #393939;
	border-bottom:1px solid #000;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background:transparent; 
	filter: none;
	border: 1px solid #000;
	background-color:#000;
}

.browserIE7 .MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background:transparent; 
	filter: none;
	border: 1px solid #000;
	background-color:#000;
	margin-top:3px;
}



/* Hover state for submenu items only ececec*/
.MainMenu_MenuItemSel {
	background-image:url(images/submenu_bg.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	cursor: pointer; 
	cursor: hand; 
	font-family:tahoma;
	font-size: 11px; 
	font-weight: bold; 
	color:#de0000;
	padding: 2px 10px 3px 5px;
	min-width:100px;
	border-top:1px solid #3b3b3b;
	border-bottom:1px solid #000;
}


/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #fff;
	font-weight: bold;
	padding:0 8px 0 5px;
	widht:158px;
	height:37px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#fff;
	padding:0 8px 0 5px;
	widht:158px;
	height:37px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background-image:url(images/menu_hover.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:0 8px 0 5px;
	widht:158px;
	height:37px;
}

.browserIE7 .RootMenu_Hover
	{
	background-image:url(images/menu_hover.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:0 8px 0 5px;
	widht:158px;
	height:36px;
}


/* Inserts a small space between main menu items, also can get rid of the funny red borders */  
.MainMenu_MenuBreak {
	width: 2px;
	border: 0;
}

/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #000;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 20px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family:tahoma;
	color: #333;
	font-size: 11px; 
	font-weight: bold; 
	border: #eee 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px -6px;
	background-color: #eee; 
	filter: none; 
	border: #333 1px solid;
	padding: 0px 1px 1px 1px;
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family:tahoma;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #eee;
	background: #333;
	border: #333 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display: none;
}

/* essensys css */


.container
	{
		border-left:solid 1px #e2e2e2;
		border-right:solid 1px #e2e2e2;
		width:1198px;
		background-color:#FFF;
	}

.header
	{
		width:1200px;
	}
	
.header_left
	{
		background-image:url(images/header_left.jpg);
		background-repeat:no-repeat;
		height:75px;
		width:13px;
		float:left;
	}
	
.header_middle
	{
		background-color:#FFF;
		border-top: 1px solid #e2e2e2;
		width:1174px;
		height:75PX;
		float:left;
	}
	
.header_image
	{
		/*background-image:url(images/Business_Intelligence.jpg);
		background-repeat:no-repeat;*/
		margin-left:20px;
		margin-right:20px;
		width:1160px;
		height:146px;
		clear:both;
	}
	

.header_right
	{
		background-image:url(images/header_right.jpg);
		background-repeat:no-repeat;
		height:75px;
		width:13px;
		float:right;
	}

.main_menu
	{
		background-image:url(images/main_menu_line.jpg);
		background-repeat:repeat-x;
		width:1160px;
		height:37px;
		margin-left:20px;
		margin-right:20px;
		margin-top:10px;
		clear:both;
	}
	
.main_menu_left
	{
		background-image:url(images/main_menu_left.jpg);
		background-repeat:no-repeat;
		height:37px;
		width:11px;
		float:left;
	}

.main_menu_center
	{
		background-image:url(images/main_menu_line.jpg);
		background-repeat:repeat-x;
		height:37px;
		width:1100px;
		float:left;
		text-align:left;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		font-size:13px;
		color:#000000;
	}

.main_menu_right
	{
		background-image:url(images/main_menu_right.jpg);
		background-repeat:no-repeat;
		height:37px;
		width:11px;
		float:right;
	}


.breadcrumbs
	{
		width:1160px;
		clear:both;
		margin-left:20px;
		margin-right:20px;
		margin-top:10px;
	}

.breadcrumbs_left
	{
		background-image:url(images/breadcrumbs_left.jpg);	
		background-repeat:no-repeat;
		width:8px;
		height:34px;
		float:left;
	}

.breadcrumbs_line
	{
		background-image:url(images/breadcrumbs_line.jpg);	
		background-repeat:repeat-x;
		height:20px;
		padding:10px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		font-size:12px;
		color:#000;
	}
	
.breadcrumbs_txt
	{
		float:left;
		text-decoration: none;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		font-size:12px;
		color:#000;
	}
	
.breadcrumbs_txt a:link {
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
	
}

.breadcrumbs_txt a:visited {
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

.breadcrumbs_txt a:hover {
	text-decoration: underline;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#cd0000;
}

.breadcrumbs_txt a:active {
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

.breadcrumbs_right
	{
		background-image:url(images/breadcrumbs_right.jpg);	
		background-repeat:no-repeat;
		width:8px;
		height:34px;
		float:right;
	}

.icons
	{
		float:right;
		vertical-align:middle;
	}

.center
	{
		text-align:left;
		width:895px;
		margin-left:20px;
		margin-top:10px;
		float:left;
	}
	
.center_big
	{
		text-align:left;
		width:1160px;
		margin-left:20px;
		margin-top:10px;
		float:left;
	}
	
.right
	{
		width:225px;
		margin-right:20px;
		margin-top:5px;
		float:right;
		text-align:left;
	}
	
.footer
	{
		background-image:url(images/footer.jpg);
		background-repeat:no-repeat;
		width:1200px;
		height:42px;
		color:#000;
		clear:both;
	}
	
.footer_left
	{
		margin:15px;
		float:left;
	}
	
.footer_right
	{
		margin:15px;
		float:right;
	}

.footer a:link {
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
	
}

.footer a:visited {
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

.footer a:hover {
	text-decoration: underline;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#cd0000;
}

.footer a:active {
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

	
.footer_left
	{
		margin-left:15px;
		float:left;
		font-weight:bold;
	}
	
.footer_right
	{
		margin:15px;
		float:right;
	}

.BottomPane
	{
		width:695px;
		float:left;
		margin:20px;
	}

#iconbar
	{
		width:895px;
		height:50px;
		background-repeat:no-repeat;
		margin-left:15px;
		margin-bottom:20px;
		margin-top:-10px;
		
	}

#iconbar li 
	{ 
		float:left; 
		position:relative;
		margin-right:5px; 
		margin-left:0px; 
		margin-top:15px;
		list-style-type:none;
	}

fieldset,img{border:0;}
ol,ul {list-style:none; color:#000000; }

.browserIE7 #iconbar li { float:left; margin-right:5px; margin-left:0px; margin-top:15px;}

.browserIE7 #iconbar
	{
		margin-left:15px;
		margin-bottom:35px;
		}
.list
	{
		margin-left:-80px;
	}
	
.ok
	{
		list-style-image:url(images/ok.png);
		height:20px;
	}