


/* ------------------- */
/* Seminarie
/* ------------------- */
.SeminarNormalHeading
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#aaaaaa;
    font-size:9pt;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
}
.SeminarPageNormalText
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#aaaaaa;
    font-size:8pt;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
}

/* Stilar */
.SeminarHeading1
{
    font-weight: bold;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:10pt;
    color: #8DC63F;
}
.SeminarHeading2
{
    font-weight: bold;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:8pt;
    color: #aaaaaa;
}
.SeminarNormalText
{
    font-weight: normal;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:8pt;
    color: #aaaaaa;
}
.SeminarNormalText_DropDownList
{
     font-weight: bold;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:8pt;
    color: #aaaaaa;
}

/* Söksidan */
.SearchNormalText
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#aaaaaa;
    font-size:9pt;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
}

.SearchResultNormalText
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#aaaaaa;
    font-size:8pt;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
}

.SearchNormalHeading
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#aaaaaa;
    font-size:12pt;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
}

a.SearchNormalTextLink
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#666666;
    font-size:9pt;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
    
}
a:Hover.SearchNormalTextLink
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#666666;
    font-size:9pt;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
}

/* Nyhetssidan */
.LastModifiedDate
{
    font-weight: normal;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:8pt;
    color:#aaaaaa;
}

/* ContactPage */
.BranchOfficeName
{
    font-weight: bold;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:10pt;
    color: #aaaaaa;
}
.BranchOfficeAddress
{
    font-weight: normal;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:7pt;
    color: #aaaaaa;
}

.PresidentName
{
    font-weight: normal;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:8pt;
    color: #aaaaaa;
}
.MainIntro
{
    font-weight: bold;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:12pt;
    color: #8DC63F;
}

/* =========================== */
/* Intyck Kommunikation AB */
/*============================= */
p, h1, h2, a, ul, select, input {
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 9px 0px;
}
h1 {
	font-size: 14px;
	margin-bottom: 9px;
}
h2 {
	font-size: 13px;
	margin-bottom: 9px;
}
a {
	text-decoration: none;
}
/*
a:hover {
	color: #9c0;
}
*/
ul {
	margin: 0px 0px 0px 27px;
}
select {
		line-height: 11px;
		margin: 0px;
		width: 138px;
}
input {
		line-height: normal;
		margin: 0px;
		padding: 1px;
		width: 178px;
}











/************************/
/* GLOBAL               */
/************************/

html,body
{
    height:100%;
	font: 76%/1.4 Georgia, serif;
	margin: 0;
	padding: 0 0.5em;
	text-align: center;
	background-color: #D5D8BF; /*AAAAAA;*/
}
/*    Styr den total höjden på sidan.  */
body form
{
	
}

#Page 
{
    position: relative;
	background: url(images/PageBg.png) repeat-y right top;
	height:839px; /*839px;*/
	max-width:900px;
}

a 
{
	color: #006ea0;
}

h1, h2, h3, h4 
{
	font-family: Georgia, serif;
}

h1 {font-weight: normal; font-size: 1.7em; line-height: 1.4em; padding: 0; margin: 0.2em 0;}
h2 {font-weight: normal; font-style: italic; font-size: 1.4em; padding: 0; margin: 0.2em 0;}
h3 {font-weight: bold; font-size: 1em; padding: 0; margin: 0.4em 0;}

p 
{
    margin: 0 0 1em 0; 
    padding: 0; 
}

.introduction 
{
    font-style:italic;
}

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background: #d7d7d7;
	color: #d7d7d7;
	border:0;
}

hr.clear 
{
    clear: both;
}

ul 
{
    padding: 0;
    margin: 1.5em;
}

fieldset 
{   
	margin: 0 0 1em 0;
	padding: 1em;
}

.hidden 
{
    display: none;
}

.error 
{
    color: Red;
}

.button
{
	width:80px;
  /*  border: 1px solid black;
    color:White; */
   /* background: black url(images/buttonBg.png) repeat-x; */
}

table
{
	font-size: 1em;
	border-collapse: collapse;
}

th
{
	text-align: left;
}



/************************/
/* HEADER               */
/************************/


#HeaderArea
{
	/*background: url(images/PageCornerRight.png) top right no-repeat;*/
	margin: 0px 0px 0px 0px;
	height: 65px;
}

#Header
{
    position: relative;
	/*background: url(images/PageCornerLeft.png) 0 0 no-repeat;*/
	background: #000000; /* 8DC63F, #B8BC3D; */
	padding: 2x; /* 2px */
	height: 65px; /* 79px */
}

#Logotype
{
	float: left;
	/*margin: 6px 0px 0px 16px;*/
	padding-top:6px;
	padding-left:16px;
}

#Functions
{
	position: absolute;
	top: 8px;
	right: 2px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

#Functions li
{
	display: block;
	height: 1.6em;
	float: left;
	border-left: 1px solid #dee1e3;
	padding: 0 1em;
	overflow: visible;
}

#Functions li.first
{
	border-left: 0;
}

#Functions li a 
{
	display: block;
	color: #3b3d41;
	text-decoration: none;
	float: left;
	padding-left: 2em;
}

#Functions a:hover
{
	color: Black;
	text-decoration: underline;
}

a.loginButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.logoutButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.rssButton
{
	background: url(images/ButtonRss.png) no-repeat;
}

a.sitemapButton
{
	background: url(images/ButtonSitemap.png) no-repeat;
}

a.languageButton, input.languageButton
{
	background: url(images/buttonLanguage.png) no-repeat;
}

input.languageButton 
{
    width: 20px;
    float: left;
    height: 1.6em;
}

select.languageButton 
{
    font-size: 1em;
}

/************************/
/* SCROLLBAR            */
/************************/
/* 
   Styles for scrolling layers  
   Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:700px; height:540px; 
    z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:700px; height:540px; 
	clip:rect(0px, 200px, 340px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}
	
div.divContent { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; float:right; right:2px; top:0px;
  width:11px; height:160px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:136px;
  background: url("/Templates/Public/Images/Scrollbar/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  



/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea 
{
	position: relative;
	height: 20px; /* 32 px; */
	margin: 0;
	background: #000000; /* 8DC63F, #b8bc3d */
	/*background: url(images/MainMenuBg.png) no-repeat right top;*/
	/*font-family: Verdana, Arial, Helvetica, Sans-Serif;*/
	font-family: Tahoma, Verdana, Sans-Serif;
	color: white;
	font-size: 1em;
	/*line-height: 39px;*/
	/*clear: both;*/
	overflow: hidden;
}

#MainMenuArea ul 
{
	height: 30px;
	width: 48em;
	margin: 0;
	padding: 0px 0px 0px 3px;
	/*background: url(images/MainMenuLeft.png) no-repeat left top; */
	list-style-type: none;
	float: left;
}

#MainMenuArea li 
{
	display: block;
	float: left;
	margin: 2px 0px 2px 0px;
	padding: 0px 3px 0px 0px;
	height: 26px;
	/*background: url(images/MainMenuDivider.png) no-repeat right top;*/
}

#MainMenuArea li.selected 
{
	/*background: url(images/MainMenuSelectedBg.png) no-repeat right top; */
}
#MainMenuArea td.selected
{
    padding-left: 7px;
}



/*************************/
/* QUICKSEARCH           */
/*************************/
.QuickSearchArea
{
	position: absolute;
	right: 0px;
	margin: 5px 8px 0px 0px;
}

input.quickSearchField
{
	border: 1px solid Black;
	float: left;
	margin: 0px 2px 0px 0px;
	width: 11em;
}

.quickSearchButton
{
	background: url(images/MainMenuSearchButton.png) no-repeat top left;
	width: 23px;
	height: 21px;
	display: block; 
	float: left;
}

/*************************/
/* STAGEAREA             */
/*************************/
#StageArea
{
    width: 100%;
    padding: 0; /*0.5em 0 1.5em 0;*/
	overflow: hidden;
}

/*************************/
/* BREADCRUMBS           */
/*************************/
#BreadCrumbsArea
{
	position: absolute;
	left: 20.5em;
	font-size: 0.8em;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	line-height: 2.5em;	
}

#BreadCrumbsArea a
{
    color: #3e3e3e;
	text-decoration: none;
}

#BreadCrumbsArea a:hover
{
	text-decoration: underline;
}

/*************************/
/* SUBMENUAREA           */
/*************************/

#SubMenu_Background_Div
{
    /*width: 242px;*/
	float: left;
	overflow: hidden;
	color: #3e3e3e;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding-bottom: 2em;
	
}

.tblSubMenu 
{
    margin: 0 0 0 15px;
} 

.subMenuLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Templates/Public/Images/LeftMenu/subMenyBackground.png', sizingMethod='scale');
    background: url(/Templates/Public/Images/LeftMenu/subMenyBackground.png)!important;
    background:transparent;
    height: 10px;
}
.subMenuLeft a
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#FFFFFF;
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
}

#LeftTopMenuBackground
{
    background-color:#aaaaaa;
    padding:0; 
}

.menu a
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#FFFFFF;
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
}

.SelectedSubMeny
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color:#FFFFFF;
    font-weight:900;
    font-size:8pt;
}

    

    


/*************************/
/*  NEWSCONTAINER        */
/*************************/
#News_Container_Top 
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Templates/Public/Images/Startpage/Container_Top.png', sizingMethod='scale');
    background: url(/Templates/Public/Images/Startpage/Container_Top.png) no-repeat!important;
    background:transparent;
    width: 278px;
    height:10px;
}

#News_Container_Fill
{

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Templates/Public/Images/Startpage/Container_Fill.png', sizingMethod='scale');
    background: url(/Templates/Public/Images/Startpage/Container_Fill.png) repeat-y!important;
    background: transparent;
    width: 278px;    
}

#News_Container_Fill p
{
    margin: 0 20px;
}

#News_Container_Bottom
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Templates/Public/Images/Startpage/Container_Bottom.png', sizingMethod='scale');
    background: url(/Templates/Public/Images/Startpage/Container_Bottom.png) no-repeat!important;
    background: transparent;
    width: 278px;
    height:10px;
}

/*************************/
/* CONTENTAREA           */
/* Bestämmer minsta höjden på en sida. */
/*************************/
#MainContentArea
{
    /* IE 6 doesn't support min-height so the height is set instead, */
    /* relying on that it will expand beyond it if needed */
    height: 907px; /* 907 882*/
    min-height: 907px;
    margin-top: 1.5em;
    margin-left:10px;
    
	max-width:450px;
	width:450px;
	
    /*background: url(images/pageDivider.png) repeat-y 32em;*/
    
    background-repeat:no-repeat;
	/*width: 48em;*/
	float: left;
}

/* IE 6 doesn't understand the > selector and ignores it */
html>body #MainContentArea {height: 907px; /*auto;*/}

#MainBodyArea
{
    padding-left:32px;
	
	overflow: hidden;
	float: left;
}

.MainBodyArea_PageHeader
{
    padding-left:0px;
    font-family: Tahoma, Verdana, Sans-Serif;
    color: #8DC63F;  
    font-size:18pt;
}

#MainBodyArea #MainBody
{	
	padding: 30px 2em 2em;
}

#MainBodyArea .pageList
{
	padding: 0;
}

#MainBodyArea .pageList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#SecondaryBodyArea
{
	width: 16em;
	overflow: hidden;
	float: left;
}

#SecondaryBodyArea #SecondaryBody
{
	margin: 0 1em;
}

#RightRegion
{
	min-width:215px;
	width:215px;
	float:right;
}
/*************************/
/* STARTPAGE             */
/*************************/
#StageArea.StartPage 
{
    position: relative;
    background-image: none;
    width: 100%;
    padding-bottom: 0;
	overflow: hidden;
}

#StageArea.StartPage #ImageArea 
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 18em;
	clear: both;
	background-color: #006ea0;
	border-bottom: 0.6em solid #006ea0;
}

#StageArea.StartPage #SecondaryBodyArea 
{
	position: absolute;
	top: 0em;
	right: 0em;
	width: 17em;
	height: 18em;
	padding: 2em;
	color: White;
	overflow: hidden;
}

#StageArea.StartPage .pageList
{
	border: 0;
	padding: 0;
	margin: 0;
}

#StageArea.StartPage ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#StageArea.StartPage #MainContentArea
{
    height: auto;
	width: 100%;
	min-height: 0;
	padding: 1em 0;
	margin: 0;
	background-image: none;
	overflow: hidden;
}

#StageArea.StartPage #MainBodyArea
{
	float: left;
	width: 23em;
	padding: 0 2em 0 1.5em;
	border: 0;
	overflow: hidden;
}

#StageArea.StartPage #NewsArea
{
	float: left;
	width: 15.5em;
	padding: 0 1em 1em 1em;
	overflow: hidden;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

#StageArea.StartPage #NewsArea li, 
#StageArea.StartPage #EventsArea li
{
	margin: 0.5em 0;
}

#StageArea.StartPage #EventsArea
{
	float: left;
	width: 15.5em;
	padding: 0 1em;
	overflow: hidden;
}

/*************************/
/* LOGIN PAGE            */
/*************************/
.loginArea 
{
    width: 100%;
}

.loginArea label 
{
    display: block;
    line-height: 1em;
    width: 35%;
}

.loginArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* REGISTER PAGE         */
/*************************/
.registerArea 
{
    width: 100%;
}

.registerArea label 
{
    display: block;
    line-height: 1em;
}

.registerArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* SUBSCRIPTION PAGE     */
/*************************/
.subscriptionArea 
{
    width: 100%;
}

.subscriptionArea label.topLabel 
{
    display: block;
    line-height: 1em;
}

.subscriptionArea input, .subscriptionArea select
{
    margin: 0.3em 0 1.5em 0;
}

.subscriptionListArea input
{
    margin: 0 0.3em 0 0;
}

.subscriptionListArea td 
{
    vertical-align: text-bottom;
    padding: 0.3em 0;
}

/*************************/
/* SEARCH PAGE           */
/*************************/
#ResultArea 
{
    padding-top: 2em;
}

#ResultArea ol
{
    margin: 0;
    padding-left: 2em;
}

#ResultArea li 
{
    margin: 0; 
    padding: 0;
}

input.searchText 
{
    width: 75%;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/
#SiteMap ul 
{
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}
#SiteMap li a
{
    text-decoration: none;
}

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(images/SiteMapBullet.png) no-repeat;
    font-size: 0.7em;
}

#SiteMap li li a
{
    text-decoration: underline;
}

#SiteMap li li li
{
    font-size: 1em;
}

/*************************/
/* DOCUMENTS             */
/*************************/
#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

#MainBody.documentList a
{
    padding: 0 0 2px 20px;
}

a.bmpExtension {background: url(images/extensions/bmp.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.docExtension, a.docxExtension {background: url(images/extensions/doc.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.gifExtension {background: url(images/extensions/gif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.htmExtension, a.htmlExtension {background: url(images/extensions/htm.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.jpgExtension, a.jpegExtension {background: url(images/extensions/jpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mp3Extension {background: url(images/extensions/mp3.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mpgExtension {background: url(images/extensions/mpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pdfExtension {background: url(images/extensions/pdf.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pngExtension {background: url(images/extensions/png.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pptExtension, a.pptxExtension {background: url(images/extensions/ppt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.tifExtension, a.tiffExtension {background: url(images/extensions/tif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.txtExtension {background: url(images/extensions/txt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.wavExtension {background: url(images/extensions/wav.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.xlsExtension, a.xlsxExtension {background: url(images/extensions/xls.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.zipExtension {background: url(images/extensions/zip.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList li
{
    padding-bottom: 0.2em;
	list-style-type: none;
}

.pageList h2
{
	margin: 0;
}

/*************************/
/* FORMS, 
   Bestämmer huvudsaklignen utseendet på XForms.  
    xformedit.css bestämmer också.      */
/*************************/
.xForm 
{
	padding-left:20px;
	margin-left:20px;
}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend 
{
    color: Black;
}

.xForm input 
{
    float: left;
}

.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm label 
{
    margin-right: 0.5em;
    float: left;
}

#id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
	/*overflow: visible; */
	margin: -15px -0.5em;
	clear: both;
	/*background: #303233 url(images/FooterCornerRight.png) bottom right no-repeat;*/
	font-family: Tahoma, Arial,Verdana, Sans-Serif;
}

#Footer 
{
	font-family: Tahoma, Arial,Verdana, Sans-Serif;
	color: #FFFFFF;
	font-size: 10px;	
	/*background: url(images/FooterCornerLeft.png) bottom left no-repeat; */
}

#FooterArea ul
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#FooterArea ul li
{
	display: block;
	float: left;
	color: White;
	/*border-left: solid 1px White;*/
	padding: 0 0.8em;
	font-size: 10px;
	font-weight: bold;
}

#FooterArea ul li.first
{
	border: 0;
}

#FooterArea a
{
	text-decoration: none;
	color: White;
}

#FooterArea a:hover
{
	text-decoration: underline;
}

/**********************************/
/*    Table classes for content   */
/**********************************/
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
}

table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}

table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}

table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}

table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}

table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}

th.highlighted, td.highlighted {}

table.classic th.highlighted
{
	background-color: #AAAAAA;
}

table.classic td.highlighted
{
	background-color: #F0F0F0;
}

table.color th.highlighted
{
	background-color: #377995;
}

table.color td.highlighted
{
	background-color: #d1e6ef;
}

th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
}

th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
}

/**********************************/
/*   Image  classes for content    */
/**********************************/
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}

img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
}