/******************************************************
/* Basic styles
/*****************************************************/
body  {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Georgia;
	color: #575757;
	font-size: 75%;
	text-align: left;
	line-height: 130%;
}
p
{
    margin-top: 0px;
    margin-bottom: 0px;
}
img
{
/*  display: block; */
}
strong
{
  font-weight: bold;
}
ul
{
    list-style-type: disc;
    margin-right: 20px;
    margin-left: 20px;
}

a, a:visited, a:hover 
{
	color: #575757;
	text-decoration: underline;
}
a.linklist
{
	text-decoration: none;
	EditMenuName: Lanklista;
}

h1, .heading1
{
	font: 220% arial;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	EditMenuName: Heading 1;
}
h1 span
{
	border-bottom: 1px #e4e3e3 solid;
}
h2, .heading2
{
	font-size: 160%;
	margin-top: 15px;
	margin-bottom: 5px;
	EditMenuName: Heading 2;
}
h3
{   
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 0px;
	EditMenuName: Heading 3;
}
.puffheading, a.puffheading
{
	display: inline;
	clear: both;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px #e4e3e3 solid;
	text-decoration: none;
	color: #000;
	EditMenuName: Puffheading;
}
a.username
{
	color: #7ab51d;
	text-decoration: underline;
}
.backgroundheading
{
	clear: both;
	background-repeat: repeat-x;
	background-position:top center;
	height: 15px;
	padding: 11px 0 8px 10px;
	font-family: Trebuchet MS;
	font-size: 140%;
	color: #fff;
	text-transform: uppercase;
}
.grayheading 
{
	background-image: url(/nara/images/gray_bg.png);
}
.greenheading 
{
	background-image: url(/nara/images/green_bg.png);
}
.yellowheading 
{
	background-image: url(/nara/images/yellow_bg.png);
}
.redheading 
{
	background-image: url(/nara/images/red_bg.png);
}
.redtextheading, a.redtextheading:visited
{
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
	color: #cc071e;
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
}
.label
{
	float: left;
	width:100%;
}


table
{
	font-size: 100%;
}
th
{
	text-align: left;
}
.alphalist
{
	text-transform: uppercase;
}
img.imgBorder
{
  border:1px;
  border-color: #666;
  float:right;
  EditMenuName: Med ram;	
}
img.imgLeft
{
  float:left;
  margin-bottom: 15px;
  margin-right: 15px;
  EditMenuName: V-justerad;	
}
img.imgLeftBorder
{
  float:left;
  margin-bottom: 15px;
  margin-right: 15px;
  border:1px;
  border-color: #000;
  EditMenuName: V-justerad med ram;	
}
img.imgRight
{
  margin-bottom: 15px;
  margin-left:15px;
  float:right;
  EditMenuName: H-justerad;	
}
img.imgRightBorder
{
  padding-left:15px;
  margin-bottom: 15px;
  float:right;
  border:1px;
  border-color: #666;
  EditMenuName: H-justerad med ram;	
}
.ingress
{
	font-size: 130%;
	line-height: 140%;
	EditMenuName: Ingress;	
}
.imagetext
{
	font-size: 90%;
	font-weight: bold;
	EditMenuName: Bildtext;
}
input
{
}
input.button
{
	font: bold 120% Trebuchet MS;
	height: 30px;
	margin: 10px 0px 10px 0px;
	color: #ffffff;
	border: solid 1px #cc071e;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/nara/images/bg_login.jpg) repeat-x left top;
}
textarea { width: 470px; }
input[type=text] { width: 300px; }
select
{
	font-family: Verdana;
	font-size: 100%;
}
/**************************************************
/*Form classes
/*************************************************/
.dropdown
{
	font-size: 90%;
	font-family: Verdana;
	border-color: Black;
	width: 210px;
}
.button
{
	font-size:10px;
	font-family: Verdana;
}
fieldset 
{ 
    border: none; 
    padding: 0; 
    margin: 0; 
} 
legend 
{ 
    color: #333;
    font-size: 100%; 
    padding: 0; 
    margin: 0; 
} 
fieldset label 
{ 
    margin-right: 1em; 
}
.egmontfootertext
{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	EditMenuName: Egmont sidfot
}
.egmontfootertext:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
input[type="submit"], .pollbutton, .pollbutton:hover
{
    font-family: Verdana, Arial;
    cursor: hand;
	border: 1px solid #A6A6A6;
	font-size: 90%;
	color: #333333;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 0px 5px 0px 5px;
	background-color: #ffffff;
	background-image: url(/hj/images/bgbutton.gif);
	background-repeat: repeat-x;
}
