/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*___________________________________________________________________________________________*/

/* Korrigeringer på CSS - SEJ - 15. august 2006 */
/*___________________________________________________________________________________________*/


/* Litt renere og pengere hovedmeny */    
.rootmenuitem TD{ 
	color:#000000; font-size:10px; font-weight:bold;
	background:url(media/button.jpg) 5px 2px no-repeat transparent;
	padding:5px;
	height:20px;	
}

/* Blå bakgrunn og hvit skrift viser hvor man beveger seg i hovedmenyen */    
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#FFFFFF; font-size:10px; font-weight:bold; 

/*	color:#F60404; font-size:9px; font-weight:bold; */

	cursor: pointer; 
	cursor: hand; 
	background:#66D5FA;

/*	background:url(media/button.jpg) 5px 2px no-repeat transparent; */

	padding:5px;
	height:20px;	


}

.rootmenuitem{background:transparent;}
.rootmenuitembreadcrumb{background:transparent;}

/* .rootmenuitemselected{background:transparent;} */

.submenuitemselected{
	color:#FFFFFF; font-size:10px; font-weight:bold;
	padding:3px 15px 3px 10px;
	background:#66D5FA;
	border:1px #CBCBCB solid; border-width:1px 0px;	
}

.submenu{
	border:1px #A7A7A7 solid;
	padding::3px 15px 3px 10px;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background:#CBCBCB;
	margin-left:0px;
	margin-top:1px;
}


/* Justerer høyden på rightpane og leftpane */    

.rightpane{ padding:30px 10px 0px 10px; }

.ContentPane{ padding:30px 20px 0px; }

.leftpane{ padding:30px 0px 0px 0px; }

/* 
.leftpane{ width:40px; padding:10px 0px 20px; }
.contentpane{ padding:10px 10px 0px;	}
.rightpane{ padding:5px 5px 0px 0px; }

*/

/* Fjerner bilde i toppen av siden */    

.headerpane{ text-align:right; background:url(none); padding:10px;}
.rightbg{ background:url(none) top right no-repeat; } 
.leftcol{ background:url(none) top no-repeat; padding-top:4px; }



.Head{ font-size:12px; font-weight:bold; color:#333; }
.SubHead,.SubSubHead{ font-size:10px; color:#333; }
.Normal{ font-size:9px; color:#333; }


/* Sørger for hvit skrift når det pekes på logg inn */
a.user:hover{ color:#FFFFFF; text-decoration:underline; }


A,A:link,A:visited,A:active{ color:#738ED5; text-decoration:underline; }
A:hover{ color:#FFFFFF; text-decoration:none;	background:#738ED5; }
A.CommandButton:hover{ color:#FFFFFF; text-decoration:underline;}


div.temabanner { background-image: url(media/web_temabanner.jpg) no-repeat; width:180px; height: 173px; }






