/*** Generated Fonts ***/
@font-face {
	font-family: 'open_sanslight_italic';
	src: url('Fonts/opensans-lightitalic-webfont.eot');
	src: url('Fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-lightitalic-webfont.woff') format('woff'), url('Fonts/opensans-lightitalic-webfont.ttf') format('truetype'), url('Fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansbold_italic';
	src: url('Fonts/opensans-bolditalic-webfont.eot');
	src: url('Fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-bolditalic-webfont.woff') format('woff'), url('Fonts/opensans-bolditalic-webfont.ttf') format('truetype'), url('Fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanslight';
	src: url('Fonts/opensans-light-webfont.eot');
	src: url('Fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-light-webfont.woff') format('woff'), url('Fonts/opensans-light-webfont.ttf') format('truetype'), url('Fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('Fonts/opensans-regular-webfont.eot');
	src: url('Fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-regular-webfont.woff') format('woff'), url('Fonts/opensans-regular-webfont.ttf') format('truetype'), url('Fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansitalic';
	src: url('Fonts/opensans-italic-webfont.eot');
	src: url('Fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-italic-webfont.woff') format('woff'), url('Fonts/opensans-italic-webfont.ttf') format('truetype'), url('Fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansbold';
	src: url('Fonts/opensans-bold-webfont.eot');
	src: url('Fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-bold-webfont.woff') format('woff'), url('Fonts/opensans-bold-webfont.ttf') format('truetype'), url('Fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*General Styles */
body {
	background: #4F4F4F;
	margin: 0;
	padding: 0;
	height: 100%;
	-ms-scrollbar-base-color: #cccccc;
	scrollbar-base-color: #cccccc;
	-ms-scrollbar-arrow-color: #666666;
	scrollbar-arrow-color: #666666;
	-ms-scrollbar-darkshadow-color: #999999;
	scrollbar-darkshadow-color: #999999;
	-ms-scrollbar-face-color: #cccccc;
	scrollbar-face-color: #cccccc;
	-ms-scrollbar-highlight-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	-ms-scrollbar-shadow-color: #808080;
	scrollbar-shadow-color: #808080;
	-ms-scrollbar-3dlight-color: #808080;
	scrollbar-3dlight-color: #808080;
}

body, td, div, span, p, input, textarea, select, a {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 8pt;
}

.vault-body body, 
.vault-body td, 
.vault-body div, 
.vault-body span, 
.vault-body p, 
.vault-body input, 
.vault-body textarea, 
.vault-body select, 
.vault-body a,
.vault-body a:hover {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	text-decoration: none;
}

.divMainCSS {
	width: 960px;
	height: 100%;
	background-color: #ffffff;
	top: 0px;
}

#divDefault {
    width: 100%;
    overflow: auto;
    background-color: #ffffff;
    position: relative;
    min-height: 300px;
    max-height: 800px;
    display: block;
}

#divDisclosures {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 7pt;
	margin-right: 40px;
	margin-left: 30px;
	display: block;
}

#divDisclosures span {
	text-align: center;
}

#divLPLMemberDisclosure {
	margin-left: 0px;
	text-align: left;
	position: relative;
	clear: both;
}

#divLPLMemberDisclosure span,
#divLPLMemberDisclosure a {
	color: #ACB8BF;
	text-decoration: none;
	font: 11px Verdana,Geneva,sans-serif;
}

#divLogin {
	float: left;
	margin-left: 40px;
	margin-top: 40px;
	width: 400px;
	height: 200px;
	background-color: #ebebeb;
	overflow: visible;
}

.loginAdvisorContactDefault {
	float: right;
	margin-top: 40px;
	margin-right: 100px;
	width: 350px;
}

.login-error {
    text-align: left;
    display: block;
    padding: 0 20px;
    color:#f71313;
    margin-top:1rem;
    font-size:0.6rem;
}



.roundCorners4px
{
    border: 1px solid #bababb;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

.ForgotPasswordHeader, 
.vault-login-header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	background-color: #989791;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	table-layout: fixed;
}

#divLPLMemberDisclosure a:hover {
	text-decoration: underline;
}

#subheaderbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #000099;
	padding: 3px;
	text-align: left;
}

#subheadercorner {
	background-color: #000099;
	text-align: left;
}

#subinfobox {
	padding: 3px;
}

#summarybox {
	border: thin solid #c5cbd7;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: bold;
	font-weight: bold;
	font-variant: bold;
	color: #666;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
}

.bigtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.header1 {
	font-size: 17px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #013653;
	line-height: normal;
	letter-spacing: 5px;
}

.copyheader {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	line-height: 150%;
}

.smbldlink {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.9pttxt {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.9ptbldtxt {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.bldtxt {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.date {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.navlinkbld {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 000099;
}

.navlink {
	font-size: 9px;
	font-style: bold;
	font-weight: bold;
	font-variant: bold;
	color: #FFFFFF;
}

.navdividerline {
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}

.column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00344D;
	text-decoration: none;
}

/*** Hyperlinks ***/
a:link {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #99AEB8;
	font-weight: bold;
	text-decoration: underline;
}

a.navlink:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.navlink:hover {
	text-decoration: underline;
	font-weight: bold;
}

a.navlink:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.navlinkbld:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.navlinkbld:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.navlinkbld:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.subnav {
	color: #fff;
	text-decoration: none;
}

a.subnav:hover {
	color: #99AEB8;
	text-decoration: none;
}

a.subnav:visited {
	color: #fff;
	text-decoration: none;
}

.criteriaBox label {
	display: inline;
	text-decoration: none;
	padding-bottom: 16px;
}

.loginCopyright {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}

.formerror {
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	font-variant: bold;
	color: #111111;
	text-decoration: none;
}

.textbox {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

.selectbox {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

.loginCopy {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

.footerNavLink {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}

.footerNavLink:link, visited {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}

.footerNavLink:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: underline;
}

.loginCopy-small {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	width: 70px;
	vertical-align: top;
	padding-top: 5px;
}

.loginCopy-smallLink {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #335D71;
	text-decoration: none;
	cursor: pointer;
}

.loginCopy-smallLink:link, .loginCopy-smallLink:visited {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #335D71;
	text-decoration: none;
}

.loginCopy-smallLink:hover {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #335D71;
	text-decoration: underline !important;
}
.imageClass {
    margin-bottom: 0.8rem;
}
input {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #335D71;
    text-decoration: none;
}

@media print {
	input {
		border: 1px solid #cccccc;
	}
}

/* home */

.p, visited {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #335D71;
	text-decoration: none;
}

@media print {
	input {
		border: 1px solid #cccccc;
	}
}

/* home */

.profileHderBkg {
	background-image: url(../graphics/profile_hderbar.gif);
	background-repeat: no-repeat;
}

.bodyText-black {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.bodyText-blackb2 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.bodyText-blackb3 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
}

.bodyTextBlack-bold {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.bodyText-green {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #008040;
	text-decoration: none;
}

.bodyText-red {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ff0000;
	text-decoration: none;
}

.bodyText-orange {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFBF00;
	text-decoration: none;
}

.bodyText-redBold {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ff0000;
	text-decoration: none;
}

.bodyText-blue {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00344D;
	text-decoration: none;
}

.basicTablePad-one {
	padding: 20 120 50 0;
}

.formText-small {
	border: 1px solid #7F7F7F;
	font-size: 8pt;
	text-align: right;
}

.formText {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

.formText-bold {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

.navLink-white {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.navLink-white:link, visited {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.navLink-white:hover {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}


.tableLink-blue {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00344D;
	text-decoration: none;
}

.criteriayellow {
	background-color: #FFFF7F;
}

.criteriagreen {
	background-color: #3CBE99;
}

.prevQtr {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

td p {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0px;
	padding-bottom: 10px;
	line-height: 18px;
}

.subnav {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

input.radio {
	background: #f00;
	color: #000;
}

.activeTab {
	background-color: #cccccc;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-bottom-width: 0px;
}

a.activeTab {
	background-color: #cccccc;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-style: none;
}

a.activeTab:hover {
	text-decoration: none;
	color: #000000;
}

a.activeTab:visited {
	text-decoration: none;
	color: #000000;
}

.inactiveTab {
	background-color: #fcfcfc;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-bottom-width: 0px;
}

a.inactiveTab {
	background-color: #fcfcfc;
	font-weight: bold;
	font-size: 11px;
	color: #aaaaaa;
	text-decoration: none;
	border-style: none;
}

a.inactiveTab:hover {
	text-decoration: none;
	color: #000000;
}

a.inactiveTab:visited {
	text-decoration: none;
	color: #aaaaaa;
}

a.inactiveTab:visited:hover {
	text-decoration: none;
	color: #000000;
}

/** Plan Portal Header bar **/

.header {
	background-color: #00344D;
	height: 50px;
	color: #ffffff;
}


.logo {
	width: 102px;
	height: 50px;
}

.headernav {
	height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	vertical-align: middle;
}

.headernav a {
	color: #ffffff;
	text-decoration: none;
}

.headernav a:hover {
	color: #608090;
	text-decoration: none;
}


.headercontact {
	width: 137px;
	height: 51px;
	padding: 0;
	margin: 0;
	border-left: solid #477e99 1px;
	background-color: #335D71;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.headercontact a {
	color: #fff;
	text-decoration: none;
}

.headercontact a:hover {
	color: #608090;
	text-decoration: none;
}

.headerpadding {
	padding: 17px 0 0 0;
}

.shutDiv {
}

.shutDiv table {
	display: none;
}

.openDiv {
}

.openDiv table {
	display: inline;
}

#viewcontrol {
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	float: right;
	width: 28%;
}

#searchcontrol {
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	float: left;
	clear: left;
	width: 69%;
}

#list {
	clear: both;
	padding-top: 10px;
}

input.btn {
	font-weight: bold;
	cursor: pointer;
	padding: 3px;
	color: #000;
}

input.btnhov {
	cursor: pointer;
	padding: 3px;
	color: #000;
}

.selectedPanelItem {
	background-color: #EEEEEE;
}

.smallerButton {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #335D71;
	padding: 1px;
	color: #000;
	text-decoration: none;
}

#container {
	width: 960px;
	min-height: 760px;
	height: auto !important;
	height: 100%;
	margin: 0 0 -1 0;
	background: #fff;
}

.benchmark {
	border-left: solid;
	border-left-color: #013653;
	border-left-width: 2px;
	padding-left: 4px;
}

.error {
	color: Red;
}

.homeLinks {
	background: #00344D;
	width: 234px;
	padding: 3px 0;
	margin-bottom: 20px;
}

.homeLinks a {
	background: #335D71;
	border: solid 1px #335D71;
	display: block;
	float: left;
	width: 200px;
	padding: 10px;
	margin: 3px 6px;
	text-align: left;
	color: #CAE0EA;
	font-weight: bold;
	font-size: 9pt;
}

.homeLinks a:hover {
	text-decoration: none;
	border-color: #fff;
	color: #fff;
}

.reportTypeHeader {
	background-color: #00344D;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	padding: 10px;
	margin: 20px 0 0;
	width: 710px;
}

.tdAssetTitle {
	border-bottom-color: #00344D;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.tdAssetTitle:hover {
	background-color: #7687B7;
	border-bottom-color: #7687B7;
	cursor: pointer;
}



/* Report Archive List */
.reportRecordTable tr:nth-child(odd) {
	background-color: #fff;
}

.reportRecordTable tr:nth-child(even) {
	background-color: #D0D8F0;
}



/* Vault Default CSS*/
.vault-login {
	position: relative;
	top: 50px;
	width: 500px;
	height: 200px;
	overflow: visible;
	clear: both;
}

.vault-login, .vault-login-widget {
	background:#ebebeb;
}


.vault-login  table {
	width: 500px;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

.vault-body {
	width: 100%;
	height: 100%;
	background-color: #4F4F4F;
	top: 0px;
	overflow: visible;
	position: absolute;
}
.vault-main-sheet {
	width: 960px;
	height: 100%;
	background-color: #ffffff;
	top: 0px;
	overflow: visible;
	height: 100%;
	clear: both;
}

.vault-main-inner-page {
	width: 940px;
	overflow: visible;
}

.vault-main-content {
	overflow: visible !important;
}

.vault-home-segment {
	width: 930px;
	text-align: left;
	padding: 0px;
	margin-left: 0px;
	position: relative;
}

.vault-header {
	border-bottom: 2px solid #2F4B21;
	display: block;
	overflow: visible;
}

.vault-header-logo {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	height: 50px;
	width: 180px;
	text-align: left;
	clear: left;
}

.vault-header-planlist {
	float: left;
	margin-top: 10px;
	height: 50px;
	width: 305px;
	text-align: left;
	clear: none;
	display: block;
}

.vault-header-action {
	float: right;
	margin-right: 20px;
	height: 55px;
	width: 400px;
	position: relative;
	text-align: right;
	clear: right;
}

.vault-header-action-menu {
	font-size: 18pt !important;
}

.vault-disclosure-area {
	border-top: 2px solid #2F4B21;
	height: 50px;
	overflow: visible;
	position: relative;
}

.vault-disclosure span,
.vault-disclosure-area span {
	font-size: 7pt !important;
}

.vault-section-title {
	font-size: 14pt !important;
	margin-left: 10px;
}

.vault-home-contact-information {
	overflow: visible;
	clear: both;
}

.vault-home-segment table {
	border-collapse: collapse;
	width:100%; 
	border: none;
	border-spacing: 0px;
}

.vault-home-segment td {
	border-collapse: collapse;
	vertical-align: top;
}

.vault-home-information-td {
	background-color: #eeeeee;
	height: inherit;
	height: 100%;
	resize: horizontal;
}

.vault-home-contact-detail {
	width: 315px;
	padding: 5px;
	float: left;
}

.vault-home-contact-detail-label {
	width: 135px;
}

.vault-home-announcements-container {
	border: 1px solid #dedede;
	height: 140px;    
	text-align: left;
	width: 100%;
}

.vault-home-top5-funds-container {
	height: 240px;
	text-align: left;
	width: 100%;
}

.vault-home-top5-funds-chart {
	width: 250px;
	height: 100%;
	float: left;
}

.vault-home-top5-funds-grid {
	width: 670px;
	height: 100%;
	float: right;
}

.vault-home-advisor-info {
	width: 255px;
	margin: 5px;
}

.vault-font-xlarge {
	font-size: 12pt !important;
}

.vault-font-large {
	font-size: 10pt !important;
}

.vault-font-large-bold {
	font-size: 10pt !important;
	font-weight: bold;
}

.vault-font-medium {
	font-size: 9pt;
}

.vault-font-medium-bold {
	font-size: 9pt;
	font-weight: bold;
}

.vault-font-small {
	font-size: 8pt;
}

.vault-font-small-bold {
	font-weight: bold;
	font-size: 8pt;
}

.font-red {
	color: red;
}

.clear-15px {
	clear: both;
	height: 15px;
	position: relative;
}

.clear-10px {
	clear: both;
	height: 10px;
	position: relative;
}

.vault-home-top5-cell-center{
	vertical-align: middle !important;
	text-align: center !important;
	font-size: 8pt;
	height: 30px;
	padding: 0px !important;
}

.vault-home-top5-cell-left{
	vertical-align: middle !important;
	text-align: left;
	font-size: 8pt;
	height: 30px;
	padding: 0px 0px 0px 3px !important;
}

.vault-performance-group-header {
	height: 30px;
	line-height: 20px;
	vertical-align: bottom;
}

.vault-performance-header {
	vertical-align: bottom;
	line-height: 1px;
	padding: 0px !important;
}

.vault-account-setting-pwd {
	width: 370px;
	padding: 5px;
	border: 1px solid #dedede;
}

.vault-account-setting-pwd td {
	vertical-align: middle;
}

.vault-account-setting {
	width: 500px; /* feel free to change this */
}

.button-gray span {
	background-color: gray;
	color: white;
}

.button-darkGray span {
	background-color: #666666;
	color: white;
}

.button-green span {
	background-color: #2F4B21;
	color: white;
	font-weight: normal !important;
}
	
a.button-gray,	
a.button-green,
a.button-darkGray,
a.vault-resources-menu,
a.vault-resources-folder-link {
	 text-decoration: none;
}

.button-gray span,
.button-green span,
.button-darkGray span {
	display: inline;
	padding: 3px 8px;
	border: 1px solid #bababb;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

.vault-group-content {
	background-color: #eeeeee;
	vertical-align: top;
	overflow: visible;
}
		
.vault-resouce-content {
	background-color: #eeeeee;
	vertical-align: top;
	overflow: visible;
}

.vault-group-content-table{
	border-collapse:collapse;
	border-spacing: 0px !important;
	border-width: 0px 0px;
	table-layout:auto;
	width: 100%;
}
.vault-resouce-content-table {
	border-collapse:collapse;
	border-spacing: 0px !important;
	border-width: 0px 0px;
	table-layout:auto;
}


.vault-group {
	width: 350px !important;
	float: left;
	position: relative;
}

.vault-resources {
	width: 570px !important;
	margin-left: 3px;
	float: left;
	position: relative;
}

.vault-structure-name-label {
	font-size: 14pt !important;
	width: 245px !important;
	display: block;
	vertical-align: bottom;
	text-align: left;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

.vault-folder-count-label {
	font-size: 12pt !important;
	width: 100px !important;
	display: block;
	vertical-align: bottom;
	text-align: right;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

.vault-resources-menu span {
	display: inline;
	padding: 8px;
	font-weight: normal;
	border: none;
}

.vault-resources table{
	border-collapse: collapse;
}

.vault-resources-folder {
	width: 350px;
	background-color: #eeeeee;
	vertical-align: top;
	padding: 10px 5px;
}

.vault-resource-folder-label-normal {
	background-color: transparent;
}

.vault-resources-list {
	background-color: #eeeeee;
	width: 550px;
}

.vault-resources-folder-link span,
.vault-resources-folder-link div{
	font-size: 12pt !important;
	font-weight: normal !important;
	color: black !important;
	float: left;
}

.vault-resouce-content-table a,
.vault-resouce-content-table a:link,
.vault-resouce-content-table a:visited,
.vault-resouce-content-table a:hover,
.vault-resouce-content-table a:link:hover,
.vault-resouce-content-table a:visited:hover {
	font-weight: normal !important;
	color: black !important;
	cursor: pointer;
}

a.vault-resource-content-link,
a.vault-resource-content-link:hover,
a.vault-resource-content-link:visited {
	text-decoration: underline !important;
}

a.vault-resources-folder-link:link,
a.vault-resources-folder-link:visited,
a.vault-resources-folder-link:link:hover,
a.vault-resources-folder-link:visited:hover{
	cursor: pointer;
}

.vault-resources-col {
	height: 45px;
	vertical-align: middle;
	background-color:white !important;
	padding: 0px;
	table-layout: fixed;
	border-top: 5px solid #eeeeee;
	border-bottom: 5px solid #eeeeee;
}

.RadCalendarPopup {
	z-index: 11002 !important;
} 

.RadCalendarPopupShadows {
	z-index: 11001 !important;
}
