@charset "utf-8";
/* CSS Document for GroFin */

/* BEGIN ELEMENT STYLES ***************************************** */

html, body, .wrapper {
	height: 100%;
	margin: auto;
	padding: 0;
	border: none;
}



body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #878785;
}

h1 {
	color: #878785;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	color: #2B2926;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	color: #2B2926;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
h4 {}

p {
	color: #878785;
	font: 12px Arial, Helvetica, sans-serif;
}

td {
	color: #878785;
	font: 12px Arial, Helvetica, sans-serif;
}

/*a:link, a:visited, a:active {
	color: #515253;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}*/

a {
	color: #515253;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

ul {
	font: 12px Arial, Helvetica, sans-serif;
	color: #878785;
}

ol {
	font: 12px Arial, Helvetica, sans-serif;
	color: #878785;
}

hr {
	color: #878785;
}

img {
	border: 0;
}

/* END ELEMENT STYLES ******************************************* */

/* BEGIN THEME STYLES ******************************************* */
.wrapper {
	text-align:left;
}

.bodyArea {
	vertical-align: top;
}

.headerTD {
	vertical-align: top;
}

.needHelpBlock {
	border-top: #f48420 7px solid;
	color: #f48420;
	font-size: 20px;
	text-align:justify;
}

.needHelpBlock a {
	color: #878785;
	font-size: 17px;
	font-style:italic;
	text-decoration: none
}

.needHelpBlock a:hover {
	text-decoration: underline;
}

.searchBlock {
	vertical-align: top;
}

.searchBlock div {
	margin-left: 5px;
}

.searchBlock input {
	/*border: #878785 1px solid;*/
	color: #878785;
	/*font: 11px Arial, Helvetica, sans-serif;*/
	margin-top: 4px;
	margin-bottom: 4px;
	width: 156px;
}

.branchLocatorHeading {
	/*border-top: #878785 1px solid;*/
	/*margin-top: 25px;*/
	/*margin-left: 5px;*/
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 155px;
}

.contentLeftBorder {
	background-image: url(../images/contentLeftBorder.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}

.lowerContentLeftBorder {
	background-image: url(../images/contentLeftBorder.gif);
	background-repeat: no-repeat;
}

.contentArea {
	/*border-left: #878785 1px solid;*/
	vertical-align: top;
}
.contentArea div {
	margin-left: 20px;
	margin-left: 20px;
}

.contentArea td {
	vertical-align: top;
}

.footerArea {
	vertical-align: bottom;
}

.footerLinks {
	border-top: #878785 1px solid;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

.footerLinks a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #878785;
	text-decoration: none
}

.footerLinks a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* END THEME STYLES ********************************************* */

/* BEGIN NAVIGATION STYLES ************************************** */

.primaryNavigation {
	vertical-align: top;
}

.primaryNavigation ul {
	border-top: #878785 4px solid;
	list-style-type: none;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}

.primaryNavigation li {
	border-bottom: #878785 1px solid;
}
.primaryNavigation li.isLast {
	border-bottom: #878785 1px solid;
}

.primaryNavigation a {
	color: #878785;
	display: block;
	margin-top:5px;
	margin-bottom:4px;
	font-size: 13px;
	text-decoration: none;
}

/*.primaryNavigation a.about {
	background: url(/images/buttons/orange_icon.gif) no-repeat 138px 1px;
}*/

.primaryNavigation a:hover {
	color: #878785;
	font-size: 13px;
	text-decoration: none;
}

/*.primaryNavigation a.about:active {
	background: url(/images/buttons/orange_icon.gif) no-repeat 138px 1px;
}*/



.secondryNavigation {
	vertical-align:top;
}

.secondryNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.secondryNavigation li {
	float: left;
	margin-right: 23px;
}

.secondryNavigation li:hover {
}

.secondryNavigation a {
	color: #878785;
	display: block;
	text-decoration: none;
	border-bottom: #ffffff 1px solid;
	margin-top:4px;
	padding-bottom: 7px;
}

/* END NAVIGATION STYLES **************************************** */

/* BEGIN SYSTEM STYLES ****************************************** */
/* END SYSTEM STYLES ******************************************** */

/* BEGIN BRANCH LOCATOR STYLESV ********************************* */
.apDiv {/* NOTE: this gets overwritten in IE by IE.css */
	border: transparent 1px solid;
	/*background-image:url(/images/BranchOver.gif);
	background-position: -1px -1px;
	background-repeat: no-repeat;*/
	cursor: pointer;
	width:12px;
	height: 12px;
	z-index:1;
}

.apDiv1 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 72px;
	top: -40px;
}
.apDiv2 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 145px;
	top: -62px;
}
.apDiv3 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 95px;
	top: -117px;
}
.apDiv4 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 91px;
	top: -115px;
}
.apDiv5 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 84px;
	top: -150;
}
.apDiv6 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 76px;
	top: -149px;
}
.apDiv7 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 68px;
	top: -103px;
}
.apDiv8 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 122px;
	top: -230px;
}
.apDiv9 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 33px;
	top: -203px;
}
.apDiv10 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 16px;
	top: -212px;
}
.apDiv11 {/* NOTE: this gets overwritten in IE by IE.css */
	background-position: -1px -1px;
	background-repeat: no-repeat;
	position:relative;
	left: 80px;
	top: -150px;
}

/* END BRANCH LOCATOR STYLESV *********************************** */

/* BEGIN FORM STYLES ******************************************** */

.formDiv {
	margin-left: 30px;
}

.formTextInputLong {
	font: 12px Arial, Helvetica, sans-serif;
	width: 400px;
}

.formTextInputShort {
	width: 200px
}
.formTextInputLittle {
	width: 150px
}
.formTextInputDate {
	width: 70px
}

.formBottomMargin {
	margin-bottom: 15px;
}

.formTextArea {
	margin-bottom: 10px;
	width: 400px;
}

.formSelect {
	font: 12px Arial, Helvetica, sans-serif;
	width: 150px;
}

.formTextInputRight {
	margin-left:10px;
	width: 236px;
}

.formTextInputLeft {
	width: 400px;
}

.formCentreDiv {
	text-align: center;
}

.formButton {
	width: 100px;
}

/* END FORM STYLES ********************************************** */

/* BEGIN OFFICE PAGE STYLES ************************************* */

.officeHeading {
	background-image:url(../images/OfficeArrowIcon.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border-bottom: #878785 2px solid;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding-left: 30px;
}

a.officeLinks {
	background-image: url(../images/orange_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: #878785 1px solid;
	color: #000000;
	display: block;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 20px;
	text-decoration: none;
}
a.officeLinks:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.officeThumbs {
	border-bottom: #878785 1px solid;
	border-left: #878785 1px solid;
	display: block;
	margin-left: 150px;
	padding: 8px;
}

#dhtmltooltip{
	color: #000000;
	position: relative;
	width: 150px;
	border: 1px solid #878785;
	padding: 2px;
	background-color: #eeeeee;
	font-size: 11px;
	font-family: arial;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
    display: none
}

/* END OFFICE PAGE STYLES *************************************** */

/* BEGIN FUND TABLE STYLES ************************************** */
th.fundsTH {
	background-color: #f5841e;
	border-bottom: #ffffff 1px solid;
	color: #555555;
	font-size:12px;
	padding: 3px 3px 3px 30px;
	text-align: left;
}
td.fundsTD {
	background-color: #fddda0;
	border-bottom: #ffffff 1px solid;
	padding: 3px 3px 3px 30px;
}
/*td.fundsColouredTD {
	background-color: #fddda0;
}*/
/* END FUND TABLE STYLES **************************************** */

.proccessTable {
	background-image: url(../images/GroFin_diagram.gif);
	background-repeat: no-repeat;
	background-position: top center;
}