/* GLOBAL CSS Document */
*
{
	margin:0;
	padding:0;
	/*border:0;*/
}

html
{
	font-size: 70%;
	line-height:100%;
	overflow-x: hidden;	
	width:993px;
}

body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
	margin: 0 auto 0 auto;
	padding:0;
	text-align:left;
	background-color:#f2f2f2;
}


/* Fonts and stuff */



/* Headings */

h1, h2, h3, h4, h5, h6
{
	color:#000000;
}

.discStartColOne h1, .printArea h1, .articleTemplate h1, .bigNewsText h1
{
	font-size:2.2em;
	margin:1em 0 1.2em 0;
	line-height:1.1em;
	font-weight:bold;
}

h1
{
	font-size:1.4em;
	margin:0 0 0.6em 0;
	background-image:none;
}



h2
{
	font-size:1.1em;
	margin:6px 0 0.1em 0;
	background-image:none;
}

h2.margin
{
	margin:6px 0 0.3em 0;
}

.articleArea h2, .bigNewsText h2, .printArea h2
{
	font-size:1.2em;
	margin:1em 0 0.1em 0;
	background-image:none;
}

.content h2 {
font-size:2em;
margin:0.4em 0 0.4em 0;

}

.Content h2 {
margin:0.4em 0 0.4em 0;

}


h2.relatedLinksH2
{
	font-size:1.4em;
	margin:0 0 8px 0;
	padding:0 0 0 0;
}

h3
{
	font-size:1.1em;
	margin:1em 0 0.1em 0;
}

/* Lists */

ul
{
	list-style-position:outside;
/*	list-style-image:url(../hufImages/common/leftMenuMarker.gif);*/
	margin:8px 0 0 20px;
}

ol
{
	margin:8px 0 0 20px;
}

li
{
	margin:0 0 10px 0;
	padding:0 0 0 4px;
}

/* Links */
a:link
{
	font-weight:bold;
	color:#004c7b;
	text-decoration:underline !important;
}

a:visited 
{
	font-weight:bold;
	text-decoration:underline !important;
	color:#004c7b;
}

a:hover 
{
	text-decoration:none !important;
	font-weight:bold;
	color:#004c7b;
}

a:active 
{
	text-decoration:none !important;
	color:#004c7b;
}




a.bold:link, a.bold:visited, a.bold:active, a.bold:hover
{
	font-weight:bold !important;	/*for diskutera-start..*/
}

a.nounderline:link, a.nounderline:visited, a.nounderline:active
{
	text-decoration:none !important;
}

.mypage a:hover.nounderline
{
	text-decoration:underline !important;
}


a.color2:link, a.color2:visited, a.color2:active, a.color2:hover
{
	color:#000;
}


/* Other */

p
{
	margin:0 0 1em 0;
}

p.error {
border:1px solid #000;
padding:10px;
color:#e60e0e;;
}

p.success {
border:1px solid #000;
padding:10px;
color:#216602;
}

div.hr 
{
  height: 2px !important;
  /*background-color:#cbcdce;*/
  background-image:url(../images/dottedLine.gif);
  background-repeat:repeat-x;
  padding:0 0 5px 0;
}

div.line
{
  height: 1px !important;
  /*background-color:#cbcdce;*/
  background:#000;
  margin:0 0 0 0;
}

div.line hr
{
  display:none;
}

label
{
	display:block;
	line-height:1.2em;
}



/* color */


.red, .loveFamily
{
	background-color:#ab2627;
}

.blue, .travel
{
	background-color:#739abc;
}

.yellow, .money
{
	background-color:#a88165;
}

.green, .home
{
	background-color:#53682b;
}

.brown, .body
{
	background-color:#fdad11;
}

.grey
{
	background-color:#cccccc;
}

.lightblue
{
	background-color:#c5e5ec;
}

.redtext
{
	color:#ab2627;
}

/* Button classes */
a.buttonClass:link, a.buttonClass:visited, a.buttonClass:active, a.buttonClass:hover
{
	color:#000 !important;
	font-size:0.9em !important;
	text-decoration:none !important;
	cursor:pointer !important;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	
}

span.buttonClass
{
	color:#000 !important;
	font-size:0.9em !important;
	text-decoration:none !important;
	font-size:0.9em; 
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	
}

.buttonClass
{
	background: #c5e5ec;	
	padding: 2px 10px 1px 10px;
	text-align:center;
	white-space:nowrap;
	cursor:default !important;
}

input.buttonClass
{
	border:none;
	padding: 1px 6px;/*ie own*/
	font-weight:bold;
	font-size:0.9em;
	cursor:pointer !important;
}

.buttonClass.floatLeftM
{
	float:left;
	margin-right:16px !important;
}
.buttonClass.floatRightM
{
	float:right;
	margin-left:16px !important;
}

.buttonClass.BtnWrapper {
 margin: 6px 0;
}


.buttonColor1 
{
	background: #e6d2dc;
}

.buttonColor2 
{
	background: #dadada;
}

img.online {
padding-left:2px;
}

/*for discussion**/
#breadCrumb {
color:#004c7b;
font-weight:bold;
margin-bottom:15px;
}



/*for paging***/
p.paging {
color:#004c7b;
text-align:right;
font-weight:bold;
margin:3px 0 3px 0;

}

p.paging a:link, p.paging a:visited, p.paging a:active {
text-decoration: none !important;
}

p.paging a:hover {
text-decoration: underline !important;
}


/* Misc */




a img 
{
	border:0;
}

.floatFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* Hides from IE-mac \*/
* html .floatFix {height: 1%;}
.floatFix {display: block;}
/* End hide from IE-mac */

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
img.floatLeft {
	padding-right:10px;
}
.floatRight {
	padding-left:10px;
}
.strong {
	font-weight:bold;
}

/*.hr hr {
	display:none;
}*/

div.hr hr 
{
  display: none;
}

.clearFloat
{
	clear:both; 
	height:0px; 
	overflow:hidden;
}
.clearBoth {
	clear:both;
}

/*forms****/

textarea {
 border:1px solid #000;
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:1em;
}

select {
 border:1px solid #000;
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:1em;
}

label {
font-weight:bold;
padding-bottom:0.3em;
}

/*fix for Firefox*/
select option{ 
	min-width:1.5em;
	padding-right:6px;
}

input {
 border:1px solid #000;
 font-family:Arial, Verdana, Helvetica, sans-serif;
}

input.checkbox {
 border:none;
}

.color1Box {
border:1px solid #dc1c3f;
padding:0 7px 7px 7px;
margin-top:3px;
}

.color1Box a:link, .color1Box a:visited, .color1Box a:hover, .color1Box a:active
{
color:#dc1c3f;
}

.color1Box p
{
margin:0;
}


.color1Box h2 {
background:#dc1c3f;
margin:0 -7px 10px -7px;
color:#fff;
padding:3px 0 6px 7px;
font-size:1.2em;
}

input.noborder {
border:none !important;
}
/* Sida Frågor, inlägg o experter */
/* Box bkg-färg */
.colorBkgBox {
background-color:#dadada;
padding:8px 8px 13px 8px!important;
margin:3px 0 20px 0;
}
.colorBkgBox a:link, .colorBkgBox a:visited, .colorBkgBox a:hover, .colorBkgBox a:active {
	color:#000;
}
.colorBkgBox p {
	margin:0;
	line-height: 17px;
}
.colorBkgBox h2 {
	margin:0 -7px 0 -7px;
	padding:3px 0 6px 7px;
	font-size:1.2em;
}
/* Box med border */
.color2Box {
border:1px solid #ab2627;
padding:8px;
margin-bottom:20px;
}
.color2Box a:link, .color2Box a:visited, .color2Box a:hover, .color2Box a:active {
	color:#000;
}
.color2Box p {
	margin:0;
}
.color2Box h2 {
	margin:0 -7px 0 -7px;
	padding:3px 0 6px 7px;
	font-size:1.2em;
}
.color2BoxImg {
	float:left;
}
.color2BoxImgText {
	float:right;
	width: 225px;
	padding-left: 8px;
}
.color2Box .imgStar {
	padding-top: 6px;
}
.color3Box {
border:1px solid #000;
padding:8px;
margin-bottom:20px;
}
.color3Box a:link, .color3Box a:visited, .color3Box a:hover, .color3Box a:active {
	color:#000;
}
.color3Box p {
	margin:0;
}
.color3Box h2 {
	margin:0 -7px 0 -7px;
	padding:3px 0 6px 7px;
	font-size:1.2em;
}
/*Utseende formulär t ex Sätt betyg */
.color2Box select {
	margin-left: 65px;
}
.displayInline * {
	display: inline;
	float: left;
	margin-top: 8px;
}
.displayInline label {
	padding: 0 8px 0 6px;
}
.displayInline a {
	float: right;
}
.color2Box .displayInline a:link, .color2Box .displayInline a:visited, .color2Box .displayInline a:active {
	color:#004c7b;
	text-decoration: none!important;
}
.color2Box .displayInline a:hover {
	text-decoration: underline!important;
}

/* slut sida */
