﻿/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 0.88em/1.5 Tahoma, Arial, Verdana, sans-serif;
	margin:0px;
	color:#333333;
	background-image:url(../images/background2.gif);
	background-repeat:repeat-x;
	background-color:#f1f1f1;
}
a
{   text-decoration:none;
    color:#333333;
}
a:hover
{   text-decoration:underline;
}
a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
p
{   margin:0px;
    padding:0px;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.8em;
	font-weight:normal;
}
h2 {
	font-size: 1.4em;
	font-weight:normal;
}

h3 {
	font-size: 1.2em;
	font-weight:normal;
	color:#006699;
}

h4 {
	font-size: 1em;
	font-weight:bold;
	
}

h5 {
	font-size: 1em;
	font-weight:bold;
    color:#006699;
}

h6 {
	font-size: 1em;
	font-weight:normal;
    color:#006699;
}


/********** klasser 2013-12-17 **********/
span.farg1
{   font-size:1em;
    font-weight:bold;
    color:#006699;
}
span.farg2
{   font-size:1em;
    font-weight:bold;
    color:red;
}
span.bildtext
{   font-size:0.85em;
}
span.mail
{   padding-left:28px;
    background:url(../images/icon_mail.gif) no-repeat left;
}
span.word
{   padding-left:28px;
    background:url(../images/icon_doc.gif) no-repeat left;
}
span.pdf
{   padding-left:28px;
    background:url(../images/icon_pdf.gif) no-repeat left;
} 
span.xls
{   padding-left:28px;
    background:url(../images/icon_xls.gif) no-repeat left;
}


/** Table formatting 2013-12-17 **/
table td{
    vertical-align:top;
}
table th {
    font-size:inherit;
    font-weight:bold;
}
/** 2014-01-23 Image spacing fix **/
div#contentRight img[style*="right"] {
    margin-left:15px;
    margin-bottom:15px;
}
div#contentRight img[style*="left"] {
    margin-right:15px;
    margin-bottom:15px;
}
/*** Image properties/advanced/border */
#contentRight img { 
    border-color:#000;
    border-style:solid;
    border-width:0px;
    padding:0px;
}

/*******/

/** content styling **/
#contentContainer h2
    {   margin-bottom:10px;
    } 
#contentContainer h3
    {   margin-bottom:10px;
    }   
       
#contentContainer a
{   text-decoration:underline;}    
#contentContainer a:hover
{   color:#0079c2;}

    #contentContainer a.pdf, #contentContainer span.pdf
    {   background:url(../images/icon_pdf.gif) no-repeat;
        padding-left:30px;
    }
    #contentContainer a.doc, #contentContainer span.doc
    {   background:url(../images/icon_doc.gif) no-repeat;
        padding-left:30px;
    }
    #contentContainer a.xls, #contentContainer span.xls
    {   background:url(../images/icon_xls.gif) no-repeat;
        padding-left:30px;
    }
    #contentContainer a.jpg, #contentContainer span.jpg
    {   background:url(../images/icon_jpg.gif) no-repeat;
        padding-left:30px;
    }
    #contentContainer a.gif, #contentContainer span.gif
    {   background:url(../images/icon_gif.gif) no-repeat;
        padding-left:30px;
    }
    #contentContainer a.ppt,  #contentContainer span.ppt
    {   background:url(../images/icon_ppt.gif) no-repeat;
        padding-left:30px;
    }
    #contentContainer a.eps,  #contentContainer span.eps
    {   background:url(../images/icon_eps.gif) no-repeat;
        padding-left:30px;
    }
    #contentContainer a.tif,  #contentContainer span.tif
    {   background:url(../images/icon_tif.gif) no-repeat;
        padding-left:30px;
    }
    #contentContainer a.mail,  #contentContainer span.mail
    {   background:url(../images/icon_mail.gif) no-repeat;
        padding-left:30px;
    }
    #contentContainer a.new,  #contentContainer span.new
    {   background:url(../images/icon_new.gif) no-repeat right;
        padding-right:18px;
    }
#contentContainer p
{   margin-bottom:20px;
    margin-top:10px;
}
#contentContainer table {
    padding:inherit;
}
#contentContainer table td
{   vertical-align:top;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
	margin:0px;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
p
{   margin-top:-10px;
}
/***************************
Global template
***************************/
body, html
{   height:100%;
}

div#wrapper
{	margin-left: auto;
	margin-right: auto;
    width:968px;
    background-image:url(../images/background_f1.gif);
    background-repeat:repeat-y;
}
div#header
{   padding-top:15px;
    min-height:120px;
    background-image:url(../images/background_header968.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#ffffff;
}
    #logo
    {   
    }
    #toolbox
    {   height:100px;
        text-align:right;
        font-size:0.9em;
    }
        #toolbox #toolboxLinks
        {  
        }
        #toolbox #toolboxSearch
        {   margin-top:5px;
            z-index:200;
        }
        #toolbox #toolboxSearch img
        {   padding-left:5px;
            margin-top:0px;
        }
        #toolbox input
        {   width:184px;
            vertical-align:top;
        }
        #toolbox #toolboxFind
        {   margin-top:3px;
        }
        #toolbox select
        {   width:220px;
            overflow:hidden;
            font-family: Tahoma, Arial, Verdana, sans-serif;
            font-size:1em;
	        color:#666666;
	        padding:2px;
	        border:1px solid #e0e0e0;
        }
        #toolbox #toolboxLinks div.facebook
        {   float:left;
            margin-left:130px;
            margin-top:5px;
            width:200px; 
            z-index:-5;
        }
        #toolbox .fb_ltr
        {   
        }
        
        #toolbox #toolboxLinks #translateHolder
        {   float:left;
            width:50px;
            text-align:right;
            z-index:900;
        }
        #toolbox #toolboxLinks #translateHolder span
        {   border:0px solid green;
            margin-top:-10px;
            padding:0px;
        }
       #toolbox #toolboxLinks  #showhidetrigger
        {   color:#ffffff;
        }
       #toolbox #toolboxLinks div.facebook #showhidetarget 
        {   outline:0px solid red;
        }
        
div#content_wrapper
{   background:transparent;
    width:960px;
} 
div#topMenu
{   height:253px;
    margin-left:8px;
    margin-top:0px;
    background-image:url(../images/background_menu1.jpg);
    background-repeat:no-repeat;
}
/********************
    Top Menu
********************/    
    ul#menu
    {   margin:0px;        
        padding:0px;
        clear:both;
    }
    ul#menu li
    {   float:left;
        margin:0px 3px 0px 0px;
    }
    ul#menu li a
    {   float:left;
        width:136px;
        height:40px;
        padding:210px 10px 0px 10px;
        color:#ffffff;
        font-family:Arial,Tahoma,sans Sans-Serif;
        font-weight:bold;
        font-size:1.15em;
        background-image:url(../images/background_topMenu.png);
        background-repeat:no-repeat;
        background-position:bottom;
    }
    ul#menu li a:hover
    {   background-image:url(../images/background_topMenuActive.png);
        background-repeat:no-repeat;
        text-decoration:none;
    }
    
div#content
{   margin-top:5px;
}
div#contentLeft
{  
}
    #contentLeftA
    {   float:left;
    }
    #contentLeftB
    {   float:right;
    }
div#contentRight
{   
}
div#footer
{   height:100px;
    background-image:url(../images/background_footer_f1.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    text-align:center;
    font-size:0.8em;
}
div#footer span
{   position:relative;
    top:75px;
}
/**********************
Startpage boxes
**********************/
/** custom **/
.boxHeaderBlue
{   background: transparent url(../images/bgBlue_right.gif) no-repeat scroll top right; 
    display: block;
    height:50px;
    padding-right:7px;
    clear:both;
} 
.boxHeaderBlue h3, .boxHeaderBlue h4
{       background: transparent url(../images/bgBlue_left.gif) no-repeat; 
        display: block;
        line-height: 50px;
        padding:0px 0px 0px 10px;
        color:#fff;
    } 
    .boxHeaderBlue h4
{       font-size:1em;
        font-weight:normal;
    }
.boxHeaderYellow
{   background: transparent url(../images/bgYellow_right.gif) no-repeat scroll top right; 
    display: block;
    height:50px;
    padding-right:7px;
    clear:both;
} 
.boxHeaderYellow h3, .boxHeaderYellow h4
{       background: transparent url(../images/bgYellow_left.gif) no-repeat; 
        display: block;
        line-height: 50px;
        padding:0px 0px 0px 10px;
        color:#333;
        font-weight:bold;
    } 
div.boxContent
{   display:block;
    padding:10px;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}
div.boxBottomL
{   height:13px;
    width:100%;
    display:block;
    float:left;
    background-image:url(../images/background_boxBottomL.gif);
    background-repeat:no-repeat;
}
div.boxBottomM
{   height:13px;
    width:100%;
    display:block;
    float:left;
    background-image:url(../images/background_boxBottomM.gif);
    background-repeat:no-repeat;
} 
div.boxBottomR
    {   height:13px;
        width:100%;
        display:block;
        float:left;
        background-image:url(../images/background_boxBottomR.gif);
        background-repeat:no-repeat;
    } 
/** end custom **/
div#welcome
{   height:130px;
    background-color:#f0ce78;
    background-image:url(../images/background_welcomeBottom.gif);
    background-repeat:no-repeat;
    background-position:bottom;
}
    div#welcome .top
    {   height:10px;
        background-image:url(../images/background_welcomeTop.gif);
        background-repeat:no-repeat;
    }
    div#welcome h1
    {   margin-bottom:0px;
        margin-top:0px;
    }
    div#welcome span.text
    {   float:left;
        padding-top:6px;
    }
    div#welcome .button
    {   position:relative;
        top:-20px;
        left:550px;
        display:none;
    }
div#login
{   height:auto;
}

    div#login div.content
    {   display:block;
        height:auto;
        font-size:0.9em;
        background-image:url(../images/background_login.gif);
        background-repeat:no-repeat;
        background-position:bottom;
        border-left:1px solid #e0e0e0;
        border-right:1px solid #e0e0e0;
        padding:10px;
    }
    div#login2 div.content
    {   display:block;
        height:auto;
        width:220px;
        font-size:0.9em;
        background:#fff url(../images/background_login.gif) no-repeat bottom;
        border-left:1px solid #e0e0e0;
        border-right:1px solid #e0e0e0;
        padding:10px;
        margin-top:-20px;
    }
div#login #formtable {
    width:auto;
}   
    div#login input
    {   font-family:Tahoma, Arial, Verdana, sans-serif;   
    }
    div#login div.content span
    {   display:block;
        clear:both;
    }
    div#login div.content span.linkIntra
    {   padding-top:15px;
    }
    div#login div.content span.logOut
    {   padding:15px 0px 15px 0px;
    }
    .yvnMembershipError
   {    color:red;
        padding-top:20px;
   }
   div#login table#yvnMembershiptableContent
   { margin-top:-20px;
   }
   div#login table#yvnMembershiptableContent input.yvnMembershipInput
   {    width:180px;
        display:block;
        clear:both;
   }
   div#login .yvnMembershipButton
   {    margin-left:-1px;
        margin-top:10px;
        height:25px;
   }
div#login a.yvnMembershipNormal {
    width:65px;
}
   div#login a.yvnMembershipLink
   {   margin-left:0px; 
       padding:0px; 
       height:25px;
       width:100px;
    }
div#login td.yvnMembershipCookiesMessage {
    font-size:0.95em;
    padding-top:15px;
}
div#balloon
{   z-index:999;
    background-image:url(../images/balloon.png);
    background-repeat:no-repeat;
    width:200px;
    height:130px;
    position:relative;
    top:-20px;
    left:15px;
}
    div#balloon h3
    {   text-align:center;
        padding-top:25px;
        color:#333333;
    }

div#news
{   margin-top:8px;
    clear:both;
} 
div#news a
{   text-decoration:none;
}
div#news a:hover
{   text-decoration:underline;
}
    div.newsContent
    {   display:block;
        border:1px solid #e0e0e0;
        border-top:0px;
        margin-bottom:12px;
        background:#f1f1f1;
        float:left;
    }
    div.newsContent.noimage img
    {   display:none;
    }
        div.newsContent a.linkArcive {
            font-size:0.85em;
            color:#666666;
            float:right;
            padding-right:10px;
        }
    div.newsContent span.footer
    {   display:block;
        width:378px;
        text-align:right;
        padding-right:10px;
        font-size:0.85em;
        background-color:#f1f1f1;
        float:left;
    }
div#freeContainer
{   margin-top:8px;
}    
div#membership
{   margin-top:8px;
    z-index:0;
}
    div#membership .boxContent span
    {   display:block;
        padding-top:8px;
    }
    ul li span.close
    {   float:right;
        display:block;
        margin-right:5px;
    }
div#address
{   margin-top:8px;
}
    div#address .boxContent
    {   font-size:0.85em;
    }
div#veteranenNews
{  margin-top:8px;
    color:#0079c2;
}
    div#veteranenNews table
    {   font-size:0.8em;
    }
    div#veteranenNews table a
    {   font-size:1.2em;
        color:#333333;
    }
div#popularPages
{  margin-top:-15px;
    padding-bottom:10px;
}
   div#popularPages h4
   {    background-image:url(../images/header_popularPages.gif);
        background-repeat:no-repeat;
        height:58px;
        padding-top:8px;
        text-align:center;
   } 
   div#popularPages ul
   {    margin:-20px 0px 0px -20px;
   }
   div#popularPages ul li a
   {    background-image:url(../images/link_dot.gif);
        background-repeat:no-repeat;
        background-position:right;
        padding-right:12px;
   }
#banners,#bannersLeft,#banners2
  { margin-top:12px;
    padding-top:10px;
    overflow:hidden;
  }
  #banners ul li,#bannersLeft ul li, #banners2 ul li
  { margin-left:0px;
    text-align:center;
  }
  
/****************** Find your Association **************/
div#find
{   height:280px;
    background-color:#fff;
    background-image:url(../images/background_find_small.gif);
    background-repeat:repeat-x;
    background-position:bottom;
}
    div#find .map
    {   width:100px;
        height:180px;
        float:left;
        margin:-65px 0px 0px 10px;
    }
    div#find .form
    {   width:150px;
        float:right;
        margin-right:10px;
    } 
    div#find .bottom
    {   height:6px;
        width:100%;
        position:relative;
        top:30px;
        background-image:url(../images/background_findBottom.gif);
        background-repeat:no-repeat;
        float:left;
    } 

#find #sokpnr
{   
}
#find #result
{   position:relative;
    top:-80px;
    float:left;
    z-index:1000;
    margin-left:10px;
}
#find #result ul#sokres
{   float:left;
    width:260px;
    margin-top:2px;
    background-color:#fdf8ec;
    border:0px;
}
#find #result ul#sokres li
{   margin-left:0px;
    padding-bottom:10px;
}
#find #result ul#sokres li span
{   font-size:0.85em;
    padding-left:5px;
}
#find #result ul#sokres li span.name
{   padding-right:7px;
    font-weight:bold;
}
#find #result ul#sokres li span.phone, #find #result ul#sokres li span.mail,
#find #result ul#sokres li span.www
{   display:block;
}
#find #result ul#sokres li span.nr, #find #result ul#sokres li span.co, #find #result ul#sokres li span.address, #find #result ul#sokres li span.zip, #find #result ul#sokres li span.city
{   display:none;
}

/* --------------------- News Flow ---------------------
 * Displays a news flow module with fully clickable links to news items.
 * */

    #news ul
    {   margin-left:-30px;
        margin-bottom:0px;
        font-size:0.95em;
    }
	#news ul li {
		display:block;
        width:378px;
        /*background:#f1f1f1;*/
		border-bottom: 1px solid #e0e0e0;
		color: #333333;
        float:left;
		padding: 10px 10px 6px 10px;
        clear:both;
	}
#news .newsContent ul li {
        width:auto;
}
	#news ul li a 
	{   line-height:1.2em;
	}
    #news ul li a strong {
		display: block;
		font-weight: bold;
		color: #333333;
		margin: 5px 0 0 0;
		}
    #news ul li span.thumbnail{
        float:left;
        margin-right:10px;
    }
    #news ul li span.thumbnail img{
        margin:0px;
        padding:0px;
    }		
	#news ul li a span.date
	{   font-weight: bold;
		color: #0079c2;
		margin: 5px 0 0 0;
	}
	#news ul li a span.headline
	{   font-weight: bold;
		margin: 5px 0 0 5px;
		color:#333333;
	}
	#news ul li a span.ingress {
		display: block;
		margin: 5px 0 10px 0;
		color: #333333;
	}
	#news ul li a span.split{
	    color:#000000;
	    display:none;
    }
    /**** Show News and Show Category News ****/

    #news .newsCategoryContent ul
    {   margin-left:-40px;
        font-size:0.95em;
        width:600px;
    }
    #news .newsCategoryContent ul li
    {   width:580px;
		display: block;
		background: #ffffff;
		border:0px;
		color: #333333;
		padding: 3px 10px 20px 10px;
	}
	.newsShow div.date
	{   display:block;
	
	} 
	.newsShow div.ingress
	{   display:block;
	    font-weight:bold;
	    margin:20px 0px 35px 0px;
	} 
    .newsShow div.text
	{   
	} 
    .newsShow div.image
	{   float:right;
	} 

	#contentContainer #news	  
	{   float:right;
	    padding-bottom:20px;
	}
	#contentContainer #news	ul li
	{   border:0px;
	}

/* --------------------- Calendar ---------------------
 * The event calendar.
 * use class="event" on td items that have events.
 * use class="now" on td items that is the current date/time.
 * use class="offbounds" on td items that aren't enabled, or aren't in this month.
 * */
#calendarContainer
{   border:1px solid #e1e0e0;
}
#calendarContainer ul li
{   background-color:#ffffff;
}
#calendar
{   margin-top:-10px;
}
#calendar table {
	width: 100%;
	background: #faf9f9;
	text-align: center;
	margin-top:10px;
}
	#calendar table thead{
		background: url(../images/background_calendarHeader.gif) repeat-x;
		font-size: 14px;
		line-height: 2em;
		font-weight: normal;
		text-indent: 5px;
		text-align: center;
		border-bottom: 1px solid #e1e0e0;
	}
	#calendar table tfoot {
		font-size: 11px;
		background: #e0e1e2;
		line-height: 2em;
		font-weight: normal;
		text-indent: 5px;
		text-align: center;
		border: 1px solid #e1e0e0;
	}
	#calendar table tr td.next a,
	#calendar table tr td.previous a {
		display: block;
		width: 100%;
		height: 24px;
		text-indent: -10000px;
		background: transparent url('../images/arrow-black.png') no-repeat center center;
	}
	#calendar table tr td.previous a {
		background: transparent url('../images/arrowb-black.png') no-repeat center center;
	}
	#calendar table thead tr.days td {
		width: 14.28%;
		background: #e0e6e9;
		border: 1px solid #e1e0e0;
	}
	#calendar table tbody tr td {
		font-size: 14px;
		line-height: 2em;
		border: 1px solid #e1e0e0;
		color: #666;
	}
		#calendar table tbody tr td.event a {
			display: block;
			text-decoration: underline;
			font-weight: bold;
		}
		#calendar table tbody tr td.now {
			background: #fbdbdd;
			color: #be3143;
			font-weight: bold;
		}
		#calendar table tbody tr td.offbounds {
			color: #bab9b9;
		}
		#calendar ul li span.nodata
		{   height:50px;
		    display:block;
		    line-height:2em;
		    font-size:1.5em;
		    margin-left:5px;
		    border:0px solid #000000;
		    }

/* --------------------- Calendar Events ---------------------
 * Under the calendar the current events are shown.
 * */
    #calendar h2 {
		height: 24px;
		background: #dad7d7;
		color: #4c4c4c;
		font-size: 1.2em;
		line-height: 2em;
		font-weight: bold;
		text-indent: 5px;
	}
	#calendar ul, .column ul {
		background: #f9f9f9;
		margin: 0 0 10px 0;
		float:left;
		width:100%;
		border:0px solid #000000;
	}
		#calendar ul li, .column ul li
		{   margin-left:0px;
		}
		#calendar ul li a, .column ul li a {
			display: block;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			color: #736e6e;
			height:100%;
			line-height: 1.4em;
			padding: 5px 0 5px 10px;
		}
		#calendar ul li a:hover, .column ul li a:hover
		{   text-decoration:underline;
		    }
			#calendar ul li a em, .column ul li a em {
				display: block;
				text-transform: uppercase;
			}
			#calendar ul li a strong, .column ul li a strong {
				display: block;
				font-size: 1.2em;
				line-height: 1.4em;
				font-weight: bold;
				color: #3e3e3e;
			}
			
			#calendar ul li a span.date, .column ul li a span.date
			{   font-size: 0.9em;
		        line-height: 1.4em;
		        font-weight: bold;
		        color: #0079c2;
		        margin: 5px 0 0 0;
	        }
	        #calendar ul li a span.headline, .column ul li a span.headline {
		        font-size: 0.9em;
		        line-height: 1.4em;
		        font-weight: bold;
		        color: #3e3e3e;
		        margin: 5px 0 0 10px;
	        }
	        #calendar ul li a span.ingress, .column ul li a span.ingress {
		        font-size: 0.9em;
		        line-height: 1.2em;
		        display: block;
		        margin: 0px 0 0 0;
	        }
	        #calendar ul li a span.link, .column ul li a span.link {
		        font-size: 0.9em;
		        display: block;
		        color: #333333;
		        margin: 0px 0 0 0;
		        display:none;
	        }
	        #calendar ul li a span.split, .column ul li a span.split{
	            color: #000000;
	            display:none;
            }
/*** Events show ****/
.eventShow {
}
.eventShow span.date
	{   display:block;
	    width:100%;
	} 
	.eventShow span.ingress
	{   display:block;
	    font-weight:bold;
	    margin:20px 0px 35px 0px;
	} 
    .eventShow span.text
	{   
	} 

/*** Calendar channel and News channel ***/


        #wtNewsPageing
        {   display:block;
            height:25px;
            text-align:center;
            margin-top:25px;
            background-color:#f1f1f1;
            float:left;
            width:100%;
        }            
        #wtNewsPageing .active
        {   background-color:#ffb052;
            padding:0px 3px 0px 3px;
        }
        #wtNewsListA ul
        {  float:left;
        }
        #wtNewsListA ul li
        {  background-color:#ffffff;
           border:0px;
           float:left;
           display:block;
        }
         #contentContainer #eventList ul
            {   margin-left:-40px;
                margin-bottom:0px;
                font-size:0.95em;
                list-style-type:none;
            }
	     #contentContainer #eventList ul li {
		        display: block;
		        color: #333333;
		        padding: 3px 10px 10px 10px;
	        }
	     #contentContainer #eventList ul li a 
	        {   line-height:1.2em;
	            text-decoration:none;
	        }
         #contentContainer #eventList ul li a strong {
		        display: block;
		        font-weight: bold;
		        color: #333333;
		        margin: 5px 0 0 0;
		        }		
	     #contentContainer #eventList ul li a span.date
	        {   font-weight: bold;
		        color: #0079c2;
		        margin: 5px 0 0 0;
	        }
	     #contentContainer #eventList ul li a span.headline
	        {   font-weight: bold;
		        margin: 5px 0 0 5px;
		        color:#333333;
	        }
	     #contentContainer #eventList ul li a span.ingress {
		        display: block;
		        margin: 0px 0 0 0;
		        color: #333333;
	        }
	     #contentContainer #eventList ul li a span.split{
	            color:#000000;
	            display:none;
            }        
/*** Newsflow from Meltwater ***/
div#newsFeed    
{   margin-top:8px;
}    
    div#newsFeed  ul
    {   margin:10px 0px 0px -20px;
        font-size:0.85em;
    }
    div#newsFeed  ul li
    {   padding-bottom:10px;
    }
    div#newsFeed .date
    {   color:#0079c2;
        font-weight:bold;
        font-size:0.9em;
    }
    div#newsFeed .split
    {   display:none;
    }
    div#newsFeed .headline
    {   font-weight:bold;
        margin-left:7px;
    }
    div#newsFeed .ingress
    {   display:block;
        clear:both;
    }
    div#newsFeed .source
    {   font-size:0.9em;
        color:#999999;
    }
/****************************************
        Subpages
****************************************/
#contentContainer 
    { float:left;
    }  
#contentContainer ul
{   list-style-type:disc;}              
#contentContainer img
{margin-left:10px;margin-right:10px;}
/**********************
    Submenu
**********************/
    #subMenuHeader
    {   background: transparent url(../images/subMenuBgBlue_right.gif) no-repeat scroll top right; 
        display: block;
        height:50px;
        padding-right:7px;
        overflow:hidden;
        clear:both;
    } 
    #subMenuHeader h3 a
    {       background: transparent url(../images/subMenuBgBlue_left.gif) no-repeat; 
            display: block;
            line-height: 50px;
            padding:0px 0px 0px 10px;
            color:#fff;
        } 
  
  
  #subnav {
	width: 100%;
	float: left;
	margin: 20px 10px 0 0;
	border-top: 1px solid #e5e5e5;
}
	#subnav h2 {
		color: #535353;
		margin: 10px 0 0 10px;
		height: 30px;
		line-height: 2em;
		font-weight: bold;
	}
		/*#subnav h2 span {
			color:#dfe4e7;
			font-size: 2.2em;
			vertical-align: middle;
			margin-right: 10px;
		}*/
	#subnav ul {
		margin-left: -30px;
		border:0px;
	}
	#subnav ul li {
		display: block;
		border-bottom: 1px solid #e5e5e5;
		text-indent: 3%;
		font-weight: normal;
	}

	#subnav ul li a {
		line-height: 2.4em;
		color: #535353;
		font-weight: normal;
		display:block;
		width:100%;
	}
	
	
	#subnav .noChildren {
		font-weight: normal;
	}

	#subnav .children {
		background: url(../images/subMenudot.gif) no-repeat 260px 8px;
		font-weight: normal;
	}

	#subnav .childrenOpen {
		background:#efefef url(../images/subMenudotActive.gif) no-repeat 260px 8px;
		font-weight: normal;
	}
		#subnav .childrenOpen ul
		{   margin:0px;
		    background:#ffffff;
		    padding-top:5px;
		    padding-bottom:5px;
		}
		#subnav .childrenOpen ul li a
		{   background: url(../images/subMenudot2.gif) no-repeat 0px 1px;
		    padding-left:15px;
		    line-height:1.3em;
		}
	#subnav .noSubChildren {
		background: transparent;
		border: 0;
		font-weight: normal;
	}

	#subnav .subChildren {
		background: transparent url(../images/subMenudot.gif) no-repeat 260px 8px;
		border: 0;
		font-weight: normal;
	}

	
	#subnav .subChildrenOpen {
		background: transparent url(../images/subMenudotActive.gif) no-repeat 260px 8px;
		border: 0;
		font-weight: normal;
	}
	#subnav .active{
		font-weight: normal;
		color:#006699;
	}
	#subnav .noChildren .active{
		font-weight: normal;
		color:#006699;
		background-color:#efefef;
	}
/*******************
    Navtrain
*******************/
#navtrain
{   font-size:0.85em;
    color:#666666;
    padding-top:10px;
    padding-bottom:15px;
} 
/******
Print
******/
span#print
{   float:right;
    margin-left:20px;
}
/*******************
    Memberform
*******************/
#theFrame    
{   
}
/*******************
    Benefits 
*******************/
#contentContainer img.squareLogo
{   padding:0px;
    margin:0px;
    float:left;
}
div#benefits
{   
}
div#benefits table
{   width:100%;
    border:0px;
}
div#benefits table td
{   vertical-align:top;
    padding-bottom:20px;
}
div#benefits img
{   float:left;
    margin:0px 20px 0px 0px;
    padding:0px;
    vertical-align:text-top;
}

div#logos
{   display:block;
    clear:both;
    float:left;
}
div#logos p
{   margin:0px;
    padding:0px;
}
  div#logos ul
  { list-style:none;
    padding:0px;
    margin-left:-10px;
  }
  div#logos ul li
  { margin:0px -5px 0px 0px;
    padding:0px;
    width:160px;
    float:left;
  }
/*********************
    SearchResult
*********************/
div#searchResult
{   float:left;
}
div#searchResult ul
{   list-style-type:none;
    margin-left:-30px;
}
div#searchResult ul li
{   width:95%;
    display:block;
    float:left;
    padding-bottom:25px;
}
div#searchResult span.header
{   font-weight:bold;
    float:left;
    display:block;
    float:left;
    width:100%;
    clear:both;
}
div#searchResult span.breadcrumbs
{   display:none;
}
div#searchResult span.date
{   width:100%;
    font-size:0.85em;
    float:left;
    display:block;
    clear:both;
}
div#searchResult span.ingress
{   float:left;
}
div#searchResult span.link
{   margin-top:5px;
    float:left;
    clear:both;
}
div#searchResult p
{   padding-top:30px;
    clear:both;
}
