/* Only used for pages under /home */

body {
	margin: 0;
	padding: 0;
}

/* Default font info */
body, TD, TH, LI, P, DIV { 
	font-size: 11pt;
	/*font-family: Palatino, Garamond, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, h4 {
	color: #007647;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.sbpro {
	font-weight: bold;
	color: #007647;
}

#banner {
	background-color: #E5DFBD;
	border-bottom: 2px solid #C5BF9D;
}

#footer {
	border-top: thin outset;
}

#footer * {
	font-size: 9pt;
}

#contents {
	padding: 1.25em;
}

#login, #login form {
	margin: 0; 
	padding: 0;
	font-size: 8pt;
}
#login TD, #login TH, #login input[type='text'], #login input[type='password'], #login input[type='button'], #login input[type='submit'] {
	font-size: 8pt;
}

.faq {
	padding: .50em;
	border-top: 1px inset;
}

.nav {
	padding: 0;
	margin: 0;
	padding-top: 2px;
	width: 100%;
	background-color: #E5DFBD;
	border-collapse: collapse;
	font-size: 11pt;
}

.nav IMG {
	border: none;
}

.nav TD {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 1.0em;
	padding-right: 1.0em;
	font-size: 10pt;
}

.sel, TD.sel {
	background-color: #C5BF9D;
	/*
	border-bottom: 1px outset #007647;
	border-right: 2px outset #007647;
	*/
	border: 3px outset;
	border-bottom: none;
	cursor: pointer;
	text-align: center;
}

.unsel, TD.unsel, .button, input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] {
	background-color: #F0F0F0;
	border: 1px inset black;
	cursor: pointer;
	text-align: center;
}

.sel A, .sel A:visited, .sel A:hover, .unsel A, .unsel A:visited, .unsel A:hover {
	text-decoration: none;
	color: #007647;
}

.unsel A:hover {
	text-decoration: underline;
}

.smalltable TD, .smalltable TH, .smalltable input[type='text'], .smalltable input[type='password'], .smalltable input[type='submit'] {
	font-size: 10pt;
}

.grid {
	border-collapse: collapse;
	empty-cells: show;
}

.grid TD, .grid TH {
	border: 1px dotted;
}

.grid TD {
	padding: 0.35em;
}

.grid TH {
	text-align: left;
	color: #007647;
}

.gridlabel {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: black;
}

.dialog {
    padding: 0.5em;
	border: thin outset; 
	background-color: #D0D0D0;
}

.sidenav {
    padding: 0.25em;
    margin-left: 1.0em;
	border: thin outset; 
	background-color: #F0F0C0;
	width: 18em;
}

.info {
	/*background-color: blue;*/
    padding: 0;
    margin: 0;
    empty-cells: show;
    border-collapse: collapse;
    border: 1px solid;
}

.info TH, .properties TH {
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	background-color: #C1BB99;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* Data cells */
.info TD.cell {
	border: 1px dotted #808080;
	text-align: center;
	font-size: 10pt;
}

.even {
	border-top: thin groove;
}

.odd {
	background-color: #CEC8A6;
}

<!-- Workaround IE transparency bugs -->
<!--[if IE]>
h1,h2,h3,h4 {
	/*background-color: #D3CDAB;*/
}
.sel {
	border-left: 2px solid #D0D0D0;
	border-top: 3px outset #D0D0D0;
	border-right: 1px outset #D0D0D0;
}

<![endif]-->
