﻿/* Theme.css (c) Petena AB 1993-2010, http://www.petena.se, http://www.praktit.se

  sinclairsholm.se
  Theme overrides BasicLayout and adds skin formatting

DEVELOPMENT HISTORY: ******************************************************************************
  20071102 PiS -> Compacted and combined various styles
  20090429 PiS -> Changed various styles
  20091027 PJ  -> Changed colors and menus

BUGS & NOTES: *********** ( !=Warning, +=Additions to be made, -=Comment ) ************************
  Theme overrides BasicLayout and adds skin formatting
  
COMPILER CONDITIONALS  **************************************************************************
*/

body{
	padding: 0 0 0 0;
	background-color: #fff;
	color: #222222;
	margin: 0 0 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.72em; 
}

#page-container{
  border: none;
	background-color: #fff;		/* background for the middle column */
	margin-right: 10px;
	margin: 0;
	padding: 0;
  width: 886px;
	margin-left: auto;
	margin-right: auto;
  background-image: url("images/shade.gif");
  background-repeat:repeat-y; 
}

#middle-column .inside
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 630px;
  margin-top: 45px;
}

#right-column
{
	float: right;		/* float on the right side of the layout */
	margin-right: -320px;	
	margin-top: 20px;
	width: 200px;
	margin-left: 1px;	/* overlap the middle column */
}
#left-column
{
	float: left;		/* float on the left side of the layout */
	margin-right: 0px;	
	margin-left: -200px;
	margin-top: 20px;
	width: 200px;
}

#masthead{
	background-color: #fff;		/* background for the header */
	background-image: url("images/top3.jpg");
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	border: none;
	width: 858px; 
	margin-left: 14px;
	margin-right: 14px;
}

#mastheadinside {
	background-image: url("/images/top3.jpg");
	background-repeat: no-repeat; 
	height: 160px;
	padding: 0;
	margin: 0;
}

#mastheadphone {
  position: relative;
  top: 7px;
  left: 10px;
  color: #fff;
  float: left;
  width: 200px;
}

#BranchLogo {
	position:relative;
	float:right; 
	top: 10px;
	right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: gray;
	line-height: 25px;
	letter-spacing: 0.05em;
	text-align: right;
}

#TopSearch {
	position:relative;
	top: 54px;
	left: 130px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .85em;
	color: #ffffff; 
}

#Logo {
/*  position: absolute;
  left: 50px;
  top: 7px;*/
  background: url("images/top_bkg09.png");
  position: relative;
  left: 0px;
  top: 0px; 
  float: left; 
  height: 76px;
  width: 228px;
}

#Logo .LogoLink{
  display: block;
  height: 150px;
  width: 360px;
}

#outer-column-container{
  border-left-color: #ffffff; 	/* background for the left column */
  border-right-color: #ffffff;	/* background for the right column */
	margin-left: 14px;
	margin-right: 14px;
}

#inner-column-container{
	border: none;
	padding-bottom: 12px;
	min-height: 400px;
}

.left-column-padding {
  margin-left: 2px;
}

#footer {
	background-color: #ffffff;
	color: #304e8d;
	border-top: solid 1px #7f8485;
	border-bottom: solid 1px #7f8485;
	overflow:hidden;
	width: 858px; 
	margin-left: 14px;
	margin-right: 9px;
}


/* ************************************************ GENERAL STYLES ********************************************** */

/* * { target-new: tab ! important } upcoming spec for CSS 3.0 */

a {  
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
  color: #7b262a; 
  text-decoration: none; 
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
  color: #2e2e2e; /*#040404;*/
  background: none;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.17em;
	text-align: left;
}

h1 { 
	font-size: 2em; 
	padding-top: 0.1em !important;
}

h2 {
	padding-top: 2em !important; 
  font-size: 1.4em;
}

h3, h4, h5, h6 {
    border-bottom: none;
    padding-top: 1em !important;
    padding-bottom: 0 !important;
}
h3 { font-size: 1.2em;}
h4 { font-size: 1.1em;}
  
/* textual styles *****************************************/
.input {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #304e8d; 
	font-size: 1em;
}


* p { margin-top: 0.5em; margin-bottom: 0.5em; line-height: 1.3em;}

* h2 { margin-top: 1.2em; margin-bottom: 0.5em; }
* h3 { margin-top: 1.0em; margin-bottom: 0.4em; }
* h4 { margin-top: 0.8em; margin-bottom: 0.3em; }

* a	{
	color: #304e8d;
	text-decoration: none;
}

* a:hover{
    	text-decoration: underline;
}

.inside {margin: 6px;}

.ingress {
	margin-top: 6px;
	margin-bottom: 1em;
	text-align: left;
	font-family: Arial;
	font-size: 1.02em;
	line-height: 1.3em;
	font-weight: bold;
}

.alignright {
	text-align: right;
}

.readmorelink {
	background-image: url("images/link.gif"); 
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
	padding-left: 20px;
	margin-right: 4px;
	float: right;
/*	line-height: 1em;*/
}

.readmorelinkleft {
	background-image: url("images/link.gif"); 
	background-repeat: no-repeat;
	padding-left: 20px;
/*	float: left; */
	line-height: 1em;
}

.snippet {
	background-color: #f5f7f5;
	display: inline-table;
	margin-top: 0.3em;
	margin-right: 0.2em; 
	margin-bottom: 1.5em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	width: auto;
	border: solid 1px #688;
	height: auto;
	}

.aboutwebsite{
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 9px;
  color: #333333;
  line-height: 1em;
  margin-left: 10px;
  float: left;
}

.poweredby{
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 9px;
  color: #333333;
  line-height: 1em;
  float:right;
  margin-right: 20px;
}
 
/* Layout for main menu choices                                                       */
/**************************************************************************************/
#TopNav {
	position: relative;
	top: 80px; /*53*/
	right: 0px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	width: 858px;
	float: right;
    background-color: #770000;
	z-index: 100;
}

#menubar {
	position: relative;
	float: left;
	font-size: 14px; 
	line-height: 22px;
 	border-top: #7f8485 solid 1px;
 	border-left: #7f8485 solid 1px;
 	border-right: #7f8485 solid 1px;
 	vertical-align: middle;
	text-align:left;
 	color: #fff;
}

#menubar ul {
	margin: 0;
	padding: 0;
  list-style-type: none;
  white-space: nowrap;
  cursor: default;
  float: left;
}

#menubar ul ul{ display: none;}

#menubar li {
 height: 22px;
 padding-left: .5em;
 padding-right: .6em;
 float : left;
 position: relative;
}

#menubar a, #menubar a:visited {
  display: block;
  text-decoration: none;
  color: #fff;
}

#menubar li img {
	position: static;
	width: 16px;
	height: 16px;
	border: none;
	margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 4px;
	vertical-align: middle;
}

#menubar ul li:hover {
  background-color: #880000; /*770000;*/
}

#menubar ul li:hover ul {
	display: block;
}
#menubar ul li ul {
	border: #7f8485 solid 1px; 
	border-top: none;
	background: #770000;
	overflow: visible;
	position: absolute;
	min-width: 140px;
	left: -1px; /*-.4em;*/
	top: 22px;
	z-index:999;
  float: none;
} 

#menubar ul li ul li{ 
  float: none;
}

/******************* Box styles ********************************************/
.Box {
	color: #000000;
	border: solid 1px #6c658e;
	border-top: none;
}

.Box .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #ffffff;
  background-color:#770000;
	background-position: center;
	width: 100%;
	text-align: center;
	padding: .2em 0 .2em 0;
	margin-top: 0.5em;
}

.Box .body {
  padding: 4px;
  padding-top: 0px;
}

/**************************** boxblue ******************************/
.boxblue {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 12px;
  background-image: url("images/boxblue-bkg.png");
  background-repeat: repeat-y;
  background-position:right;
}

.boxblue .header{
  font-size: 1.25em;
  color: #fff;
  background-color: #fff;
  background-image: url("images/boxblue-header.png");
  background-position: left top;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align:center;
  float: left;
  width: 100%;
}

.boxblue .header span{
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-image: url("images/boxblue-header.png");
  background-position: right top;
  width: 6px;
  height: 25px;
  z-index: 2;
}


.boxblue .body {
  background-Image: url("images/boxblue-bkg.png");
  background-repeat: repeat-y;
  background-position:left;
  padding: 1px;
  padding-left: 4px;
  padding-top: 3px;
  margin-top: 25px;
  width: 97%;
}

.boxblue .footer {
  background-image: url("images/boxblue-bottom.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 6px;
}

.boxblue .footer span {
  position: absolute;
  right: 0;
  float: right;
  background-image: url("images/boxblue-bottom.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 6px;
  width: 50%;
  z-index: 2;
}


/********************************* boxblueleft *******************************/

.boxblueleft {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 12px;
  margin-left: 3px;
  background-image: url("images/boxblueleft-bkg.png");
  background-repeat: repeat-y;
  background-position:right;
}

.boxblueleft .header{
  font-size: 1.25em;
  color: #fff;
  background-color: #fff;
  background-image: url("images/boxblueleft-header.png");
  background-position: left top;
  margin: 0;
  line-height: 25px;
  vertical-align: middle;
  text-align:center;
  float: left;
  width: 100%;
  height: 25px;
}

.boxblueleft .header span{
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-image: url("images/boxblueleft-header.png");
  background-position: right top;
  width: 25px;
  height: 25px;
  z-index: 2;
}


.boxblueleft .body {
 float: none;
  background-Image: url("images/boxblueleft-bkg.png");
  background-repeat: repeat-y;
  background-position:left;
  padding: 1px;
  margin-top: 25px;
  width: 97%;
}

.boxblueleft .footer {
  float: left;
  margin: 0;
  padding: 0;
  background-image: url("images/boxblueleft-bottom.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 6px;
  width: 100%;
}

.boxblueleft .footer span {
  position: absolute;
  right: 0;
  float: right;
  background-image: url("images/boxblueleft-bottom.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 6px;
  width: 50%;
  z-index: 2;
}


/************************************************************************************************/
.watermark
{
  background: #FFAAFF;
}

.popupControl
{
  background-color: #AAD4FF;
  position: absolute;
  visibility: hidden;
  border: solid 2px black;
  top: 100px;
  left: 10px;
  height: 84px;
  width: 134px;
}

.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
  
.modalDialog
{
  background-color: #AAD4FF;
  border: solid 2px Gray;
  padding: 3px;
  width: 250px;
}

.style1 { background-color: #fff; }

.style2 { background-color: Aqua; }

.RunPageNewsItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	padding-bottom: 6px;
}

#RunPageNews a {
    color: #000000;
	text-decoration: none;
}

* { target-new: tab ! important }

#RunPageNews a:hover {
    text-decoration: underline;
}

.RunPageNewsDate {
	font-size: .85em;
	color:#c30f1e;
}

.RunPageNewsText {
	margin-bottom: 10px;
	color:#000;
}

.RunPageNewsText a {
    text-decoration:none;
	color: #000000;
	margin-bottom: 8px;
}

.RunPageNewsText a:hover {
    text-decoration: underline;
}

/* banner styles *********************************************/
#banner01 {
	float: none;
	clear: both;
	background: url("images/banner_bkg_01.png") repeat-x;
	padding: 0;
	margin-top: 10px;
	height: 100px;
	width: 100%;
	text-align: right;
}

#bannerkampanj {
	float: none;
	clear: both;
	background: url("images/banner_bkg_02.png") repeat-x;
	padding: 0;
	margin-top: 10px;
	height: 158px;
	width: 100%;
	text-align: right;
}

.bannerpic {
	float: left;
	text-align: left;
}

.bannergray {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: normal;
	color: #777777;
	padding-top: 10px;
	padding-right: 4px;
	line-height: 1.1em;
	letter-spacing: 0.01em;
	vertical-align:middle;
	margin-top: 0em;
}

.banneroffer {
	font-family: Arial;
	padding-right: 4px;
	font-size: 2em;
	color: #000000;
/*	line-height: 1.4em; */
	letter-spacing: 0.05em;
	vertical-align:middle;
	margin-bottom: 0em;
}


/* kampanjer ***********************************************/
#julkampanj {
	background: url("images/snow.jpg") repeat;
}

/* image styles ********************************************/

.pic {
    position: relative;
	float: left;
	margin:4px;
/*	width: auto; ------------------ does this screw it up???
	height: auto; */
	text-align: left;
	border: none;
	}

.piccenter {
	position: relative;
	float: none;
	margin: 4px;
	border: none;
}

.picmini {
	border: none;
}


/* personal data formatting *********************************/
	

.perssnippet {
	clear: both;
	float:none;	
	background-color: #f5f7f5;
	display: inline-table;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0.6em;
	width: 90%;
	border: solid 1px #688;
	height: 110px;
	}

.perspic {
    display: inline-table;
	float: left;
	width: 100px;
	height: 110px;
/*	padding: 8px; */
/*    margin-bottom:6px; */
	text-align: left;
}

.persupg {
    display: inline-table;
    margin-left: 6px;
    margin-top: 6px;
	float: left;
	width: 200px;
}

.resume {
/*	background-color: #efefff; */
	float: left;
	display: inline-table;
	width: 280px;
    margin-top: 6px;
    height: 90px;
    padding: 4px;
/*    border-left: solid 1px #688; */
/*	margin-right: 0.2em;*/
	}

/* List style settings for litterature list                                           */
/**************************************************************************************/

.artgridheader {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	background-color: #DBD8BD;
	line-height: 1.1em;
	height: 1.1em;
	letter-spacing: 0.05em;
	vertical-align:middle;
}

.artgridrow {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	line-height: 1.1em;
	height: 1.1em;
	vertical-align:middle;
}
.artgridaltrow {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
/*    background: #E2DFC8; */
	background-color: #f5f7f5;
	line-height: 1.1em;
	height: 1.1em;
	vertical-align:middle;
}

#tipafriend { float:left;
	font-size:.68em;
	color:#000;
	background-image: url("images/tipAFriendIcon.gif"); 
	background-repeat: no-repeat;
	padding-left: 20px;
}

#tipafriend a{color:#039;
text-decoration:none;
}


#tipafriend a:hover{color:#039;
text-decoration:underline;
}

.avtalsrubrik
{
	margin-bottom: 0px;
	padding-bottom: 0px;}

.avtalspunkt
{
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px;
	margin-left:22px;
	text-indent:-22px;}

.ContentBorderOn { background-color: #ccc;}
/* .ContentBorderOff { background-color: #fff;} */

.CommonMessageArea
{
/*	width: 90%; */
	width:580px;
/*	max-width: 800px; */
	margin-top: 1em;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align:center;
}

.CommonMessageTitle
{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
	color: #ffffff;
	background-color: #770000;

	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.CommonMessageContent
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #000000;
	padding: 8px;
	padding-bottom: 16px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

TD.CommonFormField
{
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	padding: 2px;
	white-space: nowrap;
}

TD.CommonFormFieldName
{
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	padding: 2px;
	padding-right: 8px;
	font-weight: bold;
}

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButtonBig
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 120%;
	white-space: nowrap;
}

.CommonTextButtonBig:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButtonBig:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButtonBig:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButtonBig:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

.CommonImageTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonImageTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonImageTextButtonBig
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 130%;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonBig:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonImageTextButtonBig:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButtonBig:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButtonBig:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonImageTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonHighlight:LINK, .CommonImageTextButtonHighlight:VISITED, .CommonImageTextButtonHighlight:ACTIVE, .CommonImageTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

/** FORM INPUT ************************************************************************************************************/
.forminput{
  border: dashed 1px #bbbbbb;
  margin: 15px;
  margin-right: 0pt;
  margin-left: 0pt;
  margin-top: 5px;
  padding: 15px;
  width: 700px;
  }

.forminput_input{
  float: right;
  padding-top: 4px;
  padding-right: 0pt;
  padding-bottom: 4px;
  padding-left: 0px;
  margin: 2px;
  display: block;
  background-color: #eeeeee;
  width: 480px;
  height: 24px;}

.forminput_label{
  width: 200px;
  display: block;
  font-size: 16px;
  background-color: #cccccc;
  padding: 4px;
  padding-left: 8px;
  color: #666666;
  line-height: 26px;
  vertical-align: middle;
  float: left;
  clear: left;
  margin: 2px;
  height: 24px;}

.forminput_captcha_label{
  width: 200px;
  display: block;
  font-size: 16px;
  background-color: #cccccc;
  padding: 4px;
  padding-left: 8px;
  color: #666666;
  line-height: 26px;
  vertical-align: top;
  float: left;
  clear: left;
  margin: 2px;
  height: 36px;}  

.forminput_textarea_label{
  width: 200px;
  display: block;
  font-size: 16px;
  background-color: #cccccc;
  padding: 4px;
  padding-left: 8px;
  color: #666666;
  line-height: 26px;
  vertical-align: top;
  float: left;
  clear: left;
  margin: 2px;
  height: 62px;}  

.forminput_text{
  padding-left: 25px;
  margin-left: 4px;
  margin-right: 6px;
  font-size: 16px;
  width: 300px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  font-weight: bold;}

.forminput_check{
  padding-left: 4px;
  margin-left: 4px;
  margin-right: 6px;
  font-size: 10pt;
  width: 340px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  font-weight: normal;}

.forminput_input_captcha{
  float: left;
  padding-top: 4px;
  padding-right: 0pt;
  padding-bottom: 4px;
  padding-left: 0px;
  margin: 2px;
  display: block;
  background-color: #eeeeee;
  width: 340px;
  height: 36px;}

.forminput_input_textarea{
  float: right;
  padding-top: 4px;
  padding-right: 0pt;
  padding-bottom: 4px;
  padding-left: 0px;
  margin: 2px;
  display: block;
  background-color: #eeeeee;
  width: 480px;
  height: 62px;}

.forminput_textarea{
  padding-left: 25px;
  margin-left: 4px;
  margin-right: 6px;
  font-size: 16px;
  width: 300px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  font-weight: bold;
  height: 56px;}

.forminput_button{
  float: right;
  font-size: 16px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 5px;
  margin-right: 2px;
  margin-bottom: 5px;
  margin-left: 2px;
  font-weight: bold;
  color: #444444;}

.forminput_user{background-image: url(images/input/user.png);}
.forminput_key{background-image: url(images/input/key.png);}
.forminput_tag{background-image: url(images/input/tag.png);}
.forminput_cd{background-image: url(images/input/cd.png);}
.forminput_house{background-image: url(images/input/house.png);}
.forminput_lorry{background-image: url(images/input/lorry.png);}
.forminput_email{background-image: url(images/input/email.png);}
.forminput_phone{background-image: url(images/input/phone.png);}
.forminput_sweden{background-image: url(images/input/se.png);}
.forminput_denmark{background-image: url(images/input/dk.png);}
.forminput_finland{background-image: url(images/input/fi.png);}
.forminput_norway{background-image: url(images/input/no.png);}
.forminput_germany{background-image: url(images/input/de.png);}
.forminput_poland{background-image: url(images/input/pl.png);}

.forminput legend{
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 4px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-left: 7px;
  margin-bottom: 4px;
  color: #ffffff;
  background-color: #999999;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border: solid 1px #222222;
}
  
.forminput_select{
  padding-left: 25px;
  margin-left: 4px;
  margin-right: 10px;
  font-size: 16px;
  width: 340px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  font-weight: bold;}
/*  float: right;
  padding-top: 4px;
  padding-right: 0pt;
  padding-bottom: 4px;
  padding-left: 0px;
  margin: 2px;
  display: block;
  background-color: #eeeeee;
  width: 380px;
  height: 85px;}*/
/*
  padding-left: 25px;
  margin: 2px;
  font-size: 16px;
  font-weight: bold;
  width: 370px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  }*/

.forminput_select_country{
  padding-left: 25px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 5px 4px;
  }

.forminput_select_country option{
  padding-left: 25px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

/******************************************** MULTICOLUMN *************************************************/
/* Monobook / MediaWiki css */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: White;
    width: auto;
}
div.thumb div {
    border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: 0.3em 0 0.1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
}

.Article3 {	
	column-count: 3;
	column-gap: 20px;
	column-rule: 1px dotted #BBB;
	border-bottom: 1px solid #999;	
	padding: 8px;
	text-align: justify;
 	word-wrap: break-word;
}

.Article3 h1, .Article3 h2{    border-bottom: 1px solid #aaaaaa;}

.Article2 {
	column-count:2;
	column-gap: 20px;
	column-rule: 1px dotted #BBB;
	border-bottom: 1px solid #999;	
	padding: 8px;
	text-align: justify;
 	word-wrap: break-word;
}

.Article2 h1, .Article2 h2{    border-bottom: 1px solid #aaaaaa;}

.Article1 {
	border-bottom: 1px solid #999;	
	padding: 8px;
	text-align: justify;
 	word-wrap: break-word;
}

.Article1 h1, .Article1 h2{    border-bottom: 1px solid #aaaaaa;}

/* right click menu */
ul.SimpleContextMenu {
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
 
	ul.SimpleContextMenu li {
		border-bottom: 1px solid #000000;
	}
 
		ul.SimpleContextMenu li a {
			display: block;
			width: 100px;
			padding: 2px 10px 3px 10px;
			text-decoration: none;
			color: #ff0000;
			background: #eeeeee;
		}
 
		ul.SimpleContextMenu li a:hover {
			text-decoration: none;
			color: #ffffff;
			background: #ff0000;
		}


