﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
     font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
   /* color: #696969;*/
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

/*
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
*/

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.topline 
{
    width:100%;
    height:5px; 
    background-color:#2668d3;
    text-align:left;
}

.regionline 
{
    width:25%;
    height:2px; 
    background-color:#2668d3;
}
.mainregionline 
{
    width:10%; 
    height:2px; 
    background-color:#2668d3;
    margin: 0px 10px 0 px 10px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1160px;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    /* border: 1px solid #496077; */
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #000000;
    border: none;
    line-height: 2em;
    font-size: 2em;
}



.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
      font-size: 0.9em;
      text-align:center;
}

.main1
{
     padding: 0px 0px;
    margin: 0px 0px 0px 20px;
  /* min-height: 420px;*/
      font-size: 1.0em;
      text-align:left;
}

.main2
{
     padding: 0px 0px;
    margin: 12px 0px 0px 20px;
  /* min-height: 420px;*/
      font-size: 1.0em;
      text-align:left;
}

.main3
{
      font-size: 1.0em;
 }

.main4
{
      font-size: 1.2em;
 }
 
 .main5
{
      font-size: 1.2em;
     padding-left:300px; 
    /* text-align:center;*/
 }
 
  .main6
{
      font-size: 1.2em;
     padding-left:270px; 
 }
 
   .main7
{
      font-size: 1.2em;
     padding-left:210px; 
 }
 
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

#form1 .txtinput { 
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 10px;
font-size: 1.10em;
padding: 11px 25px;
padding-left: 10px;
width: 100%;
height:8px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#form1 .txtinput2 { 
display: block;
float:right;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 10px;
margin-left: 30px;
margin-top: -5px;
font-size: 1.10em;
padding: 11px 0px;
padding-left: 10px;
width: 220px;
height:8px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#form1 #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px;
margin-left: auto; 
margin-right: auto;
margin-top: 20px;
}

#form1 #aligned2 { 
box-sizing: border-box; 
float: left; 
width: 450px;
margin-left: auto; 
margin-right: auto;
margin-top: 0px;
}

select.selmenu {
font-size: 1.10em;
color: #676767;
padding: 4px !important;
border: 1px solid #aaa;
box-sizing: border-box; 
float: left; 
width: 220px;
height:30px;
margin-left: auto; 
margin-right: 5px;
margin-top: -5px;
}

.btn {
  background: #1c4b97;
  /*background: #3498db;*/
 /* background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9); */
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
  border: solid #3498db 1px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  border: solid #3cb0fd 1px;
  text-decoration: none;
}

.order-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #009ad0;
	padding: 8px;
	text-align: left;
	border-right: 1px solid #83B7DD;
	border-top: 1px solid #83B7DD;
	border-left: 1px solid #83B7DD;
	border-bottom: 1px solid #83B7DD;
}
.order-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #7F7F7F;*/
	color: #000000;
	background-color: #ffffff;
	padding: 8px;
	text-align: left;
	border-right: 1px solid #83B7DD;
	border-top: 1px solid #83B7DD;
	border-left: 1px solid #83B7DD;
	border-bottom: 1px solid #83B7DD;
}
.rowb {
	 /* background-color: #ECECEC;
    background-color: #e0dede;*/
    background-color: #d8d2d2;
}

.cssPager {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #7F7F7F;*/
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	border-right: 1px solid #83B7DD;
	border-top: 1px solid #83B7DD;
	border-left: 1px solid #83B7DD;
	border-bottom: 1px solid #83B7DD;

}

.cssPager td 
{
    margin: 0 4px;
  /*  padding-left: 4px;     
    padding-right: 4px; */
}
.cssPager a 
{
  color: Blue;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
}

.cssPager span 
{
  background-color: #009ad0;
  color: white; 
  border-radius: 5px;  
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
}

.cssPager a:hover:not(.active) 
{
   /* background-color: #ECECEC;
    background-color: #e0dede;*/
    background-color: #d8d2d2;
  
    }

.cssFooter
{
   border-right: 1px solid #83B7DD;
	border-top: 1px solid #83B7DD;
	border-left: 1px solid #83B7DD;
	border-bottom: 1px solid #83B7DD;  
		padding-left: 10px;   
	color: Blue;  
}
.cssFooterL
{
    border-right: None;
	border-top: 1px solid #83B7DD;
	border-left: 1px solid #83B7DD;
	border-bottom: 1px solid #83B7DD;  
	padding-left: 10px;   
	color: Blue; 
}
.cssFooterR
{
    border-right: 1px solid #83B7DD;
	border-top: 1px solid #83B7DD;
	border-left: None;
	border-bottom: 1px solid #83B7DD;   
}
.button-select {
	text-align: center;
	font-size: 12px;
	width: 60px;
	color: #FFFFFF;
	background-color: #1c4b97;
	/*background-color: #009ad0;*/
	padding:5px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border:none;
    background-image:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 10px;
	cursor: pointer;
}

.button-select2 {
	text-align: center;
	font-size: 12px;
	width: 60px;
	color: #FFFFFF;
	background-color: #1c4b97;
	padding:5px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border:none;
   text-decoration:none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 10px;
    inline-block;
    color:Blue;
    width:10%;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}


ogin label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginBody
{
    /*display: block;*/
    text-align: center;
    width: 100%;
}


.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}



.RadTabStrip .tab {
    background-color: #999595;
    width: auto;
    height: 30px;
    border-right: 1px solid #FFF;
    text-align: center;
    vertical-align: middle;
    color: #999595;
    text-decoration:none;
    font-weight:bold;
    padding-top:5px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
   	-moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
}


.RadTabStrip .tab.hoveredTab {
    background-color: #009ad0;
    color: #009ad0;
  text-decoration:none;
}

.RadTabStrip .tab.hoveredTab .rtsTxt  {
    background-color: #009ad0;

}

.RadTabStrip .tab.hoveredTab .rtsLink  {
    background-color: #009ad0;
    border-color: #009ad0;
  }

.RadTabStrip .tab.hoveredTab .rtsIn  {
    background-color: #009ad0;

}

.RadTabStrip .tab.hoveredTab .rtsOut  {
    background-color: #009ad0;
 
}
.RadTabStrip .tab.hoveredTab .rtsTxt:before   {
    background-color: #009ad0;
}


.RadTabStrip .tab.selectedTab {
    background-color: #1c4b97;

}

.RadTabStrip .tab.selectedTab .rtsTxt  {
    background-color: #1c4b97;

}

.RadTabStrip .tab.selectedTab .rtsLink {
    background-color: #1c4b97;
    border-color: #1c4b97;
}
.RadTabStrip .tab.selectedTab .rtsIn  {
    background-color: #1c4b97;

}

.RadTabStrip .tab.selectedTab .rtsOut  {
    background-color: #1c4b97;

}
.RadTabStrip .tab.selectedTab .rtsTxt:before   {
    background-color: #1c4b97;

}


.RadTabStrip .tab .rtsTxt 
{
    color: white;
    font-size: 0.8em;
}

.RadTabStrip .tab .rtsTxt:before 
{
     background-color: #999595;
}

.RadTabStrip .rtsLevel1 {
     background-color: #999595;
     color: White;
}

.RadTabStrip .tab .rtsLink {
     background-color: #999595;
     color: White;
    border-color: #999595;
  
}

.RadTabStrip .tab .rtsIn {
     background-color: #999595;
     color: White;   
}

.RadTabStrip .tab .rtsOut {
     background-color: #999595;
     color: White;   
     
}
 .RadTabStrip .rtsLevel1 {
    background-color: #ffffff;
    text-decoration:none;
}


#parent {display: table;}

#child 
{
    display: table-cell;
    vertical-align: middle;
}

.vert 
{
   vertical-align: middle;
} 

.bot
{
    vertical-align:bottom;
}
.logo
{
    float:right;
}

.rxlogo
{
    text-align:center;
}

.toppage {
width:950px;
}

.alignleft {
  float: left;
  width:33.33333%;
  text-align:left;
  margin-left:20px;
  vertical-align:top;
}
.aligncenter {
  float: left;
  width:33.33333%;
  text-align:center;
  vertical-align:baseline;
}
.alignright {
 float: right; 
 width:33.33333%;
 text-align:right; 
 vertical-align: top;
 margin-top:-40px; 
/* margin-bottom:20px;*/
}

.alignleft2 {
  float: left;
  width:20%;
  text-align:left;
  margin-left:20px;
  vertical-align:top;
}
.aligncenter2 {
  float: left;
  width:46.66667%;
  text-align:center;
  vertical-align:baseline;
}

.alignright2 {
 float: right; 
 width:33.33333%;
 text-align:right; 
 vertical-align: top;
 margin-top:-100px; 
/* margin-bottom:20px;*/
}
.tabpage {
min-width: 950px !important;
float:left;
 margin: auto;
 white-space: nowrap;
}

.tboxcount 
{
    width:60px; 
    text-align:right;
    
}

.tboxpercent 
{
    width:30px; 
    text-align:left;
}

