﻿


/* The CSS below is for ComponentArt data input fields (MaskedInput) */
.field { height:25px; margin:5px; padding:5px;}
	.field span.empty { height:25px; padding:3px; color:Gray;font-style:italic; }
		.field span.empty input { height:25px; padding:3px; color:Gray;font-style:italic; }

	.field span.focused { color:Black;font-style:normal; height:25px; padding:3px; }
		.field span.focused input { color:Black;font-style:normal; height:25px; padding:3px; }

	.field span.valid { color:Black;font-style:normal; height:25px; padding:3px; }
		.field span.valid input { color:Black;font-style:normal; height:25px; padding:3px; }

	.field span.focused-valid { color:Black;font-style:normal; height:25px; padding:3px; font-weight:bold; }
		.field span.focused-valid input { color:Black;font-style:normal; height:25px; padding:3px; font-weight:bold; }

	.field span.invalid { height:25px; padding:3px; color:Red; font-style:normal; font-weight:bold; }
		.field span.invalid input { color:Red; font-style:normal; font-weight:bold; height:25px; padding:3px; }

	.field span.disabled { height:25px; padding:3px; color:#ccc; font-style:normal; }
		.field span.disabled input { height:25px; padding:3px; color:#ccc; font-style:normal; }

/* End of ComponentArt input style */

.NoLink_old
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:White;
}


* { padding: 0; margin: 0; }

body {
 font-family:Arial, Helvetica, sans-serif;
 background-color: white;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 1150px;
 background-color:#ffffff;
}


#header {
padding-top: 0px;
xxxbackground: linear-gradient(to right, #ffffff 0%,#f1f1f1 50%,#e1e1e1 73%,#f6f6f6 100%); 
xxxbackground: -moz-linear-gradient(left, rgba(245,255,255,1) 0%, rgba(245,255,255,1) 14%, rgba(245,255,255,1) 19%, rgba(255,255,255,1) 26%, rgba(248,253,254,1) 46%, rgba(228,242,252,1) 63%, rgba(228,242,252,1) 63%, rgba(233,246,253,1) 68%, rgba(233,246,253,1) 68%, rgba(236,249,254,1) 99%, rgba(228,242,252,1) 102%); /* FF3.6-15 */
xxxbackground: -moz-linear-gradient(left, rgba(255,255,254,1) 16%, rgba(219,219,219,1) 54%, rgba(209,209,209,1) 72%, rgba(254,254,254,1) 100%); /* FF3.6-15 */

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(242,242,242,1) 33%, rgba(255,255,255,1) 42%, rgba(237,237,237,1) 50%, rgba(249,249,249,1) 53%, rgba(244,244,244,1) 54%, rgba(239,239,239,1) 58%, rgba(247,247,247,1) 62%, rgba(239,239,239,1) 65%, rgba(255,255,255,1) 74%, rgba(242,242,242,1) 76%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(242,242,242,1) 33%,rgba(255,255,255,1) 42%,rgba(237,237,237,1) 50%,rgba(249,249,249,1) 53%,rgba(244,244,244,1) 54%,rgba(239,239,239,1) 58%,rgba(247,247,247,1) 62%,rgba(239,239,239,1) 65%,rgba(255,255,255,1) 74%,rgba(242,242,242,1) 76%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(242,242,242,1) 33%,rgba(255,255,255,1) 42%,rgba(237,237,237,1) 50%,rgba(249,249,249,1) 53%,rgba(244,244,244,1) 54%,rgba(239,239,239,1) 58%,rgba(247,247,247,1) 62%,rgba(239,239,239,1) 65%,rgba(255,255,255,1) 74%,rgba(242,242,242,1) 76%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}



.NoShow
{
	display:none;
}

#menubar, #tech-support-menubar, #admin-menubar {
    width:100%;
	padding: 0;
	margin: 0 auto;
	margin-top: 0px;
	overflow: hidden;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
    background-color:#1c76bb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1c76bb), color-stop(1, #145485));
	background:-moz-linear-gradient(top, #1c76bb 5%, #145485 100%);
	background:-webkit-linear-gradient(top, #1c76bb 5%, #145485 100%);
	background:-o-linear-gradient(top, #1c76bb 5%, #145485 100%);
	background:-ms-linear-gradient(top, #1c76bb 5%, #145485 100%);
    background:linear-gradient(to bottom, #1c76bb 5%, #145485 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c76bb', endColorstr='#145485',GradientType=0);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:1px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	height: 35px;
	border-radius:6px;
	list-style-type: none;
}

#tech-support-menubar, #admin-menubar {
   display: none;
}


#menubar li, #tech-support-menubar li, #admin-menubar li {
float:left;
}

#menubar li a, #tech-support-menubar li a, #admin-menubar li a { 
    display: inline-block;
	color: white;
	font-family: Arial;
	font-size: 22px;
    text-align: center;
    padding: 6px 10px;
    text-decoration: none;
	text-shadow:0px 1px 0px #000;
	font-weight:bold;
}

#menubar li a:hover, #tech-support-menubar li a:hover, #admin-menubar li a:hover {
    color: white;
	background:  #80b639;
	text-shadow: 1px 1px black;
}

#menubar li a.current, #tech-support-menubar li a.current, #admin-menubar li a.current {
    color: white;
	background: #2b8a38;
	text-shadow: 1px 1px black;
}

#top-slogan {
margin-top: 25px;
margin-bottom: 0px;
margin-right: 2px;
color: #1865a0;
float: right;
font-family: Tahoma, Geneva, sans-serif;
font-size: 28px;
font-weight: 500;
text-shadow: rgb(224, 224, 224) 1px 1px 0px;

    display:inline-block;
    -webkit-transform:scale(1,1.2); /* Safari and Chrome */
    -moz-transform:scale(1,1.2); /* Firefox */
    -ms-transform:scale(1,1.2); /* IE 9 */
    -o-transform:scale(1,1.2); /* Opera */
    transform:scale(1,1.2); /* W3C */
}


.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #9e9b9e));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #9e9b9e 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #9e9b9e 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #9e9b9e 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #9e9b9e 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #9e9b9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#9e9b9e',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#473947;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:4px 6px;
    text-align: center;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9e9b9e), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #9e9b9e 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #9e9b9e 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #9e9b9e 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #9e9b9e 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #9e9b9e 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9b9e', endColorstr='#f9f9f9',GradientType=0);
	background-color:#9e9b9e;
}
.myButton2:active {
	position:relative;
	top:1px;
}

.myButton2.right-space {
    margin-right: 10px;
}

.myButton2.big-side {
    font-size: 22px;
    padding: 5px 16px;
    width: 250px;
}

.myButton2.small-button {
    font-size: 14px;
    padding: 2px 3px 2px 3px;
}

.myButton2.green {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dffeb6), color-stop(1, #648d2e));
    background: -moz-linear-gradient(top, #dffeb6 5%, #648d2e 100%);
    background: -webkit-linear-gradient(top, #dffeb6 5%, #648d2e 100%);
    background: -o-linear-gradient(top, #dffeb6 5%, #648d2e 100%);
    background: -ms-linear-gradient(top, #dffeb6 5%, #648d2e 100%);
    background: linear-gradient(to bottom, #dffeb6 5%, #648d2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dffeb6', endColorstr='#648d2e',GradientType=0);
    background-color:#dffeb6;
    color:#2d4114;
}

.myButton2.green:hover {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #648d2e), color-stop(1, #dffeb6));
    background: -moz-linear-gradient(top, #648d2e 5%, #dffeb6 100%);
    background: -webkit-linear-gradient(top, #648d2e 5%, #dffeb6 100%);
    background: -o-linear-gradient(top, #648d2e 5%, #dffeb6 100%);
    background: -ms-linear-gradient(top, #648d2e 5%, #dffeb6 100%);
    background: linear-gradient(to bottom, #648d2e 5%, #dffeb6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#648d2e', endColorstr='#dffeb6',GradientType=0);
    background-color:#648d2e;
    color:#2d4114;
}

.newsButton {

	background-color: white;
	display:inline-block;
	cursor:pointer;
	color:#473947;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:5px 6px;
    text-align: center;
	text-decoration:none;
    border: none;
}

.newsButton:hover {
	color: #2b8a38;
    text-decoration: underline;
}

.newsButton.right-space {
    margin-right: 10px;
}


.LoginDiv {
    float: right;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-family: Arial;
}

.LogoutDiv {
    float: right;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-family: Arial;
}


.inset_input
{
  font-family: Arial;
  font-size: 15px;
  padding: 2px;
  -webkit-box-shadow: inset 1px 1px 1px 0px #abe0f9;
  -moz-box-shadow: inset 1px 1px 1px 0px #abe0f9;
  box-shadow: inset 2px 2px 2px 0px #abe0f9;
  background: white;
}

#forgot-link{
   margin-left: 10px; 
   color: #1865a0;
   text-decoration: none;
}

#forgot-link:hover{
    text-decoration: underline;
}

#fact-list{
margin-top: 30px;
padding-right: 40px;
float: left;
width: 34%;
}

#fact-list li{
font-family: Verdana, Geneva, sans-serif;
font-size: 17px;
margin-bottom: 20px;
margin-left: 25px;
list-style-image: url('images/metal-bullet2.png');
}

blockquote {
font-family: Georgia, serif;
quotes:"\201C" "\201D";
}

blockquote:before, blockquote:after {
font-size: 80px;
color: #1c75bb;
position:absolute;
}

blockquote:before {
content:open-quote;
margin:-22px 0 0 -37px;
}

blockquote:after {
content:close-quote;
margin:-5px 0 0;
}

#footer { 
 clear: both;
 color:#000000;
 background: #FFFFFF;
 padding-bottom: 10px;
 padding-top: 40px;
}
#footer p {
	font-size: 17px;
	margin-bottom: 10px;
    margin-top: 10px;
}

#footer a{
     text-decoration: none;
}

#footer a:hover {
     text-decoration: underline;
}

p
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    line-height: 21px;
    margin: 15px 0px 15px 0px;
}

h2
{
    Color: #165d94;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
    line-height: 24px;
    margin: 15px 0px 15px 0px;
}

h3
{
    Color: #165d94;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
    line-height: 24px;
    margin: 15px 0px 15px 0px;
}

h4
{
    color:  #165d94; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size: 17px; 
    font-weight: bold; 
    margin-bottom: -5px;
}

h5
{
    color:  #165d94; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size: 16px; 
}


input[type=submit] {
    font-size: 15px;
    padding: 3px 5px 3px 5px;
    border-radius:4px;
}

xxxinput[type=submit]:hover {
    background-color: #165d94;
    color: white;
}

.formtable td {
    font-size: 16px;
    padding-bottom: 5px;
}

.formtable td[align="right"] {
    color: #165d94;
}

.formtable td[align="left"] input{
    font-size: 16px;
}

.formtable.extrapad td{
    padding-bottom: 10px;
}

.login_overlay {
    background-color: #9edf49;
    position: absolute;
	xxxborder-radius:6px;
        border-radius: 1px;
    box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.4);  
    left:0;
    right:0;
    margin-left:auto;
    width:400px;
    margin-right:auto;
    top:0;
    bottom:0;
    margin-top: auto;
    height:150px;
    margin-bottom:auto;
    z-index:999;
}


.black_overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
    cursor:pointer;
	background-color: black;
	z-index:901;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}

.boxclose{
    float:right;
    margin-top: 0px;
    border:none;
    cursor:pointer;
    color: black;
    background: #9edf49;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;       
}

.claim-link{
     text-decoration: none;
}

.claim-link:hover{
    text-decoration: underline;
}

/************* Claims Analysis ****************/
.kb_knowledgeBaseButton {
    background-color: transparent;
    background-image: url('/members-only/images/KnowledgeBaseButton.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: #ffffff;
    font-weight: bold;
}
.kb_lookupButton {
    background-color: transparent;
    background-image: url('/members-only/images/LookupButton.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.kb_knowledgeBaseButton {
    background-color: transparent;
    background-image: url('/Members-Only/images/KnowledgeBaseButton.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: #ffffff;
    font-weight: bold;
}
.kb_calendarButton
{
    background-image: url("/members-only/images/CalendarIcon.gif");
    background-color: transparent;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.kb_addRowButton
{
    background-image: url("/members-only/images/AddrowButton2.png");
    background-color: transparent;
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.kb_addRowButton:hover, .kb_addRowButton:focus {
    background-image: url("/members-only/images/AddrowButton3.png");
    background-color: transparent;
    background-repeat: no-repeat;
}

.kb_noBot {
    visibility: hidden;
}

.kb_modalBackground
{
	background-color:#000000;
	filter:alpha(opacity=30);
	opacity:0.3;
	-ms-opacity:0.3;
	-moz-filter:alpha(opacity=30);
	-moz-opacity:0.3;
}

#table-check, #table-check  tr, #table-check  td {
      border: 1px solid black;
}

.VA{
    vertical-align: top;
}

.report-table td {
    padding-left: 2px;
    padding-right: 2px;
}

.dash-report {
    border-color: black; 
    border-style: solid;
    border-width: 0px;
    padding: 5px;
}

.dash-report.t {
    border-top-width: 1px; 
}

.dash-report.r {
    border-right-width: 1px; 
}

.dash-report.b {
    border-bottom-width: 1px; 
}

.dash-report.l {
    border-left-width: 1px;
}

#site-admin-table {
    width: 1100px; 
	border-collapse: collapse;
    border: 1px solid #38b449;
}

#site-admin-table td {
   border: 1px solid #38b449;
   text-align: left;
   color:  #21672b; 
   font-family:Arial, Helvetica, sans-serif; 
   font-size: 16px; 
   font-weight: bold;
   padding: 5px;
   padding-left: 20px;
}

#site-admin-table.padleft5 td {
   padding-left: 5px;
}

#site-admin-table td a {
    color: #21672b;
    text-decoration: none;
}

#site-admin-table td a:hover {
    color: #38b449;
}

#site-admin-table td.header {
    background-color: #38b449; 
    color: white;
    padding-left: 8px;
}

#claims-td {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#claims-header-logo {
   float: left;
   margin-left: 0px;
}

.table-list {
    border-collapse: separate;
    border-spacing: 30px 10px;
}

.table-list th  {
    font-weight: bold;
    border-bottom: 2px solid black;
}

.table-list th, .table-list td { 
    text-align:left;
    font-size: 18px;
}

.report-table td {
     font-size: 14px;
}

.drug-table {
    border-collapse: separate;
    border-spacing: 10px 7px;
    background-color: white;
   -webkit-box-shadow: inset 1px 1px 1px 0px #56717d;
   -moz-box-shadow: inset 1px 1px 1px 0px #56717d;
    box-shadow: inset 2px 2px 2px 0px #56717d;
    xxxborder: solid 1px lightgray;
    xxxbox-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.3);
    xxxbox-shadow: 0 0 10px #000;
    margin-left: 30px;
    margin-top: 10px;
    z-index: 1;
}

.drug-table th  {
    font-weight: bold;
    border-bottom: 2px solid black;
}

.drug-table th, .drug-table td { 
    text-align:left;
    font-size: 13px;
}



#ctl00_ContentPlaceHolder1_kb_help {
    display: none;
    position:fixed;
    top:200px;
    left:25%;
    right:25%;
    bottom: 200px;
    background-color: #f5f5dc;
    color: black;
    padding:20px;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.4);
    font-size: 14px;
    z-index:101;
    overflow:hidden
}

#inner_kb {
    background-color: white;
    height: 80%;
    padding:20px;
    overflow-y: scroll;
    scrollbar-base-color: #abe0f9; 
    scrollbar-arrow-color: darkblue;
   -webkit-box-shadow: inset 1px 1px 1px 0px #abe0f9;
   -moz-box-shadow: inset 1px 1px 1px 0px #abe0f9;
    box-shadow: inset 2px 2px 2px 0px #abe0f9;
}

a.kbboxclose{
    float:right;
    margin-top:-10px;
    margin-right:-10px;
    cursor:pointer;
    color: black;
    border-radius: 30px;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;  
}

.kbboxclose:before {
    content: "×";
}

.overlay{
    background: black;
    opacity: .3;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}

.gvhspadding{
    padding-left: 2px;
}

.ov {
    border-radius: 1px;
    box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.4);  
    background: white;
}




