/* global.css - contains all global redefinitions of HTML elements */

/* Basis 16px
	20px 125.0%
	19px 118.75%
	18px 112.5%
	17px 106.25%
	16px 100.0%
	15px 93,75%
	14px 87.50%
	13px 81.25%
	12px 75.00%
	11px 68.75%
	10px 62.50%
	 9px  56.25%
	 8px  50.00%
*/

* {
  margin:0px;
  padding:0px;
  border:none;
}
html>body { font-size: 13px; /* important for cross OS compatibility */ }
html, body {
	font-size: 13px;
	font-size: 100%;
	font: small Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B2D435;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 3px 0;
}

h1.csc-firstHeader,
h1 {
	font-size: 123.125%;
	color: #002b25;
}

h2 {
	font-size: 100%;
	color: #000000;
}

h3 {
	font-size: 100%;
	color: #000000;
	text-decoration: underline;	
}

h4 {
	font-size: 100%;
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
}

h5 {
	font-size: 100%;
	color: #cc6633;
}

h6 {
	font-size: 100%;
	color: #cc6633;
	text-decoration: underline;	
}
/* ------------------------------------------------------- links */
a {
	text-decoration: underline;
	font-weight: normal;
	color: #002720;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
	color: #ea663b;
}


/* ------------------------------------------------------- lists */
ul {
	padding: 2px 3px 5px 10px;
	list-style: none;
}
ul li {
	font-size: 100%;
}
#content-wide ul li,
#content ul li {
	background: url(images/or-round.jpg) no-repeat left 6px;
	padding: 0px 0px 0px 10px;
}
ol {
	padding: 2px 3px 5px 25px;
}

/* ------------------------------------------------------- table */
table {
	border-collapse:collapse;
	margin-bottom:5px;
	
}
td, th {
	padding: 2px;
	border: 1px solid #000000;
	vertical-align:top;
}

thead,
thead td{
	font-weight: bold;
}

/* ------------------------------------------------------- other */
abbr, acronym, dfn {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 0 0 5px 0;
	margin: 0;
}

option {
	padding: 0 3px;
}
