/* VF */

@import url("break.css");
@import url("bullets.css");
@import url("footer.css");
@import url("forms.css");
@import url("header.css");
@import url("highlight_area.css");
@import url("links.css");
@import url("menu_left.css");
@import url("menu_top.css");
@import url("nav_teasers.css");
@import url("padding.css");
@import url("scroll.css");
@import url("tables.css");
@import url("teasers.css");
@import url("text.css");
@import url("text_g.css");
@import url("text_header_g.css");
@import url("toolbox.css");

/* ================== CSS Document ================== */
body {
	background-color: 	#ffffff;
/*	background-image: 	url("../img/background/background.gif");*/
	font-family: 		arial, helvetica, sans-serif;
	font-weight: 		normal;
	color:				#000000;
	font-size:			12px;
	line-height:		16px;
	margin: 			0px 0px 0px 0px;
}

p {
	line-height:		17px;
	margin:				0 0 3px 0;
	padding:			0;
}

B {
	font-weight: 		bold;
	color:				#000000;
}

B.white {
	font-weight: 		bold;
	color:				#FFFFFF;
}

B.H2 {
	font-weight:		bold;
	font-size:			14px;
	line-height:		16px;
}

.black
{
	color:				#000000;
}

td {
	text-align:			left;
	vertical-align:		top;
	padding: 			0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;
	font-size:			12px;
	line-height:		17px;
}

th {
	font-weight:		bold;
	font-size:			12px;
	text-align:			left;
	color:				#000000;
}

.small {
	font-size:			11px;
}

.border {
	border:				solid 1px #D0D0D0;
	padding-left:		10px;
	padding-top:		2px;	
}

table.padding {
	text-align:			left;
	vertical-align:		top;
	padding: 			3px 3px 3px 3px;
	font-size:			12px;
	line-height:		17px;
}

.border_bottom {
	border-bottom:		solid 1px #D0D0D0;
}

.border_left {
	border-left: 		solid 1px #D0D0D0;
	}

.border_grey {
	background: 		url("../img/icon/border_grey.gif") repeat-y;
	text-align: 		center;
}
	
.Header {
	font-weight:		normal;
	font-size:			24px;
	line-height:		auto;
	color:				#ff9900;
	margin:				0 0 9px 0;
	padding:			0;
	padding-bottom: 	8px;
	vertical-align:		top;
}

	
H1{
	font-weight:		normal;
	font-size:			18px;
	line-height:		20px;
	color:				#ff9900;
	margin:				0 0 9px 0;
	padding:			0;
/*	vertical-align:		top;*/
}

span.star {
	font-size:			14px;
	line-height:		17px;
	color:				#ff9900;
	font-weight:		bold;
}

H2{	
	font-weight:		bold;
	font-size:			14px;
	line-height:		16px;
	margin:				0 0 4px 0;
	padding:			0;	
/*	vertical-align:		top;*/
}

.tf{	
	margin:				4px 0px 8px 4px;
	padding:			0;	
	vertical-align:		middle;
}

H3{	
	font-weight:		bold;
	font-size:			12px;
	line-height:		17px;
	margin:				0 0 3px 0;
	padding:			0;
	vertical-align:		top;
}
	
H3.grey{	
	font-weight:		bold;
	font-size:			12px;
	line-height:		17px;
	color:				#4B4B4B;
	margin:				0 0 3px 0;
	padding:			0;
	vertical-align:		top;
}
		
H5{
	font-weight:		bold;
	font-size:			16px;
	line-height:		18px;
	color:				#ff9900;
	margin:				0 0 4px 0;
	padding:			0;
	vertical-align:		top;
}

.orange{
	color:				#ff9900;
}

.red{
	color:				#963232;
}

a.red{
	color:				#963232;
}

#red{
	color:				#963232;
}

/* ================== SUBR FLyttad från "break.css" Styr över hela sidans placering ================== */
.margin_left_0 
{
	margin: 			0px 0px 0px 0px;
}

.margin_left_20 
{
	margin: 			0px 0px 0px 20px;
}

.margin_left_10 
{
	margin: 			0px 0px 0px 10px;
}

/* ================== SUBR Flyttad från "lists.css". Styr över alla avdelade linjer ================== */

img.list_divider_grey 
{
	margin: 			5px 0px 5px 0px;
}

img.list_divider_grey_2
{
	margin: 			2px 0px 2px 0px;
}

img.list_divider_grey_10 
{
	margin: 			10px 0px 5px 0px;
}


/* ================== STARSKY Länk med Ikon - OnMouseOver ================== */

A
{
	color:				#135ba6;
	text-decoration:	none;
}

A.hover
{
	color:				#3ea345;
	text-decoration:	underline
}

a.ALinkWithIcon
{
	padding:			0px 0px 0px 15px 	/* bottom, right, top, left*/;
	background:			url("../img/icon/arrow_pos_white_s_n.gif") no-repeat 0px 1px;
	color:				#135ba6;
	text-decoration:	none;
}

a.ALinkWithIcon:hover
{
	background:			url("../img/icon/arrow_pos_white_s_o.gif") no-repeat 0px 1px;
	color:				#3ea345 /* 135ba6 */;
	text-decoration:	underline;
}

a.ALinkWithIcon:active
{
	background:			url("../img/icon/arrow_pos_white_s_a.gif") no-repeat 0px 1px;
	color:				#ff9900;
	text-decoration:	none;
}


/* ================== SUBR Skicka med Ikon - OnMouseOver ================== */
a.ASendWithIcon 
{
	padding:			0px 0px 0px 15px;
	background:			url("../img/icon/send_pos_white_s_n.gif") no-repeat 0px 1px;
	color:				#135ba6;
	text-decoration:	none;
}

a.ASendWithIcon:hover 
{
	background:			url("../img/icon/send_pos_white_s_o.gif") no-repeat 0px 1px;
	color:				#3ea345;
	text-decoration:	underline;
}

a.ASendWithIcon:active 
{
	background:			url("../img/icon/send_pos_white_s_a.gif") no-repeat 0px 1px;
	color:				#ff9900;
	text-decoration:	none;
}

/* ================== SUBR People Ikon ================== */
.PeopleWithIcon 
{
	padding:			0px 0px 0px 15px;
	background:			url("../img/icon/people.gif") no-repeat 0px 1px;
	text-decoration:	none;
}
