/* ------------ Typographic settings --------------------------------- */
body, td, select, input {
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: Black;
}

body, td {
	padding: 0;
	margin: 0;
	}

th {
	text-align: left;
}

h1 {
	font-family: Times New Roman;
	font-size: 18pt;
	font-weight: normal;
	color: #808080;
	margin: 10px 0 4px 0;
}

h2 {
	font-size: 9pt;
	color: #404040;
	margin-bottom: 5px;
}

h1, h2 {
	padding: 0;
	margin: 0px 0px 8px 0px;
	}

A:link, A:visited {
	text-decoration: none; 
	color: #5E87BE;
	font-weight: bold;
}

A:hover	{
	text-decoration: none; 
	color: #1E324C;
	font-weight: bold;
}


hr { 
	height: 1px; 
	border-width: 0;
	}

img {
	border: none;
	}



table {
	border-collapse: collapse;
	width: 100%;
}


/* ------------ Forms ------------------------------------------------ */
select, input, textarea {
	font-weight: normal;
	color: black;
	background-color: #DCE4E9;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

select:focus, input:focus, textarea:focus {
	font-weight: normal;
	color: black;
	background-color: #F7F7FF;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

input.submit {
	background-color: #404040;
	color: white;
	font-weight: bold;
	font-size: 7.5pt;
	border-style: outset;
	border-left: solid 1px #FF6666;
	border-top: solid 1px #FF6666;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	margin: 0 1px 3px 0;
	padding: 1px 3px 1px 3px;
	width: auto;
	overflow: visible;
}

input.smallsubmit {
	display: in-line;
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none; 
	color: #EE6600;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: left;
	font-weight: bold; 
	background-color: transparent;
	border: none;
}

/* form error messages */
.errors {
	display: block;
	width: 85%;
	color: red;
	background-color: #FFEEEE;
	border: dotted 1px red;
	margin: 18px;
	padding: 12px;
}

.errors label {
	border-bottom: dotted 1px red;
}

/* --- Category menu ------------------------------------------------- */

#categorymenu {
	margin: 0 0 0px 0;
	padding: 0;
	width: 175px;
	border-top: solid 1px #CBD5DB;
}

#categorymenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#categorymenu ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

#categorymenu ul li div {
	font-size: 7.5pt;
	background-color: transparent; 		
}

#categorymenu ul li div a {
	display: block;
	padding: 1px 3px 5px 2px;
	color: #404040;
	background-image: url(../images/web/back_fade2.png);
	border-bottom: solid 1px white;
}

#categorymenu ul li div a:hover {
	color: white;
	background-color: #404040;
	background-image: none;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

#categorymenu ul ul li div {
	font-weight: normal;
}

#categorymenu ul ul li div a {
	font-weight: normal;
	background-image: none;
	background-color: #DCE4E9; 
	color: #CC4400;
	padding-left: 10px;
}

#categorymenu ul ul ul li div a {
	padding-left: 20px;
}

#categorymenu ul ul ul ul li div a {
	padding-left: 30px;
}

#categorymenu ul ul ul ul ul li div a {
	padding-left: 40px;
}

#categorymenu ul ul ul ul ul ul li div a {
	padding-left: 50px;
}