#tabs-nohdr { 
    padding: 0; 
    background: none; 
    border-width: 0;
    margin: 0;    
} 
#tabs-nohdr .ui-tabs-nav { 
    padding: 0; 
    background: transparent; 
    border-width: 0 0 1px 0; 
    -moz-border-radius: 0; 
    -webkit-border-radius: 0; 
    border-radius: 0; 
} 
#tabs-nohdr .ui-tabs-panel { 
    background: white repeat-x scroll 50% top; 
    border-width: 0 1px 1px 1px; 
}
#tabs-1 {
    margin: 0;
    padding: 10px;
}
#ui-id-1 {
    margin: 5px;
    padding: 0;
    font-size: 70%;
    font-weight: 600;
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #444444;
}
.hdr { 
    color:#444444; 
    font-size: 210%; 
    font-family:Arial Narrow;
    font-weight:bold;
    letter-spacing:0;
    text-transform:uppercase;
    margin-top:20px;
    margin-bottom:14px;
}
.hdr-no-bottom-margin { 
    color:#444444; 
    font-size: 160%; 
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight:500;
    letter-spacing:0;
    text-transform:uppercase;
    margin-top:20px;
    margin-bottom:0;
    padding-bottom:0;
}
a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    text-decoration: underline;
}
input[type="radio"] {
    font-weight: normal;
}
.btn-sso {
    width: 155px;
}
#tabs-1 input[type="text"] {
    width:155px;
}
#tabs-1 input[type="password"] {
    width:155px;
}
label {
    font-weight: normal;
    padding-right: 6px;
    padding-left: 3px;
}
h1, h2, h3, h4 {
    text-transform:uppercase;
}
h1 {
    font-size: 130%;
    font-weight: bold;
}
h2 {
    font-size: 130%;
    font-weight: bold;
}
h4 {
    font-size: 140%;
    font-weight: bold;
}
.help {
    margin-top: -4px;
    padding-top: 0;
}
.btn-custom {
    background-color: #000066;
    border-color: #000066;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-smalltext {
    font-size: 75% !important;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active {
    background-color: #00004d;
    border-color: #000033;
    color: white;  
}
.btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled:active, .btn-custom.disabled.active,
.btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled]:active, .btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #000066;
  border-color: #000066;
}
.mainContentMenu div {
    font-size: 75%;
}
input {
    max-height: 30px;
}
.footer-text {
    color: grey;
    font-style: italic;
}
.arrow-right-gray {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;	
	border-left: 20px solid #E5E6E8;
}
.arrow-right-blue {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;	
	border-left: 20px solid #00007F;
}

.render-tooltip { color: #00007F; }
.tooltip-inner { background-color: #00007F; }
