﻿/*-----------------------------------
ELSST stylesheet (all browsers)
Defines styles for standards-compliant browsers and should validate.

colours: #004d95 (blue original)
	#3a2a93 (purple original)

contents (in order):
	A few element defaults
	#wrapper
	headers
	#menu (.topmenu)
	#welcome
	#content
	#footer
	.gridview
	.thesaurus
	form elements
	misc
	
-----------------------------------*/
/*-----------------------------------
A few element defaults
-----------------------------------*/
BODY
{
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%; /* 16px */
	line-height: 1em; /* 16px x 1.125 = 18px */
	padding: .5em;  /* 16px x .5 = 8px */
	margin: 0;
}
IMG
{
	border: 0; /* remove default image borders (seen when image is linked) */
}
A:link, A:hover, A:focus
{
	color: #115ea6;
}
A:visited, A:active
{
	color: #115ea6;
}
FORM
{
	margin: 0;
}
P
{
	margin: 1em 0;
}
OL, UL
{
	padding: 0;
	margin: 1em 0 1em 2em;
}
LI
{
	padding: 0;
	margin: 0;
}
TEXTAREA
{
	font-family: Verdana, Arial, sans-serif;
	font-size: .917em; /* 12px x .917 = 11px */
}
SELECT
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
/*-----------------------------------
#wrapper
-----------------------------------*/
#wrapper
{
	color: #000;
	background: #fff;
	font-size: .75em; /* 16px x .75 = 12px */
	/*width: 990px;*/ /* wrappper width fixed for a 1024 resolution */
	padding: 0 1em 3em 1em;
	margin: 0 auto; /* center the wrapper */
}
/*-----------------------------------
headers
-----------------------------------*/
H1, H2, H3
{
	margin-top: 0;
}
H1
{
	font-size: 1.5em; /* 12px x 1.5 = 18px */
}
H2
{
	font-size: 1.333em; /* 12px x 1.333 = 16px */
}
H3
{
	font-size: 1.167em; /* 12px x 1.167 = 14px */
}
/*-----------------------------------
#menu (.topmenu)
-----------------------------------*/
.topmenu
{
	color: #fff;
	background: #115ea6;
	font-weight: bold;
	padding: 1em;
}
.topmenu A:link, .topmenu A:visited
{
	color: #fff;
	border: 1px solid #115ea6;
	padding: .5em;
	margin-bottom: -.75em;
	display: inline-block;
}
.topmenu A:hover, .topmenu A:active, .topmenu A:focus
{
	background: #4b3ba4;
	border: 1px solid #fff;
}
/* highlight selected menu */
BODY#home A.home,
BODY#search A.search,
BODY#comments A.comments,
BODY#history A.history,
BODY#version A.version,
BODY#userguide A.userguide
{
	color: #bbb;
	border: 1px solid #bbb;
}
/*-----------------------------------
#welcome
-----------------------------------*/
#welcome
{
	color: #115ea6;
	background: #bbb;
	text-align: center;
	padding: 1em;
	margin-bottom: 1em;
}
/*-----------------------------------
#content
-----------------------------------*/
#content
{
	padding: 2em 0;
	min-height: 500px;
}
/*-----------------------------------
#footer
-----------------------------------*/
#footer
{
	color: #fff;
	background: #115ea6;
	text-align: center;
	padding: 1em;
}
/*-----------------------------------
.gridview
-----------------------------------*/
TABLE.gridview
{
	border-top: 1px solid #666 !important;
	border-right: 1px solid #666 !important;
}
TABLE.gridview CAPTION
{
	font-size: 1.5em;
	font-weight: bold;
	padding: .5em;
}
TABLE.gridview TH,
TABLE.gridview TD
{
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: .25em;
}
TABLE.gridview TH
{
	color: #fff;
	background: #115ea6;
}
TABLE.gridview TH A
{
	color: #fff;
}
/* remove borders on nested cells */
TABLE.gridview TD TD
{
	border: 0;
}
/* alternate row */
TR.altrow TD
{
	background: #f0f0f0;
}
/* selected row */
TR.selrow TD
{
	background: #bbb;
	font-weight: bold;
}
/*-----------------------------------
.thesaurus
-----------------------------------*/
TABLE.thesaurus
{
	width: 350px;
}
TABLE.thesaurus TABLE
{
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
TABLE.thesaurus TABLE CAPTION
{
	font-size: 1.5em;
	font-weight: bold;
	padding: .5em;
}
TABLE.thesaurus TABLE TH,
TABLE.thesaurus TABLE TD
{
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	text-align: left;
}
TABLE.thesaurus TABLE TH
{
	color: #fff;
	background: #115ea6;
	padding: .25em;
}
TABLE.thesaurus TABLE TD.padded
{
	padding: .25em;
}
TABLE.thesaurus TABLE .label
{
	color: #fff;
	background: #115ea6;
	font-weight: bold;
	padding: .25em;
	display: block;
}
TABLE.thesaurus TABLE SELECT
{
	font-size: .917em; /* 12px x .917 = 11px */
}
TABLE.thesaurus TABLE DIV.scroll
{
	font-size: .917em; /* 12px x .917 = 11px */
	height: 100px;
	width: 400px;
	overflow: auto;
}
TABLE.thesaurus TABLE DIV SPAN
{
	font-size: .917em; /* 12px x .917 = 11px */
}
/*-----------------------------------
form elements
-----------------------------------*/
.button
{
	color: #fff;
	background: #4b3ba4;
	font-weight: bold;
}
/*-----------------------------------
misc
-----------------------------------*/
.textright
{
	text-align: right;
}
.menuTabs
{
	margin-bottom: -1px;
}
.tab
{
	background: #bbb;
	border: 1px solid #666;
	font-weight: bold;
	padding: .5em;
}
.selectedTab
{
	background: #115ea6;
	border: 1px solid #666;
	font-weight: bold;
	padding: .5em;
}
.selectedTab A:link,
.selectedTab A:visited,
.selectedTab A:hover,
.selectedTab A:active,
.selectedTab A:focus
{
	color: #fff;
}
