/*
** Sea theme stylesheet for HelME
** By Antti Kokko
** (c) Icecom
**
** Uses extensively CSS shorthand commands 
** Good for: IE 5.0+, Opera 6+, Mozilla 1.0+, Netscape 6+
*/

/*
** Common 
**/
/*div {
	font-family: Arial, Helvetica, sans-serif;
}
div.general {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
}
table {
	border-collapse: collapse; 
} */

A:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A:hover {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A:active {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*
** Forms and Form Elements 
*/
/*form {
	margin: 2px;
	padding: 2px;
}
form.inline {
	display: inline;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
input.button {
	font-weight: bold;
	color: #5988C1;
	background: #FFFFFF;
	border: 2px solid #97CBF6;
	display: inline;
	padding-left: 10px;
}*/

/************
 TABLES
************/
/*table.content {
	border-collapse: separate;
	margin: 10px;
	border: 1px solid #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
td.content-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #97CBF6;
	padding: 0px 0px 0px 16px;
}
td.content-text {
	padding: 5px 5px 5px 20px;
}*/


/************
 PLUS MINUS STYLES
************/

a.itemMinus {
	padding-left: 20px;
	margin-left: 5px;
	background: transparent url(../images/icon_minus.gif) no-repeat left center;
}
a.itemPlus {
	padding-left: 20px;
	margin-left: 5px;
	background: transparent url(../images/icon_plus.gif) no-repeat left center;
}

