
/*========================================================*/
/*    Cascading Style Sheet for JHC DotNetNuke Skin		  */
/*              created by Petri Huila                    */
/*                                                        */
/*              http://www.webbplats.nu                   */
/*                 petri@webbpalts.nu                     */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus										  */	
/*	8. Inventua SideMenu													  */	
/*========================================================*/

/*========================================================*/
/* Adjust site width by altering this value               */
   #FullContainer {width: 940px;}  
/*========================================================*/



/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	margin: 0;
	
	
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.4em; 
	
	
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


/* Establishes the content area and background */
#MasterContainer {
/*	background: url(main_bg.gif); */
	width: 100%;
	height: 100%;
	text-align: center;
}


/* Center-aligns the site */
#MasterCell {
	text-align: center;
}


/* Maintains full height */
#FullContainer {
	height: 100%;
}


/* Provides drop shadow along left-hand side of site */
.ContainerShadowLeft {
/*	background: url(shadow_left.gif) repeat-y;
	width: 19px;
*/
}


/* Container for all site content */
.ContainerCenter {
	background: #fff;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 01px solid #009;
}


/* Provides drop shadow along right-hand side of site */
/*.ContainerShadowRight {
	background: url(shadow_right.gif) repeat-y;
	width: 19px;
*/


/* Master container for content */
#ContentMaster {
	width: 100%;
	height: 100%;
	
}


/* Header container */
#HeaderCell {
	width: 100%;
	height: 85px;
	background-color: 000066;
	background-image: url(jhc_bg.jpg); 
	background-repeat: no-repeat;
		
}


/* Table for header area */
#HeaderTable {
	height: 100%;
	width: 100%;
	border-bottom: 0px solid #ccc;
}


/* Left-hand side of header table */
#HeaderLeft {
	width: 220px;
	padding: 10px 10px 10px 10px;
}


/* Right-hand side of header table */
#HeaderRight {
	padding: 10px 10px 10px 10px;
	text-align: right;
	color: #ccc;
/*	background: url(mus.jpg) right; */
	background-repeat: no-repeat; 
}


/* Sets height of the main menu bar */
#MenuCell {
	height: 20px;
}


/* Contains the main menu itself */
#MainMenu {
	background: url(menu_bg.gif) repeat-x #ccc;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
}


/* Container for breadcrumbs */
#BreadcrumbCell {
	/*padding: 10px 10px 10px 6px;*/
	padding: 3px 10px 3px 16px;
	background: #f9f9f9;
	border-bottom: solid 1px #CCF;
	
}

/* Contains all of the modules */
#ContentCell {
	width: 100%;
	padding: 0;
	background: #FFF;
	
}

/* Footer holder */
#FooterCell {
	width: 100%;
	height: 20px;
	color: #fff;
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #ccc;
	text-align: center;
	/*background: #CC8600;*/
	background: #000066;
}



/* Defines the top content row */
.ContentTop {
	background: #fff;
	padding-left: 10;
}

/* Defines the bottom content row */
.ContentBottom {
	background: #fff;
	padding-left: 10;
}

/* Defines the left content column */
.ContentLeft {
	background: #fff;
/*	width: 250px; */
	width: 35%;
	border-bottom: 0px solid #ccc;
	border-right: 0px solid #ccc;
	padding-left: 10;
	padding-right: 5;
}




/* Defines the center content column */
.ContentMain {
	background: #fff;
	border-bottom: 0px solid #ccc;
	padding-left: 10;
	padding-right: 5;
}


/* Defines the right content column */
.ContentRight {
	background: #fff;
	width: 200px;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding-left: 10;
	padding-right: 10;
}





/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	/*color: #CC8600;*/
	color: #0066CC;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	/*color: #CC8600;*/
	color: #0066CC;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: underline;
    /*color: #CC8600;*/
    color: #003399;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}

a.LoginLink:hover {
    text-decoration: none;
    /*color: #CC8600;*/
    color: #003399;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}


/* For links on darker backgrounds (e.g. footer links) */
a.White:link, a.White:visited, a.White:active {
    text-decoration: underline;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}
a.White:hover {
    text-decoration: none;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
    text-decoration: none;
    color: #000099;
	background-color: transparent;
	border: 0;
	font-weight:normal;
	font-size: 11px;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #000099;
	background-color: transparent;
	border: 0;
	font-weight: normal;
	font-size: 11px;
}


/* For the links that look like buttons */
/*
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #EAAC35;
	border-bottom: 1px solid #A36C03;
	border-left: 1px solid #EAAC35;
	border-right: 1px solid #A36C03;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #999;
	
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #A36C03;
	border-bottom: 1px solid #EAAC35;
	border-left: 1px solid #A36C03;
	border-right: 1px solid #EAAC35;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #999;
}
*/

/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	/*color: #CC8600;*/
	color: #003399;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	/*color: #CC8600;*/
	color: #003399;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #333;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #fff;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #2f2f2f;
	padding: 0;
}


/* Module titles */
.Head {
/*	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-bottom: 3px;
	width: 100%;
*/		font-size: 10px;	color: #C00;	background: transparent;	font-weight: bold;	letter-spacing: 2px;	text-transform: uppercase;	padding: 0;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #CC0000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}




/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #2f2f2f;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	height: 30px;
	background: url(menu_bg.gif) bottom repeat-x; 
}


/* Menu bar */
.MainMenu_MenuBar {
	height: 30px;
	background: url(menu_bg.gif) bottom repeat-x;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #999;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: #f4f4f4 1px solid;
	padding: 1px 4px 2px 2px;
	
}


/* Container for submenu */
.MainMenu_SubMenu {
  	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 4px 0px 0px 4px;
	background-color: #f4f4f4;
	border: #aaa 1px solid;
	padding: 1px;
		
}





/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #999; 
	/*background: #CD8701;*/
	background: #999;
	border-left: #999 1px solid; 
	/*border-left: #CD8701 1px solid;*/
	border-right: #999 1px solid; 
	/*border-right: #CD8701 1px solid;*/
	padding: 1px 4px 2px 2px; 
		
}



/* Idle state for main menu items */
.MainMenu_Idle { 
	height: 30px;
	background: transparent;
	/*color: #9C9BBB;*/
	color: #CCC;
	padding-top: 6px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	height: 30px;
	background: url(menu_bg_on.gif) bottom repeat-x;
	color: #fff;
	padding-top: 6px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 30px;
	background: url(menu_bg_on.gif) bottom repeat-x;
	color: #fff;
	padding-top: 6px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	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: tahoma; 
	color: #aaa;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: #f4f4f4 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: -1px 0px 0px 2px;
	background-color: #f4f4f4; 
	border: #ccc 1px solid;
	padding: 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: #fff;
	
	background: #999;
	/*background: #CD8701;*/
	border-left: #999 1px solid;
	/*border-left: #CD8701 1px solid;*/
	border-right: #999 1px solid;
	/*border-right: #CD8701 1px solid;*/
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}

/*========================================================*/
/*  8. Inventua SideMenu                                       */
/*========================================================*/

.MenuHdr
{ 
  font-size: 10pt; padding-left: 15px; font-weight: bold; padding-bottom: 3px; 
  background-color: #f9f9f9; padding-top: 8px; cursor: default;
}
.MenuItem HR
{
  background-color: #f9f9f9; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;    
}



.MenuItem, .MenuItemMouseOver
{
  font-size: 8pt; font-weight: normal; padding-bottom: 1px;
  background-color: #fff; padding-top: 1px;
  border: #fff 1px solid;    
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: #C00; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block
}
.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
{
  text-decoration: none; color: #000099; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; padding-left: 20px; 
  font-weight: bold;
}

.MenuCurrentPage
{
	color: #696969;
}
  
.MenuItemMouseOver
{
 /* border: #00008B 1px solid; */
	border-top: solid 1px #C00;
	border-bottom: solid 1px #C00;
	background-color: #FFF !important;
}


/*********************************/
/* When using the Left Menu Skin */
/*********************************/

/* Defines the left content column when using left menu skin*/
.ContentLeft_SideMenu {
	background: #f9f9f9;
	width: 200px;
	border-bottom: 0px solid #F00;
	border-right: 1px solid #CCC;
	padding-left: 10;
	padding-top: 15; 
	padding-right: 10;
}

/* Defines the center content column */
.ContentMain_SideMenu {
	background: #fff;
	border-bottom: 0px solid #ccc;
	padding-left: 20;
	padding-right: 10;
	padding-top: 15;
}

/* Defines the right content column */
.ContentRight_SideMenu {
	background: #fff;
	width: 175px;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding-left: 10;
	padding-top: 15;
}

/* Contains all of the modules, Using Left Side Menu skin */
#ContentCell_LeftMenu {
	width: 100%;
	padding-top: 0;
	background: #F9F9F9;
}




/*********************************/
/* When using the Guestbook Skin */
/*********************************/

/* Defines the left content column when using left menu skin*/
.ContentLeft_guestbook {
	background: #fff;
	width: 15px;
	border-bottom: 0px solid #F00;
	border-right: 0px solid #CCC;
	padding-left: 10;
	padding-top: 15; 
	padding-right: 10;
}

/* Defines the center content column */
.ContentMain_guestbook {
	background: #fff;
	border-bottom: 0px solid #ccc;
	padding-left: 20;
	padding-right: 10;
	padding-top: 10;
}

/* Defines the right content column */
.ContentRight_guestbook {
	background: #fff;
	width: 30px;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding-left: 10;
	padding-top: 10;
}


/*********************************************/
/* When using the Skin for Links & Documents */
/* A skin with 3 fixed sized panes           */
/*********************************************/

/* Defines the left content column when using left menu skin*/
.ContentLeft_lankar {
	background: #fff;
	width: 30%;
	border-bottom: 0px solid #F00;
	border-right: 0px solid #CCC;
	padding-left: 10;
	padding-top: 0; 
	padding-right: 10;
}

/* Defines the center content column */
.ContentMain_lankar {
	background: #fff;
	border-bottom: 0px solid #ccc;
	padding-left: 10;
	padding-right: 10;
	padding-top: 0;
}

/* Defines the right content column */
.ContentRight_lankar {
	background: #fff;
	width: 30%;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding-left: 10;
	padding-top: 0;
	padding-right: 10;
}


/***************************************************/
/* When using the Admin Skin				       */
/* Using left and right panes just to shrink the   */ 
/* size of the content pane by setting fixed width */
/* on Left and RightPane			               */
/***************************************************/

/* Defines the left content column when using left menu skin*/
.ContentLeft_admin {
	background: #fff;
	width: 100px;
	border-bottom: 0px solid #F00;
	border-right: 0px solid #CCC;
	padding-left: 10;
	padding-top: 0; 
	padding-right: 10;
}

/* Defines the center content column */
.ContentMain_admin {
	background: #fff;
	border-bottom: 0px solid #ccc;
	padding-left: 10;
	padding-right: 10;
	padding-top: 0;
}

/* Defines the right content column */
.ContentRight_admin {
	background: #fff;
	width: 100px;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding-left: 10;
	padding-top: 0;
	padding-right: 10;
}




/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/






