html
{
	margin: 0;
	padding: 0;
}

body 
{ 
	font: 11px/1.4 Tahoma, verdana, sans-serif;
	background: #fff url(../Images/captermlogo.png) no-repeat top left;
	margin:50;padding:0;padding-bottom:2em; 
}

a
{
	color: #0660B5;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
select
{
	width: 140px;
}

/* for underlining accesskeys */
em.accessKey
{
	font-style: normal;
	text-decoration: underline;
}

/* Positioning of the search control */
#search
{
	position: absolute;
	top: 50px;
	left: 50px;
}

#search #searchinfo
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 300px;
}

#search #searchexpression
{
	position: absolute;
	top: 74px;
	left: 0px;
}

#search #searchexpression input
{
	width: 300px;
	position: absolute;
	top: 7px;
	left: 0px;
}

#search #searchexpression input.button
{
	width: 100px;
	position: absolute;
	top: 6px;
	left: 310px;
}

#search #autotruncinfo
{
	position: absolute;
	top: 108px;
	left: 0px;
	width: 410px;
}

/* Positioning of the target and source language dropdowns */
#search #languageselection
{
	position: absolute;
	top: 170px;
	left: 0px;
}

#search #languageselection #targetlanguage
{
	position: absolute;
	top: 0px;
	left: 235px;
}

#search #languageselection #targetlanguage select
{
	position: absolute;
	top: -3px;
	left: 33px;
}

#search #languageselection #sourcelanguage
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#search #languageselection #sourcelanguage select
{
	position: absolute;
	top: -3px;
	left: 80px;
}


/* Positioning of the search options */

#search #searchoptions
{
	position: absolute;
	top: 28px;
	left: 460px;
}

/* Positioning of the term base selection dropdown */
#search #searchoptions #termbaseselection
{
	position: absolute;
	top: 30px;
	left: 0px;
}

#search #searchoptions #termbaseselection select
{
	position: absolute;
	top: -3px;
	left: 80px;
}

#search #searchoptions label
{
	position: absolute;
	top: 3px;
	left: 22px;
}

#search #searchoptions #columns
{
	position: absolute;
	top: 54px;
	left: 0px;
}

#search #searchoptions #columns span.entry
{
	position: absolute;
	top: 0px;
	left: 76px;
}

#search #searchoptions #columns span.definition
{
	position: absolute;
	top: 24px;
	left: 76px;
}

#search #searchoptions #columns span.comment
{
	position: absolute;
	top: 0px;
	left: 156px;
}

#search #searchoptions #columns span.context
{
	position: absolute;
	top: 24px;
	left: 156px;
}

#search #searchoptions span.showall
{
	position: absolute;
	top: 106px;
	left: 0px;
	width: 200px;
}

#search #searchoptions span.autotrunc
{
	position: absolute;
	top: 130px;
	left: 0px;
	width: 200px;
}

#search #searchoptions span.autotrunc input
{
	width: 30px;
	position: absolute;
	top: -2px;
	left: -5px;
}

#search #searchoptions span.autotrunc label
{
	position: absolute;
	top: 0px;
	left: 22px;
}

/* Positioning of the mailto link */
#contact
{
	position: absolute;
	top: 260px;
	left: 50px;
}

/* Positioning of the search result */

#searchresult
{
	width: 800px;
	position: absolute;
	top: 280px;
	left: 50px;
}

#searchresult table tr
{
	height: 14px;
	vertical-align: top;
}

#searchresult span.noSearchResultClass
{
	font-size: large;
	font-weight: bold;
}

#searchresult a.nodeco
{
	text-decoration: none;
	color: #000000;
	padding-left: 5px;
}

#searchresult table tr.header
{
	background-color: #f7f5ee;
	height: 20px;
	font-weight: bold;
	text-indent: 5px;
}

#searchresult table tr.navigator
{
	height: 24px;
}

#searchresult table tr.alternaterow
{
	background-color: #f7f5ee;
}

#searchresult ul li
{
	display: inline;
	margin: 0;
}

#searchresult ul
{
	display: inline;
	text-align: center;
	padding: 0 5px 0 7px;
	width: 0;
	margin: 0;
}

#searchresult ul li a, ul li strong
{
	display: inline;
	text-align: center;
	padding: 0 5px 0 7px;
	border-left: 1px solid #D1D4DC;
	width: 0;
	margin: 0;
}


/* Styling of the detailed view of the concept, entries and attachments */

#concept
{
	position: absolute;
	left: 50px;
	width: 400px;
	display: none;
}

#attachments
{
	position: absolute;
	left: 475px;
	top: 10px;
	width: 350px;
}

#entries
{
	position: absolute;
	left: 50px;
	top: 40px;
}

#concept ol
{
	list-style-type: none;
	position: relative;
	left: -28px;
	top: -6px;
}

#attachments table
{
	width: 328px;
}

#attachments table tr
{
	height: 66px;
}

p.title
{
	font-size: large;
	font-weight: lighter;
	color: #777777;
	position: relative;
	top: 10px;
}

.entryExpander
{
	position: relative;
	left: 0px;
	width: 410px;
}

.entryExpander ol
{
	list-style-type: none;
	position: relative;
	left: -28px;
	top: -6px;
}

.entryExpander div.contenttext
{
	margin-left: 75px;
	margin-top: -14px;
}

.entryExpander .expanderHeader 
{
	position: relative;
	left: 2px;
	top: 3px;
	padding-top: 3px;
	width: 406px;
	height: 20px;
	background-color: #FFFFFF;
	text-indent: 10px;
	font-weight: bold;
}

.entryExpander .expanderHeader img
{
	position: absolute;
	left: 380px;
	top: 2px;
}

/* Language specific backgroundcolor */
.da
{
	background-color: #f7f7e2;
}

.en
{
	background-color: #dec9de;
}

.fr
{
	background-color: #f7f5ee;
}

.de
{
	background-color: #92dad6; 
}

.es
{
	background-color: #f7f5ee;
}

.it
{
	background-color: #f7f5ee;
}

.ru
{
	background-color: #f7f5ee;
}

.fi
{
	background-color: #f7f5ee;
}

.la
{
	background-color: #f7f5ee;
}

.no
{
	background-color: #f7f5ee;
}

.sv
{
	background-color: #f7f5ee;
}
