﻿/* DEFAULTS
----------------------------------------------------------*/
/* Fix for extra space above menu in Chrome and Safari */
img[alt='Skip Navigation Links'] { display: none;}

/* JC had "background: font-size: .80em;" as the first line in body.  That essentially cancelled the font-size: .80em;
   Changing it to "font-size: .80em;" makes a number of things look small.  Check this version's styling against the production site. */
body
{
    /* background: font-size: .80em; */
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    /*background-color: #56A0D3;*/
    background-color: #e6e6e6;
}

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;
}

/* 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: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: White;
    width: 100%;
}


.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    /*min-height: 420px;*/
    min-height: 1000px;
}

.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;
}


/* TAB MENU
----------------------------------------------------------*/

div.hr {
width: 100%;
height: 1px;
background-color:#3a4f63;
}

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    height:1px;
}

div.menu
{
    padding: 0;
    font: 14px Verdana;
    list-style-type: none;
}

div.menu ul
{
    padding: 0;
    list-style-type: none;
}

div.menu ul li a, div.menu ul li a:visited
{
    padding: 5px 10px;
    border: 1px inset #aaa;
    /*background-color: #eee;*/
    /*color: #47a;*/
    text-decoration: none;
    width: 113px;
    background-color: #0776A0;
    color: White;
    font-weight:100;
}

/*
div.menu ul li a:hover
{
    background-color: #FFFFFF;
}
*/

div.menu ul li a:active
{
    /*background-color: #d1c8a7;*/
    background-color:#23468c;
}

ul#avmenu {
margin: 35px 0;
padding: 0;
font: 12px Verdana;
list-style-type: none;
}

ul#avmenu li {
display: inline;
}

ul#avmenu li a {
padding: 5px 10px;
border: 1px solid #aaa;
background-color: #eee;
color: #47a;
text-decoration: none;
}

/* FORM ELEMENTS
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login 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: 290px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 290px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 44%;
}


/*jpc*/

input.CaseID
{
    border: 1px inset #00008B;
    width:80px;
    margin:5px;
    background-color:White;
    font-family:MS Sans Serif;
}

input.CaseIDAuto
{
    background-color:#F5F5DC;
    border: 1px dotted #000000;
    width:80px;
    margin:5px;
    font-family:MS Sans Serif;
}

input.WaveInfoAuto
{
    background-color:#DCDCDC;
}

.score
{
    border: 1px inset #00008B;
    width:80px;
    margin:5px;
    background-color:White;
    font-family:MS Sans Serif;
}

.smallScore
{
    border: 1px inset #00008B;
    width:24px;
    margin:5px;
    background-color:White;
    font-family:MS Sans Serif;
}

.autoscore
{
    background-color:#F5F5DC;
    border: 1px dotted #000000;
    width:80px;
    margin:5px;
    font-family:MS Sans Serif;
}

.disablecontrol
{
    background-color: #D3D3D3;
    border-style: none;
}

.smallautoscore
{
    background-color:#F5F5DC;
    border: 1px dotted #000000;
    width:35px;
    margin:5px;
    font-family:MS Sans Serif;
}

.scoreddl
{
    background-color:White;
}

.autoscoreddl
{
    background-color:#F5F5DC;
}

.ConfirmCancel
{
    display: none;
    background-color: #CCCCCC;
    width: 200;
    border-width: 2px;
    border-color: Black;
    border-style: solid;
    padding: 20px;
}

.HalfPageFloatDivColor
{
    border-style: outset !important;
    background-color: #F5F5DC;
    height: 200px;
    width: 50%;
    float: left !important;
}


.HalfPageFloatDivTransparent
{
    border-style: outset !important;
    background-color:transparent;
    height: 200px;
    width: 50%;
    float: left !important;
}

.invisiblescore
{
    background-color:transparent;
    border: none;
    width:80px;
    margin:5px;
    font-family:MS Sans Serif;
}

.autoscorenote
{
    width:80px;
    margin:5px;
    font-family:MS Sans Serif;
    font-size:small;
    color:Red;
}

input.texttitle
{
    font-weight:bolder;
    border-style:none;
    width:80px;
    margin:5px;
}

.RadioButtonItems
{
    font-size: .8em;
    color: #990033;
}

.CheckBoxItems
{
    font-size: .8em;
    color: #990033;
}

.GroupText
{
    font-family: Calibri;
    font-size: 1 em;
    color: #666666;
}

.DetailText
{
    font-family: Calibri;
    font-size: .9em;
}

/*
form div
{
    clear: left;
    margin: 0;
    padding: 0;
    padding-top: 0.6em;
}

form div label
{
    float: left;
    width: 130px;
    font: bold 0.9em Arial, Helvetica, sans-serif;
    margin: 5px;
}
*/

/* MISC
----------------------------------------------------------*/
.MasterPageHeader
{
    border-bottom: 2pt solid;
}

.custom-calendar .ajax__calendar_container { background-color:#ffc; /* pale yellow */
                                            border:solid 1px #666;
                                           }

.custom-calendar .ajax__calendar_title { background-color:#cf9; /* pale green */
                                         height:5px;
                                         color:#333;}
.custom-calendar .ajax__calendar_prev,.custom-calendar .ajax__calendar_next{ background-color:#aaa; /* darker gray */
                                                                             height:10px;
                                                                             width:20px;}
.custom-calendar .ajax__calendar_today{ background-color:#cff;  /* pale blue */
                                        height:20px;}
.custom-calendar .ajax__calendar_days table thead tr td{ background-color:#ff9; /* dark yellow */
                                                         color:#333;}
.custom-calendar .ajax__calendar_day{ color:#333; /* normal day - darker gray color */}
.custom-calendar .ajax__calendar_other .ajax__calendar_day{ color:#666; /* day not actually in this month - lighter gray color */}

.ScoreTable
{
    border: none;
    /*border: solid 3pt #d1c8a7;
    border-collapse: collapse;
    border-spacing: 7pt*/
}

.ScoreTableTD
{
    border: none;
    width: 125px;
    /*border: solid 1pt #d1c8a7;
    border-collapse: collapse;*/
}

#bra3ScoreTable .ScoreTableTD
{
    color: Black;
    font-weight: normal;
    border: none;
    width: 350px;
}

.EducareWebsiteDAL.ErrorList
{
    background-color: #e8e3d3;
    color:Red;
    font-weight:bold;
}

.PageValidation
{
    color:Blue;
    font-weight:bold;
    font-size: 14pt;
}

.NormalUpdatePanel
{
  border: dashed 1px #000000;
  background-color: #FFFFFF;
  cursor: auto;
  padding: 10px;
  width: 200px;
  text-align: center;
}

.ProgressUpdatePanel
{
  border: dashed 1px #000000;
  background-color: #EEEEEE;
  background-image: url(loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: wait;
  padding: 10px;
  width: 200px;
  text-align: center;
}

.clear
{
    clear: both;
}

/*Not sure what this was - there was no identifier name
{
    font-size: medium;
    font-weight: bold;
    color: Blue;
    font-family: Calibri;
}
*/

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    /*padding: 2px;*/
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.WarningMessage
{
    font-size: .9em;
    background-color: Yellow;
    color: Red;
    font-weight: bold;
}

.bold
{
    font-weight: bold;
}

.listlefttext
{
    /*color:Maroon;*/
    text-align:center;
    font: bold 0.9em Arial, Helvetica, sans-serif;
/*    font-weight: bold;
    font-family: Calibri;
    font-size:14px;*/
}

.listtoptext
{
    color: Maroon;
    font: bold 0.8em Arial, Helvetica, sans-serif;
}

.listtoptextLarge
{
    color: Maroon;
    font: bold 1.0em Arial, Helvetica, sans-serif;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* jpc */
.paneltop
{
    border-style: ridge;
    background-color: #d1c8a7;
}
.panelid
{
    border-style:outset;
    /*background-color: #fff;*/
    background-color: #CCCCCC;
    border-width:thin;
    padding: 10px;
}

.labeltop
{
    color:Black;
    font-family:Calibri;
    font-size:medium;
    text-align:left;
}
.disabledlabeltop
{
    color:Gray;
    font-family:Calibri;
    font-size:medium;
}
.labelside
{
    color:Blue;
    font-family:Calibri;
    font-weight:bold;
}
.labelinfo
{
    color:Maroon;
    font-family:Calibri;
    font-size:small;
}
.smalllabeltop
{
    color:Black;
    font-family:Calibri;
    font-size:small;
}
.wavelabeltop
{
    color:Red;
    font-family:Calibri;
    font-size:large;
    font-weight:bold;
}
.wavelabelborder
{
    border-style:inset;
    width:100px;
}

.textident
{
    color:Blue;
}
.textdata
{
    color:black;
    background-color:White;
    font-family:MS Sans Serif;
    border: 1px inset #00008B;
    width: 105px;
}
.disabledtextdata
{
    background-color:#F5F5DC;
    border: 1px dotted #000000;
    width: 105px;
}

.ddldata
{
    color:black;
    background-color:White;
    font-family:MS Sans Serif;
    border: 1px inset #00008B;
}

.disabledddldata
{
    background-color:#F5F5DC;
    border: 1px dotted #000000;
}

.TabArea
{
            background-color: White;
            border-left: 1px solid black;
            border-bottom: 1px solid black;
            border-right: 1px solid black;
            border-top:1px solid black;
            /*position:absolute;*/
            /*top:42px;*/
            height:400px;
            /*z-index:-25;*/
}

.WaveDiv
 {
     float:right;
     width:220px;
 }

 .WaveDivNoFloat
 {
     float:right;
     width:220px;
 }


/* Added by ES */
.PLSDDBox
{
    border: none;
    color: Black;
    width: 100%;
    font: bold 0.8em Arial, Helvetica, sans-serif;
}

.PLSColumnID
{
    color: Black;
    width: 10%;
    text-align: center;
    vertical-align: bottom;
    font: bold 0.8em Arial, Helvetica, sans-serif;
}

.PLSRowID
{
    color: Black;
    width: 25%;
    text-align: right;
    font: bold 0.8em Arial, Helvetica, sans-serif;
}

.PLSCell
{
    text-align: center;
    vertical-align: bottom;
    width: 10%;
}

.PLSCellempty
{
    background-color: #D8D8D8;
}

.PLSRowColor
{
    background-color: #F5F5F5;
}

.PLSSpaRS
{
    width: 40%;
    border: solid 1px;
    padding: 1px;
    margin: 20px 0px 0px 0px;
}

.PLSRowIDSpa
{
    color: Black;
    width: 25%;
    text-align: right;
    font: bold 0.8em Arial, Helvetica, sans-serif;
}

.PLSSpaCell
{
    text-align: center;
    vertical-align: bottom;
    width: 10%;
}

.PLSEnglishForm
{
    background-color: #FFE1FF; /* #ECC8EC corfu pink */
}

.PLSSpanishForm
{
    background-color: #C3E4ED; /* #87CEEB skyblue (SVG) */
}

.PLSDisabledForm
{
    background-color: #C0C0C0; /* #C0C0C0 silver (16 SVG) */
}


.PALSColumnHeader
{
    text-align: center;
    vertical-align: bottom;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.PALSColumnID
{
    color: Black;
    text-align: center;
    vertical-align: bottom;
    width: 10%;
    font: bold 0.8em Arial, Helvetica, sans-serif;
}

.UDCheckBoxItems
{
    font-size: .8em;
    color: #990033;
    padding-left: 2%;
}

.UDRadioButtonItems
{
    font-size: .8em;
    color: #990033;
    padding-left: 2%;
}

tr.CASSRowBold > td
{
    font-size: 0.8em;
    font-family:MS Sans Serif;
}

.CASSColumnColor
{
    background-color: #d2e2ec; /* #c0d6e4 #c0d6e4 #c0d6e4 #e5e5e5 */
}

.CASSDescription
{
    font-size: 0.9em;
    text-align: center;
}

.CASSBox
{
    text-align: center;
    vertical-align: bottom;
    width: 20px;
}

.CASSTestBox
{
    vertical-align: bottom;
    width: 4%;
}
.CASSCheckBoxItems
{
    font-size: .8em;
    color: #990033;
}

.CASSAvBox
{
    text-align: center;
    background-color:#F5F5DC;
    border: 1px dotted #000000;
    font-family:MS Sans Serif;
    font-size: 1em;
}

tr.CASTRowBold > td
{
    font-size: 0.8em;
    font-family:MS Sans Serif;
}

.CASTColumnColor
{
    background-color: #FFA07A; /* #c0d6e4 #c0d6e4 #c0d6e4 #e5e5e5 */
}

.CASTDescription
{
    font-size: 0.9em;
    text-align: center;
}

.CASTBox
{
    text-align: center;
    vertical-align: bottom;
    width: 20px;
}

.CASTTestBox
{
    vertical-align: bottom;
    width: 4%;
}
.CASTCheckBoxItems
{
    font-size: .8em;
    color: #990033;
}

.CASTAvBox
{
    text-align: center;
    background-color:#F5F5DC;
    border: 1px dotted #000000;
    font-family:MS Sans Serif;
    font-size: 1em;
}

.CASIColumnColor
{
    background-color: #FF9999;
}

/* jwp */

.hidden
{
    visibility: hidden;
}

.visible
{
    visibility: visible;
}

.htksInput
{
    text-align: center;
    vertical-align: bottom;
    width: 20px;
    border: 1px solid darkgray;
}

.htksTotal
{
    text-align: center;
    vertical-align: bottom;
    width: 40px;
    border: 1px solid black;
}

.htksAutoscore
{
    text-align: center;
    vertical-align: bottom;
    width: 40px;
    background-color:#F5F5DC;
    border: 1px dotted #000000;
}

.htksAutoscoreSmall
{
    text-align: center;
    vertical-align: bottom;
    width: 20px;
    background-color:#F5F5DC;
    border: 1px dotted #000000;
}

.htksRowId
{
    color: Black;
    font: bold 0.8em Arial, Helvetica, sans-serif;
}

.htksColId
{
    color: Black;
    text-align: center;
    font: bold 0.8em Arial, Helvetica, sans-serif;
}

.htksAlt
{
    background-color: GhostWhite;
}
.ecersTable
{
  border-collapse:collapse;
}

table.ecersTable td
{
    padding: 4px 1px;
    margin-left: 40px;
}

.ecersDescription
{
    font-size: 0.9em;
}

.ecersCell
{
    white-space: nowrap;
}

.ecersInput
{
    text-align: center;
    vertical-align: bottom;
    width: 16px;
    border: 1px solid darkgray;
}

.ecersBox
{
    text-align: center;
    vertical-align: bottom;
    width: 14px;
}

.ecersValidation
{
    color:Blue;
    font-weight:bold;
    font-size: 0.8em;
}

.schinfheading
{
    font-weight: bold;
    font-size: 1.0em;
}

.schinfsechead
{
    font-weight: bold;
    font-size: 1.2em;
}

.schinfbasicplus
{
    color:Black;
    font-size: 1.1em;
}

.schinfbasic 
{
    color: Black;
}

.schinfjustblue 
{
    color: Blue;
}

tr.rowCenter > td {
    text-align: center;
}

td.cellCenter
{
    text-align: center;
}

tr.ecersRowBold > td
{
    font-weight: bold;
    font-size: 0.90em;
}

tr.ecersRowHeader > td
{
    font-weight: bold;
    font-size: 0.90em;
    text-align: center;
    width: 160px;
}

tr.ecersRowAlt
{
    background-color: #F5F5DC;
}

/* Tab navigation based on http://jqueryfordesigners.com/jquery-tabs/ */

ul.tabNavigation      { list-style: none; margin: 0; padding: 0; }
ul.tabNavigation li   { display: inline; font-size: 0.8em; }
ul.tabNavigation li a { padding: 5px 10px; background-color: darkgray; color: #000; text-decoration: none; }

ul.tabNavigation li a.selected { background-color: lightgray; font-size: 1.1em; color: #000; padding-top: 6px; }
ul.tabNavigation li a:focus    { outline: 0; }

div.tabs > div    { padding: 2px; margin-top: 5px; border: 2px solid #f0f0f0; }
div.tabs > div h2 { margin-top: 0; }


/* Upload styles.  Possibly merge/use existing styles when these are worked out.
----------------------------------------------------------*/

.uploadFileName
{
    font-size: 1.1em;
    font-weight: bold;
}

.uploadAction
{
    color: #087aca;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    font-style: italic;
}

.uploadErrorCategory
{
    color: #cc0b34;
    font: bold 0.9em Arial, Helvetica, sans-serif;
}

.successStatus
{
    color: #087aca;
    font: 1.2em Arial, Helvetica, sans-serif;
}

.failureStatus
{
    color: #cc0b34;
    font: 1.2em Arial, Helvetica, sans-serif;
}

.smallSpace
{
    font: 0.5em Arial, Helvetica, sans-serif;
}

.buttonMenu
{
    position: relative;
    left: -20px;
    top: -12px;
    width: 105px;
    height: 28px;
    text-align: left;
    color: White;
    background-color: #0776A0;
    border:1px solid;
    border-color: #AAAAAA;
}

.buttonApprove
{
    color: White;
    background-color: #4DB24C;
}

.buttonCancel
{
    color: White;
    background-color: #990033;
}

.buttonDownload
{
    color: White;
    background-color: #FFC600;
}

.resultButtonBar
{
    background-color: #66FFFF;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 5px #000000;
    position: relative;
    padding: 5px;
    display: inline-block;
}

.fpgshadow
{
    background-color: #66FFFF;
    -moz-box-shadow: 5px 5px 6px #000;
    -webkit-box-shadow: 5px 5px 6px #000;
    box-shadow: 5px 5px 6px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.fpgsummaryshadow
{
    background-color: #e3e3c9;
    -moz-box-shadow: 5px 5px 6px #000;
    -webkit-box-shadow: 5px 5px 6px #000;
    box-shadow: 5px 5px 6px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.RegionLabel
{
    color:Maroon;
    font-size:medium;
    font-weight:bold;
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.PopupShort
{
    background-color: #e3e3c9;
    -moz-box-shadow: 2px 2px 6px #000;
    -webkit-box-shadow: 2px 2px 6px #000;
    box-shadow: 2px 2px 6px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    width: 400px;
    height: 280px;
    /* position: absolute;*/
    border-style:outset;
    border-color:black;
    border-width:1px;
    position:relative !important;
}

.PopupMedium
{
    background-color: #e3e3c9;
    -moz-box-shadow: 2px 2px 6px #000;
    -webkit-box-shadow: 2px 2px 6px #000;
    box-shadow: 2px 2px 6px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    width: 505px;
    height: 265px;
    /*position: absolute;*/
    border-style:outset;
    border-color:black;
    border-width:1px;
    position:static !important;
}

.PopupCase
{
    background-color: #e3e3c9;
    -moz-box-shadow: 2px 2px 6px #000;
    -webkit-box-shadow: 2px 2px 6px #000;
    box-shadow: 2px 2px 6px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    width: 400px;
    height: 275px;
    /* position: absolute;*/
    border-style:outset;
    border-color:black;
    border-width:1px;
    position:relative !important;
}

.PopupTall
{
    /*
    background-color: #e3e3c9;
    -moz-box-shadow: 2px 2px 6px #000;
    -webkit-box-shadow: 2px 2px 6px #000;
    box-shadow: 2px 2px 6px #000;
    */
    /* For IE 8
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    */
    /* For IE 5.5 - 7
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    */
    width: 100%;
    /*width: 550px;*/
    /*height: 400px;*/
    height: 475px;
    text-align: center;
    /*position: absolute;*/
    border-style: outset;
    border-color: black;
    border-width:1px;
    position:relative !important;
    /*position: fixed !important;*/
    overflow:scroll;
}

.ScrollableGrid
{
    width: 100%;
    height: 600px;
    text-align: center;
    border-style: outset;
    border-color: black;
    border-width:1px;
    overflow:scroll;
}

.VeryShortGrid
{
    width: 100%;
    height: 250px;
    text-align: center;
    border-style: outset;
    border-color: black;
    border-width:1px;
    overflow:scroll;
}

.ScrollableShorterGrid
{
    width: 100%;
    height: 400px;
    text-align: center;
    border-style: outset;
    border-color: black;
    border-width:1px;
    background-color:White;
    overflow:scroll;
}

.FunctionButton
{
    background-color: #0895c9;
    font-weight: bold;
    color: White;
    font-size: 13px;
    height: 26px;
    border-style:solid;
    border-color: #DEDFDE;
}

.celllabel
{
    width:70px;
    text-align:right;
    vertical-align:top;
    color:Maroon;
    font-family:Calibri;
    font-size:small;
}

.celllabelwideleft
{
    width:190px;
    text-align:left;
    vertical-align:top;
    color:Maroon;
    font-family:Calibri;
    font-size:small;
}

.celllabelleft
{
    color:Maroon;
    font-family:Calibri;
    font-size:small;
    width:15%;
}

.celllabelleftwider
{
    color:Maroon;
    font-family:Calibri;
    font-size:small;
    width:30%;
}

.celldata
{
    vertical-align:top;
    font-size: small;
    /*font-weight: bold;*/
    color: #23468c;
    font-family: Calibri;
}

.PopupMediumHeader
{
    background-color: White;
    width: 100%;
    position: absolute;
    border-style:solid;
}

.UploadDisabledLabel
{
    color:  #B8B8B8;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    font-style: italic;
}

.UploadDisabledDll
{
    background-color: #E0E0E0;
}

.howManyBox
{
    width: 2.5em;
    text-align: right;
    padding-right: 0.5em;
}

.boxwarning
{
    font-family: Calibri;
    font-size: 10pt;
    background-color: #e3e3c9;
}

#coverSheetHeader
{
    padding: 0.5em 0;
}
#coverSheetHeader input[type=text], input[type=select], textarea
{
	border: 1px solid #8080ff;
}

#coverSheetBody
{
    font-family: Arial, Palatino Linotype, Sans-Serif;
    font-size: 9pt;
    margin-left: 5em;
	color: black;
}
#coverSheetBody radio, checkbox
{
	border: none;
}
#coverSheetBody td
{
    vertical-align: top;
	padding-right: 0.5em;
	padding-bottom: 1em;
}
#coverSheetBody td td {
	padding-bottom: 0;
}
#coverSheetBody .itemNum
{
    text-align: right;
}