/* 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;
	color: #7a7b7d;
	background-color: #f7b531;
	background-image: url(images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h5,h6 {
	margin: 10px 0 3px 0;
}

h1 {
	font-size: 133.34%;
	color: #7a7b7d;
}

h2 {
	font-size: 116.67%;
	color: #7a7b7d;
}

h3 {
	margin-top: 3px;
	font-size: 108.34%;
	color: #7a7b7d;
	margin-bottom: 3px;	
}

h4 {
	font-size: 100%;
	color: #7a7b7d;
}

h5 {
	font-size: 116.67%;
	color: #7a7b7d;
}

h6 {
	font-size: 108.33%;
	color: #7a7b7d;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: normal;
/*	color: #E3203E;*/
	color: #7a7b7d;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #E3203E;
}


/* ------------------------------------------------------- lists */
ul {
	padding: 2px 3px 5px 21px;
}
ul li {
	font-size: 100%;
	padding: 0;
}

ol {
	padding: 2px 3px 5px 25px;
}

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

tr.ruled,
table tr:hover{
/*	background-color: #EEEEEE;*/
}

th {
	/*background-color: #EEEEEE;*/
}

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

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

option {
	padding: 0 3px;
}