/*
 * $Id: handheld.css,v 1.18 2006/05/31 07:34:23 juissi Exp $
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}

img {
	border: 1px solid #000;
}

/*
 * Navigation bar styles
 */
div.navigation {
	background: #eee;
	float: none;
	clear: left;
	width: 100%;
	padding: 0.2em;
	border: 1px solid #78b63f;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navigation ul {
	margin: 0em 0em;
	color: #037;
}

.navigation li {
	margin-left: 15px;
}

.navigation a {
	color: #037;
}

.navigation a:visited {
	color: #037;
}

.navigation a:hover {
	text-decoration: none;
}

div.submenu {
	background: #eee;
	float: none;
	clear: left;
	width: 100%;
	padding: 0.2em;
	border: 1px solid #78b63f;
	margin-bottom: 5px;
}

.submenu a {
	color: #037;
}

.submenu a:visited {
	color: #037;
}

.submenu a:hover {
	text-decoration: none;
}

/*
 * Title bar styles
 */
div.title {
	width: 100%;
}

.title img {
	border: 0px;
}

.title a {
	border: 0px;
}

/*
 * Main content styles
 */
div.content {
	display: block;
	break: none;
	background: #eee;
	border: 2px solid #78b63f;
	padding: 20px;
	width: 100%;
	margin-left: -1px;
	margin-bottom: 20px;
}

.content h1 {
	font-size: 140%;
}

h1.box {
	font-size: 100%;
        letter-spacing: 3px;
        text-transform: uppercase;
        display: inline;
        color: #000000;
        background-color: #eee;
        z-index: 1;	
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
	margin: 0px;
}

table caption {
	font-size: 120%;
	font-weight: bold;
}

table.listing {
	border: thin solid #78b63f;
	font-size: 80%;
	border-collapse: collapse;
}

table.listing caption {
	font-size: 120%;
	font-weight: bold;
}

table.listing th {
	border: thin solid #78b63f;
}

table.listing tr > td:first-child {
	text-align: left;
}

table.listing td {
	background-color: #ffffff;
	border: 1px solid #78b63f;
	padding: 0.2em;
	text-align: right;
}

