/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	margin: 25px;
	font-family: Georgia, "Times New Roman" , Georgia, Times;
	background-color: gainsboro;
}
.head 
{
	background-color: #a2baa1;
	/*background-color: #99cc99;*/
	/*background-color: #ff9f00;*/
	/*background-color: #cccc99;*/
	/*background-color: #99cc66;*/
}

H1, H2
 { font-style: normal; font-weight: normal; text-decoration: none; text-transform: none; word-spacing: normal; letter-spacing: normal }

H1	  { font-size: 2em; padding-top: 20px; border-bottom: 1px solid #800000 }	

H2	 { font-size: 1.5em; padding-top: auto; border-bottom: 1px solid #800000 }	

H3	
{	font-size: 18px; 
	FONT-FAMILY: Arial, Helvetica, Sans-Serif, Verdana;
	font-weight: bold
}	

H4
{	font-size: 14px; 
	FONT-FAMILY: Arial, Helvetica, Sans-Serif, Verdana;
	font-weight: bold
}	
P
   { line-height: 1.5em }
TR
 { font-size: 14px }

/* Här kommer CSS för länkar */
A:link	 { color: #000000; text-decoration: none }	
		
A:visited	  { color: #000000; text-decoration: none }	
		
A:active	  { color: #fc9200; text-decoration: none }	
		
A:hover	 { color: #fc9200; text-decoration: underline }

/* Här kommer CSS om listobjekt */

UL	
{ 	line-height: 1.5em; 
	list-style-image: url("http://www.energiborrning.com/images/UL.gif") 
}

OL
{	line-height: 1.5em
}

LI	
{	margin-bottom: 10px
}

UL LI
{	
	list-style-type:	square ;
}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}
/*H3
{
	font-weight: 500;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-decoration: none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	



	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	



OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	}
*/
.mainmenu
{
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px 20px;
	border-right: 1px solid #800000
}
.foot   {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid #800000 }
.img         {
	margin: 5px;
	border: solid 1px #800000 }

.LeftMenu
 { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding-bottom: 4px; border-bottom: 1px dotted #ccc }
/*
.LeftMenu 
{ 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	/*background-color: red;*/
/*	text-align: left; 
	margin: 1px; 
	padding: 5px 5px 2px 2px; 
	border-bottom: 1px solid #d3d3d3; 
	height: 30px
}
.page
{
	border-right: black 1px solid;
	padding-right: 10px;
	border-top: black 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: black 1px solid;
	width: 720px;
	padding-top: 10px;
	border-bottom: black 1px solid;
	height: auto;
	background-color: whitesmoke;
}*/

TD.ShadowLeft
{ background-image: url(/images/shadow_l.gif); width: 10px; background-repeat: repeat-y; }

TD.ShadowRight
{ background-image: url(/images/shadow_r.gif); width: 10px; background-repeat: repeat-y; }

TD.ShadowBottom
{ background-image: url(/images/shadow_b.gif); background-repeat: repeat-x; }

TD.Main  { margin: 10px; padding: 20px }