/*
** Generic styles
*/

body {
	margin: 0px;
	text-align: center;
	background: #fdfdfd url(../images/bg.png) top left repeat-x;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

a:link, a:visited {
	color: #808080;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

.fileList {
	margin: 0px;
	padding: 0px 0px 0px 17px;
}

.fileList li {
	margin-bottom: 3px;
	list-style-image: url(../images/list-marker-page.png);
}

.fileList li a:link, .fileList li a:visited {
	text-decoration: none;
}
.fileList li a:hover {
	text-decoration: underline;
}

.clear {
	clear: left;
	height: 0px;
}

.required {
	color: #004b8d;
}

.lightBlue {
	color: #29abe2 !important;
}

/*
** Container styles
*/

.featherLeft, .featherRight {
	width: 10px;
	background-position: top left;
	background-repeat: repeat-y;
}
.featherLeft {
	background-image: url(../images/feather-left.png);
}
.featherRight {
	background-image: url(../images/feather-right.png);
}

#investPaneCenter {
	width: 500px;
	height: 0px;
	margin: 0px auto;
	/*position: relative;*/
	display:none;
	text-align: left;
	z-index: 100;
}

#investPane, #container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #808080;
}

#investPane {
	/*display: none;*/
	position: absolute;
	top: 230px;
	width: 500px;
	z-index: 101;
}

#investPaneContent {
	position: relative;
	width: 440px;
	padding: 20px;
	background-color: #fff;
}

#investPaneClose {
	position: absolute;
	top: -9px;
	right: -9px;
	display: block;
	width: 18px;
	height: 18px;
	border: solid 3px #fff;
	background-image: url(../images/close-pane.png);
	background-repeat: no-repeat;
}
a#investPaneClose:link, a#investPaneClose:visited {
	background-position: top left;
}
a#investPaneClose:hover {
	background-position: bottom left;
}

#investPaneContent h1 {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #7b8797;
}

#invest_form {
	margin-bottom: 10px;
	padding: 20px auto;
	/*border-bottom: solid 1px #7b8797;*/
}

#invest_form label {
	display: block;
	float: left;
	clear: left;
	width: 200px;
}

#invest_form input.text, #invest_form select.text{
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 15px;
	border: solid 1px #004b8d;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000;
}
#invest_form .investInputBtn {
	width: 50px;
	margin-right: 10px;
	display: block;
	float: left;
	margin-bottom: 15px;
	border: solid 1px #004b8d;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000;
}
#invest_form #Alerts {
	width: auto;
	border: none;
	padding: 0px;
}
#invest_form #cfInvest {
	clear: left;
	/*margin-left: 200px;*/
}

#invest_form .formButtons{
margin-left: 200px;
}

#invest_form p {
	clear: left;
	margin: 15px auto;
}

#featherPaneTop, #featherPaneBottom {
	height: 10px;
}
#featherPaneTop {
	background-image: url(../images/feather-pane-top.png);
}
#featherPaneBottom {
	background-image: url(../images/feather-pane-bottom.png);
}

#container {
	width: 980px;
	height: 200px;
	margin: 0px auto;
	z-index: 1;
}

#containerContent {
	padding-top: 26px;
	padding-left: 24px;
	text-align: left;
	background-color: #fff;
}

#containerFooter {
	height: 30px;
}

#featherBottom {
	height: 10px;
	background: url(../images/feather-bottom.png) top left no-repeat;
}

#footers {
	position: relative;
	height: 1px;
}

#footer1, #footer2, #footer3 {
	position: absolute;
	top: 0px;
	width: 254px;
}
#footer1 {
	left: 0px;
}
#footer2 {
	left: 254px;
}
#footer3 {
	left: 508px;
}

/*
** Header styles
*/

#siteSearch {
	float: right;
	padding-right: 24px;
	text-align: right;
}

#searchForm {
	margin-top: 38px;
}

#SearchTerm {
	width: 132px;	
	border: solid 1px #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	
	/* Other browsers */
	padding: 3px 2px 1px 2px;
	
}

/* Safari CSS hack for search box */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#SearchTerm {
		
		/* Safari */
		padding: 4px 2px 2px 2px;
		
	}
}

/* Opera CSS hack for search box */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #SearchTerm {
		
		/* Opera */
		position: relative;
		top: -1px;
		
	}
}

#SearchSubmit {
	width: 27px;
	border: solid 1px #2eb8fd;
	text-align: center;
	color: #fff;
	background-color: #2eb8fd;
}
#SearchSubmit:active {
	color: #2eb8fd;
	background-color: #fff;
}

#siteLogo {
	width: 163px;
}

#banner {
	position: relative;
	width: 936px;
	height: 146px;
	background-position: top left;
	background-repeat: no-repeat;
	/*z-index: 1;*/
}

#investLink {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 197px;
	height: 25px;
	padding-top: 6px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #004b8d;
}
a#investLink:link, a#investLink:visited {
	color: #fff;
	text-decoration: none;
}

/*
** Navigation styles
*/

#navigation {
	clear: right;
	/*height: 41px;*/
	padding-top: 16px;
}

#navigation a {
	display: block;
	float: left;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
}
#navigation a.last {
	margin-right: 0px;
}

#mainNavigation {
	height: 16px;
}

#mainNavigation a {
	margin-right: 23px;
	text-transform: uppercase;
}
#mainNavigation a:link, #mainNavigation a:visited {
	color: #4c4c4c;
}
#mainNavigation a:hover {
	color: #000;
}
#mainNavigation a.active:link, #mainNavigation a.active:visited, #mainNavigation a.active:hover {
	color: #7b8797;
}

#subNavigation {
	clear: left;
	margin-top: 2px;
	height:16px;
}

#subNavigation a {
	margin-right: 13px;
}
#subNavigation a:link, #subNavigation a:visited {
	color: #f7931e;
}
#subNavigation a:hover {
	color: #d67f1a;
}
#subNavigation a.active:link, #subNavigation a.active:visited, #subNavigation a.active:hover {
	color: #f7931e;
	font-weight: bold;
}

/*
** Content styles
*/

#content {
	margin-top: 13px;
	background: url(../images/content-bg.png) top right repeat-y;
}

#copy {
	width: 716px;
	margin-right: 23px;
	padding-bottom: 62px;
	color: #333;
}

#copy p{
margin: 15px;
}

#printLink {
	height: 29px;
	padding-top: 15px;
	text-align: right;
}

#printLink a:link, #printLink a:visited {
	color: #7b8797;
	text-decoration: none;
}

#copy h1 {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #7b8797;
}

#copy h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #808080;
}


/* Content on some pages only */

.introImage, .introText {
	margin-bottom: 10px;
}
.introImage {
	float: left;
	margin-right: 24px;
}
.introText, .resourceName {
	color: #29abe2;
	font-size: 12px;
	font-weight: bold;
}

.resourceName {
    /*margin-left:150px;*/
}

.resourceDesc {
	margin-bottom: 8px;
	font-size: 12px;
	font-style: italic;
	margin-left:150px;
}

.resourceDate {
	text-transform: uppercase;
}

.resourceLink {
	text-transform: uppercase;
}

a.toArchiveLink:link, a.toArchiveLink:visited {
	color: #bbb;
}

.sideArchive {
	float: right;
	width: 250px;
	margin-left: 30px;
}

.archiveYearLink, .archiveMonthLink, .archiveLink {
	display: block;
}

.archiveYearLink, .archiveMonthLink {
	margin: 6px 0px;
}

a.archiveYearLink:link, a.archiveMonthLink:link, a.archiveYearLink:visited, a.archiveMonthLink:visited {
	text-decoration: none;
}

a.archiveYearLink:link, a.archiveYearLink:visited {
	font-size: 12px;
	color: #505050;
}

a.archiveMonthLink:link, a.archiveMonthLink:visited {
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}

.archiveYearList, .archiveMonthList {
	display: none;
	/*overflow: hidden;*/
}

.archiveYearList {
	padding-left: 10px;
}

.UTDData {
	margin-bottom: 16px;
	padding: 10px;
	background-color: #ddd;
}

.UTDData table {
	
}

.UTDDataText {
	display: block;
	margin-top: 10px;
	font-style: italic;
}

.UTDDataLink {
	
}

/* Page-specific content on some pages only */

#copy .teamMember {
	margin-bottom: 25px;
}

#copy .teamMember p {
	margin-left: 150px;
}


.teamIntroText {
	margin-left: 150px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.report, .presentation, .webcast {
	clear: left;
	margin-bottom: 30px;
}

.report img, .presentation img, .webcast img {
	border: solid 1px #000;
}

.announcement {
	margin-bottom: 30px;
}

.ddTable {
	margin: 20px 0px;
}

.ddHeading td {
	padding: 6px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #002060;
}

.ddColHeading td {
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}

.ddYearHeading td {
	padding-top: 15px;
	font-weight: bold;
	border-bottom: solid 1px #000;
}

.spacer {
	width: 15px;
	border: none !important;
	background-color: transparent !important;
}

/*
** Sidebar styles
*/

#sidebar {
	float: right;
	width: 197px;
	color: #fff;
	background-color: #c1c7d0;
}

#sidebar a:link, #sidebar a:visited {
	color: #fff;
}
#sidebar a:hover {
	color: #eee;
}

#sidebar h1 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#news {
	padding-left: 18px;
	padding-right: 18px;
}
#sharePrices h1{
	padding-left: 18px;
	padding-right: 18px;
}
#sharePrices {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #00c5ff;
}

#sharePrices img.sharePriceBorder{
border:1px solid #004b8d;
margin: 2px 2px 8px 2px;
}

#news {
	padding-top: 26px;
	padding-bottom: 22px;
}

#sharesTable {
	width: 100%;
}
#sharesTable td {
	padding-bottom: 3px;
}

#sharesDate {
	font-size: 10px;
}

#sharesDelay {
	font-size: 8px;
}

.sidebarThumb {
	float: left;
	margin: 0px 10px 10px 0px;
}

.sidebarArchiveLink {
	display: block;
	clear: left;
}

.sidebarLink {
	display: block;
	margin-bottom: 11px;
	font-size: 13px;
	font-weight: bold;
}
a.sidebarLink:link, a.sidebarLink:visited {
	text-decoration: none;
}

#sidebarResourceSection {
	padding: 10px 0px;
	border-top: solid 1px #00c5ff;
	border-bottom: solid 1px #00c5ff;
}

h1.padded {
	margin-top: 20px !important;
}

td.unitpriceCell{
}

div.result{
border:1px solid #C1C7D0;
float:left;
margin:5px;
padding:5px;
width:300px;
}

#uintPriceaccordion{
width:300px;
}


