div.debug { border: 1px solid red;  }
html {
	margin: 0;
	background-color: #C6C6C6;
}
body {
	margin: 10px;
	width: 1000px;
	
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
}

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; border-bottom: 1px dotted #a4250c; text-transform: uppercase;  }
h1 { font-size: 10pt; margin-bottom: 1em; color: #c00000 }
h2 { font-size: 8pt; margin-bottom: 1em;  }
h3 { font-size: 8pt; margin-bottom: 1em; }

form, fieldset { margin: 0; padding: 0; }

a img { border: 0; }

a:link, a:visited { color: blue; text-decoration: none; }
a:hover { color: #d80000; text-decoration: underline; }

span.userLink { font-weight: bold; }
span.userLink a { color: black; }

div#all {
	border: 1px solid black;
	background-color: #C6C6C6;
	padding: 0; 
}
div#top {
	background-color: #FD0A04;
	background-image: url(/images/new_logo.gif);
	background-repeat: no-repeat;
	height: 96px;
	padding: 0;
	/*border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: black;*/
}
div.bar {
	background-color: #e73910;
	text-align: right;
	padding: 2px 0 2px 0;
}
div.menu {
	padding: 5px;
	font-family: Verdana, Arial;
	color: #ffeab9;
	font-size: 10pt;
	width: 150px;
	height: 30em;
	background-color: #e73910;
	background-image: url(/images/drips.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	float: left;
}
div.menu a {
	display: block;
}
div.menu a:link, div.menu a:visited {
	color: #ffeab9;
	font-weight: bold;
	margin-right: 1em;
	text-decoration: none;
}
div.menu a:hover { color: #fcd883; }

div.submenu {
	background-color: #FFD979;
	background-repeat: repeat-x;
	background-image: url(/images/menu_gradient.gif);
	background-repeat: repeat-x;
	height: 1.6em;
	color: black;
	padding: 5px 5px 0 5px;
	font-family: Verdana, Arial;
	border: 1px solid black;
}
div.submenu a:link, div.submenu a:visited {
	color: black;
	font-weight: bold;
	margin-right: 1em;
	text-decoration: none;
}
div.submenu a:hover { color: #d80000; text-decoration: underline; }

div#content {
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 160px;
	background-color: white;
	min-height: 300px;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: black;
}
div#footer {
	text-align: center;
	height: 200px;
}
form.language {
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
}
form.language select {
	font-size: 8pt;
}
td { font-size: 8pt; }
table.box
{
	border: 1px solid black;
	margin-bottom: 2em;
	border-spacing: 0;
	width: 100%;
}

table.box td {
	padding: 5px;
}

table.box thead td
{
	border-spacing: 0;
	border-bottom: 1px solid black;
	font-size: 1.2em;
	white-space: nowrap;
	background-color: #000000;
	background-image: url(/images/box_header.gif);
	background-repeat: repeat-y;
	color: white;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
}
table.box tfoot td { border-top: 1px solid black; }
fieldset
{
	padding: 0;
	margin-bottom: 1em;
	margin-top: 0;
}

div.pageNav {
	border: 1px solid #808000;
	background-color: #FEFFD3;
	padding: 5px;
	margin-bottom: 1em;
}
div.pageNav a { text-decoration: underline; }




form.logout {
	display: inline;
	visibility: hidden;
}

span.debug { color: red; font-weight: bold; text-transform: uppercase; }