/*@charset "UTF-8";*/
/* CSS Document */

body{
	
	width:988px;
}

#MainPage
{
	width:988px;
	margin:0px; padding:0px;
	vertical-align:middle;	
	text-align:left;
}
#content 
{
	min-height:250px;	
	margin-top:60px;
	padding-right:5px;	
	max-height:100%;
	
}

#leftpanel
{ width:170px;float:left;}
#Rightpanel
{ width:170px; }
#mainContentpanel
{ 
	width:525px; padding-left:15px;
	padding-right:15px;
	text-align:left;
	vertical-align:middle;
}

/* ERLEND - old footer css */
#footer {
	background: url(../Images/footer.png) no-repeat;
	height:92px;
	width:100%;
	text-align:center;
	padding-top:26px; vertical-align:middle;position:relative; top:0px;
}

p, a, th, td {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

/* 
   ===================================
   HEADER TOP MENU
   ===================================
 */

#menu {/*width:750px; height:100px;*/
	/*margin: 10px 0px 0px 10px; */
	position:absolute; 
	top: 61px;
	left: 60px;
	font-size:12px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	
	
}

/* Instillinger for toppmeny */
#menu ul li a, #menu ul li a:visited, #menu ul li em {
	display:block; 
	text-decoration:none; 
	color:#000; 
	width:140px;
	height:27px; 
	text-align:left; 
	color:#000; 
	/* border:1px solid #CED1D5; */
	background: url(../Images/tab.gif) top left no-repeat; 
	line-height:20px; 
	font-size:12px; 
	overflow:hidden; 
	padding:4px 10px 0px 20px; 
	margin-left: 4px;}
#menu ul {padding:0px; margin:0px; list-style: none;}
#menu ul li {float:left; position:relative;}
/* Skjul undermeny */
#menu ul li ul {display: none;}

#menu ul li img {
	border:0px;
	padding: 2px 8px 0px 0px;
	
}

/* specific to non IE browsers */
#menu ul li:hover a {
	color:#000000;
	background-position: 0px -32px;
}

#menu ul li:hover ul {display:block; position:absolute; top:31px; left:0; width:105px;}
#menu ul li:hover ul li a {
	background: url(../Images/tab-drop.gif) top left no-repeat; 
	color:#000; 
	border-top: 0px; 
	font-size:11px;
	height:69px;
}
#menu ul li:hover ul li:hover a {/*background:#6fc*/ color:#000;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li em {display:block; background: url(../Images/tab-drop.gif) top left no-repeat; color:#000; height:69px;}
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#menu ul li:hover ul li:hover ul.left {left:-105px;}

/* specific to IE browsers */
#menu ul li em {display:none;}
#menu ul li a:hover ul li a.hide {display:none;}

#menu ul li a:hover {
	color:#000000; 
	background-position: 0px -32px;
	
}

#menu ul li a:hover ul {display:block; position:absolute; top:31px; left:0; width:105px;}
#menu ul li a:hover ul li em {display:block; /*background:#ddd*/ color:#000;}
#menu ul li a:hover ul li a ul {visibility:hidden;}
#menu ul li a:hover ul li a:hover {/*background:#6fc*/ color:#000;}
#menu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:105px; top:0; color:#000;}
#menu ul li a:hover ul li a:hover ul.left {left:-105px;}

/* For pushing the menu tabs to create space. Just add width to make space*/
#menu .menupusher  a 
{
	display:block;
	border-color:#ffffff;
	background-image:none;
	width:50px;
	
}

#menu p
{
	display:inline;
	position:absolute;
	left:80px;
	width:200px;
	top:-20px;
	z-index:-100;
	border-top:solid 1px #D9DBF0;
	border-left: solid 1px #D9DBF0;
	border-right:solid 1px #D9DBF0;
	padding-bottom:20px;
}

/* 
   ===================================
   BREADCRUMBS
   ===================================
 */
 
ul.breadcrumbs li a {
 	display:block;
	padding-left:10px;
	font-size:10px;
	color: #A9ACBA;
}

.HeaderAlign
{
	text-align:left;
	background-color:#FAFAFA;
}
.HeaderFirstCol
{
	padding-left:5px;
	background-color:#FAFAFA;
	vertical-align:middle;
}
.RssDiv
{
	width:180px;	
	border:solid 1px #D9DBF0;
	background-color:#FAFAFA;	
}
.ImageAlign
{
	position:relative;
	top:4px;	
}
.DivHeight
{
	text-align:right;
	width:100%;
	height:25px;	
}
.BloggBoldBlack
{
	font-size:14pt; 
	font-weight:bold; 
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	text-align:left;	
}
.linkfont
{
	font-size:9pt; font-weight:normal; color:#000000; text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif; vertical-align:text-top; cursor:hand;
}
.linkfont_Booking
{
	font-size:10px; font-weight:bold; color:#000000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.linkfont_Booking a
{
	font-size:10px; font-weight:normal; color:#000000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; 
}
.linkfont_Booking a:hover
{
	font-size:10px; font-weight:normal; color:#000000; text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
.linkfont_Forum
{
	font-size:9pt; font-weight:normal; color:#000000; 
	font-family:Arial, Helvetica, sans-serif; vertical-align:text-top; cursor:hand;
}
.linkfont_PostList
{
	font-size:13pt; font-weight:Bold; color:#000000; 
	font-family:Arial, Helvetica, sans-serif; vertical-align:text-top; cursor:hand;
}
.Alllinkfont 
{
 font-size:10pt; 
 font-family:Arial, Helvetica, sans-serif;  cursor:hand;
}


.Alllinkfont a { color: #00f; text-decoration:underline;}
.Alllinkfont a:visited { color: #800080; }
.Alllinkfont a:active { color :#e00; } 

.linkfont1
{
	font-size:12pt; font-weight:normal; color:#00f; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; vertical-align:text-top; 
}
.ReadMore
{ text-align:right;}
.DateTimefont
{
	font-size:9pt; font-weight:normal; color:#000000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; 
	float:left;
}

.HeadingLink
{
	font-size:11pt; font-weight:bold; color:#000000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;	
}
.HeadingTrackBack
{
	font-size:10pt; font-weight:bold; text-decoration:none; color:#FDFFE3;
	font-family:Arial, Helvetica, sans-serif; padding-left:10px;
}
.HeadingMainPage
{
	font-size:12pt; font-weight:bold; color:#152643; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;	
}

/*heading blogdetails*/
.HeadingDetailLink
{
	font-size:16pt; font-weight:bold; color:#000000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; 
	text-align:left;
}
.HeadingFontPage
{
	font-size:13pt; font-weight:bold; color:#000000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.Trackbacklink
{
	font-size:10pt; color:#000000; text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif; 
}

.DetailText
{
	font-family:Arial, Helvetica, sans-serif;font-size:12pt;
	/*text-align:justify;*/
	border-width:0;
	width:100%;
	padding-bottom:20px;
	font-weight:bold;
	
}

.DetailTextbloggdetails
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;font-size:12pt; 
	/*text-align:justify;*/
	border-width:0;
	width:100%;
	float:left;
	margin-bottom:10px;
	padding-top:6px;
	padding-bottom:6px;
	font-style:italic;
	
	
}

.EventLink
{
 color: blue; 
 float: left;                                            
 font-size: 12px; 
font-weight: normal;
 padding-right: 15px; 

 text-decoration: none;
}
#lblMetaDesc
{	
	color:#000000;
	line-height:110%;
	
}
.DescText
{
	font-family:Arial, Helvetica, sans-serif;font-size:12pt; font-weight:normal; 
	/*text-align:justify;*/
	color:#000000;
	line-height:110%;
	
}

.blogginnlegg
{
	font-family:Arial, Helvetica, sans-serif;font-size:10pt; 
	/*text-align:justify;*/
	border-width:0;
	width:100%;
	color:Black;
	
	
	
	
}

#merkelapper
{
	margin:5px;
}

.kommentar
{
	margin-top:10px; padding-bottom:10px; /*border-top:solid 2px #D9DBF0;*/
}

#kommentarheader
{
	padding-top:8px; padding-bottom:5px; text-align:left; border-top: solid 1px #879FD8;
}

#DivTrackUrl
{
	width:100%; text-align:left; padding-left:0px;
}

.kommentartrackback
{
	width:100%; text-align:left; float:left; padding-left:0px; 
}

.kommentarbruker
{
	
}
.authorfont
{
	font-family:Arial, Helvetica, sans-serif;font-size:8pt; 
	text-align:justify;
	padding:1px;	
	width:100%;
	color:Black;
	
}
#endblogginnlegg
{
	float:left; padding-top:7px; padding-left:5px; padding-bottom:5px; 
	font-size:8px;
}
.blogg_changedby
{
	font-family:Arial, Helvetica, sans-serif;font-size:7pt; font-weight:normal; 
	text-align:justify;
	padding-left:1px; 
	float:left;
	padding-top: 5px;
}

.DetailText1
{font-family: Arial Verdana Sans-Serif;font-size:11pt; font-weight:normal; 
	text-align:justify;
}
.imagealign
{
	vertical-align:text-bottom;
}
.alignmenttext
{vertical-align:middle; text-align:center;}

.LeftPanel_first
{
	border:solid 1px #D9DBF0; border-right:solid 3px #C0C0C0;
	background-color:#FAFAFA;
	padding:10px; font-size:10pt;
	
}
.LeftPanelDIvHeight
{
	text-align:left;
	width:95%;	
	
	padding-bottom:5px; clear:both;
}
.LeftEditorPanelDIvHeight
{
	text-align:left;
	width:100%;	
	padding-left:0px;
	padding-bottom:5px;
}
.fontNormalTwo
{
 font-family: Arial,Sans-Serif,Corbel;
 font-size: 13px;
 color :#333333;   
 font-weight:500;
 
}
.fontDivHeading
{
 font-family: Arial,Sans-Serif,Corbel;
 font-size: 14px;
 padding-top:2px;
 
 font-weight:bold;
 border: solid 1px #C7CACF;
 padding-left:5px;
 background-color:#CACACA; 
 border-bottom-style:hidden;
 border-style:none;
 padding-left:5px
}

.AlternateDiv
{
	background-color:#F2F2F2;	
	width:100%;	
}
.spaces
{padding-left:3px;position:relative;top:0px; border:0;}


.spaces2
{padding-left:3px;margin-top:5px;}
.Imagespaces
{padding-left:3px;position:relative;top:0px;}

.tabstrip 
{
	background-color: Transparent;	
	width:100%;
}

.DefaultTab
{
  color: #000000;   
  background-color: Transparent;
  background-image:url('../images/related-items-tab.png');  
  font-size:13px;
  font-family: Corbel,Arial,Tahoma;  
  cursor:pointer;  
}

.DefaultTabHover
{
  color: #000000;
   background-color: Transparent;
  background-image:url('../images/related-items-tab.png');
  font-size:13px;
  font-family: Corbel,Arial,Tahoma; 
  cursor: pointer;  
}

.DefaultTabHover2
{
  color: #000000;
  background-color: Transparent;
  background-image:url('../images/related-items-tab.png');
  font-size:13px;
  font-family: Corbel,Arial,Tahoma; 
  cursor:text;  
}
.SelectedTab
{
  color: #000000;
  background-image:url('../images/related-items-tab.png');
  font-size:13px;
  font-family: Corbel,Arial,Tahoma; 
  cursor:pointer;
  background-color: Transparent;
  font-weight:bold;
}
.SelectedTab2
{
  color: #000000;
  background-image:url('../images/related-items-tab.png');
  font-size:13px;
  font-family: Corbel,Arial,Tahoma;   
  background-color: Transparent;
  font-weight:bold;
}
.MultiPage
{
  background: #FFFFFF;
  width:100%;
  height:100%;
 
}
.MultiPageTwo
{
  background: #FFFFFF;
  width:100%;
  height:100%;  
 
}

.PageContent
{
  font-family: Corbel,Arial,Tahoma; 
  font-size:13px; 
}

.txtCss
{
	background-image:url('../images/search-field.gif');
	vertical-align:middle;
	padding-top:3px;
	padding-left:4px;
	Height:18px;
	 Width:174px;
	border:0px;
	 font-family:Arial,Sans-Serif,Corbel;
	  font-size:12px;
   color:#7F7F7F;        
}
.ImgbtnCSS
{
	vertical-align:middle;
	Height:20px;
	margin-top:0px;
	  
}
.noScrollCss
{
	overflow:hidden;
	height: 665px;
} 

/*Css for bloggdetails*/
#bloggdetails
{
	
	font-style:normal;
	color:#000000;
	
}

.innhold
{
	width:90%;
	font-family:Arial,Sans-Serif,Corbel;
	font-size:12px;
	color:Black;
	
}

.bloggcrumbs
{
	width:100%; 
	text-align:left;
	
}

#DivUserBlogDetails
{
	width:100%;
	padding-left:0px; padding-top:5px;margin-bottom:20px;
	color:Black;
	
}

#blogdetailhead
{
	float:left; width:100;
	color:Black;
	
}

#blogginnlegg
{
	width:100%; float:left;padding-top:7px; padding-left:0px;  
	color:#000000;
	border-top:solid 1px #879FD8;
	font-size:16pt;
}
.blogginnlegg2
{
	font-size:14px;
}

.blogginnlegg2 p
{
	font-size:12pt;
}

.blogginnlegg2 a
{
	font-size:12pt;
	text-decoration:underline;
	color:Blue;
}

.blogginnlegg2 a:hover
{
	font-size:12pt;
	text-decoration:underline;
	color:red;
	cursor:pointer;
}

.blogginnlegg2 blockquote
{
	font-size:14pt;
	font-style:italic;
	padding:8px;
	
}

#lineheightdesc
{
	line-height:100%;
	font-size:18pt;
	margin-bottom:20px;
	
}
#blogmetadesc
{
	width:100%;padding-left:0px; float:left; margin-bottom:20px;
	color:#000000; 
	
	
}

.kommentarfelt
{
	width:100%; float:left;padding-top:7px; padding-left:10px; 
}

.kommenterer
{
	width:10%; vertical-align:middle; float:left; 
}

#kommentarfelter
{
	width:70%;padding-left:2px;padding-right:30px;padding-top:5px; background-color:#FFFFFF; float:right; border:1px solid #D9DBF0;
}

#upassende
{
	float:right; text-align:right; width:45%;
}

#divpostnewblog
{
	width:100%; padding-top:20px; 
}

.kommentere_epostnavn
{
	float:left; text-align:left;width:8%; padding-left:9px;
}

#kommentarnamefield
{
	width:80%;text-align:left; 
}

.formtbox
{
	color:Black;
}

#kommentar2
{
	float:left; text-align:left;width:8%; padding-left:9px;
}

#kommenternavn
{
	width:90%;text-align:left; padding-bottom:5px;
}

.publiserkommentar
{
	width:100%; height:120px;
}

.imagealign
{
	color:#000000;
	padding-top:5px
}

#DivAdd
{
	float:right; text-align:right; width:45%;
}

.editanswer
{
	float:right; text-align:right; width:45%;
}

#DivEdit
{
	display:none;
}

#DivPingUrl
{
	float:right;
}

.pingbackcss
{
	width:20%; float:left;
}

.header_forum
{
	width:96%;
	float:left;
	font-size:18px;
	padding-bottom:10px;
	font-weight:bold;
	margin-left:20px;
}

/*style for forum*/
.Headingforum
{
	font-size:14px;
	font-weight:bold;
	width:10px;
}

.Forum_detailtext
{
	font-size:12px;
	
}
.Forum_HeaderAlign
{
	text-align:left;
	background-color:#FAFAFA;

}

.Forum_tabelheader
{
	padding:15px;
	vertical-align:middle;
	text-align:center; 
}

.Forum_HeaderFirstCol
{
	margin-left:0px;
	vertical-align:middle;
	font-size:12px;
	background-color:#7692D3;
	color:#ffffff;
	padding:2px;
}

.Forum_adminpanel
{
	margin:10px;
	font-size:12pt;
	color:#000000;
	text-align:left;
	position:absolute; left:1100px; top:180px; border:solid 2px #7692D3; width:100px; height:100px;
}

.Forum_contents
{
	
	font-size:14px;

}

.forum_table
{
	margin-left:20px;
	float:left;
	margin-right:50px;
	
	
}

.forum_tabletekst
{
	font-size:10px;
	font-weight:normal;
	margin-left:5px;
	vertical-align:middle;
	
}

.forum_addcontents
{
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	

}

.forum_emnetextbox_style
{
	border:solid 1px #7F9DB9;
	height:17px;
	width:100%;
	font-size:16px;
	vertical-align:middle;
	float:left;
	
}

.forum_addmiu
{
	
}

.imagerotater
{
	width:531px; 
	float:left;
	padding-left:50px;
	padding-bottom:50px;
	margin-top:20px;
	
}

.loggedindiv
{
	border-top:solid 1px #E6E9F6; border-left:solid 1px #E6E9F6; border-right:solid 1px #E6E9F6; height:52px; width:330px; margin-bottom:50px;
	position:absolute; margin-top:-60px; margin-left:10px; 
}

.loggedindiv p
{
	font-size:10px;
	padding:5px;
}

.forum_btn {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
border: 0px;
height: 32px;
width: 140px;
text-decoration: none;
cursor:pointer;
}

.forum_btn-grey {background: url(img/webShop_btn_140x32_grey.png) top left no-repeat;background-position: 0px 0px;color: #000000;}
.forum_btn-grey:hover {background-position: 0px -32px;}
.forum_btn-green {background: url(img/webShop_btn_140x32_green.png) top left no-repeat;background-position: 0px 0px;color: #000000;}
.forum_btn-green:hover {background-position: 0px -32px;}
.forum_btn-red {background: url(img/webShop_btn_140x32_red.png) top left no-repeat;background-position: 0px 0px;color: #000000;}
.forum_btn-red:hover {background-position: 0px -32px;}

.forum_head
{
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
}



#boxposition
{
	position:absolute;
	top:30px;
	right:200px;
	z-index:98;
	background-color:#7692D3;
	padding:20px;
	width:450px;
/*	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
*/
}


/*
==========================
Styles for userlogin
==========================
*/

#DivUsrLoginImgHeadIn
{
  border:solid 1px #7692D3;
padding:10px;
background-color:#ffffff;
}

.DivUsrLoginChkBxstyle
{
	
		padding-left:4px;
	margin-top:40px;
}

.chkHuskMegstyle
{
	
	border-color:#D9DBF0;
	padding:2px;
	vertical-align:middle;
}

.lblHuskMegstyle
{
	text-decoration:none;
	font-family:Arial,Sans-Serif,Corbel;
	color:red;
	font-size:8pt;
	padding-left:2px;
	
}
/* 
================================================
styling for footnotes begins here
================================================
*/

/* footnotes as they original appear inline, before reformatting */
#bloggdetails span.footnote {
	color: #f30;
}

/* footnote links in text */
#bloggdetails a.ftnlink {
	vertical-align: super;
	font-size: 9px;
	padding-left:2px;
}




/* div to hold all reformatted footnotes */
.footnoteholder {
	border-left: 1px solid #ccc;
	margin: 20px 0 50px 0;
	padding: 20px 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}

/* div to hold single reformatted footnote */
.footnoteholder div.footnote {
	margin: 0 0 10px 0;
}

#betaimg
{
	position:absolute; left:300px; top:2px; border:0;
}

.podtable
{
	float:right;
}
.expanedpanel
{
/* background-color:#e1e1e1;*/

 color:Black;
 font-weight:bold;
 font-family:Arial,Sans-Serif,Corbel;
 font-size:10px;
 padding:5px;
 
 width:100%;
 display:block; 
 padding-left:10px;
 padding-top:30px;
 clear: both;
 
}
.expanedPropertypanel
{
 background-color:#e1e1e1;
 color:Black;
 font-weight:bold;
 font-family:Arial,Sans-Serif,Corbel;
 padding-top:5px;
 font-size:10px;
 padding:5px;
 width:625px;
 display:none; clear:both;
}
.AddCartDiv
{
display:none; font-size:13px; color:Black; text-decoration:none; height:auto; padding-bottom:15px;background-color:White; width:90%;  
}
.DivArrangement
{display:none; font-size:13px; color:Black; text-decoration:none; height:auto; padding-bottom:15px;background-color:White; width:93%;  text-align:right; 
}
.HeadingFontEventName
{
 font-weight:bold; font-family:Arial,Sans-Serif,Corbel; font-size:10pt;
}
.HeadingFontPropertyName
{
 font-weight:normal; font-family:Arial,Sans-Serif,Corbel; font-size:10pt; padding-top:-3px;
}
.HeadingFontEventNameLink
{
 font-weight:bold; font-family:Arial,Sans-Serif,Corbel; font-size:10pt; text-decoration:none; padding-top:-3px;
}
.MoreInforDiv
{
 border:0px solid red; display:block;padding-left:10px;padding-right:10px;padding-top:10px; background-color:White; width:90%; height:auto; 
}
.ViewEvents
{
 width:90%; padding-top:10px; padding-left:0px; text-align:right; font-family:Arial; font-size:10pt; display:none;
}
.MoreInforDivAnother
{
 border:0px solid red; display:none;padding-left:10px;padding-right:10px;padding-top:10px; background-color:White; width:90%; height:auto; 
}
.linkfontAddCart
{
 font-size:12pt; font-weight:normal; color:#00f; text-decoration:none;
 font-family:Arial, Helvetica, sans-serif; vertical-align:text-top; padding-top:-6px;
}
.CartHeader
{
	font-size:10pt; font-weight:bold; color:#000000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;	
}
.CartItemStyle
{
	font-size:10pt; font-weight:normal; color:#000000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;	
}
.CartError
{
	font-size:10pt; font-weight:normal; color:#FF0000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.FixedDiv
{
width:300px;top:218px; left:690px; position:fixed;background-color:#D9DBF0; border:solid 1px #0A1BC9; height:25px; 
}
#Messagefelter
{
	width:90%;padding-left:2px;padding-right:30px;padding-top:10px; background-color:#FFFFFF; float:right; border:1px solid #D9DBF0;
}
.HeadingLinkSmall
{
	font-size:10pt; font-weight:bold; color:#000000; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;	
}
.fontimagename
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#535D64;	
	font-weight:bold;
		
}

.fontGridHeader
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color :#FDF3F3;
	font-weight:bolder;   	
		
}
.fontNormalThree
{	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color :#666666;
	font-weight:500;	  
}
.fontHeader
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color :#F7F3F3;
	font-weight:bolder; 
	text-align:center;  
}

.fontBoldGray
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;	
	font-weight:bold;	
	left:100px;	
}

.fontHeadingThree
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;	
	vertical-align:top;
	position:relative;
	color :#F7F3F3;
	padding-left:5px;
}
.PanelImg
{
	background-repeat:repeat-x;
	width:575px; 
	}
.divWidthCss
{
	width:568px;padding-left:25px;clear:both;
}

#HeaderTop
{    
	background: url(../Images/head-slice.png);
	
	height:146px; width:1002px;
}
.HeaderLeftBg
{    
	background: url(../Images/header.png) ;
	float:left;
	height:232px;width:960px;background-repeat:no-repeat;
}
#FooterBg
{    
	background: url(../Images/footer.png) ;
	background-color: #9CAAD5;
	height:28px;width:776px;background-repeat:no-repeat; margin-left:-31px;
}
#HeadermiddleBg
{    
	background: url(../Images/slice5.png) top left;
	float:left;
	height:148px;width:220px;
}
#HeaderRightBg
{    
	background: url(../Images/slice4.png) top left no-repeat;
	float:left;
	height:148px;width:385px; 
}

#LeftImages
{
    
    background: url(../Images/left-nav1.png) top left;
	float:left;
	width:178px; height:694px;   
   
}
#LeftMiddleImages
{
    
    background: url(../Images/left-nav2.png) top left no-repeat;
	float:left;
	width:178px; height:673px;   
   
}
#LeftLowerImages
{
    
    background: url(../Images/left-nav3.png) top left no-repeat;
	float:left;
	width:178px; height:219px;   
   
}
.divPadTop
{
	padding-top:10px;
}
.divPadRight
{
	padding-right:15px;
}
.divLeft
{
	float:left; width:150px;
}
.divRight
{
	width:300px;
}
.divPayment
{width:500px;padding-top:5px;}

.LinkFontItallic
{font-family:Geneva, Arial, Helvetica, sans-serif;
color:#3C4957;font-style:italic;font-size:10pt;cursor:hand;text-decoration:underline;font-weight:normal;}
.PadiingLeft
{
margin-left:30px;	
}
.divregright
{
	width:320px;float:left;text-align:left;
}
.divregleft
{
	width:320px;float:left;border-right:#CBD5DE solid 1px;
}

.divInnerright
{
	float:left; width:210px;
}
.divInnerleft
{
	width:100px;float:left;padding-left:10px;
}


.grayBg
{
   width:320px;background-color:#F7F8F9;
}
.divPadThree
{
	padding-top:3px;
}
.msgText
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:Blue;font-size:10pt;font-weight:normal;
}
.floatLeft { float:left; }
.floatRight { float:right; }
.clearBoth { clear: both; }

.EventImage
{
	width: 100%;
	height: 100px; 
	border: 0px solid #E5E5E5;
	display: block;
}



/*/////////////////////////////////

Booking List  -  START

/////////////////////////////////*/
#ctl00_ContentPlaceHolder1_uxCategory_SectorDesc
{
	float:left;
	width:90%; 
	padding-top:30px; 
	padding-left: 20px;
	clear:both;
	font-size:11pt;
	margin-bottom: 30px;
	text-align:left;
}

/*/////////////////////////////////

Booking List  -  END

/////////////////////////////////*/



/*
GJØVIK TENNISKLUBB STYLE  -  START
*/

.DefaultBack
{
	
	background-image:url(../Images/Bg.png); height:600px; width:800px;
	background-repeat:no-repeat;
	
}

.DefaultTopStrip
{
	
	background-image:url(../Images/Bg2.png); height:36px; width:456px;
	margin-top:175px; background-repeat:no-repeat;
	
}
.lblTopText
{
	font-family:Arial; font-size:15pt; color:White;	margin-top:7px; text-align:center; vertical-align:bottom; height:36px;
}
.ballImg
{
	width:30px; height:28px; float:left;background-image:url(../Images/ball.png);background-repeat:no-repeat; margin-left:0px;
}
.WhiteImg
{
	width:159px; height:29px; float:left;background-image:url(../Images/Bg1.png); margin-left:8px;background-repeat:no-repeat;
}
.WhiteTxt
{
	font-family:Arial; text-decoration:none; font-size:12pt; color:#184673; font-weight:bold;
}
.DivWhitetx
{
	padding-top:5px;	
}

/*
GJØVIK TENNISKLUBB STYLE  -  END
*/
