/* CSS Document */


/*
	Colours used

	Light purple  - central box    - #E0E0FF
	Medium purple - navigation bar - #B2B2FF
	Darker purple - navigation bar - #9C9CFD

	Light green   - sidebar        - #C1DDC2
	Dark green    - sidebar        - #9DC99D

	Blue          - buttons        - #6666FF

	Blue          - borders        - #6666FF
*/


@import url(layout.css);
@import url(header.css); 
@import url(typography.css);
@import url(menu_tabs_main.css);
@import url(corners.css);

body {
	font-family: Arial Unicode MS; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:active, a:link, a:hover, a:visited {
/*	text-decoration: none;  */
}

h1 {
	color:#000000;
	font-weight:bold;
}

h2 {
	color: black;
	font-weight: bold;
}

h3 {
	color: black;
	font-weight: bold;
}

.hide {
	display: none;
}

hr {
	size:1px;
	height:1px;
	noshade:noshade;
	color:#6666FF;

}

.ForceHand {
	cursor:hand;
}

a:hover.ForceHand {
	cursor:hand;
}




strong {
	font-weight:bold;
}


th {
	font-weight:bold;
}

img, img a {
	border: 0;
}



.clear {
	clear:both;
}

/* Turn off for Opera 6 and below */
html > body .clear { display: none; }

/* And turn it back on again for good honest browsers
see [http://www.albin.net/CSS/OwenHack.html] */

head:first-child+body .clear { display: block; }

/* IE5 (mac) dealt with, now reset font-size for Geckos,
turn off for IE5 (PC) + OmniWeb and back on for IE6 (PC)
see [http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml] */

/*\*/
.clear { 
	font-size: medium; 
}
.fake.box-clear { 
	display: none; 
}
/* */
/* 
	nn4clear is as its name suggests, only required for NN4 compatibility
	If you don't need that you can remove both this rule and the
	relevant div from the html
*/

.nn4clear { 
	clear: both; 
	line-height: 0px; 
	font-size: 1px; 
}

/*/*/ .nn4clear { display: none; } /* */

dd {
	margin-left:0;
	padding-left:0;
}

dd dt {
	margin-left:0;
	padding-left:0
}
/* BODY FORM BUTTON ------------------------------------------------------------
------- */
input.submit
{
        margin: 0 2em 0 0;
        border: 2px outset #CCCCFF;
        padding: 0.1em 0.25em;
        background-color: #BBBBEE;
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A0bbbbee', EndColorStr='#FF7777DD');
        color: #000000;
        font-size: 85%;
        font-weight: bold;
}

input.submit:hover {
        background-color:#CCCCFF;
}

body div.changedatabases {
	padding-top:1em;
}

body h5, h6 {
	font-size:1em !important;
}

div#HelpContent ul {
	margin:0;
	padding:0;
	padding:0.5em;
	margin-left:1em;
}

div#HelpContent td {
	font-size:1em;
}

.buttonGetThisItem {
	margin-top:1em;
}

div#Centre, div#Centre2RHS, div#LHS2RHS {
	margin-top:-20px;
}

div#Content h2 {
	margin-top:0;
}



/* Additions */

table#SummaryResults img, .tableWithLargeRowPadding img, .print-display img {
	margin-right: 7px;
	}

.tab2 h2 {
	padding-top: 1em;
	padding-bottom: 0;
	margin-bottom: 0;	
	}

.tab2 ol {
	margin-top: 0;
	padding-top: 0;
	}

.tab2 ol li {
	margin-top: 0;
	padding-top: 0;
	}

#SummaryResults img {
	max-width: 200px;
}


