/* -- Profile finder -- */
tr.datarow
{
	background-color: #F0F0F0;
}
table.searchresults
{
	background-color: #F0F0F0;
}

/* -- Changed pages -- */
td.changedpages
{
	padding-right: 1.5em;
}

/* -- Start page -- */
img.startpageimage
{
	/*padding: 2em;*/
	margin-bottom: 1em;
	width: 100%;
}

/* -- Quick bar -- */
a.quicklink
{
    font-size:0.9em;
    color:#fff;
    text-decoration:none;
}
div.quickbarupperdiv
{
	height: 2.5em;
}
div.quickbardiv
{
    color:#fff;
	width: 100%;
	clear: both;
}
div.quicklinkdiv
{
    padding:0 0.3em 0.3em 0;
}
img.quickbaricon
{
	margin-right: 0.2em;
	height: 1.85em;
}
img.quickbariconseparator
{
	margin-right: 0.2em;
	width: 0.1em;
	height: 1.85em;
}
div.languagecontainer
{
	margin-right: 0.2em;
	margin-left: 1em;
	float: right;	
}
img.languageicon
{
	margin-top: 0.2em;
	margin-left: 0.2em;
	height: 1.5em;
}
span.usernamelabel
{
	margin-top: 0.3em;
	display: block;
	float: right;
}

/* -- Quick search -- */
.quicksearchinput
{
	width: 14em;
	height: 1.45em;
	border: solid 0.1em #9C9A94;
}
input.searchbutton
{
    background-color:#c4e4ce;
    border:solid 1px #808080;
    margin:0.2em 0 0.2em 0;
    width:4em;
}
.searchhelpbutton
{
    width:1.5em;
}
span.searchlabel
{
	font-weight: bold;
	font-size: 1em;
	color: #336;
}
img.quicksearch
{
    margin:0.2em;
    vertical-align:baseline;
    
}
.quicksearchbuttondiv
{
	width:3.5em;
	float:right;
}

/* --------- Left menu ----------- */

div.menuitem,
div.menuitemselected,
div.menuitemexpanded,
div.menuitemchild
{    
    padding:0.5em 0 0.5em 0;
	width: 15em;
	float: left;
	text-align:left;	
}
div.menuitemselected
{
	background-color: #d0e6d1;	
}
div.menuitemexpanded
{
	background-color: #d0e6d1;	
}
div.menuitemchild
{
}

div.menuitem_separator
{
    height:1px;
    clear:both;
    background-color:green;
    border:solid 1px #fff;
    border-width:1px 0 1px 0;
}

/* ------ Top Menu -----*/
.topmenuitemdiv, .topmenuitemselecteddiv
{
    float:left;
    text-align:center;
    height:1.8em;
    padding-top:0.2em;
    margin-left:0.2em;
    /*background-color:#d0e6d0;*/
    background-color:green;
   
   
}

.topmenuitemselecteddiv, .topmenuitemdiv:hover
{	
       background-color:#d0e6d0;
    
}

/* ------ LeftMenu -----*/
.leftmenu
{
	width:15em;
	margin-bottom:1.5em;
}

a.menulink, 
a.menulinkactive, 
a.menulink:hover
{
    padding-left:1em;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

a.menulinkactive
{
 	font-weight: bold;
}

a.menulink:hover
{
}

a.expandedimg
{
    background-image: url(../images/openMenuArrow.gif);
	background-repeat: no-repeat;
	background-position: center left;

}

a.collapsedimg
{
    background-image: url(../images/closedMenuArrow.gif);
	background-repeat: no-repeat;
	background-position: center left;

}

/* ---Calender template items---*/	

div.calendardiv
{
	border-right:solid 1px red;
}

div.monthcalendararea
{
	float: right;
}
div.calendarlistingarea
{
	float: left;
	width: 37em;
	text-align: left;	
}
h1.calendardayheading
{
	font-size: 1.2em;
	color: #333;
	display: inline;
}
table.calendarframe
{
	border-color: #fff;
	background-color: #fff;
}
/* IE 6 does not seem to handle parent-child selectors */
div.monthcalendararea > table
{
	border: solid 0.1em #ffffff;
}
td.calendaritem, tr.calendaritem
{
	height: 2em; 
	width: 2.2em;
	font: normal 1em verdana;
	background-color: #fff; 
	border: solid 0.1em #F0E5CE;
}

td.selecteddatecell 
{
	border: solid 0.2em #95632F;
}
td.datecellothermonth 
{
	background-color: #F0F0F0;
}
td.weekendcell
{
	background-color: #DADADA;
}
td.datecellactive
{
	background-color: #F0E5CE; 
	border: solid 0.2em #95632F;
}	
td.dayweekheader
{
	color: #333;
	border-style: none;
}

/*---Listing headers (Startpage and LeftMenu head)----*/
.startpage_newsheading
{
    padding-top:0.5em;
    font-weight:bold;
    font-size:1.2em;
}

.startpage_newslink
{
    margin:1em 0 1em 0;
    float:left;
}

a.listheading
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333;
	padding-top:0.3em;
	padding-bottom:0.4em;
	display: block;
	text-decoration: none;
}
span.listheading
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	padding-top:0.3em;
	padding-bottom:0.1em;
	display: block;
	text-decoration: none;
}
div.listheadingcontainer
{
	background-color: #F0E5CE;
	display: block;
	width: 100%;
	height: 2.2em;
}
div.listheadingleftcorner
{
	background-image: url(../images/corner_left_titlebar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 0.8em;
	height: 2.2em;
	float: left;
}
div.listheadingrightcorner
{
	background-image: url(../images/corner_right_titlebar.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 0.8em;
	height: 2.2em;
	float: right;
}
a.startnewsHeading
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333;
	display: block;
	text-decoration: none;
}

a.Startnews
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	display: block;
	text-decoration: none;
}

a.StartCalendar
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	display: block;
	text-decoration: none;
}
div.startpageleftnews, div.startpagecalendaritem
{
	margin-top: 0.7em;
	padding-top: 0.3em;
	float:left;
}

div.startpageleftnews p
{
	padding:0;
	margin-top:0.3em;
}

/* --------- BreadCrumb ----------- */
.breadcrumbs
{
    padding:0 1em 1.5em 1em;
}

/* --------- Listings ----------- */
.NewsListingHeader
{
	font-size:1.2em;
	font-weight:600;
	padding: 0 0 0.4em 0;
}
.NewsListingItem
{	
	margin-bottom:0.5em;
	padding:0.5em 0 0.6em 0;
	border-top:solid 1px #eee;
	float:left;
}

a.NewsLink
{
	text-decoration: none;
	font-weight: bold;
}
a.RightListingHeader
{
	width:100%;
	font-size:1.2em;
	font-weight:600;
	padding: 0.4em 0.4em 0 0.2em;
	margin-bottom:0.6em;
	text-decoration: none;
	color: #333333;
}

a.RightListingItem
{
	text-decoration: none;
	display: block;
	padding-left: 0.3em;
	clear: both;
}

a.linklist
{
	text-decoration: none;
}

.datelistingtext
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic;
}
.rssevenrow
{
	background-color:  #ffffff;
	padding: 0.6em 0.4em 0.6em 0em;
}
.rssunevenrow
{
	background-color:#ffffff;
	padding: 0.6em 0.4em 0.6em 0.5em;
}
.rssheaderrow
{
	background-color: #ffffff;
	border-bottom: solid 0.1em #F0E5CE;
}

/* --- Alphanumeric links --- */
.alphalinks_list
{
	padding:1em 0 2em 0;
}

/* ----- Conferance items --- */
div.conferance
{
	width: 100%;
	padding: 0.3em;
}
div.conferancelinkbuttonsarea
{
	margin-top: 0.3em;
	float: right;
}
div.conferanceheader
{
	width: 100%;
}
/*------ Site map items ---*/
table.sitemap
{
	width:100%;
}

div.sitemap
{
	margin:1.5em 0 1.5em 0;
}

tr.sitemapheader td
{
	font-weight: 600;
	padding:0.4em 0.4em 0.4em 0.4em;
	font-size: 1.2em;
}

.minlineheight
{
	line-height:10px;
}

/*----- Password input ---*/
div.passwordfield 
{
	background-color: #dcdace;
	border: solid 0.1em #000;
	width: 21em;
	padding: 0.3em;
}
input.registerfield
{
	width: 20em;
}
/*----- Personal registry Items -----*/
table.DetailedView
{
	background-color: #fff;	
	border-style: solid; 
	border-color: #F0F0F0;	
	border-width: 0.1em;
}
	
table.BackButton
{
	background-color: #F0F0F0;	
	border-style: solid; 
	border-color: #bbb;	
	border-width: 0.1em;
}
	
/*--- Newsgroup ---*/
body.newsgroupitem
{
	padding: 0; 
	margin: 0;
}
div.newsgroupheader
{
	background-color: #ddd;
	border-bottom: solid 0.1em back;
	padding: 0.4em 0;
}
A.newsgroupbarbutton 
{ 
	color: #000; 	
	font-size: 1.1em; 
	font-family: tahoma; 
	font-weight: bold;
	text-decoration: none;
}

/* ---News Groups---*/
TR.NewsgroupRow {
	BACKGROUND-COLOR: #D9C9A8; 
	COLOR: #333333; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 2px}

TR.NewsgroupRowActive{ 
	BACKGROUND-COLOR: #F0E5CE; 
	COLOR: #333333; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold;
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 2px}
	
TD.NewsgroupTableheading { 
	COLOR: #ffffff; 
	FONT-SIZE: 11px;
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold; 
	HEIGHT: 20px;
	PADDING-LEFT: 5px; 
	BACKGROUND: #95632F}

A.NewsgroupBarButton { 
	COLOR: #333333; 	
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold; 
	TEXT-DECORATION: none}

A.NewsgroupBarButton:visited { 
	COLOR: #333333; 	
	FONT-SIZE: 11px; 
	FONT-FAMILY: tahoma; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none}

.NewsgroupBarTitle {
	COLOR: #333333; 
	FONT-SIZE: 12px; 
	FONT-FAMILY:Verdana, arial, tahoma; 
	FONT-WEIGHT:bold;}

.NewsgroupItemMessage {
	FONT-SIZE: 10px; 
	FONT-FAMILY:Verdana, Courier new;
	COLOR: #333333;}

.NewsgroupItemHeading{
	COLOR: #ffffff; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold;}

.NewsgroupItemHeading2{
	COLOR: #ffffff; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma;}	
	
/* ---Document list---*/

.DocumentListBox
{
	border: 1px solid #FFFFFF;
}

.DocumentListItem
{
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.DocumentListItemAlt
{
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.DocumentMainIntro
{
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 3px;
	padding-bottom: 5px;
}

/* ---Document---*/

.DocumentFrameHeader
{
	text-align: left;
	padding: 0.5em 0.5em 0.5em 6em;
}
.DocumentArea
{
	float: left;
	text-align: center;
	width: 100%;
}

.PPTFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 95%;
	height: 45em;
}
.XLSFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 95%;
	height: 52em;

}

.DOCFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 85%;
	height: 62em;
}

A.SelectedPagingItem
{
	font-weight: bold;
}

A.UnselectedPagingItem
{
}

/* ---Tab strip---*/
.tabbackground
{
	background-image:url(../images/Tab/tabrow_background.gif);
	text-align: left; 
	height: 26px; 
	background-position: top; 
	background-repeat: repeat-x;	
}
.tabOuterContainer 
{
	display: inline-block;
}
.tabContainer 
{
	display: block; 
	float: left;
}
.tabActive
{
	font-weight: bold; 
	font-size: 1.1em; 
	z-index: 10; 
	background-image:url(../images/Tab/tab_background_active.gif);
	cursor: hand; 
	padding-top: 6px; 
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x;

}
.tabActiveLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_left_active.gif);
}
.tabActiveRight
{
	width: 7px; 
	position: relative; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_right_active.gif);
}
.tabInactive
{
	font-size: 1.1em; 
	background-image:url(../images/Tab/tab_background.gif);
	cursor: hand; 
	padding-top: 6px;
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x; 
	display: inline;
}
.tabInactiveLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_left.gif);
}
.tabInactiveRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_right.gif);
}
.tabDisabled
{
	font-size: 1.1em; 
	background-image:url(../images/Tab/tab_background.gif);
	color: gray; 
	padding-top: 6px; 
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x;
}
.tabDisabledLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_left.gif);
}
.tabDisabledRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_right.gif);
}
.tabObjectActive
{
	display:block;
	float: left;
	width: 99%;
	text-align: left;
}
.tabObjectInactive
{
	display: none;
}
textarea.EPEdit-inputLongString
{
	width: 90%;
	height: 20em;
}

/* --- linebox --- */
/* following classes are used by EPiServerSite.WebControls.Linebox */
.wc_linebox
{   
    background-image:url(../images/grgrad3.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
    margin-bottom:1.2em;
}

.wc_linebox_top img, .wc_linebox_bottom img
{
	width:100%;
}

.wc_linebox_content
{	
	text-align:left;
	padding:0 0.5em 1em 1em;	
	border:solid 1px #ccc;
	border-width:0 1px 0 1px;
}

.wc_linebox_content p
{
	margin:0;
}
/* end EPiServerSite.WebControls.Linebox dependencies */

.linebox_header
{
	color:#005500;
    font-weight:bold;
    font-size:1.2em;
    padding-bottom:0.8em;
}

.linebox_item
{
    padding-bottom:0.8em;
}

.linkbox_calendarlink
{
    padding-top:1em;
}

/* --- right column linebox --- */
.rightcolumn_linebox
{
	width:15em;
}

/* --- Quick menu linkbox ---*/
.quickmenu_linebox
{
	width:15em;
    background-image:none;
}

.quickmenu_linebox_item
{
	background-image: url(../images/closedMenuArrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom:0.3em;
}

.quickmenu_linebox_item a
{
	text-decoration:none;
	padding-left:1em;
}

/* --- Services linkbox ---*/
.serviceslink_linkbox
{
}

.serviceslink_linkbox_content
{	
	text-align:center;
	color:#fff;
	font-size:1.2em;
	padding-bottom:0;
	padding-right:1em;
}

a.serviceslink
{
	text-decoration:none;
	color:#005500;
	font-weight:bold;
}

/* --- Facts listing ---*/

.factbox
{
	clear:both;
    text-align:left;
    width:15em;
    margin-bottom:1.5em;
}

.factbox_content
{
	padding:0.5em 0.5em 0 0.5em;
}

.factbox_item
{
    padding-bottom:1em;
    font-style:italic;
    font-size:1.1em;
    color: #606060; 
}

.factbox_link
{
	padding-top:0.5em;	
}

/* --- --- */
.cookieinfo
{
	text-align:center;
	width:100%;
	margin-bottom:2em;
	background-color:Transparent;
}

.cookieinfo a
{
	text-decoration:none;
}

.PagingContainer
{
	padding-top:1em;
}

/* --- Contacts ---*/
.areaselector
{
	margin-top:1em;
}

.areaselector_description
{
	padding-bottom:1em;
}

.areaselector_header
{
	font-weight:bold;
	padding-bottom:0.2em;
}

.areaselector_control
{
	width:100%;
}

/* new contact list items */
.table_contactitem
{
	border-bottom:solid 1px #ccc;
	page-break-inside:avoid;
}

.table_contactitem tr td
{
	vertical-align:top;
	padding:0.5em 0 0.5em 0;	
}

.td_contact_info
{
}

.contactlist
{
	margin-top:1em;
	width:40em;
	float:left;
}

.contactlist_header
{
	padding:2em 0 0.2em 0;	
	font-size:1.3em;
	font-weight:bold;
	border-bottom:solid 0.2em #ccc;
	width:31em;
	float:left;
}

.contact_item
{
	clear:left;
	border-bottom:solid 1px #ccc;
	float:left;
	width:40em;
	margin:0.5em 0 1em 0;
	padding:0.5em 0 0.5em 0;
	page-break-inside:avoid;

}

.contact_image
{
	margin-right:1em;
	width:100px;	
}

.contact_title
{
	margin-bottom:0.5em;
	font-size:1.2em;
}

.contact_name
{
	margin-bottom:0.5em;
	font-size:1.2em;
	font-weight:bold;
}

.contact_comment
{
	margin:1em 0 1em 0.1em;
	padding-bottom:1em;
	font-size:1.2em;
	float:left;
}

.contact_row
{
}

.contact_label
{
	font-size:1.2em;
	padding:0.2em;
	width:4.5em;
	float:left;
}

.contact_value
{
	font-size:1.2em;
	padding:0.2em;
	overflow:hidden;
}

/* --- Album ---*/
.album_table
{
	width:100%;
}

.album_nav_table
{
	width:100%;	
	table-layout:fixed;
}

.album_nav_currpageinfo
{
	font-weight:bold;
	padding-bottom:0.3em;
}

.album_nav_link
{
	margin-top:1em;
}

.album_table a
{
	display:block;
}

.album_thumb_td
{
	padding:1em;
	vertical-align:middle;
	text-align:center;
	border:solid 1px #ccc;
}

.album_browse_td
{
	text-align:center;
}

.album_message
{
	color:red;
}

/* --- Page footer --- */
.pagesaveddiv
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic;
	
	padding:0.5em 0 0.5em 0;
}

.printlink
{
	display:block;
    background-image:url(../images/print.gif);
    background-repeat:no-repeat;
    background-position:right center;
    padding:0.5em 2em 0.5em 0em;
}

.printlinkdiv
{
	clear:both;
	float:left;
	padding-bottom:2em;
}

@media print
{
	.printlink .album_nav_link
	{
		display:none;
	}
	
	
}

/* --- Formulär ---*/
.form_label
{
	font-weight:bold;
	padding-right:1em;
}

.form_textinput
{
}

.form_submitbutton
{
	margin-top:1em;
}

.form_message
{
	text-align:center;
	padding:0.5em;
	background-color:#eee;
	margin-bottom:1.5em;
	font-size:1.2em;
}

/* --- Conference ---*/
#conference
{
	clear:both;
	border-top:dashed 1px #ccc;
	padding-top:0.5em;
}

.commentonpage
{
	background-image:url(../images/grgrad3.gif);
    background-repeat:repeat-x;
    background-position:bottom left;

	padding:0.5em;
	margin-bottom:0.5em;

	border:solid 1px #eee;
	border-width:1px 0 1px 0px;	
}

/* --- Misc ---*/
.CreatorDisplayName
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic;
}

/* --- Rss listing --- */
.rsslist_nav
{
	padding:0 0 1em 0;	
}

.rsslisting_navlink, .rsslisting_navlink_current
{
	margin:0 0.2em 0 0.2em;
}

.rsslisting_navlink_current
{
	font-weight:bold;
}

.rsslisting_no_itmes_msg
{
	color:Red;
}

/* --- Right Column Content--- */
.rightcolumncontent
{
	padding:0 1em 0 1em;
}

/* DriftInfo */
#serviceinfodiv
{
    float:left;
    width:39.5em;
    padding:0.5em;
    border:solid 2px red;  
    margin-bottom:1em;  
}
span.serviceheader
{
    font-weight: bold;
    font-size:1.1em;
    display:block;
    padding-bottom:0.3em;
 }
 
 /* --- Service Link ---*/
 .servicelinkdiv
 {	
	background:#fff url(../images/Arrow1x.gif) no-repeat;
	background-position:center center;

	margin-bottom:1em;	
 }
 
 .servicelinkdiv a
 {
	padding:1.2em 1.5em 1.7em 0;
	display:block;
	color:#fff;	
	font-size:1.1em;
	font-weight:bold;
	
	text-decoration:none;	
 }
 
 /* --- Mäklarsidor --- */
 .re_message
 {
	color:#f00;
	margin-bottom:1em;
 }
 
 .re_table
 {
	border-collapse:collapse;	
	margin-bottom:1em;
	border-bottom:solid 2px #ccc;
	width:100%;
 }
 
 .re_table th
 {
	border-bottom:solid 2px #ccc;	
	padding:0 0 0.5em 0.5em;
 }
 
 .re_table td
 {
	padding-left:0.5em;
	vertical-align:top;
 }
 
 .re_table td.description
 {
	vertical-align:bottom;
	width:100%;
 }
 
 .re_object_link
 {
	display:block;
	text-decoration:none;
 }
 
 .re_object_link:hover
 {
	color:#555;
 }
 
 .re_object
 {
	width:57.6em;
	border-top:solid 2px #ccc;	
	border-bottom:dashed 1px #ccc;	
	/*border-top:solid 2px #b3ceb3;*/
	margin-bottom:1.5em;
	padding:1em 0 2em 0;
	float:left;
 }
 
 .re_object .main_info
 {
	vertical-align:bottom;
	border-bottom:dashed 1px #ccc;
	margin-bottom:1em;
	padding-bottom:1em;
	float:left;
 }
 
 .re_object .main_info_right
 {
	float:left;	
	padding:1em;
	padding-top:0;
 }
 
 .re_object .intro
 {
	font-size:1.1em;
	font-weight:bold;
 }
 
 .re_object .sub_label
 {
	margin-top:1.5em;
	margin-bottom:0.3em;
	font-weight:bold;
 }
 
 .re_object .text
 {
 }
 
 .re_linklist
 {
	margin-bottom:1em;
 }
 
 .re_linklist .label
 {
	font-weight:bold;
	margin-bottom:0.3em;
 }

.icon_link, .map_link, .re_linklist a, .tip_link, .print_link, .contact_link
{
	background-image: url(../images/arrow_right_green.gif);
	background-repeat: no-repeat;
	background-position: center left;
		
	display:block;
	text-decoration:none;
	padding:0.2em 0.1em 0.2em 2em;
	margin-bottom:0.4em;
}
 
 .re_linklist a
 {
	background-image: url(../images/arrow_right_green.gif);
	padding:0.1em 0.1em 0.1em 1em;
	margin:0;
 }
 
 .map_link
 {
	background-image: url(../images/world.png);			
 }
 
 .tip_link
 {
	background-image: url(../images/user_comment.png);		
 }
 
 .print_link
 {
	background-image: url(../images/printer.png);		
 }
 
 .contact_link
 {
	background-image: url(../images/email.png);		
 }
 
 .re_linklist a:hover
 {
	text-decoration:underline;
 }
 
 .re_page_link_div
 {	
	margin-top:1.5em;
 }
 
 .re_page_link, .re_page_link_sel
 {
	float:left;
	display:block;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	padding:0.3em 0.8em 0.3em 0.8em;
	margin-right:0.1em;
 }
 
 .re_page_link_sel:hover, .re_page_link:hover
 {
 }
 
.re_page_link:hover
 {
	text-decoration:underline;
 }
 
 .re_page_link_sel
 {
	background:#ccc;
	/*background:#b3ceb3;*/
 }
 
 .re_page_link
 {
	background:#eee;
	/*background:#d0e6d0;*/
 }

.re_form
 {
	margin-top:1.5em;
 }
  
.re_form .label, .label_wide
 {	
	width:8em;
	float:left;
	padding-top:0.3em;
	margin-left:1em;
	margin-top:0.3em;
	vertical-align:middle;
 }
 
 .label_wide
 {
	width:16em;
 }
 
 .re_form .value
 {
	margin-top:0.3em;
	margin-right:1em;
 }
 
 .re_form .value input, .re_form textarea
 {	
	width:15em;
 }
 
.re_form .submit
 {
	margin-top:2em;
 }
 
 .re_form .err_message
 {
	color:Red;
	padding-left:1em;
	font-weight:bold;
 }
 
 .re_form .message
 {
	font-weight:bold;
	padding-left:1em;
 }
 
 /* --- sorting --- */
 .sortimage, .sortimage_active
 {
	margin-left:0.3em;
	vertical-align:bottom;
 }
 
 .sortimage_active
 {
	background-color:#007700;
 }
 
 .sortlink
 {
	display:block;
 }
 
 .printbody
 {
	background-color:#fff;
 }
 
 .printpage
 {
 }
 
 
 div.forumlisting
{
	margin-top: 0.7em;
	padding-top: 0.3em;
	float:left;
	clear:both;
}