/* Default resetting */
html, body, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0 0 1em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}

ul {
	margin-left: 1.6em;
}

li
{
	font-weight:normal;
}

ol {
	margin-left: 2em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

img {
    border: none;
}

/* Fonts */
html, body, fieldset {
	font: 100%/1.3 Arial, sans-serif;
}

body {
	font: 0.625em Verdana, Arial, Helvetica, sans-serif;
}

select {
	font-size: 1em;
}

h1 {
	font: bold 2em Arial, sans-serif;
}

h2, h3, h4 {
	font: bold 1.2em Arial, sans-serif;
	margin-bottom: 0.1em;
	padding-bottom: 0;
}

/* Basic element styles */
a {
	color: #b33924;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*#page-list h2 a
{
	text-decoration:underline;
}*/

body {
	color: #000100;
	background: #fff;
}

input {
	vertical-align: middle;
}

input.wide
{
	width:50em;
}

h1 {
	margin: 0 0 0.5em;
}

/* Structure */
#container {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 20px;
}

/* Header */
#header {
	overflow: hidden;
}

#logo {
	float: left;
	background: url(images/logo-left-border.png) no-repeat left bottom;
	margin-bottom: 0;
	padding-left: 15px;
}

#site-navigation-and-search {
    font-size: 1.1em;
	float: right;
	text-align: right;
	overflow: hidden;
	height: 50px;
	
}

#site-navigation-and-search img
{
    vertical-align:top;
}

#site-navigation-and-search ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#site-navigation-and-search ul li {
	display: inline;
	margin-left: 10px;
}

#site-navigation-and-search a {
	color: #b33623;
	text-decoration: none;
}

#site-navigation-and-search a:hover {
	text-decoration: underline;
}

#search {
	float:right;
	text-align: left;
	width:250px;
}

#search div.search-text-box {
	float:right;
}

#search div.search-button {
	float:right;
	margin-left:0.5em
}

.search-form div.search-text-box {
	float:left;
}

.search-form div.search-button {
	float:left;
	margin-left:0.5em
}

#languages-box
{
	float:right;
	padding-right:1em;
}

/* Navigation */
#navigation {
    font-size: 1.1em;
	overflow: hidden;
}

#main-navigation {
	float: left;
	overflow: hidden;
	width: 726px;
	background: url(images/navigation-end.png) no-repeat right top;
}

#main-navigation ul {
	overflow: hidden;
	list-style: none;
	min-height: 36px;
	background: url(images/navigation-start.png) no-repeat;
	margin: 0;
	padding: 4px 19px 0;
}

#main-navigation ul li {
	float: left;
	margin-right: 10px;
}

#main-navigation ul li.selected a {
		color: #b33924;
	background: #fff url(images/navigation-hover-start.png) no-repeat;
}

#main-navigation ul li.selected span {
background: url(images/navigation-hover-end.png) no-repeat right top;
}

#main-navigation ul li.last {
	margin-right: 0;
}

#main-navigation a {
	/* Floats necessary for IE 6 block bugs */
	float: left;
	display: block;
	color: #000100;
	text-align: center;
	text-decoration: none;
	padding: 0 0 0 14px;
}

#main-navigation a span {
	cursor: pointer;
	float: left;
	display: block;
	min-height: 25px;
	padding: 7px 14px 0 0;
}

#main-navigation a:hover {
	color: #b33924;
	background: #fff url(images/navigation-hover-start.png) no-repeat;
	text-decoration: underline;
}

#main-navigation a:hover span {
	background: url(images/navigation-hover-end.png) no-repeat right top;
}

#header-forum-info {
	float: right;
	width: 215px;
	min-height: 36px;
	text-align: right;
	background: url(images/header-forum.png) no-repeat;
	padding: 4px 15px 0 20px;
}

a.forum-menu-item, a.forum-menu-item-selected {
	float: left;
	color: #000100;
	text-align: center;
	text-decoration: none;
	cursor:hand;
	padding: 0 0 0 14px;
}

a.forum-menu-item span, a.forum-menu-item-selected span {
	float: left;
	display: block;
	/*min-height: 25px;*/
	padding: 7px 14px 13px 0;
}

a.forum-menu-item:hover, a.forum-menu-item-selected {
	color: #b33924;
	background: #fff url(images/navigation-hover-start-forum.png) no-repeat;
}

a.forum-menu-item:hover, a.forum-menu-item-selected:hover {
	text-decoration: underline;
}

a.forum-menu-item:hover span, a.forum-menu-item-selected span {
	background: url(images/navigation-hover-end-forum.png) no-repeat right top;
}

.login-info {
	display: block;
	white-space: nowrap;
	font-size: 0.9em;
	padding-top: 8px;
}


/* Breadcrumb */
#breadcrumb {
	min-height: 17px;
	background: url(images/breadcrumbs-arrow.png) no-repeat;
	margin-bottom: 2px;
	padding: 2px 0 0 23px;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	margin: 0 3px 0 0;
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* Main */
#main {
	overflow: hidden;
	background: url(images/sub-navigation.png) repeat-y;
	margin-bottom: 10px;
}

#main.no-sub-navigation {
	background: none;
}

/* Sub navigation */
#sub-navigation {
    font-size: 1.1em;
	float: left;
	width: 155px;
	background: url(images/sub-navigation-start.png) no-repeat;
	padding: 15px 11px 22px;
}

#sub-navigation ul {
	list-style: none;
	margin-left: 0;
}

#sub-navigation ul li {
	margin-bottom: 5px;
}


#sub-navigation ul li div {
    padding-left: 11px;
}

#sub-navigation ul li div.has-children {
	background: url(images/submenu-has-children.png) no-repeat 0px 3px;
}

#sub-navigation ul li div.selected 
{
	font-weight:bold;
	padding-left: 11px;
}

#sub-navigation ul li div.has-childrenselected {
	background: url(images/submenu-has-children.png) no-repeat 0px 3px;
	font-weight:bold;
	padding-left: 11px;
}

#sub-navigation ul ul {
	margin: 5px 0 15px 10px;
}

#sub-navigation ul ul li {
	font-size: 0.9em;
}

#sub-navigation a {
	color: #000100;
	text-decoration: none;
}

#sub-navigation a:hover {
	color: #b33924;
	text-decoration: underline;
	font-weight: normal;
}

/* Main content */
.low-footer
{
	margin-bottom:2em;
}

.medium-footer
{
	margin-bottom:2em;/*5em;*/
}

.high-footer
{
	margin-bottom:2em;/*8em;*/
}

#main-content 
{
	/*position:relative;*/
	font-size:1.1em;
	float: left;
	width: 508px;
	min-height: 400px;
	padding: 5px 0 0 27px;
}

#main-content.wide {
	width: 729px;
	padding: 0;
}

.info-box, .form-box {
	border: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1em;
	padding: 10px;
}

.form-box .command
{
	margin-right:20px;
}

.image-box {
}

.info-box-right {
	border: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 10px;
    float: right;
	width: 159px;
}

.info-box-left {
	border: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1em;
	padding: 10px;
    float: left;
	width: 159px;
	margin-right: 1.5em;
}

.box-align-right {
	float: right;
	width: 159px;
	margin: 0 0 20px 40px;
}

.box-align-left {
	float: left;
	width: 159px;
	margin: 0 40px 20px 0;
}


.FullSize.image-and-caption {
	float:left ;
	width: 159px;
	margin-left:22px;
	
	border: 1px solid black;
}
.full-width 
{
	width: 100%;
	display:inline-block;
}



.full-width .image-and-caption 
{
	float:left;
	overflow:hidden;
	width: 30%;
}

.image-and-caption 
{
	padding-bottom:25px;
}

.box-align-right .byline, .full-width .byline {
	display: block;
	font-size: 0.9em;
	padding: 0 5px;
}

.FullSize 
{
	display: block;
	}

/* Forum */
.forum-header {
	background: url(images/forum/header-start.png) no-repeat;
	padding: 17px 16px 17px 0;
}

.forum-header h1 {
	margin-bottom: 0;
}

.forum-header-content {
	overflow: hidden;
	background: #f2f7dc;
	background: url(images/forum/header-bg.png) repeat-y;
	padding: 15px 20px 5px;
}

.forum-header-footer {
	height: 17px;
	background: url(images/forum/header-end.png) no-repeat right top;
}

.forum-log-in {
	border:solid 1px #c4d9d8;
	padding:10px;
	width:17em;
}

.forum-start-page-log-in
{
	float:right;
	margin-left: 20px;
}

.forum-log-in a {
	font-weight: bold;
	text-decoration: none;
}

.forum-log-in a:hover {
	text-decoration: underline;
}

.forum-log-in p {
	margin-bottom: 0.3em;
}

.forum-log-in input.textbox
{
	width:12em;
}

#registration-form input.textbox
{
	width:15em;
}

body .bold-label
{
	font-weight:bold;
}

.error
{
	width:100%;
}

.highlight-content
{
	margin: 20px 30px 0 30px;
	padding:15px 20px;
	background:#fff;
	border:solid 1px #c4d9d8;
}

.highlight-red
{
	font-weight:bold;
	color: #b33924;
}

/*span.quoteStyle
{
	display:block;
	background-color:#fff;
}*/

.quoteStyle
{
    background-color: #EEE;
    border: solid 1px #aaa;
    display:block;
    padding: 5px;
    margin-bottom: 5px;
    margin-bottom: 3px;    
}

.quoteStyle strong
{
    display:block;
    color: #aaa;
}

/* Forum room */
.forum-room-header {
	overflow: hidden;
	border-bottom: 1px solid #c4d9d8;
	margin-bottom: 1em;
}

.forum-room-header p {
	margin-bottom: 0;
}

.forum-room-header-image {
	float: right;
	margin-left: 20px;
}

.forum-discussions a {
	text-decoration: none;
}

.forum-discussions a:hover {
	text-decoration: underline;
}

.forum-discussions table {
	width: 100%;
	margin-bottom: 1em;
}

.forum-discussions th {
	text-align: left;
}

.forum-discussions table tbody th, .forum-discussions table tbody td {
	vertical-align: top;
	padding: 7px 0;
	border-bottom: 1px solid #b4cfd7;
}

.forum-discussions table tbody th {
	width: 350px;
	font-weight: normal;
	padding-left: 20px;
}

.forum-discussions table tbody td {
	padding: 7px;
}

.forum-discussions .thread-name {
	display: block;
	font-weight: bold;
}

.forum-discussions .latest-reply {
	font-weight: bold;
}

/* Forum thread */
.forum-thread a {
	text-decoration: none;
}

.forum-thread a:hover {
	text-decoration: underline;
}

.forum-thread table {
	width: 100%;
	margin-bottom: 1em;
}

.forum-thread th {
	text-align: left;
}

.forum-thread table tbody th, .forum-thread table tbody td {
	vertical-align: top;
	padding: 7px;
	border-bottom: 1px solid #b4cfd7;
}

.forum-thread table tbody th {
	width: 130px;
	font-weight: normal;
}

.forum-thread .date-day, .forum-thread .date-time {
	font-weight: bold;
}

.forum-thread .date-time {
	margin-bottom: 1em;
}

.forum-thread .action-link, div.action-link {
	padding-top: 12px;
}

.forum-thread .action-link a
{
    font-weight: bold;
    float: left;
} 

.forum-thread .fixed300
{
	 width: 300px;
	 overflow: hidden;
}

div.action-link a {
	font-weight: bold;
}

.quoteLink {
	font-weight: bold;
	margin-left: 10px;
	float: left;
	padding-top: 10px;
	
}

.abuseLink
{
    margin-top: 3px;
    margin-bottom: 8px;
}

.bottomLink
{
    padding-top: 10px;
    float:left;
}

.forum-thread .show-expert-replies {
	float: right;
}

.forum-thread .expert-reply {
	background: #e2ebb8;
}

.forum-thread .expert-reply a.button, 
.forum-header-content .expert-profile a.button, 
.forum-thread .expert-reply a.button-70, 
.forum-header-content .expert-profile a.button-70 
{
	/* Floats necessary for IE 6 block bugs */
	float: left;
	background: url(images/button-start-expert.png) no-repeat;
}

.forum-thread .expert-reply a.button span, 
.forum-header-content .expert-profile a.button span, 
.forum-thread .expert-reply a.button-70 span, 
.forum-header-content .expert-profile a.button-70 span 
{
	background: url(images/button-end-expert.png) no-repeat right top;
}

#password, #password
{
	display:none;
	visibility:hidden;
}

.last-edited
{
	font-size:0.9em;
	margin-top:1.2em;
}

/* Forum user profile */

#profile-menu {
	float:right;
	padding-right:1em;
}

.profile, .expert-profile 
{
	padding-left:1em;
	border-bottom:1px solid #C4D9D8;
	margin-bottom:1em;
}

profile-table-data table
{
/*	width:10em;*/
}

.profile-table-data th, .profile-table-data-presentation th
{
	text-align:right;
	vertical-align:middle;
	min-width:15em;
}

.profile-table-data-presentation th
{
	min-width:10em;
}

.profile-table-data td
{
	width:15em;
}

.profile-table-data-presentation td
{
	width:35em;
}

.expert-profile {
	background: #e2ebb8;
}

.profile .left-region, 
.profile .right-region, 
.expert-profile .left-region,
.expert-profile .right-region {
	float:left;
	margin-right:4em;
}

.expert-puff-top
{
	background: url(images/expert-puff-top.png) no-repeat top;
	float:right;
	margin:0 1em 1em 1em;
	padding:16px 0 0 0;
}

.expert-puff-bottom
{
	background: url(images/expert-puff-bottom.png) no-repeat bottom;
	padding:0 2em 15px 2em;
}

.expert-puff-background
{
	width:217px;
	background: url(images/expert-puff-background.png) repeat-y;
}

.profile-info-label {
	font-weight:bold;
}

#profile-menu div
{
	padding-bottom: 3em;
}

th .valign-top
{
	vertical-align:top;
}

.float-right-button
{
	float:right;
}

/* End forum user profile */

/* Pagination */
.pagination {
	font-weight: bold;
	text-align: center;
}

.pagination ol {
	display: inline;
	margin: 0 10px;
}

.pagination ol li {
	display: inline;
	font-weight:bold;
}

/* Additional content */
#additional-content {
	float: right;
	width: 250px;
}

/* Push objects */
.push {
	/* Use as default rounded corner? */
	background: url(images/push-header-blue.png) no-repeat;
	margin-bottom: 1em;
}

.push h3 {
	min-height: 15px;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0;
	padding: 5px 16px 3px;
}

.push .push-content {
	overflow: hidden;
	background: #fff;
	border: 2px solid #c6dbe1;
	border-width: 1px 1px 1px 2px;
	padding: 10px 15px 10px 14px;
}

.push-blue {
	background: #e6eff2 url(images/push-header-blue.png) no-repeat;
}

.push-green {
	background: #e1e6cc url(images/push-header-green.png) no-repeat;
}

.push-green .push-content {
	background: #f2f7dc;
}



/* Push pagepart */
.pageparts {
    overflow: hidden;
    margin-bottom:1em;
}

.pageparts .first {
    margin-right: 20px;
}

.push-pagepart-fullSize {
    width: 508px;
    background: url(images/push-header-blue-fullSize.png) no-repeat;
	margin-bottom: 1em;
	padding-top: 15px;
	min-height: 111px;  
}

.push-pagepart-fullSize h2 {
	min-height: 15px;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0;	 
}



/*
div#events a:hover{ 
background: transparent; 
} 

*/

.push-pagepart {
    /* Use as default rounded corner? */
    display:block;
	background: url(images/push-header-blue.png) no-repeat;
	width: 250px;
	float: left;
	padding-top: 15px;
	min-height: 126px; 
}

a .push-pagepart, a .push-pagepart-fullSize 
{
	color:#000;
}

.pageparts a:hover .push-pagepart 
{
	background: url(images/push-header-dark-blue.png) no-repeat;
}

a .push-pagepart .h2 
{
	margin: 0 0 0.3em;
	padding: 0;
	font: bold 1.2em Arial, sans-serif;
}

a:hover .push-pagepart, a:hover .push-pagepart-fullSize 
{
	text-decoration:none;
	cursor:hand;
}

a:hover .push-pagepart .h2 
{
	color: #b33924;
	text-decoration:underline;
}
 
.push-pagepart-wide {
    display:block;
	width: 352px;
	margin-right: 8px;
	margin-bottom:1em;
}

.push-pagepart-green {
	background: #f2f7dc url(images/push-pagepart-green.png) no-repeat;
}

.push-pagepart-bottom-green {
	background: #f2f7dc url(images/push-pagepart-footer-green.png) no-repeat;
	height:23px;
}

.push-pagepart .push-content {
	background: #e6eff2;
	border: 2px solid #c6dbe1;
	border-width: 0px 1px 1px 2px;
	padding: 0px 20px 10px 20px;
	overflow: hidden;
}

.push-pagepart-blue .push-content {
	background: #e6eff2;
	border-color: #c6dbe1;
}	
	
.push-pagepart-green .push-content {
	background: #f2f7dc;
	border-color: #c6dbe1;
	min-height:192px;
	border-bottom:none;
	padding-bottom:0;
}

/* TODO : remove after test /ABO 081218 */
/*.push-pagepart .push-content ul a {
	text-decoration: none;
	font-weight: bold;
}

.push-pagepart .push-content ul a:hover {
	text-decoration: underline;
}*/

.push-pagepart h2  {
    min-height: 15px;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0;
}

.push-pagepart-footer 
{
	display:block;
	background:url(images/pagepart-push-footer-blue.png);
	height:15px;
}

a:hover .push-pagepart-footer 
{
	background:url(images/pagepart-push-footer-dark-blue.png);
}

.push-pagepart-fullSize .push-pagepart-footer 
{
	background:url(images/pagepart-push-footer-blue-fullsize.png);
}

a:hover .push-pagepart-fullSize .push-pagepart-footer 
{
	background:url(images/pagepart-push-footer-dark-blue-fullsize.png);
}

.start-page .push-pagepart-footer 
{
	background:url(images/startpage-push-footer-blue.png);
	height:15px;
}

.start-page a:hover .push-pagepart-footer 
{
	background:url(images/startpage-push-footer-dark-blue.png);
}

.pageparts-medium .push-pagepart-footer
{
	background:url(images/startpage-push-footer-blue-medium.png);
}

.pageparts-medium a:hover .push-pagepart-footer
{
	background:url(images/startpage-push-footer-dark-blue-medium.png);
}

.pageparts-fullWidth .push-pagepart-footer
{
	background:url(images/startpage-push-footer-blue-fullWidth.png);
}

.pageparts-fullWidth a:hover .push-pagepart-footer
{
	background:url(images/startpage-push-footer-dark-blue-fullWidth.png);
}

#main-content .push-content img {
    float: right;
	margin: 0 0 20px 40px;
}

/* User forum online status */
a.user {
	font-weight: normal;
	background: url(images/forum/user-online.png) no-repeat 0 2px;
	margin-left: 2px;
	padding-left: 12px;
}

a.user.online {
	background-image: url(images/forum/user-online.png);
}

/* Button style */
.button-row-container {
	overflow: hidden;
}

.button-table-row {
	width: 55px;
	overflow: hidden;
}

a.button, 
a.button-70, 
a.button-whitebg, 
a.button-bluebg
{
	/* Floats necessary for IE 6 block bugs */
	float: left;
	display: block;
	font-weight: bold;
	color: #b33924;
	background: url(images/button-start.png) no-repeat;
	text-decoration: none;
	padding: 0 0 0 11px;
	margin: 0px;
	margin-bottom:5px;
}

a.button-70
{
	width:70px;
}

a.button span, 
a.button-70 span, 
a.button-whitebg span, 
a.button-bluebg span
{
	cursor: pointer;
	display: block;
	background: url(images/button-end.png) no-repeat right top;
	padding: 5px 11px 6px 0;
	text-align:center;
}

a.button-whitebg {
	background: #fff url(images/button-start-whitebg.png) no-repeat;
}

a.button-whitebg span {
	background: url(images/button-end-whitebg.png) no-repeat right top;
}

a.button-bluebg
{
    background: #E6EFF2 url(images/button-start-bluebg.png) no-repeat;
}

a.button-bluebg span {
	background: url(images/button-end-bluebg.png) no-repeat right top;
}

a.button:hover, 
a.button-70:hover, 
a.button-whitebg:hover, 
a.button-bluebg:hover
{
	text-decoration: underline;
}


/* Footer */
#footer {
	overflow: hidden;
	font-size: 0.9em;
	padding-top: 10px;
	border-top: 1px solid #b4cfd7;
}
#footer ul
{
    font-size:1.1em;
}

#content-footer
{
	/*position:absolute;*/
	bottom:0;
}

.cooperation-logos {
	float: right;
	margin-left: 50px;
}

.cooperation-logos a {
	margin-left: 5px;
}

/* START: Start Page */
#startPage-content .push
{
    width: 712px;  
}

#startPage-content .push h1
{
    background: url(images/startPage-push-header-blue-fullSize.png) no-repeat;
    min-height: 15px;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	padding: 3px 12px;
}


#startPage-content .push-pagepart
{
    /* Use as default rounded corner? */
	background: url(images/push-header-blue.png) no-repeat;
	margin-bottom: 1em;
	width: 224px;
	float: left;
	padding-top: 15px;
	margin: 0;
	margin-left: 20px; 
}

#startPage-content span.first
{
    margin-left: 0;
}
 
#startPage-content .push-blue
{
    background: #e6eff2 url(images/startpage-push-header-blue.png) no-repeat;
}

#startPage-content a:hover .push-blue
{
    background: url(images/startpage-push-header-dark-blue.png) no-repeat;
}

#startPage-content .push-content
{
    background:#FFFFFF none repeat scroll 0 0;
    border-color:#C6DBE1;
    border-style:solid;
    border-width:1px 1px 1px 2px;
    overflow:hidden;
    padding:10px 12px;
}

#startPage-content .pageparts-medium .push-blue
{
    background: #e6eff2 url(images/startpage-push-header-blue-medium.png) no-repeat;
}

#startPage-content .pageparts-medium a:hover .push-blue
{
    background: url(images/startpage-push-header-dark-blue-medium.png) no-repeat;
}

#startPage-content .pageparts-medium .push-pagepart
{
    width: 346px;
}

#startPage-content .pageparts-fullWidth .push-blue
{
    background: #e6eff2 url(images/startpage-push-header-blue-fullWidth.png) no-repeat;
}

#startPage-content .pageparts-fullWidth a:hover .push-blue
{
    background: url(images/startpage-push-header-dark-blue-fullWidth.png) no-repeat;
}

#startPage-content .pageparts-fullWidth .push-pagepart
{
    width: 712px;
}


#startPage-content .push-content-blue
{
	display:block;
    min-height: 122px;
}

#startPage-content .pageparts .push-pagepart .push-content-blue
{
    background: #e6eff2 url(images/startpage-push-background.png) repeat;
}

#startPage-content .push-pagepart
{
    min-height: 50px;
}

#startPage-content .push
{
    min-height: 111px;
}

#startPage-content .push-content
{
    min-height: 100px;
}

/* END: Start Page */


.push-pagepart h2 
{
    min-height: 15px;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
	/*min-height: 15px;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0;
    padding: 0px 20px 0px 20px;
    background: #e6eff2;
	border: 2px solid #c6dbe1;
	border-width: 0px 1px 0px 2px;*/
}

.push-content-blue
{
/*    background: #e6eff2;
	border: 2px solid #c6dbe1;
	border-width: 0px 1px 1px 2px;*/
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	min-height: 111px;
}

.pageparts
{
    overflow: hidden;
}

.pageparts-medium
{
    overflow: hidden;
    margin-bottom: 20px;
}

.pageparts-medium .push-content-blue
{
	background:url(images/startpage-push-background-medium.png);
}

.pageparts-medium a:hover .push-content-blue
{
	background:url(images/startpage-push-dark-background-medium.png);
}

.pageparts-fullWidth
{
    overflow: hidden;
    margin-bottom: 20px;
}

.pageparts-fullWidth .push-content-blue
{
	background:url(images/startpage-push-background-fullWidth.png);
}

.pageparts-fullWidth a:hover .push-content-blue
{
	background:url(images/startpage-push-dark-background-fullWidth.png);
}

.pageparts .push-pagepart .push-content-blue
{
	display:block;
	background:url(images/pagepart-push-background.png);
}

.pageparts a:hover .push-pagepart .push-content-blue
{
	background:url(images/pagepart-push-dark-background.png);
}

#startPage-content .pageparts a:hover .push-pagepart .push-content-blue
{
	background:url(images/startpage-push-dark-background.png);
}

.pageparts .first
{
    margin-right: 8px;
}

.push-pagepart-fullSize
{
	display:block;
    width: 508px;
    /*color:#000;*/
    background: url(images/push-header-blue-fullSize.png) no-repeat;
	margin-bottom: 1em;
	padding-top: 15px;  
}

.push-pagepart-fullSize .h2 {
	min-height: 15px;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0;
}

a:hover .push-pagepart-fullSize .h2
{
	color: #b33924;
	text-decoration:underline;
}

a:hover .push-pagepart-fullSize 
{
    background: url(images/push-header-dark-blue-fullSize.png) no-repeat;
}

.push-content-blue img
{
    float: right;
	margin: 0 0 20px 40px;
    
}

.push-pagepart-fullSize .push-content-blue
{
	display:block;
	background:url(images/pagepart-push-background-fullsize.png);
}

a:hover .push-pagepart-fullSize .push-content-blue
{
	background:url(images/pagepart-push-dark-background-fullsize.png);
}

/* Start Abuse */

#abuse-content, #abuse-thank-you
{
    border-bottom:1px solid #C4D9D8;
    border-top:1px solid #C4D9D8;
    padding: 1em 0 1em 0;
    margin-bottom:1em;
}

#abuse-form textarea
{
    width: 380px;
    height: 200px;
    margin-bottom: 1em;
}

/* End Abuse */

/* Start Password recovery */

#password-recovery input
{
    margin-bottom: 1em;
}


/* End Password recovery */

/* Start Paged List */
#page-list ul
{
    padding: 0;
    margin: 0;
    margin-top: 3em;
}

#page-list ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 1.5em;
}

#page-list ul li div
{
    font-size: 90%;
}

#page-list ul li h2
{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

#page-list ul li p
{
    margin: 0;
    padding: 0;
}

/* End paged list */

/* News list */

h4.news-list 
{
	font-size:110%;
	margin:0;
	padding:0;
}

div.news-list
{
}

div.news-list p
{
	display:inline;
	margin:0;
	padding:0;
}

.push-content-text p
{
	margin-bottom:0;
}

div.news-list ul, .push-content .push-content-text ul 
{
    padding: 0 0 0 0em;
    margin: 0 0 1em 0.3em;
    list-style-type:disc;
    list-style-position:inside;
}

div.news-list ul li, .push-content .push-content-text ul li
{
    list-style-type:disc;
    list-style-position:inside;
    margin:0;
}

div.news-list ol, .push-content-text ol 
{
    padding: 0 0 0 0em;
    margin: 0 0 1em 0.3em;
    list-style-type:disc;
    list-style-position:inside;
}

div.news-list ol li, .push-content-text ol li
{
    margin:0;
    list-style-type:decimal;
    list-style-position:inside;
}

.push-content ul
{
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
}

.push-content ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 1em;
}

.push-content .seeMore
{
    font-weight:normal;
    float:right;
}

/* End news list */

/* Start SiteMap */
.SiteMap li
{
    list-style-type:circle;
}

.SiteMap li
{
    font-size: 1.2em;
    margin-bottom: 0.7em;
}
.SiteMap li ul
{
    margin-bottom: 0;
}
.SiteMap li li
{
    font-size: 0.9em;
    margin-bottom: 2px;
}
/* End SiteMap */


.pagePart-wrapper
{
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Slideshow */
#picture-slides-container {
	position: relative;
	height: 229px;
	margin-bottom: 1em;
}

#picture-slides-image-container {
	/* Width necessary for opacity filter to work in IE */
	width: 100%;
}

#picture-slides-information-container {
	position: absolute;
	left: 634px;
	top: 180px;
	width: 350px;
	font-size: 1.2em;
	/*opacity: 0.9;
	 Opacity for IE 6 and IE 7 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);*/
	padding: 0;
	width: 70px;
	height: 25px;
}



#navigation-controls {
	text-align: left;
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding-left: 6px;
	padding-top: 5px;
}

#start-slideshow, #stop-slideshow {
	display: none;
}

#next-image
{
}

#navigation-controls a
{
    float: left;
}
/* Accessability form */

.accessability-form-block
{
	float:left;
	margin:0 2em 0 0;
}

.push a
{
    text-decoration: none;
}

.push a:hover
{
    text-decoration: underline;
}

.push-green a
{
    font-weight: bold;
}

span.introduction
{
    font-weight: bold;
    font-size: 1.1em;
}

/* Start RSS */
.push-rss div
{
	float:none;
}
.push-rss img
{
    float: left;
    margin-bottom: 1em;
    margin-right: 1.5em;
}

.push-rss input
{
    width: 100%;
}

/* end RSS */

.push h4
{
    font-size: 1.2em;
}

#search-content ul
{
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#search-content ul li
{
    float: left;
    padding: 5px;
    margin: 0;
    list-style: none;
    border: solid 2px #FFF;
    background-color: #EEE;
       
}

#search-content-search, #search-forum-search
{
	padding:15px 25px 10px 25px;
}

#search-forum-search 
{
	overflow: hidden;
	background: #f2f7dc; /*#e1e6cc;*/
	border: 2px solid #c6dbe1;
	border-width: 1px 1px 1px 2px;
}

#search-content-search dt, #search-forum-search dt
{
	margin-left:0;
	margin-bottom:0.2em;
	font: bold 1.2em Arial, sans-serif;
}

#search-content-search dd, #search-forum-search dd
{
	margin-left:0;
	margin-bottom:1.5em;
}

#search-content-search .ess-details 
{
	padding-top:0.4em;
}

#search-content-search .ess-details img
{
	vertical-align:middle;
}

#search-forum-search p 
{
	margin-bottom:0.2em;
}

#search-forum-search p div
{
	display:inline;
}

.forum-search-result-list
{
}

/* Start: Search */

.search-header {
	background: url(images/search/header-start.png) no-repeat;
	padding: 17px 16px 17px 0;
}

.search-header h1 {
	margin-bottom: 0;
}

.search-header-content {
	overflow: hidden;
	background: #f2f7dc;
	background: url(images/search/header-bg.png) repeat-y;
	padding: 15px 20px 5px;
}

.search-header-footer {
	height: 17px;
	background: url(images/search/header-end.png) no-repeat left top;
}

#search-sectionInfo
{
	width:650px;
	margin-bottom:1em;
}

#search-mode-tabs
{
	width:290px;
	float:left;
}

.search-mode-tab, .search-mode-tab-wide
{
	width:100px;
	float:left;
	text-align:center;
    border: solid 1px #dae7eb;
    margin-right:10px;
    padding: 10px;
    background-color: #fff;
}

.search-mode-tab-wide
{
	width:110px;
}

#search-count
{
	width:250px;
	float:left;
	padding-top:4px;
}

#search-count p
{
	margin:0;
	padding:0;
	color:#000;
}

#search-sectionInfo a, #search-sectionInfo div
{
    text-decoration: none;
    color: #000;
}

#search-sectionInfo div.spelling
{
	color:#000;
}

#search-sectionInfo a:hover, #search-sectionInfo div.green a:hover, #search-sectionInfo div.blue a:hover
{
    text-decoration: underline;
    color: #b33924;
}

#search-sectionInfo div.selected
{
	font-weight:bold;
}

#search-sectionInfo div.nohits
{
	color:#9d9d9d;
}

#search-sectionInfo div.blue 
{
    background-color: #e6eff2;
}

#search-sectionInfo div.green 
{
    background-color: #e1e6cc;
}

.sort-selection
{
	margin-bottom: 10px;
	margin-top: 5px;
	
}

.content-tabs
{
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    list-style: none;
    height: 23px;
}


.blue #wrapperContentTabs
{
    background: url(images/search/tab-content-bg.png) repeat-x left top;
}

.green #wrapperContentTabs
{
    background: url(images/search/tab-forum-bg.png) repeat-x left top;
}

#wrapperContentTabs
{
    margin: 0px;
    padding: 0px;
    height: 23px;
    width: 100%;
    border-right: solid 1px #c0d7dd;
}


#wrapperContentTabs a, #wrapperContentTabs span
{    
    line-height: 23px;
    text-decoration: none;
    color: #000;        
}

#wrapperContentTabs a:hover
{
    text-decoration: underline;
    color: #b33924;    
}

.blue #wrapperContentTabs tr td div
{
   background: url(images/search/tab-content-separator.png) no-repeat right top; 
}

.green #wrapperContentTabs tr td div
{
   background: url(images/search/tab-forum-separator.png) no-repeat right top;
   padding-right: 10px; 
}
    
#wrapperContentTabs tr td div
{
    padding: 0;
    margin: 0;
    height: 23px;
    overflow: hidden;
}

#wrapperContentTabs tr td.last div
{
    background: none;    
}

.green #wrapperContentTabs tr td div #firstTab
{
    background: url(images/search/tab-forum-separator-start.png) no-repeat left top;
}

#wrapperContentTabs tr td div #firstTab
{
    height: 23px;
    width: 16px;
    float: left;
}

.blue #wrapperContentTabs tr td div #firstTab
{
    background: url(images/search/tab-content-separator-start.png) no-repeat left top;
}

.blue #wrapperContentTabs tr td.pre-selected div
{
    background: url(images/search/tab-content-separator-selected-start.png) no-repeat right top;
}

#wrapperContentTabs tr td.selected
{
    background: url(images/search/tab-content-bg-selected.png) repeat-x left top;
}

.blue #wrapperContentTabs tr td.selected div
{
    background: url(images/search/tab-content-separator-selected-end.png) no-repeat right top;
}

.green #wrapperContentTabs tr td.pre-selected div
{
    background: url(images/search/tab-forum-separator-selected-start.png) no-repeat right top;
}


.green #wrapperContentTabs tr td.selected div
{
    background: url(images/search/tab-forum-separator-selected-end.png) no-repeat right top;
}


#main-content #wrapperContentTabs tr td.selected div #firstTab
{
    background: url(images/search/tab-content-separator-start-selected.png) no-repeat left top;
}

.blue #search-content-search
{
    
    border: solid 1px #c0d7dd;
}

.green #search-content-search
{
    border: solid 1px #c0d7dd;
    background-color: #f2f7dc;
}

/* Start: Search */

.fixed300 a
{
	white-space: normal !important;
}

a.readmore 
{
	float: right;
	font-weight: normal;
}


/*Added by Niklas Jalmerud*/
/*.footerMargin
{
    margin-top:10px;
}*/

 .socialLinks
{
    list-style:none;
    margin: 40px 0 0 0;
    padding-bottom: 10px;
}
.socialLinks li
{
    float:left;
    margin-right:19px; 
    padding-left:18px;       
}

.tipAFriend
{
    background-image:url(images/icon-tipsa_van.gif);
    background-repeat:no-repeat;
}

.shareLink
{
    background-image:url(images/icon-dela_lank.gif);
    background-repeat:no-repeat;
}

.printPage
{
    background-image:url(images/icon-skriv_ut.gif);
    background-repeat:no-repeat;
}

.addToFavorites
{
    background-image:url(images/icon-favoriter.gif);
    background-repeat:no-repeat;
}

.shareLinks ul
{
    list-style:none;
    float:left;
    margin-left:0;
    margin-top:10px;
}

.shareLinks .right
{
    margin-left:40px;
}

.shareLinks li
{  
    padding-left:18px;  
    padding-bottom:7px;     
}
.shareTwitter
{
    background-image:url(images/icon-twitter.png);
    background-repeat:no-repeat;
}

.shareFacebook
{
    background-image:url(images/icon-facebook.png);
    background-repeat:no-repeat;
}

.shareLinkedIn
{
    background-image:url(images/icon-linkedin.png);
    background-repeat:no-repeat;
}

.shareDelicious
{
    background-image:url(images/icon-delicious.png);
    background-repeat:no-repeat;
}

.shareGoogle
{
    background-image:url(images/icon-google.png);
    background-repeat:no-repeat;
}

.shareMySpace
{
    background-image:url(images/icon-myspace.png);
    background-repeat:no-repeat;
}

.shareLive
{
    background-image:url(images/icon-live.png);
    background-repeat:no-repeat;
}

.fc:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
.fc {
    display: inline-block;
}
.fc {
    display: block;
}
* html .fc {
    height: 1px;
}

#divTipAFriend fieldset
{
    float:left;
    border:solid 1px #DAE7EB;
    padding-left:10px;
    margin-top:10px;
    width:180px;
}

#divTipAFriend .right
{
   margin-left:10px;
}


#divTipAFriend legend
{
   margin-left:10px; 
   color:#000;
}

#divTipAFriend .smallTopMargin
{
    margin-top:5px;
}
#divTipAFriend .largeTopMargin
{    
    margin-top:10px;
}
