/*************************************************************
	Style sheet for Montebello Partners web content

	Copyright (c) 2004-2005 Montebello Partners.
	All rights reserved.

	Box order: t,r,b,l
*************************************************************/


/* Navigation and branding layout.  Each <td> has an id */

#page {
	width: 100%;
	height: 100%;
}

#nav-left {
	width: 122px;
}

#nav-top, #nav-title {
	height: 22px;
}

#content {
	margin: 25px 100px 25px 25px;
}

#nav-bottom {
	font-size: 8pt;
	padding: 25px 25px 0 50px;
	vertical-align: bottom;
}

#nav-top, .header {
	background: black; 
}

#title {
	font-family: serif;
	display: list-item;
	list-style: square outside;
	margin-left: 25px;
}

#links {
	word-spacing: 2em;
}

#logo {
	float: right;
}	

/* Formatting for standard html elements */

body, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background-color: white;
	margin: 0;
}

li {
	margin-bottom: 10px;
}

.compact li {
	margin-bottom: 0;
}

A:link { color: #800080 }       /* unvisited link */
A:visited { color: #000080 }   /* visited links */
A:active { color: #800080 }    /* active links */

img {
	border: 0;
}

img.float {
	float: left;
	margin-right: 16px;
}

table {
	border-collapse: collapse;
	margin: 20px;
	border-bottom: thin solid #008000;
}

th, td {
	padding: 4px;
	border-top: thin solid #008000;
	border-bottom: none; 
	vertical-align: top;
	text-align: left;
}

th {
	font-weight: bold;
}

thead tr.head th {
	font-size: larger;
	background: #008000;
	color: white;
	text-align: right;
}

thead td, thead th {
	color: #008000;
	background: #FFFFCE;
}

tr.detail td {
	border-top: none;
}

/* Formatting for special classes */

.mousetype {
	font-family: serif;
	font-size: 7pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

.warn {
	color: red;
}

.light-color {
	color: #808080;
}

table.layout, table.layout tr td {
	border: none;
	margin: 0;
	padding: 0;
	table-layout: auto;
}


