﻿body
{
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../Images/bg.jpg);
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

h1, h2, h3, h4, h5
{
    margin: 0px;
}

p
{
    margin: 0px 0px 5px 0px;
}

ul
{
    padding: 0px;
    margin: 0px;
}

td
{
    vertical-align: top;
}

.patientInfoHeader
{
    background: url('/images/patientInfo_bg.jpg') repeat-x;
	
}
.patientInfoHeader span
{
    font-weight: bold;
}


/* Master-page specific */

.tdNav
{
    background-image: url('/Images/bt.jpg');
    width: 128px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
}

td.active
{
    background-image: url('/Images/bt_rl.jpg');
}

.tdNav a
{
    color: White;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.active a
{
    color: #00598E;
}

#divContent
{
    background-color: White;
    padding: 10px 10px 15px 10px;
    min-height: 400px;
    min-width: 985px;
    height: 100%;
    border-left: solid 1px #00598e;
    border-right: solid 1px #00598e;
    border-bottom: solid 1px #00598e;
}

#divFooter
{
    background-color: #00a2eb;
    background-image: url('/images/footer.jpg');
    background-repeat: repeat-y;
    min-width: 985px;
    padding: 5px 10px 5px 10px;
    height: 80px;
    text-align: center;
    border: solid 1px #00598e;
    color: White;
}

/* end master-page specific */

tr.dataRow:hover
{
    background-color: #DDDDDD;
}

.userListHeader
{
    background-image: url("../images/Table_header_bg.jpg");
    background-repeat:repeat-x;
    /*padding-top:15px;*/
    border-bottom: solid 1px #0080bf;
}

.dataRow td
{
    border-bottom: solid 1px #C2DCE9;
    background-color: #F5F5F5;
    padding-right: 15px;
}

.disabledRow td
{
    font-style: italic;
    color: Gray;
}

.patientDisabledRow td 
{
    font-style: italic;
    color: Gray;
    border-bottom: solid 1px #C2DCE9;
    background-color: #F5F5F5;
    padding-left: 10px;
    padding-top: 5px;
}

.patientDisabledRow td a:link
{
    color: gray;
    font-weight: bold;
    text-decoration: none;
}

.patientDisabledRow td a:link:hover
{
    color: gray;
    text-decoration: underline;
}

.instructions
{
    font-style: italic;
    padding: 10px;
    background-color: #ffffcc;
    border: solid 1px #0080bf;
}

.popupWindow
{
    border: solid 1px black;
    background-color: White;
    padding: 3px;
}

.formValidationError
{
    color: Red;
    font-size: smaller;
    display:block;
    margin:5px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
}

.statusMessage
{
    font-size: 11px;
    color: Red;
    font-weight: bold;
}


/* Wizard styling */
.wizardNavigationPanel
{
    margin-top: 10px;
}

.wizardNavigationPanel a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.wizardNavigationPanel span.selectedWizardTab a
{
    color: White;
}

.wizardNavigationPanel span.wizardTab a:hover
{
    color: #002030;
}

.wizardNavigationPanel span.wizardTab, span.disabled
{
    float: left;
    clear: left;
    width: 150px;
    padding: 6px 0px 6px 4px;
    background-color: #a2a5a8;
    border: solid 1px #0080bf; /*#00598e*/
    border-right: none;
    margin-bottom: 5px;
    color: White;
}

.wizardNavigationPanel span.disabled, span.disabled a
{
    background-color: transparent;
    color: #aaaaaa;
}



.wizardNavigationPanel span.selectedWizardTab
{
    background-color: #0080bf;
    color: White;
}

.wizardMainPanel
{
    min-height: 125px;
    width: 800px;
    border: solid 2px;
    border-color: #0080bf;
    background-color: #f3f3f3;
    padding: 20px;
}

.wizardMainPanel th
{
    text-align: left;
}

/*.wizardMainPanel td 
{
	padding-right:15px;	
}*/

.navigationPanel
{
    margin-top: -50px;
}

.fieldLabel
{
    font-weight: bold;
}

.gradientButton
{
    /*background-image:url("/images/ButtonBg_sm.jpg");*/
    background-color:#0080bf;
    /*background-repeat:repeat-x;*/
    color: White;
    height: 30px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.tblHeaderBg
{
    background-image: url("../images/Table_header_bg.jpg");
    background-repeat: repeat-x;
    height: 35px;
}

.tblHeaderBg th a
{
    padding-left: 10px;
    color: Black;
    text-decoration: none;
}

.tblHeaderBg th a:hover
{
    text-decoration: underline;
}


.GridRow td
{
    border-bottom: black 1px solid;
    height: 24px;
    vertical-align: middle;
    border-color: #C2DCE9; /*#0080bf;*/
    padding-left: 10px;
}

.GridRow td a:link
{
    color: #0080bf;
    text-decoration: none;
    font-weight: bold;
}

.GridRow td a:hover
{
    color: #0080bf;
    text-decoration: underline;
    font-weight: bold;
}

.GridPager, .GridPager td
{
    color: Black;
    height: 20px;
    background-color: #C2DCE9;
    padding-left: 7px;
    padding-top: 4px;
}

.GridPager td table td
{
    padding-left: 3px;
}

.MainPanel
{
    background-color: #f3f3f3;
    border-width: 2px;
    border-style: solid;
    border-color: #0080bf;
}



.TextBoxThemedBorder
{
    border-width: 1px;
    border-style: solid;
    border-color: #0080bf;
}

.AddButtonImage
{
    position: relative;
    top: 3px;
}

.DivAddedItem
{
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*height:15px;*/
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
    display: table;
    width: 290px;
}

.ColumnContainer
{
    background-color:White;
    /*padding: 5px, 5px, 5px, 5px;*/
    margin-bottom: 5px;
    width: 300px;
}
.ManualTaskCell
{
    background-color:lightgray;
    padding: 5px, 5px, 5px, 5px;
    margin-bottom: 5px;
    width: 175px;
}

.ManualTaskLabel
{
    padding-left: 5px;
}
.DivAddedItemSmall
{
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 15px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
    display: table;
    width: 190px;
}

.ColumnContainerSmall
{
    margin-bottom: 8px;
    width: 195px;
}

.NewStudyImgButton
{
    background-image: url("../images/BT_Plus.jpg");
    background-repeat: no-repeat;
}

.NewStudyImgButton:hover
{
    background-image: url("../images/BT_Plus_rl.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.NewStudyImgButton:disabled
{
    background-image: url("../images/BT_Plus_disabled.png");
    background-repeat: no-repeat;
    margin-top: -2px;
    cursor: auto;
}

.ViewStudyImgButton
{
    background-image: url("../images/ViewStudies.gif");
    background-repeat: no-repeat;
}

.DeleteStudyImgButton
{
    background-image: url("../images/trashcan.gif");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 20px;

}

.ViewStudyImgButton:hover
{
    background-image: url("../images/ViewStudies_rl.gif");
    background-repeat: no-repeat;
    cursor: pointer;
}

.checkBox0 input
{
    -moz-appearance: none;
    -moz-border-top-colors: #5acff0;
    -moz-border-right-colors: #5acff0;
    -moz-border-bottom-colors: #5acff0;
    -moz-border-left-colors: #5acff0;
    background-color: #5acff0;
}

.checkBox1 input
{
    -moz-appearance: none;
    -moz-border-top-colors: #808cf0;
    -moz-border-right-colors: #808cf0;
    -moz-border-bottom-colors: #808cf0;
    -moz-border-left-colors: #808cf0;
    background-color: #808cf0;
}

.checkBox2 input
{
    -moz-appearance: none;
    -moz-border-top-colors: #ffcc01;
    -moz-border-right-colors: #ffcc01;
    -moz-border-bottom-colors: #ffcc01;
    -moz-border-left-colors: #ffcc01;
    background-color: #ffcc01;
}

.checkBox3 input
{
    -moz-appearance: none;
    -moz-border-top-colors: #349900;
    -moz-border-right-colors: #349900;
    -moz-border-bottom-colors: #349900;
    -moz-border-left-colors: #349900;
    background-color: #349900;
}

.checkBox4 input
{
    -moz-appearance: none;
    -moz-border-top-colors: #99cd00;
    -moz-border-right-colors: #99cd00;
    -moz-border-bottom-colors: #99cd00;
    -moz-border-left-colors: #99cd00;
    background-color: #99cd00;
}

.UserPanel a
{
    color: #0080bf;
    text-decoration: none;
    font-weight: bold;
}

.UserPanel a:hover
{
    color: #0080bf;
    text-decoration: underline;
    font-weight: bold;
}
.success
{
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 10px;
   color: #004891;
background-color: #E5F5F5;
text-align: left;
}

.button 
{
   position:relative;
   top:2px;
   border-top: 1px solid #96d1f8;
   background: #4c9ed4;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#4c9ed4));
   background: -webkit-linear-gradient(top, #3e779d, #4c9ed4);
   background: -moz-linear-gradient(top, #3e779d, #4c9ed4);
   background: -ms-linear-gradient(top, #3e779d, #4c9ed4);
   background: -o-linear-gradient(top, #3e779d, #4c9ed4);
   padding: 3px 8px 3px 7px;
   color: white;
   font-size: 14px;
   font-weight:bold;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: top;
}
   
.reportDownloadLinks
{
    padding-left: 20px;
    padding-right: 10px;
}

.reportDownloadLabel {
    color: White;
    text-decoration: none;
    font-weight: bold; 
    font-family: Verdana,Arial,Helvetica,sans-serif;
}


.reportPanel {
    padding-left: 30px;
    margin-left: 5px;
    position:absolute;
    border-top: 1px solid #96d1f8;
    background-color: #339966;
    background-repeat: no-repeat;
    background-position: right;
    padding: 6px 8px 6px 12px;
    color: white;
    font-size: 11px;
    font-weight:bold;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: top;
}

.reportDownloadPanel {
    top: 385px;
}

.continuousReportPanel {
    top: 350px;
}

 .button:hover 
 {
   border-top-color: #6a8ca3;
   background: #6a8ca3;
   color:White;
   cursor: pointer;
}

th.StimConfigHeader
{
    vertical-align:top;
    text-align:center;
    background-color:silver;
}

.StimConfigContactField
{
    vertical-align:top;
    text-align:center;
}
