﻿


/* 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;
}

#band-green { 
 background-color: #2b8a38;
}

#band-white { 
 background-color: white;
}

#band-wrapper { 
  margin: 0 auto;
 width: 1200px;
}


#wrapper { 
 margin: 0 auto;
 width: 1200px;
 background-color:#ffffff;
}


#cart-data-box {
    cursor:pointer;
    float: right;
    height: 31px;
    margin-right: 10px;
    margin-top: 4px;
    padding: 4px 4px 0px 4px;
    font-size: 18px;
    font-weight:normal;
    background-color: #1c75bb;
    color: white; 
}


#cart-data-box:hover {
background-color: #87c0eb;
color: black; 
}


#eye-glass-box {
    float: left;
    width: 22px;
    cursor:pointer;
    margin-top: 7px;
    padding: 2px 4px 0px 4px;
    background-color: #1c75bb;
    color: white; 
}


#eye-glass-box:hover {
background-color: #87c0eb;
}


#header {
padding-top: 0px;

}

.NoShow
{
	display:none;
}



#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 */
}


.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: 50px;
    font-family: Arial;
}

.LogoutDiv {
    float: right;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: 50px;
    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;
}

.metro_form_table{
  font-family: Arial;
  font-size: 15px;
  padding:10px; 
  padding-bottom: 5px;
  border:1px solid #cccccc;
  xxbackground: #c9eaf9;
  background: #ddf4ff;
}

.metro_form_table input[type="radio"]{
  background: #c9eaf9;
}

.metro_form_table td {
    padding: 2px;
}

.metro_form_table.whiteBG {
  background: white;
}

.metro_form_table.grayBG {
  background: #d5d5d5;
}

.metro_form_table.clear {
  background:none;
  border: none;
}


.metro_form_table td[align="right"] {
    color: #165d94;
}

.metro_form_table td[align="left"] input{
    font-size: 16px;
}

.metro_form_table input, select, textarea
{
  font-family: Arial;
  font-size: 15px;
  padding: 2px;
  border:1px solid #cccccc;
  background: white;
}

.metro_form_table input[type="button"]
{
  font-family: Arial;
  font-size: 17px;
  color: white;
  padding: 2px 4px 2px 3px;
  background: #1c75bb;
  border-radius: 0;
  border: 0;
}


.metro_form_table input.metro_calendarButton
{
    background-image: url("/members-only/images/CalendarIcon3.gif");
    background-color: transparent;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}


.metro_form_table input[type="button"]:hover {
    background-color:#8cc63e;
    color: black;
    cursor:pointer;
}

.metro_input
{
  font-family: Arial;
  font-size: 15px;
  padding: 2px;
  border:1px solid #cccccc;
  background: white;
}

.metro_button {
  font-family: Arial;
  font-size: 17px;
  color: black;
  padding: 3px 3px 3px 2px;
  background: #d5d5d5;
  border-radius: 0;
  border: 0;
  text-decoration: none;
}

.metro_button.green {
    background: #d5d5d5;
}

.metro_button:hover {
    background-color:#8cc63e;
    cursor:pointer;
}

.metro_button.dgreen {
    background: #2b8a38;
    color: white;
}

.metro_button.dgreen:hover {
    background: #37ae48;
    color: white;
    cursor:pointer;
}

.metro_button.big {
    font-size: 22px;
    padding: 5px 16px;
    width: 150px;
}

.metro_button.submit {
    color: white; 
    background: #1c75bb;
    border: 0; 
    border-radius:0;
}

.metro_button.submit:hover {
    background-color: #87c0eb;
    color: black;
    cursor:pointer;
}

.metro_menubar {
    width:100%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:Arial;
	font-size:13px;
	padding: 0px 0px;
	text-decoration:none;
	height: 35px;
	list-style-type: none;
}


.metro_menubar li {
float:left;
background: #2b8a38;
margin-left: 0px;
}

.metro_menubar li a { 
    display: inline-block;
	color: white;
	font-family: Arial;
	font-size: 22px;
    text-align: center;
    padding: 6px 10px;
    text-decoration: none;
	font-weight:bold;
}

.metro_menubar li a.services {
    background: #1c75bb;
}

.metro_menubar li a.services:hover {
    background: #558ebb;
}

.metro_menubar li a:hover {
    color: white;
	background:  #38b64a;
}

.metro_menubar li a.current {
    color: black;
   	background:  #8cc63e;
}

#tech-support-menubar, #admin-menubar {
   display: none;
}

.services_menu {
    background: #1c75bb; 
    margin-left: 6px; 
    margin-top: 6px; 
    width: 300px; 
    display:none;
}

.services_menu ul {
    list-style-type: none;
}

.services_menu ul li {
   padding: 2px;
}

.services_menu ul li a {
    color: white; 
    font-size: 18px; 
    font-weight: 700;
    font-family: Arial; 
    margin-left: 5px; 
    margin-top: 8px;
    padding: 2px;
    text-decoration: none;
}

.services_menu ul li a:hover {
    background: #80b639;
}

.info-pop{
    xxxfloat: left;
    border:1px solid #cccccc;
    cursor:pointer;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 12px; 
    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:30px;
    line-height: 32px;
    margin: 17px 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: 18px;
    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;
}




