/*------------------------------------------------- 
commonstyle.css - common HTML elements used throughout portal

(Version 1 comments below from version copied from TOP portal)
Version 1 original css created
Version 1.1 font sizes modified and style changes to bring it into line with Business link
Version 1.2 font size methodology changed to make css more manageable

Version 2.0 updated for TOP_ namespace

Version 3.0 RJHurst rick@olivewoodtech.co.uk 28/01/2008
- formatted and checked for TOP style guide v3.0
------------------------------------------------------*/

body {
	background-color:#EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;	
	background-repeat: repeat-y;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size:75%;
	
}

table {
    font-size: 1em
}

h1 {
	color: #333;
	font-size:1.1em;
}

h2 {
	color: #333;
	font-size:1.0em;
}

h3 {	
	color: #333;
	font-size:1em;
}

h4 {
	color: #333;
	font-size:1em; 
}

h5, h6 {
	color: #333;
	font-size:.9em;
}

p {
}

span, td, th {
	color:#333;
}

div {
	color:#333;
}

ul, dl, ol {
	color:#333;
	margin:0px;
	padding:0 0 10px 24px;
}

label {
	color:#333;
}

textarea {
	color:#333;
}

input {
	padding: 0;
	margin: 0;
}

button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 600;  
    font-size: 1em;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    background-color: #EDEDED;
    height: 22px;
    w/idth: 1px;
    overflow: visible;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;    
}

form {
	margin: 0;
	padding: 0;
}

a:hover { 
	text-decoration: underline;
	color:#333399;
}

a { 
	color:#333399;
	text-decoration: none;
}

img, img:hover {
	margin:0;
	padding:0;
	border:0;
}

abbr {
	font-style:normal;
	text-decoration:none;
}

li {
  margin-bottom: 3px;
}

 