/*
-----------------------------------------------
	MONSTER EU/APAC LOW VISION ELEMENTAL CSS v2.0
	Author:		Steven Tew
	Copyright 2004-2005 Monster
----------------------------------------------- 


===== CONTENTS =====
	
	Last Updated:		October 26th 2005	
	
	1: rules for elements
		: body and links
		: headings
		: forms
		: lists
		: text
		: misc		
	2: rules for nested elements
		: blockqoute address
		: nested lists
	3: rules for semantic classes
		: div.para
		: div.quote
		: div.section
		: table.data
	
====================
*/



/* ____________________________________________1: elements */

/* =body and links
----------------------------------------------- */
body {
	background-color: #fff;
	color: #000;
	font: normal 100.01%/1.2em "Verdana CE", "Helvetica CE", Verdana, "Arial CE", Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	padding: 0;
	}
a:link {
	color: #306;
	}
a:visited {
	color: #528;
	}
a:hover,
a:active {
	color: #609;
	}
	
/* margin left & right
----------------------------------------------- */
img,
iframe { 
	margin-left: 5px;
	margin-right: 5px; }

/* =headings
----------------------------------------------- */
h1 {
	font-size: 2.18em; }
h2 {
	font-size: 1.82em; }
h3 {
	font-size: 1.36em; }
h4 {
	font-size: 1.18em; }
h5 {
	font-size: 1.09em; }
h6 {
	font-size: 1em; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1.1em;
	margin: .3em 5px; }
h1, h2 { font-family: Arial, Helvetica, sans-serif; }
	
/* =forms
----------------------------------------------- */
form {
	margin: 0 5px 1em 5px;
	padding: 0; }
fieldset {
	border: 1px solid #D0D0BF;
	padding: 8px; }
legend {
	color: #99540A; }
input,
select,
textarea {
	font: 1em "Verdana CE", "Helvetica CE", Verdana, "Arial CE", Arial, Helvetica, sans-serif; }
input[type="submit"] {
	margin-top: 6px; }
optgroup {
	font: italic bold 1em "Verdana CE", "Helvetica CE", Verdana, "Arial CE", Arial, Helvetica, sans-serif; }
option {
	font-style: normal;
	font-weight: normal; }

/* =lists
----------------------------------------------- */
ol, ul {
	line-height: 1.5em;
	margin: 0 5px 1em 5px;
	padding: 0; }
ul {
	list-style-type: disc; }
dl {
	line-height: 1.5em;
	margin: 0 5px .5em 5px; }
dt {
	font-weight: bold; }
dd {
	margin: 0 0 1em 0; }

/* =text
----------------------------------------------- */
p {
	line-height: 1.5em;
	margin: 0 5px 1em 5px; }
address {
	font-style: italic;
	margin: 0 5px 1em 5px; }
blockquote {
	font-style: italic;
	margin: 0 2em 1em 2em; }
cite {
	font-style: italic; }
big {
	font-size: larger; }
blink {
	text-decoration: none; }
del {
	text-decoration: line-through; }
em {
	font-style: italic; }
small {
	font-size: smaller; }
strong {
	font-weight: bolder; }
code,
kbd,
pre,
samp,
tt {
	font: 110% "Andale Mono", Courier, "Courier New", monospace; }

/* =misc
----------------------------------------------- */
hr {
	background-color: #609;
	border: none;
	clear: both;
	color: #609;
	height: .3em;
	}
img,
a img,
:link img,
:visited img,
iframe,
caption {
	border: none; }



/* ____________________________________________2: nested elements */
form h2 { margin-left: 0; margin-right: 0; }
form label { cursor: pointer; margin-left: 0; margin-right: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0; }



/* ____________________________________________3: semantic classes */
div.para,
div.quote {
	margin: 0 0 1em 0; }
div.para p,
div.para ol,
div.para ul,
div.para dl {
	margin-bottom: 0;
	margin-top: 0; }
div.section {
	margin-bottom: 2em; }

/* =table.data
----------------------------------------------- */
table.data {
	background-color: white;
	border: 1px solid #666;
	border-collapse: collapse;
	margin: 0 5px 1em 5px;
	padding: 0; }
table.data tr.odd {
	background-color: #F5F5EB; }
table.data tr.even {
	background-color: #EDEDDA; }
table.data td {
	border: 1px dotted #666;
	border-bottom: none;
	border-top: 1px solid white;
	padding: 1px 5px;}
table.data caption {
	color: #999;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase; }
table.data th {
	background-color: white;
	border: 1px dotted #666;
	border-bottom: 2px solid #666;
	padding: .8em 5px .5em 5px;
	text-align: left;
	text-transform: capitalize; }
table.data colgroup.em {
	font-weight: bold; }