﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
background-color: #5c87b2;
font-size: .85em;
font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
margin: 0;
padding: 0;
color: #000000;
}

a:link {
color: #034af3;
text-decoration: underline;
}

a:visited {
color: #505abc;
}

a:hover {
color: #1d60ff;
text-decoration: none;
}

a:active {
color: #12eb87;
}

header,
footer,
nav,
section {
display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-size: 1.5em;
color: #000;
}

h1 {
font-size: 2em;
padding-bottom: 0;
margin-bottom: 0;
}

h2 {
padding: 0 0 10px 0;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.1em;
}

h5, h6 {
font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
width: 90%;
margin-left: auto;
margin-right: auto;
}

header, #header {
position: relative;
margin-bottom: 0px;
color: #000;
padding: 0;
}

header h1, #header h1 {
font-weight: bold;
padding: 5px 0;
margin: 0;
color: #fff;
border: none;
line-height: 2em;
font-size: 32px !important;
text-shadow: 1px 1px 2px #111;
}

#main {
padding: 30px 30px 15px 30px;
background-color: #fff;
border-radius: 4px 0 0 0;
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
background-color: #fff;
color: #999;
padding: 10px 0;
text-align: center;
line-height: normal;
margin: 0 0 30px 0;
font-size: .9em;
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
border-bottom: 1px #5C87B2 solid;
padding: 0 0 2px;
position: relative;
margin: 0;
text-align: right;
}

ul#menu li {
display: inline;
list-style: none;
}

ul#menu li#greeting {
padding: 10px 20px;
font-weight: bold;
text-decoration: none;
line-height: 2.8em;
color: #fff;
}

ul#menu li a {
padding: 10px 20px;
font-weight: bold;
text-decoration: none;
line-height: 2.8em;
background-color: #e8eef4;
color: #034af3;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
background-color: #fff;
text-decoration: none;
}

ul#menu li a:active {
background-color: #a6e2a6;
text-decoration: none;
}

ul#menu li.selected a {
background-color: #fff;
color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
border: 1px solid #ddd;
padding: 0 1.4em 1.4em 1.4em;
margin: 0 0 1.5em 0;
}

legend {
font-size: 1.2em;
font-weight: bold;
}

textarea {
min-height: 75px;
}

input[type="text"], 
input[type="password"] {
border: 1px solid #ccc;
padding: 2px;
font-size: 1.0em;
color: #000;
width: auto;
}

select {
border: 1px solid #ccc;
padding: 2px;
font-size: 1.2em;
color: #444;
}

input[type="submit"] {
font-size: 1.2em;
padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
border: solid 1px #e8eef4;
border-collapse: collapse;
}

table td {
padding: 5px;
border: solid 1px #e8eef4;
}

table th {
padding: 6px 5px;
text-align: left;
background-color: #e8eef4;
border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
clear: both;
}

.error {
color: Red;
}

nav, 
#menucontainer {
margin-top: 40px;
}

div#title {
display: block;
float: left;
text-align: left;
}

#logindisplay {
font-size: 1.1em;
display: block;
text-align: right;
margin: 10px;
color: White;
}

#logindisplay a:link {
color: white;
text-decoration: underline;
}

#logindisplay a:visited {
color: white;
text-decoration: underline;
}

#logindisplay a:hover {
color: white;
text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
color: #ff0000;
}

.field-validation-valid {
display: none;
}

.input-validation-error {
border: 1px solid #ff0000;
background-color: #ffeeee;
}

.validation-summary-errors {
font-weight: bold;
color: #ff0000;
}

.validation-summary-valid {
display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
margin: 0.5em 0 0 0;
}

.text-box {
width: 30em;
}

.text-box.multi-line {
height: 6.5em;
}

.tri-state {
width: 6em;
}

/* reporting page layout */
/*
JNL - I DONT THINK I NEED THIS SECTION BUT DONT WANT TO DELETE YET
#example {
float:right;
}

#example div {
}

#div-before, #div-after {
background-color:#88d;
color:#000;
}
#div-1 {
width:400px;
background-color:#000;
color:#fff;
}
#div-1-padding {
padding:10px;
}
#div-1a {
background-color:#d33;
color:#fff;
}
#div-1b {
background-color:#3d3;
color:#fff;
}
#div-1c {
background-color:#33d;
color:#fff;
}
#example div p {
margin:0 .25em;
padding:.25em 0;
}
#description {
float:left;
width:40%;
}
pre {
padding:1em;
border:1px dashed #aaa;
background:#fafafa;
}
p {
margin:0.5em 0;
}

h3 {
color:#999;
}

.job {
margin-top:1em;
border:1px solid #aaa;
padding:1em;
background:#ddd;
}
*/
/* BEGIN CUSTOMIZATION */

#Layout_Container
{
width: 1080px;
margin: 0 auto;
height: auto;
}
#Layout_Header
{
    background-color: #fff;
background: #fff url(../Images/IVRDashboard.png) no-repeat left bottom;
width: 1080px;
padding: 0;
border-top: 10px solid #000;
height: 120px;
}
#Layout_Login
{
background-color: #fff;
font-size: 1.2em;
margin: 10px 0px 0 620px;
padding: 70px 0 0 0;
width: 300px;
float: left;
}
#Layout_Version
{
	float: right;
}
#Layout_Body
{
height: auto;
min-height: 300px;
width: 1080px;
margin: 0px;
padding: 0px;
background-color: #fff;
display: inline-block;
border-top: 1px solid #000;
border-left: 1px solid #000;
}   
#Interface_Nav
{
height: auto;
min-height: 400px;
width: 180px;
margin: 0px;
padding: 0px;
background-color: #fff;
display: inline-block;
border-top: 1px solid #000;
border-right: 1px solid #000;
float:left;
vertical-align: top;
}
#Interface_Body
{
height: auto;
min-height: 400px;
width: 898px;
background-color: #fff;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
display: inline-block;
padding-bottom: 20px;
}
.PageInfo
{
	padding: 5px 0px 10px 0px;
}
.newline5
{
	padding-bottom: 5px;
}
#ProjectCode /*displays the "Project Code: DEM" on the top of the nav bar*/
{
	background-color:#ffffff;
	height: auto;
	height: 30px;
	width: 180px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	display: inline-block;
	float:left;
	vertical-align: top;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align:center;
}
#GlobalLinks,  #SubjectLinks, #AdminLinks, #BatchLinks
{
	border-top: 2px solid grey;
	padding-left: 10px;
}

table.ResultsGrid /*used to display results in a table*/ {
	width: 890px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: .8em;
	color: #000000;
	border-width: 0px;
	border-color: #666666;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 3px;
}
table.ResultsGrid th /*used to display results in a table*/ 
{
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	overflow: hidden;
     width: 90px;
     text-align: left;
     padding: 4px;
}
table.ResultsGrid td /*used to display results in a table*/ 
{
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
	overflow: hidden ;
     text-align: left;
     padding: 4px;
}

.Button_Input /*Used for input buttons*/
{
    color: #000;
    border: 1px solid #000000;
    margin: 10px 10px 10px 10px;
    cursor:pointer;
    width:auto;
    text-align: center;
}


.SectionHeader /*Used on the header of a page section such as Patient Info etc...*/
{
	color: #ffffff;
	background-color:#006d9c;
	height: 10px;
	padding: 5px 0px 15px 10px;
	border: 1px solid #000000;
}

.SectionBreak /*Used between headers of a page section such as Patient Info etc...*/
{
	color: #ffffff;
	background-color:#ffffff;
	height: 30px;
}

#LogOn_Username, #LogOn_Password /* used on the main log on form */
{
border: 1px solid #ccc;
padding: 2px;
font-size: 1.2em;
color: #000;
width: auto;
}

.ComboBox /* used to display combo boxes */
{
border: 1px solid #ccc;
padding: 2px;
font-size: 1.0em;
color: #000;
width: auto;
}

.Indent
{
	margin-left:10px;
	margin-right:10px;
}
.HorizontalSpace
{
	margin-top:10px;
	margin-bottom:10px;
}
tr.red td{ background-color: #FFAAAA;  background: #FFAAAA;}
tr.white td{background-color: #ffffff; background: #ffffff; }

.VersionText
{
	font-size: .85em;
	font-family: "Andale Mono", Verdana, Helvetica, Sans-Serif;
	margin: 20;
	padding: 20;
}


div#loaderImage
{
    /*display: none;*/
    width:100px;
    height:100px;
    position: fixed;
    top: 50%;
    left: 50%;
    /*background:url(spinner.gif) no-repeat center #fff;*/
    text-align:center;
    /*padding:10px;*/
    font:normal 16px Tahoma, Geneva, sans-serif;
    border:0px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}

div#loaderImageContainer
{
	display: none;
   width:280px;
    height: 280px;
    position: fixed;
    top: 50%;
    left: 50%;
    border:1px solid #666;
    margin-left: -150px;
    margin-top: -150px;
    z-index:2;
    overflow: auto;
    background:url(Images/square.gif) no-repeat center #fff;
    font:normal 16px Tahoma, Geneva, sans-serif;
    padding:10px
}