﻿body
{
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: smaller;
    font-style: normal;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; /*background-color: #ff9999;*/
}

.debugInfo
{
    color: gray;
    font-size: 11px;
}

pageNumber
{
    color: #009900; /*text-decoration: underline;*/
    font-size: larger;
    font-style: italic;
    font-weight:bold;
}
a
{
    color: #009900; /*text-decoration: underline;*/
}

a:active
{
    text-decoration: none;
}
/*
a:link
{
	text-decoration: underline;
}
*/
a:visited
{
    text-decoration: none;
}

/*
a:focus
{
	color: white;
	background-color: #009900;
	text-decoration: none;
}
*/
a:hover
{
    text-decoration: underline;
}


div.table
{
    text-align: left;
    border-spacing: 8px;
    border-style: outset;
    border-color: gray;
    border-collapse: separate;
    background-color: Transparent; /*width: 400px;*/
}

.table
{
    font-size: 10px;
    text-align: left;
    border-spacing: 8px;
    border-style: outset;
    border-color: gray;
    border-collapse: separate;
    background-color: Transparent; /*width: 400px;*/
    vertical-align:top;
}

table.fullWidth
{
    /*border: solid 1px #0044FA;*/
    width: 99%;
}

.table.tableInPanel
{
    text-align: left;
    border-spacing: 8px;
    border-style: outset;
    border-color: gray;
    border-collapse: separate;
    background-color: Transparent; /*width: 400px;*/
}


.table th
{
    border-width: 1px;
    padding: 6px;
    border-style: none;
    border-color: gray;
    background-color: gainsboro;
    color: #0044FA; /*Navy;*/
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
    padding-left: 5px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: thin;
}

.table td
{
    padding: 5px 4px;
    color: #333;
    font-size: 14px;
    border: none; /* 	border-top-style: solid; 	border-top-color: gainsboro; 	border-top-width: 1px; 	*/
}
/*border-bottom: solid 1px #C5DBF7;*/
/*font-family: Verdana, sans-serif;*/

.table tr.evenRow td
{
    background-color: white; /*Transparent;*/
}

.table tr.oddRow td
{
    background-color: #F4F6FF; /*#E1E9F1; /*#F4F4F4;*/ /*whitesmoke; */
}



h1
{
    font-size: 14pt;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 6px;
    color: Navy;
}

h2
{
    font-size: 12pt;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 14pt;
}

h3
{
    font-size: 10pt;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 12pt;
}

h4
{
    font-size: 10pt;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 12pt;
}

h5
{
    font-size: 10pt;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 12pt;
    color: #0044FA;
}

td.buttonRow
{
    text-align: right;
}

button.DeleteButton
{
    color: Red;
}



textarea
{
    border: 1px solid silver;
    width: 99%; /*200px; /*80%;*/
}

input[type='submit']
{
    border: 1px solid gray; /*text-align: center;*/
    background-color: Silver;
    width: 90px;
}

input[type='checkbox']
{
    border: 1px none white;
    text-align: left;
    width: 20px;
}

input[type='radio']
{
    border: 1px none white;
    text-align: left;
    width: 20px;
}

input[type='text']
{
    border: 1px solid silver;
    width: 99%;
}

input
{
    /*background-color: yellow;*/ /*border: 1px solid silver;*/ /*width: 99%; /*200px; /*80%;*/
}

input.medium
{
    border: 1px solid silver;
    width: 150px;
}
input.narrow
{
    border: 1px solid silver;
    width: 100px;
}
input.narrowNumeric
{
    border: 1px solid silver;
    width: 30px;
    text-align: center;
}
input.Normal
{
    border: 1px solid silver;
    width: 99%;
}



.panelFocus
{
    background-color: #F4F6FF; /*BDBD9D;*/
    width: 99%;
}

.Search
{
    background-color: gainsboro;
    background: gainsboro;
    margin: 2px 0px 2px 0px;
    border-collapse: collapse;
    border: solid 1px silver;
}


.menuText
{
    color: yellow; /*#BDBD9D;*/
}

img.thumbnailx
{
    max-width: 100px;
    min-width: 10px;
    max-height: 100px;
    min-height: 10px;
    margin: 0 auto;
    border: 0;
    padding: 0;
}

img.thumbnail
{
    max-width: 75px;
    min-width: 10px;
    max-height: 75px;
    min-height: 10px;
    margin: 0 auto;
    border: 0;
    padding: 0;
    background-color: White;
}

input[type='image']
{
    max-width: 100px;
    min-width: 10px;
    max-height: 100px;
    min-height: 10px;
    margin: 0 auto;
    border: 0;
    padding: 0;
}

.myPanel
{
    background-color: white;
    border-style: solid;
    border-width: thin;
    border-color: Silver;
    z-index: 99;
    width: 0px;
    height: 0px;
}


.header
{
    text-align: left;
    color: #FF7800;
    padding: 6px 30px 6px 0px;
    font-size: 18px;
    letter-spacing: -1px;
}

.formBody
{
    /*width: 600px;*/
    text-align: left;
    line-height: 2em;
}



.modalPopupButtonDefault
{
    border-color: White;
}

.modalPopupText
{
    color: White;
    background-color: #006699; /* #ffffdd; /*Navy; */
    /* CssClass="modalPopupText" */
}


.modalPopup
{
    background-color: #006699; /* #ffffdd; /*Navy; */
    border-width: 2px;
    border-style: solid;
    border-color: #009900; /*Gray;*/
    padding: 3px;
    width: 250px;
    color: White;
    text-align: center;
}
.modalPopupWide
{
    background-color: whitesmoke; /* #ffffdd; /*Navy; */
    border-width: 2px;
    border-style: solid;
    border-color: #009900; /*Gray;*/
    padding: 3px;
    width: 600px;
    color: black;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.watermarkCssClass
{
    color: silver;
    background-color: whitesmoke; /*#FF00FF; /*#F0FFF0; /*#bbbbff;*/
    font-style: italic;
}


.StatusMessage
{
    /*#bbbbff;*/
    color: white; /*#0044FA;*/
    font-style: italic;
}

.InstructionalMessage
{
    /*background-color: yellow; /*#bbbbff;*/
    color: #0044FA;
    font-style: italic;
}

.fixedheadercell
{
    font-weight: bold;
    font-size: 10pt;
    width: 200px;
    color: white;
    font-family: Arial;
    background-color: darkblue;
}

.fixedheadertable
{
    left: 0px;
    position: relative;
    top: -1px; /* 	padding-right: 2px;     padding-left: 2px;     padding-bottom: 2px;     padding-top: 2px; 	*/ /*border-collapse: separate;*/
    background-color: Black;
    border-style: solid;
    border-color: Black;
    border-width: thin;
}

.BoxOuterGreen
{
    background-color: #009900;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    text-align: left;
}
.BoxInnerGreen
{
    background-color: #009900;
    border-width: 0px;
    border-color: #009900;
    border-style: solid;
}
.BoxOuter
{
    background-color: #E1E9F1; /*#FFFDE6;*/
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    text-align: left;
}

.BoxInner
{
    background-color: #E1E9F1; /*#FFFDE6;*/
    border-width: 20px;
    border-color: #E1E9F1; /*#FFFDE6;*/
    border-style: solid;
}


/*AutoComplete flyout */

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: whitesmoke; /*inherit;*/
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    width: 600px;
    cursor: pointer;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: silver; /* #ffff99;*/
    color: black;
    padding: 1px;
    width: 600px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
    width: 600px;
    background-color: whitesmoke; /*inherit;*/
}

/*Hover Menu*/
.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: Yellow;
    opacity: .9;
    filter: alpha(opacity=90);
}

.popupHover
{
    background-image: url(images/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}
.ControlSmall
{
    font-size: small;
    float: left;
}


.print
{
    page-break-before: avoid;
}

@media print
{
    .PageBreak
    {
        page-break-before: always;
    }
}
@media screen
{
    .PageBreak
    {
        border-bottom: 1px dashed black;
        width: 100%;
        margin-bottom: 12px;
    }
}

p {
    widows  : 24;
    orphans : 24;
}
