body
{
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:smaller;
}

a
{
	color: #6699FF;
	font-weight: bold;
}

h1
{
	/* Polar View standard "Title Text Style" */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	padding: 0px;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 12pt;
}

h2
{
	/* Polar View standard "Subtitle Text Style" */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366; 
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 11pt;
}

.navBar_td
{
	/* background: #003366; */ /* Polar View standard "Dark Blue" */
}

.navItem_td
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
		padding: 2px;
	padding-left: 5px;	
	padding-right: 5px;	
}


.navItemSel_td
{
	font-weight: bold;
	font-size: 10pt;
	/* background: #6699FF;*/
	background: #D9E5F2;  /* Polar View standard "Orange (Secondary image/website colour, Website text colour)" */
	color: #003366;
	padding: 2px;
	padding-left: 5px;	
	padding-right: 5px;	
}

.commentsArea_holder
{
	background-color: #D9E5F2; /* Light Blue 3 from PolarView graphic standard */
	font-size: 10pt;
	padding: 15px;
	margin: 5px;
}

.commentsArea_holder td
{
	font-size: 10pt;
}

a.navItem
{
	color: #003366;
	text-decoration: none;
}


.content_td
{
	padding-left: 10px;
	padding-top: 0px;
}

.helpText
{
	text-align: center;
	font-size:9pt;
}

.shadedBackgroundTextBlock
{
	background-color: #D9E5F2; /* Light Blue 3 from PolarView graphic standard */
	width: 440px;
	margin-top: 20px;
	padding: 20px;
	font-size: 11pt;
}

.paddedShadedBox
{
	background-color: #D9E5F2; /* Light Blue 3 from PolarView graphic standard */
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px;
	min-height: 440px;	
	font-size: 11pt;
	
}

.paddedShadedBox_StudyArea
{
	font-size: 10pt;
	
	background-color: #D9E5F2; /* Light Blue 3 from PolarView graphic standard */
	margin-left: 10px;
	margin-right: 10px;
	padding: 15px;
	min-height: 648px; /* 674-26*/
	border-left: 1px solid #003366; /* Polar View standard "Dark Blue" */
	border-right: 1px solid #003366; /* Polar View standard "Dark Blue" */
	border-bottom: 1px solid #003366; /* Polar View standard "Dark Blue" */

}

.footer_td
{
	padding-top: 20px;
}

#dateTitle
{
	/* should match H1 styling */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	font-size: 12pt;
	

}

.dateTitleNav_td
{
	/* the same as a.dateTitleNav */
	color: #003366;
	font-size: 8pt;	
}

a.dateTitleNav
{
	color: #003366;
	font-size: 10pt;	
	
}

.imageStatus_td
{
	font-size: 10pt;
}

/* ****************************************************
	Embedded Calendar Styles
  ** */

.cal_header
{
	font-weight: bold;
	background: #003366;
	color: White;
	font-size: 9pt;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.cal_header a
{
	color: White;
	padding: 3px;
	text-decoration: none;
}

.cal_footer
{	
	display: none;
}	

.cal_day
{
	border: 0px;
	width: 20px;
	height: 20px;
	font-size:8pt;
}
.cal_WeekdayName
{
	border: 0px;
	font-weight: bold;
	text-align: center;
	font-size:8pt;
}
.cal_day a
{
	color: #555;
	font-size:8pt;
}

.cal_daySel a
{
	color: white;
	text-decoration: none;
	font-size:8pt;
}

.cal_daySel
{
	background: #003366;
	border: 0px;	
	font-size:8pt;
}

/*************************************************
 *Global
 *************************************************/
.mainContent 
{
    width: 990px;
    margin: 0px auto;
    clear: both;
    position: relative;
}
.mainContentHolder {
    width: 990px;
    border: 1px solid #003366;
	background-color: #D9E5F2;
	font-size: 10pt;
	padding: 5px;
}
.logoBox 
{
    display: table-cell;
    float: right;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
    margin-left: 5px;
}
.logoBox img
{
    border-width: 0;
}

/*************************************************
 *Comment holder
 *************************************************/
.commentHolder {
    border: 1px solid #003366;
	background-color: #D9E5F2;
	font-size: 10pt;
	padding: 15px;
}
.commentHolder label {
    width: 150px;
    display: inline-block;
    clear: left;
    float: left;
    padding-bottom: 5px;
}
.commentHolder div input {
    width: 197px;
}
.commentHolder div {
    width: 400px;
    display: table-cell;
    clear: right;
    padding-bottom: 5px;
}

/*************************************************
 *menu
 *************************************************/
.menuBar
{
    width: 990px;
    background-image: url('../../images/global/menuItem_NotSel.gif');
    background-repeat: repeat-x;
}
.menuSpaceAfter
{
    padding-bottom: 40px;
    position: relative;
    z-index: -1;
    display: block;
}
.menuItemLink, .menuItemLinkSelected
{
    text-align: center;
	vertical-align: middle;
    height: 19px;
    padding-left: 5px;
    padding-right: 5px;
}
.menuItemLink a
{
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menuItemLinkSelected a
{
    color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.menuItemLink:hover, .menuItemLink:active
{
    background-image: url('../../images/global/menuItem_Sel.gif');
    background-repeat: repeat-x;
}
.menuItemLink:hover a, .menuItemLink:active a
{
    color: #003366;
}
.menuItemLinkSelected
{
    background-image: url('../../images/global/menuItem_Sel.gif');
    background-repeat: repeat-x;
}
.menuItemLinkSelected a
{
	color: #003366;
}

/*************************************************
 *About us
 *************************************************/
.aboutParagraph {
    padding: 20px;
}
.aboutParagraphTitle {
    color: #464646;
    padding-bottom: 15px;
}
.aboutParagraphText {
    color: #464646;
    padding-bottom: 10px;
}
.aboutParagraphOList {
    color: #464646;
    padding-left: 0;
    list-style-position: inside;
}
.aboutParagraphUList {
    color: #464646;
    padding-left: 25px;
}
.aboutImage1 {
    text-align: center;
}
.aboutImage1 img {
    border-width: 0;
}
.aboutImage1 div {
    color: #787f87;
    padding-top: 10px;
    font-weight: bold;
    font-size: 15px;
}
.aboutImage2 {
    text-align: center;
}
.aboutImage2 img {
    border: 1px solid #003366;
}
.aboutImage2 div {
    color: #003366;
    font-weight: bold;
    text-align: left;
}
ol.aboutParagraphOList li {
    padding-bottom: 10px;
}
ul.aboutParagraphUList li {
    padding-bottom: 0px;
    list-style-position: outside;
    list-style-image: url('../../images/global/Asterisk.gif');
}
