/* ------------------------------------------------------------ */																/*
/* VERSION: 1.0													*/		
/* LAST EDITION: 14.3.2006										*/
/* EDITED BY: JB6514											*/
/*																*/
/* This stylesheet contains styling as stated in the design     /*
/* manual to the JF2G project.									*/
/* ------------------------------------------------------------ */
/* ### GENEREL DEFINITION START ###

DESCRIPTION:
Generel style that is inherited by all elements

EXAMPLE: N/A
SYNTAX TO FOLLOW: N/A
*/

html, body {
	font-size: 11px; 
	font-family: Verdana, "Trebuchet MS", Arial, "Times New Roman", Sans-serif;
}


/* ### GENEREL DEFINITION END ###


/* ### TABSHEETHEADLINE START ###

DESCRIPTION:
Style for the tabsheetheadline that consists of a line with a 
square purple block aligned left

EXAMPLE: 
 ___________
|           |
|   TEST    |
|___________|__________________________________

SYNTAX TO FOLLOW:

<div class="divTabsheetHeadline">
	<div>
		<span>THIS IS TEXT IN PURPLE SQUARE</span>
	</div>	
		This is text to be surrounded by the line that
		the purple box rests on
	
</div>
*/
.divTabsheetHeadline
{
	padding-top: 20px;
}
.divTabsheetHeadline div
{
	border-bottom: 1px #000000 solid;
	margin-bottom: 5px;
}
.divTabsheetHeadline div span
{
	background-color: #D1DE3A;
	padding: 5px 10px 5px 10px;
	position: relative; 
	top: -8px;
	color: #000000;
	font-weight: bold;
	height: 18px;
	border: 1px solid #000000;
}
*html .divTabsheetHeadline div span {top: -7px;	}

/* ### TABSHEETHEADLINE END ###
/* ### SIMPLETABLE START ###

DESCRIPTION:
Style the simple table element which consists of even and odd row colors

EXAMPLE: 
 
 ____________ ____________
|            |            |
|  HEADER    |  HEADER    |
|____________|____________|
|            |            |
|  ODD ROW   |   ODD ROW  |
|____________|____________|
|            |            |
|  EVEN ROW  |   EVEN ROW |
|____________|____________|
           

SYNTAX TO FOLLOW:

<table class="simpleTable">
	<thead>
		<tr>
			<th>Overskrift 1</th>
			<th>Overskrift 2</th>
		</tr>
	<thead>
	<tbody>
		<tr class="odd">
			<td>celleindhold</td>
			<td>celleindhold</td>
		<tr>
		<tr class="even">
			<td>celleindhold</td>
			<td>celleindhold</td>
		</tr>
	</tbody>
</table>
*/
.simpleTable
{
	margin-top: 10px;
	border-bottom: 1px solid #F3F0F3;
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}
.simpleTable td
{
	padding: 4px;
}
.simpleTable th
{
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	background-color: #E0E0E0;
}
.simpleTable .odd
{
	background-color: #F3F0F3;
}
.simpleTable .even
{
	background-color: #FFFFFF;
}

/*//////////////////////////////////////////////////////*/
/*														*/  
/*  Stylesheet for the different linktypes				*/
/*														*/
/*														*/
/*														*/	
/*//////////////////////////////////////////////////////*/

/*Generel link type*/


a:link
{
	color: #CF0000;
    text-decoration: none;
}

a:visited
{
	color: #CF0000;
    text-decoration: none;
}

a:hover
{
	color: #CF0000;
    text-decoration: underline;
}

a:active
{
	color: #CF0000;
    text-decoration: none;
}

/*ACTION LINKS*/
a.actionLink {
	color: #CF0000 !important;
	font-weight: bold;
	text-decoration: none;
}

a.actionLink:hover {
	text-decoration: underline;
}

/*ACTION BUTTON*/
.actionButton
{
	font-size: 11px;
	background-color: #CF0000;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	height: 18px;
	text-align: center;
	cursor: hand;
}

/* ### TABSHEET START ###

DESCRIPTION:
Style for the tabsheetheadline that consists of a line with a 
x tabs which are links to different documents.

EXAMPLE: 
 ___________   __________________   ______
|           | |                  | |      |
|   TEST    | |  DET ER EN TEST  | |  OK  |
|___________|_|__________________|_|______|

SYNTAX TO FOLLOW:

<div class="tabSheet">
	<a href="#">Jeg er et punkt</a>
	<a class="selected" href="#">Jeg er et valgt punkt</a>
	<a href="#">Jeg er også bare et punkt</a>
</div>
*/
.tabSheet {
	padding: 10px 0px 0px 0px;
	display: inline;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	border-bottom: 1px #000000 solid;
}

.tabSheet a {
  font-weight: bold;
  display: block;
  float: left;
  clear: none;
  height: 15px;
  color: #000000;
  text-decoration: none; 
  background: #FFFFFF; 
  border: 1px solid #000000;
  text-align:center; 
  padding: 3px 10px;
  margin: 0px 2px 0px 0px;
  position: relative; 
  top: 1px;
}

.tabSheet a.selected {
  color: #000000;
  background-color: #D1DE39;
  height: 18px;
  position: relative;
  top: -2px;
}

.tabSheet a:last-child {
	/* Undertrykker højremargen for sidste faneblad, hvilket resulterer
	   i at bundstregen stopper umiddelbart efter fanebladets slutning
	   i stedet for den normale margin-right senere (2px) 
	   Virker ikke i IE 6 (men sikkert i IE7+) */
  margin-right: 0px;
}

/* ### TABSHEET END ### */


/* ### NETBANKPOPUP START ###

DESCRIPTION:
Style for the popup that is displayed when a user is redirected from
jyskenetbank.dk and to either jyskebank.dk or jbpb.com
EXAMPLE: 
 _________________________________________
|                                         |
|   Meddelelse                          X |
|_________________________________________|
|                                         |
|   Du er nu logget af netbanken          |
|                               ______    |
|                              |  OK  |   |
|                              |______|   |
|_________________________________________|        
SYNTAX TO FOLLOW:

<div class="tabSheet">
	<a href="#">Jeg er et punkt</a>
	<a class="selected" href="#">Jeg er et valgt punkt</a>
	<a href="#">Jeg er også bare et punkt</a>
</div>
*/
.NetbankPopupContainer {
	width: 100%;
	position: absolute; 
	top: 250px; 
	z-index: 500; 
	left: 0px; 
	text-align: center;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	background-color: transparent;
}

.NetbankPopup {
	width: 300px;
	height: 110px; 
	text-align: left; 
	padding: 0px;
	margin: 0px auto 0px auto;
}

.NetbankPopup h1 {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 3px 10px;

	height: 17px;
	width: 290px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
}

.NetbankPopup p {
	font-family: "trebuchet ms";
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	width: 290px;
	text-align: left;
	margin: 20px 0px 0px 10px;
}

.NetbankPopup div {
	height: 5px;
}

.NetbankPopup .actionButton {
	margin: 20px 0px 0px 230px;
}

.NetbankPopupDansk {
	background-color: #D1DE39;
	border-bottom: 10px solid #CCD843;
}

.NetbankPopupDansk h1 {
	background-color: #CCD843;
}

.NetbankPopupEngelsk {
	background-color: #FE9900;
	border-bottom: 10px solid #F59A10;	
}

.NetbankPopupEngelsk h1 {
	background-color: #F59A10;
}

/* ### APPPOPUP START ###

DESCRIPTION:
Style for popups used in Ajax enabled applications for displaying 
status messages and results
EXAMPLE: 
 _________________________________________
|                                         |
|   Meddelelse                          X |
|_________________________________________|
|                                         |
|   Du er nu logget af netbanken          |
|                               ______    |
|                              |  OK  |   |
|                              |______|   |
|_________________________________________|        
SYNTAX TO FOLLOW:
*/

.AppPopupBackground {
	width: 100%;
	position: absolute; 
	top: 0px; 
	z-index: 400; 
	left: 0px; 
	text-align: center;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background-color: #FFFFFF;
}

.AppPopupContainer {
	width: 100%;
	top: 180px; 
	left: 0px; 	
	position: absolute; 
	z-index: 500; 
	text-align: center;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	background-color: transparent;
}

.AppPopup {
	width: 415px;
	height: 100px; 
	text-align: left; 
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #D1DE39;
	border-bottom: 10px solid #CCD843;	
	overflow: auto;
}

.AppPopup h1 {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 3px 10px;
	height: 17px;
	width: 405px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #CCD843;
}

.AppPopup p {
	width: 375px;
	text-align: left;
	margin: 20px 0px 0px 10px;
}

.AppPopup div {
	height: 5px;
}

.AppPopup .actionButton {
	margin: 20px 0px 0px 10px;
}


/* ---------------------------------------------------------------------------------------------------------- */
/*                                             General Tag definitions                                        */
/* ---------------------------------------------------------------------------------------------------------- */
html, body {
	width: 100%; 
	height: 100%; 
	font-size: 11px; 
	margin: 0px; 
	padding: 0px; 
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, "Trebuchet MS", Arial, "Times New Roman", Sans-serif;
}

body, h2, h3, h4, h5, h6, td, th, caption, p, pre, pan, code, div, object, label, fieldset, legend, button, input, select, textarea, optgroup, option, a, ul, ol, li, dd, dt {
	font-family: Verdana, "Trebuchet MS", Arial, "Times New Roman", Sans-serif;
	font-size: 11px;
}
h1 {
	line-height: 20px; 
	font-size: 20px; 
	font-weight: bold; 
	font-family: "trebuchet MS"; 
	margin: 0px 0px 21px 0px;
	padding: 0px; 
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 7px 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 7px 0px;
}
h5, h5 a {
	font-family: "Trebuchet MS", Arial, "Times New Roman", Sans-serif;
	font-size: 15px;
	margin: 13px 0px 5px 0px;
	color: #000000;
	line-height: 17px;
}

h6, h6 a {
	font-family: "Trebuchet MS", Arial, "Times New Roman", Sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px; 
	color: #000000;
	position: relative; 
	top: -5px;
}

p {
  margin: 0px 0px 5px 0px;
}

ul {padding: 0px; margin: 0px 0px 7px 15px;}
ul ul { list-style-type: square; margin: 0px 0px 0px 15px;}
ol {padding: 0px; margin: 0px 0px 7px 28px;}

fieldset {margin: 0px; padding: 0px; border: 0px;}

/* ------------------------------------------------------------ */																/*
/* VERSION: 1.0													*/		
/* LAST EDITION: 14.3.2006										*/
/* EDITED BY: JB6514											*/
/*																*/
/* This stylesheet contains stylesheetfor the general areas		*/
/* leftMenu, content and context.								*/
/* 																*/
/* ------------------------------------------------------------ */

#tblGlobalTable
{
	border: 0px solid #000000;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	height: 200px;
	width: 780px;
}
 
/* Tabelcelle der rummer leftmenu*/
#tdLeftMenu
{
	background-color: #666666;
	border-left: 10px solid #D1DE39;
	vertical-align: top;
	padding-top: 8px;
}

#divLeftMenu {
	width: 155px;
}

.tdLeftMenu {
	background-color: #666666;
	border-left: 10px solid #D1DE39;
}

#tdContent
{
	vertical-align: top;
	border-top: 10px solid #1d7452;
	padding: 0px;
}
#divContentMargin {
	margin-left: 15px;
	margin-top: 18px;
	margin-right: 10px;
}
#divContent {
	padding: 0px;
	margin: 0px;
}
#divContent p a, table.visible a, table.TableStandard a, table.borderno a, #divContent li a {text-decoration: underline;}


#tdContext
{
	border-top: 10px solid #1d7452;
	vertical-align: top;
	background-color: #F3F0F3;
	width: 170px;
	font-size: 10px;		
	padding: 0px 0px 0px 10px;
}
td.tdContext {background-color: #F3F0F3;}

#tdContext table {padding: 0px; margin: 0px; border-collapse: collapse;}
#tdContext table.Box {font-size: 10px; width: 170px;}
#tdContext a {color: #000000; font-size: 10px; padding: 0px 0px 0px 0px; margin-bottom: 5px; display: block;}
#tdContext td {font-size: 10px; padding: 0px 0px 0px 0px;}
#tdContext a:hover {color: #CF0000;}
#tdContext .BoxHeadline, #tdContext .boxHeadline, #tdContext .Headline {font-weight: bold; font-size: 10px; padding-top: 30px; padding-bottom: 7px;}
#tdContext form label {font-size: 10px;}
#tdContext .imgLinkTrekant {position: relative; top: -2px; left: -3px; margin-top: 0px;}
#tdContext p {font-size: 10px;}
* html #tdContext .imgLinkTrekant {position: relative; top: -3px; left: -2px; margin-top: 0px;}

.MailServiceButton {padding: 0px; width: 25px;}


/*Øverste række i den globale tabel*/
#FJERNtrTopRow {height: 137px;}

/* BANNER - 100%-width area for banner graphic */
#divBanner {height: 100px;}
#tblBanner {width: 100%; height: 100px;}
#tdBanner {vertical-align: bottom; text-align: left; padding-bottom: 10px;}


#tdFooter {vertical-align: bottom; height: 20px; padding-left: 15px; padding-top: 30px;}
#divFooter {color: #666666; margin: 0px; padding: 0px 0px 20px 0px; font-size: 10px;}
#divFooter a {color: #CF0000; margin-left: 10px; padding-right: 0px; font-weight: bold; font-size: 10px;}
#divFooter .onlyOnPrint {display: none;}
#tblFooter td {padding-right: 20px;}

/*##############################################################*/

/*LOGO div - Tjek om den skal ligge her*/
DIV.TopPrintDiv {
	display: none;
}

.tblMenuList14 td a {font-weight: bold; text-decoration: underline;}
.tblMenuList14 img {float: left; border: 1px solid #000000; margin-right: 15px; position: relative; top: 2px;}
.tblMenuList14 p {}
.tblMenuList14 .tdHeadline {padding-top: 20px;}

.tblMenuList16 img {border: 1px solid #000000; position: relative; top: 8px; margin-right: 10px;}

.tblMenuList13 a {font-weight: bold;}
.tblMenuList13 img {width: 70px; height: 70px; border: 1px solid #000000; margin-right: 5px; margin-left: 10px; margin-top: 8px;}
.tblMenuList13 p {width: 220px;}
.tblMenuList13 div {text-align: left; height: 110px; margin-right: 10px;}

.imgPrintLogo {display: none;}
.HeadlineBig, .headlineBig {line-height: 20px; font-size: 20px; font-weight: bold; font-family: "trebuchet MS"; margin-bottom: 16px; }
.Image {border: 1px solid #000000;}
.spnJyskeNetBank {font-weight: bold; color: #CF0000; position: relative; top: -1px; left: 7px; font-size: 11px;}
.AnsvarsDiv {display: none;}

.imageText
{
	font-size: 9px;
	color: #666666;
	text-align: left;
	padding-bottom: 3px;
}

.tdMenu {width: 640px;}

.tdGrayBackground {background-color: #F3F0F3; padding: 5px; border: 0px solid #000000; width: 400px;}
.tdLogo {background-color: #1D7452; width: 130px; text-align: center; height: 49px;}
.tdLogo img {position: relative; top: 4px; border: 0px solid #000000;}

.tdBottomLine 
{
	background-color: #666666; 
	height: 30px; 
	color: #CFCFCF; 
	padding-left: 20px; 
	font-size: 10px; 
	border-top: 1px solid #FFFFFF;
	vertical-align: middle;
}
.tdBottomLine a:link, .tdBottomLine a:visited, .tdBottomLine a:hover, .tdBottomLine a:active {color: #FFFFFF; padding-right: 20px; font-size: 10px;}
/* GENERAL POSITIONING */

.AlignLeft {
	text-align: left;
}

.AlignRight {
	text-align: right;
}
.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}


#divSearchField
{
	width: 144px;
	height: 40px;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}

#divSearchField form{
    margin: 0px;
    padding-left: 10px;
}

#divSearchField fieldset {
    padding: 0px; 
    margin: 0px; 
    border: none;
    height: 20px;
}
#divSearchField input.Text {
    width: 85px; 
    color: #666666; 
    height: 17px;
    display: block;
    float: left;
    margin: 0px;
    padding-top: 1px; 
    padding-bottom: 0px; 
    padding-left: 1px; 
    line-height: 14px;
   
}


#divSearchField label {display: inline;}

#divSearchField input.inpButton {
    padding: 0px; 
    margin: 0px; 
    width: 38px; 
    color: #FFFFFF; 
    height: 20px;
}

/* Genrelle indstillinger for knapper og input tekstfelter */
input.Image, input.File, input.Text, input.Checkbox {border: 1px solid #000000; height: 14px; font-size: 11px;}
input.inpButton, input.Button, input.button, input.Submit, input.Reset, input.Password, #submit1 {font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #CF0000; height: 18px; border: 1px solid #000000; cursor: hand;}
textarea {border: 1px solid #000000;}

/* ---------------------------------------------------------------------------------------------------------- */
/*                                             General Form Tag definitions                                   */
/* ---------------------------------------------------------------------------------------------------------- */


.formContainer {
	border: 0px solid black;
	width: 584px;
}

.formFieldContainer td, .formButtonContainer td {
	border-bottom: 5px solid #ffffff;
	border-top: 5px solid #ffffff;
}

.formSectionDivider hr {
	border: 0px;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 100%;
}


/* centers text-links and creates padding to the right */
.formButtonContainer {
	text-align:right;
}
.formButtonContainer a.Text {
  padding: 2px 20px 2px 0px;
}
/* FORM MAIN VARIABLE CONTENT excluding menus, tabs, ... */
.searchElementContainer {
	clear: left;
	float: left;
  margin-bottom: 10px;
  vertical-align: top;
	white-space: nowrap;
}

/* ---------------------------------------------------------------------------------------------------------- */
/*                                      General Table definitions                                             */
/* ---------------------------------------------------------------------------------------------------------- */


table {
border: 0px solid #000000;
}

.TableStandard,.visible {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 100%;
	border-collapse: separate;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-spacing: 1px;
}
* html .TableStandard {border-collapse: collapse;}
* html .visible {border-collapse: collapse;}
.TableStandard thead td, .visible thead td, .TableStandard thead th, .visible thead th, .visible th {
	font-weight: normal;
	text-align: left;
	background-color: #E0E0E0;
	font-weight: bold;
	font-size: 11px;
	border: 0px solid #FFFFFF;	
	padding: 4px;
}
.TableStandard td, .visible td {
	padding: 4px;
	vertical-align: top;
	background-color: #F3F0F3;
}
* html .TableStandard td {border: 1px solid #FFFFFF;}
* html .visible td {border: 1px solid #FFFFFF;}

.borderNo, .TableStandard .borderNo {
	border: 0px solid #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	
}
.borderNo td, .TableStandard .borderNo td {
  vertical-align: top;
  padding: 0px;
}
.TableStandard .borderNo td {
	border-color: #F3F0F3;
}

/*checkbox hack til at rykke lidt rundt på checkboxe i borderless tabeller, */
.borderNo td input, , .TableStandard .borderNo td input {
	position: relative;
	top: -3px;  
}

/*Zone komponent der giver mulighed for at kontakte din personligerådgiver*/
.divComponentKontaktRaadgiver
{
  padding-right: 0px;
  border: 0px solid #000000;
}

.divComponentKontaktRaadgiver img {
  border: 1px solid #000000;
  margin-right: 5px;
  /*position: relative;
  top: 2px;*/
}

.divComponentKontaktRaadgiver table {
  width: 162px;
  word-wrap: wrap;
  table-layout: fixed;
  overflow: hidden;
}

.divComponentKontaktRaadgiver td {
  vertical-align: top;
}

.divComponentKontaktRaadgiver a {
  display: inline !important;
  margin: 0px;
}

/*Zone komponent der viser gemte beregninger*/
.divComponentGemteBeregninger
{
  border: 0px solid #000000;
}

.divComponentGemteBeregninger td
{
  vertical-align: top;
}

.divComponentGemteBeregninger span {
	position: relative;
	top: -6px;
}

/* Rummer både 1st og 2nd level menuerne*/
#divTopMenu
{
	border-left: 10px solid #D1DE39;
	background-color: #666666;
	font-size: 10px;
	width: 770px;
	height: 49px;
}

/* element der rummer sidens menu i 1. niveau */
#divMenu1stLevel
{
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
#divMenu1stLevel a:hover {text-decoration: underline;}
#divMenu1stLevel a {display: block; float: left; color: #FFFFFF; margin-right: 18px; font-size: 10px; text-decoration: none;}
#divMenu1stLevel a.selected {color: #D1DE39;}

/* element der rummer sidens menu i 2. niveau */
#divMenu2ndLevel
{
	border: 0px solid #000000;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	height: 11px;
}
#divMenu2ndLevel td {text-align: left; padding-right: 18px;}
#divMenu2ndLevel a {color: #FFFFFF; font-size: 10px;}
#divMenu2ndLevel a:hover {text-decoration: underline;}
#divMenu2ndLevel a.selected {color: #D1DE39;}

#ulMenu3rdLevel
{
	color: #FFFFFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#ulMenu3rdLevel li {padding: 0px; margin: 10px 0px 20px 10px;}
#ulMenu3rdLevel a {color: #FFFFFF; font-weight: bold; font-size: 10px;}
#ulMenu3rdLevel a:hover {text-decoration: underline;}
#ulMenu3rdLevel li.selected 
{
	color: #000000;
	background-color: #D1DE39;
	padding: 10px 0px 10px 10px; 
	margin: 0px;
}
#ulMenu3rdLevel li.forside
{	color: #D1DE39;
	padding: 10px 0px 10px 10px; 
	margin: 150px 0px 0px 0px;
}
#ulMenu3rdLevel li.selected a {color: #000000;;}
#ulMenu3rdLevel li.forside a.forside {color: #D1DE39;}

#ulMenu3rdLevel li.subitems{
	margin: 0px;
	padding: 1px 0px 10px 0px;
	background-color: #D1DE39;
}

#ulMenu4thLevel
{
	background-color: #D1DE39;
	color: #FFFFFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#ulMenu4thLevel li {
	background-color: #D1DE39;
	padding: 5px 0px 5px 10px; 
	margin: 0px; 
	color: #FFFFFF;		
}
#ulMenu4thLevel li a {color: #666666; font-weight: normal;}
#ulMenu4thLevel li a:hover {text-decoration: underline;}
#ulMenu4thLevel li a.selected {color: #000000;}

/* ul liste med roed trekant som bullet */

ul.redArrowList {
	padding: 0; margin: 0 10px 0 0;
}
ul.redArrowList li {
	list-style-type: none;
	padding: 0 0 5px 10px;
	background: url(../images/rdpil.png);
	background-repeat: no-repeat;
}

.rss-table{
	width:100%;
}

.rss-headline{
	background-color:#E0E0E0!important;
	font-weight:bold;
}

.rss-headline a{
	color:#000000;
}

.rss-description{
	margin-top:3px;
}

.rss-headline-component{
	
}

.rss-headline-component a{
	color:#000;
}

	
#share_buttons_container{
	position:relative;
	display:inline;
}

#share_buttons_link{
	display:inline;
	width:20px;
}

#share_buttons {
	display:none;
	min-width:330px;
	padding:5px;
	padding-right:0px;
	position:absolute;
	top:-34px;
	left:8px;
	background-color:#F3F0F3;
	border:1px solid #aaa;
}


#share_buttons_google {
	display:inline;
	float:left;
}



#___plusone_0{
	width:85px!important;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
display: none !important;}


#share_buttons_facebook{

	display:inline;
	float:left;
	
}


