﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font: 12px Arial, Verdana, Helvetica, Sans-Serif;
	color: #0b0b0b;
	height: 100%;
	background: #0e2a48;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/* Elements */
a {
	color: #114886;
	text-decoration: none;
}

a:hover {
	color: #114886;
	text-decoration: underline;
}

a:hover {
}

a.active {
	font-weight: bold;
}

a.ArrowLink {
	padding-left: 8px;
	background: url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0 5px;
}

a.ArrowLink_Back {
	padding-left: 8px;
	background: url(/Assets/Images/Bullet_Arrow01_Back.gif) no-repeat 0 5px;
}

h1 {
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #041e34;
}

h3 {
	font-size: 16px;
	color: #041e34;
	font-weight: bold;
	margin-bottom: 15px;
}

h4 {
	font-size: 15px;
	color: #041e34;
	font-weight: bold;
	margin-bottom: 11px;
}

h4.TeamTypeHeader {
	font-size: 12px;
	color: #565656;
	margin-bottom: 5px;
	margin-left: 16px;
}

h4.TeamTypeHeader_Contacts {
	font-size: 12px;
}

h4.TeamTypeHeader_ViewAll {
	font-size: 18px;
	font-weight: normal;
	color: #114886;
	margin: 0 0 0px 14px;
}

h5 {
	font-size: 14px;
	color: #114886;
	font-weight: bold;
	margin-bottom: 11px;
}

h6 {
}

img {
	border: none;
}

input.TextBox01, textarea.TextArea01 {
	width: 300px;
	padding: 3px;
	border: 1px solid #ccc;
	font: 12px Arial, Verdana, Helvitica, Sans-Serif;
	color: #041e34;
}

/* Buttons */
span.Btn01_Outer {
	float: left;
	color: #041e34;
	margin-right: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}

span.Btn01_Outer_Over {
	float: left;
	color: #041e34;
	margin-right: 10px;
	border: 1px solid #ccc;
	background: #ccc;
}

input.Btn01 {
	color: #041e34;
	background: #f5f5f5;
	border: none;
	padding: 2px 4px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}

span.Btn01_Outer_Over input.Btn01 {
	color: #041e34;
	background: #ccc;
}

label {
	font-weight: bold;
	color: #041e34;
}

p {
	margin-bottom: 15px;
	line-height: 18px;
}

/* Tables */
table.ShortListTable {
	clear: both;
	width: 516px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.ShortListTable td {
	padding: 3px 8px;
	border-bottom: 1px solid #ccc;
}

table.ShortListTable tr.HeadingRow td {
	font-weight: bold;
	color: #fff;
	padding: 6px 8px;
	border-bottom: 1px solid #0e2a48;
	background: #0e2a48;
}

table.ShortListTable tr.BoldRow td {
	font-weight: bold;
}

table.ShortListTable tr.Indent0 td {
	padding-left:5px;
}

table.ShortListTable tr.Indent1 td {
	padding-left:20px;
}

table.ShortListTable tr.Indent2 td {
	padding-left:35px;
}

table.ShortListTable tr.Indent3 td {
	padding-left:50px;
}

table.ShortListTable tr.Indent4 td {
	padding-left:65px;
}


table.ShortListTable tr.IndentedRow td {
	padding-left: 20px;
}

table.ShortListTable tr.TotalRow td {
	background: #f5f5f5;
}

table.ShortListTable td.AmountCell {
	text-align: right;
}

table.LatestDocumentList {
	clear: both;
	width: 516px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.LatestDocumentList th {
	font-weight: bold;
	color: #fff;
	padding: 6px 8px;
	text-align: left;
	border-right: 1px solid #ccc;
	background: #0e2a48;
}

table.LatestDocumentList th a {
	display: block;
	color: #fff;
}

table.LatestDocumentList td {
	padding: 3px 8px;
	border-right: 1px solid #d0d9e0;
}

table.LoginTable td {
	padding: 3px 0;
	vertical-align: top;
}

table.LoginTable td.LabelCell {
	text-align: right;
	padding-right: 10px;
}

table.LoginTable td.TopNoteCell {
	padding-bottom: 15px;
}

table.FormHolderTable td {
	padding: 3px 0;
	vertical-align: top;
}

table.FormHolderTable td.LabelCell {
	text-align: right;
	padding-right: 10px;
}

table.FormHolderTable td.TopNoteCell {
	padding-bottom: 15px;
}

/* Sorted Columns */
th a.sortedAscending {
	display: block;
	background: url(/Assets/Images/arrow_Ascending.gif) no-repeat right;
}

th a.sortedDescending {
	display: block;
	background: url(/Assets/Images/arrow_Descending.gif) no-repeat right;
}

/* Alternating Rows */
tr.oddRow td {
	border-right: 1px solid #d0d9e0;
	background: #f5f5f5;
}

table.ShortListTable tr.oddRow td {
	border-right: none;
	background: transparent;
}

ul {
	list-style: none;
}

/* Dynamically displayed document lists */
ul.DocumentList {
	float: left;
	width: 510px;
	padding: 2px 2px 1px 2px;
	border: 1px solid #ccc;
	background: #fff;
}

/* Top level */
ul.DocumentList li.L0, ul.DocumentList li.L0_selected {
	float: left;
	padding-bottom: 1px;
}

ul.DocumentList li.L0 span, ul.DocumentList li.L0_selected span {
	display: block;
	float: left;
	width: 498px;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: #0e2a48;
}

ul.DocumentList li.L0_selected span {
}

/* First nested level*/
ul.DocumentList ul.DocumentList {
	padding: 0px;
	border: none;
}

ul.DocumentList li.L1, ul.DocumentList li.L1_selected {
	float: left;
	margin-top: 1px;
}

ul.DocumentList li.L1 span, ul.DocumentList li.L1_selected span {
	display: block;
	float: left;
	width: 482px;
	padding: 6px 6px 6px 22px;
	color: #0b0b0b;
	font-weight: bold;
	cursor: pointer;
}

ul.DocumentList li.L1 span {
	background: #f5f5f5 url(/Assets/Images/Accordion_PlusSign.gif) no-repeat 6px 9px;
}

ul.DocumentList li.L1_selected span {
	background: #f5f5f5 url(/Assets/Images/Accordion_MinusSign.gif) no-repeat 6px 9px;
}

/* Second nested level*/
ul.DocumentList li.L2, ul.DocumentList li.L2_selected {
	float: left;
	margin-top: 1px;
}

ul.DocumentList li.L2 span, ul.DocumentList li.L2_selected span {
	display: block;
	float: left;
	width: 458px; /*482*/
	padding: 6px 6px 6px 22px;
	color: #0b0b0b;
	font-weight: bold;
	cursor: pointer;
}

ul.DocumentList li.L2 span {
	background: #f5f5f5 url(/Assets/Images/Accordion_PlusSign.gif) no-repeat 6px 9px;
}

ul.DocumentList li.L2_selected span {
	background: #f5f5f5 url(/Assets/Images/Accordion_MinusSign.gif) no-repeat 6px 9px;
}

ul.DocumentList ul.DocumentList ul {
	float: left;
	width: 481px;
	padding: 5px 6px 5px 23px;
}

ul.DocumentList ul.DocumentList ul li {
	margin-bottom: 3px;
}

ul.DocumentList ul.DocumentList ul.DocumentList ul {
	float: left;
	width: 457px; /*481px*/
	padding: 5px 6px 5px 23px;
}

/* Document Lists with no display toggling */
ul.DueDiligenceList li.L0 span, ul.DueDiligenceList li.L0_selected span {
	font-weight: bold;
} 

ul.DueDiligenceList ul {
	margin-bottom: 15px;
	padding: 5px 0 0 10px;
}

ul.DueDiligenceList ul li {
	margin-bottom: 4px;
	padding-left: 10px;
	background: url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0 5px;
}

/* Straight up list of links */
ul.FlatDocumentList {
	clear: both;
	margin-bottom: 15px;
}

ul.FlatDocumentList li {
	margin-bottom: 4px;
	padding-left: 10px;
	background: url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0 5px;
}

/* Styles by Site Structure */
div.MainWrapper {
	float: left;
	width: 100%;
	background: #ebebeb url(/Assets/Images/BG_MainWrapper.gif) repeat-x 0 0;
}

div.CenteringWrapper {
	width: 919px;
	margin: 0px auto;
}

div.HeaderWrapper {
	float: left;
	width: 919px;
	height: 126px;
}

div.LogoHolder {
	float: left;
	position: relative;
	width: 290px;
	height: 126px;
}

div.LogoHolder h1 {
	position: absolute;
	top: 48px;
	left: 28px;
}

/* Top Nav */
div.TopNavHolder {
	float: left;
	width: 629px;
	height: 126px;
}

div.TopNavHolder ul {
	float: right;
	margin: 93px 10px 0 0;
}

div.TopNavHolder li {
	float: left;
	display: inline;
	color: #0b0b0b;
}

div.TopNavHolder li span {
	margin: 0px 9px;
}

div.TopNavHolder a {
	color: #0b0b0b;
	text-transform: uppercase;
	text-decoration: none;
}

div.TopNavHolder a:hover {
	text-decoration: underline;
}

div.MiddleWrapper {
	float: left;
	width: 899px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 0px 10px 75px 10px;
	border-top: 10px solid #fff;
	background: #fff url(/Assets/Images/BG_MiddleWrapper.gif) repeat-y 538px 0px;
}

div.LeftContentWrapper {
	float: left;
	width: 528px;
	display: inline;
	margin-right: 6px;
}

div.SectionHeader {
	float: left;
	width: 528px;
	margin-bottom: 20px;
	padding: 2px 0px;
	border-top: 6px solid #f5f5f5;
	border-bottom: 6px solid #f5f5f5;
}

div.SectionHeader h2 {
	display: block;
	width: 500px;
	padding: 6px 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

div.ContentHolder {
	float: left;
	width: 518px;
	padding-right: 10px;
}

/* Paging Controls */
div.PagingHolder a, div.PagingHolder span {
	display: block;
	float: left;
	padding: 2px 3px;
	margin-right: 2px;
}

div.PagingHolder a {
	text-decoration: none;
}

div.PagingHolder a:hover {
	text-decoration: underline;
}

div.PagingHolder a.ArrowPrev {
	padding-left: 10px;
	background: url(/Assets/Images/arrow_Prev.gif) no-repeat 0 6px;
}

div.PagingHolder a.ArrowNext {
	padding-right: 10px;
	background: url(/Assets/Images/arrow_Next.gif) no-repeat right 6px;
}

div.PagingHolder span {
	border: 1px solid #ccc;
}

div.pageCaption {
	float: left;
	width: 500px;
	padding-right: 28px;
	margin-bottom: 15px;
	font-size: 12px;
}

div.footNote {
	float: left;
	width: 500px;
	padding-right: 28px;
	margin-bottom: 15px;
	font-style: italic;
	color: #888;
}

div.RightContentWrapper {
	float: left;
	width: 365px;
}

div.MainImageHolder {
	float: left;
	min-height: 166px;
	height: auto !important;
	height: 166px;
	margin-bottom: 4px;
	padding-bottom: 5px;
	border-bottom: 6px solid #f5f5f5;
}

div.SideNav {
	float: left;
	width: 365px;
	margin-top: 4px;
	padding-bottom: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 6px solid #f5f5f5;
}

div.SideNav ul {
	float: left;
}

div.SideNav li {
	display: block;
	float: left;
	width: 365px;
	border-bottom: 1px solid #ccc;
}

div.SideNav li a {
	display: block;
	float: left;
	width: 330px;
	padding: 0 10px 0 25px;
	line-height: 23px;
	background: #fff url(/Assets/Images/Arrow_SideNav_Off.gif) no-repeat 10px 8px;
}

div.SideNav li a:hover {
	text-decoration: none;
	background: #f5f5f5 url(/Assets/Images/Arrow_SideNav_Over.gif) no-repeat 10px 8px;
}

div.SideNav li a.selected, div.SideNav li a.selected:hover {
	color: #fff;
	text-decoration: none;
	background: #0e2a48 url(/Assets/Images/Arrow_SideNav_Active.gif) no-repeat 10px 8px;
}

div.SideNav li ul {
	padding: 5px 5px 8px 25px;
}

div.SideNav li li {
	clear: both;
	width: auto;
	height: auto;
	border: none;
}

div.SideNav li li a {
	width: auto;
	padding: 0 10px;
	line-height: normal;
	background: #fff url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0px 5px;
}

div.SideNav li li a:hover {
	text-decoration: underline;
	background: #fff url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0px 5px;
}

div.SideNav li li a.selected, div.SideNav li li a.selected:hover {
	text-decoration: none;
	font-weight: bold;
	color: #114886;
	background: #fff url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0px 5px;
}

div.BottomWrapper {
	float: left;
	width: 100%;
	background: url(/Assets/Images/BG_BottomWrapper.gif) repeat-x 0 0;
}

div.FooterWrapper {
	float: left;
	width: 919px;
	padding: 26px 0 0 0;
	color: #dde1e5;
	font-size: 11px;
	background: url(/Assets/Images/BG_FooterWrapper.gif) repeat-x 0 0;
}

div.FooterNavHolder {
	float: left;
	width: 329px;
	height: 30px;
	padding-left: 28px;
}

div.FooterNavHolder li {
	float: left;
	display: inline;
	margin-right: 55px;
}

div.FooterNavHolder a {
	color: #9ca7b4;
	text-decoration: none;
}

div.FooterNavHolder a:hover, div.FooterNavHolder a.active, div.FooterNavHolder a.active:hover {
	color: #fff;
	text-decoration: none;
}

div.CopyrightHolder {
	float: left;
	width: 532px;
	padding-right: 30px;
}

div.CopyrightHolder p {
	float: right;
	text-align: right;
	color: #9ca7b4;
}

div.CopyrightHolder a {
	color: #9ca7b4;
	text-decoration: none;
}

div.CopyrightHolder a:hover, div.CopyrightHolder a.active, div.CopyrightHolder a.active:hover {
	color: #fff;
	text-decoration: none;
}

/* General Classes */
.errorMessage {
	color: Red;
	font-weight: bold;
}

.required {
	color: Red;
}
.contentHidden
{
	display:none;
}

.doubleUnderLine {
	 border-bottom: 3px double !important;
	 text-align:right center !important;
		 
}


table.ShortListTable tr.ItemRow td.TotalAmountCell {
	text-align: right;
	border-bottom: 3px double;
}

.al-right {
	text-align: right;
}


.al-center {
	text-align: center;
}

.textUnderline
{
   /* text-decoration:underline;
    text-align: right;*/
    border-bottom: 1px solid !important;
    text-align: right !important;
}

.numberUnderline
{   
    text-align: right;
    border-bottom: 3px double;
}