﻿
.srTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.prTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.srText
{
	font-size: 8pt;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.srReference
{
	margin-top: 5px;
	font-size: 8pt;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.srFragment
{
	margin-left: 10px;	
	margin-top: 5px;
	font-size: 8pt;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.srFileSize
{
	font-size: 7pt;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt; color:#000066;
}

h1 {
font-family: Verdana, Arial, sans-serif;
font-size: 24pt;
margin-bottom: 0px;
padding-top: 3px;
text-align: center;
font-weight: normal;
color: #003399;
}

h2 {
font-family: Verdana, Arial, sans-serif;
font-size: 14pt;
margin-top: 8px;
margin-left: 0px;
margin-right: 7px;
margin-bottom: 8px;
font-weight: normal;
font-style: normal;
color: #000066;
}

h3 {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
margin-left: 0px;
margin-bottom: 8px;
color: #500000;
font-weight: BOLD;
}

h4 {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
margin: 0;
color: #003399;
font-weight: bold;
}

.navigateProperties
{
	position:relative;
display: inline-block; /*sets hasLayout - required for IE*/
overflow: hidden; /*causes modern browsers to enclose child floats*/
margin: 0px;
padding: 10px;
background: #FFFFFF; 
}

.navigateProperties
{
display: block; /*resets to proper property value without resetting layout*/
}

.navContainer
{
	position:relative;
	float:left;
	width:27%;
}

/* Notes about jquery.corners : while it works properly with Firefox, 
   there are some glitches with IE : border does not show rounded and
   there is a javascript error in corners if colors are stored by name
   in the css file instead of by hexadecimal code
   #C0C0C0 is Silver, #808080 is Gray. The round corners also don't show
   properly for navHead and navFooter in compatibility mode in IE8
*/
.navHead
{
	vertical-align:top;
	/*border:thin outset #808080;*/
	background-color:#C0C0C0;
	padding:10px 10px 15px 10px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
.navBody
{
	vertical-align:top;
	/*border:thin outset #808080;*/
	background-color:#C0C0C0;
	padding:10px 10px 10px 10px;
	overflow-x: hidden;

}

.navFooter
{
	vertical-align:top;
	/*border:thin outset #808080;*/
	background-color:#C0C0C0;
	padding:10px 10px 10px 10px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
.properties
{
	vertical-align:top;
	/*border:thin outset #808080;*/
	background-color:#E0E0E0;
	position:relative;
	float:right;
	width:70%;
	padding:10px 10px 10px 10px;
}

.instructions
{
	font-weight:bold;
}
