
h1, h2, h3, h4, h5, h6
{
    font-family: Verdana;
    color: #003366;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 1em;
}

h1
{
    font-size: 2em;
    margin-top: 1.4em;
}

h2
{
    font-size: 1.8em;
    margin-top: 1.4em;
}

h3
{
    font-size: 1.6em;
    margin-top: 1.2em;
}

h4
{
    font-size: 1.4em;
    margin-top: 1.2em;
}

h5
{
    font-size: 1.2em;
    margin-top: 1em;
}

h6
{
    font-size: 1em;
    margin-top: 1em;
}

.LinkButton
{
    background-color: #79889B;
    color: White;
    font-weight: normal;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 2px;
    text-decoration: none;
    background-image: url(./../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 10px;
    font-family: Verdana;
    cursor: hand;
    border: silver 1px solid;
}

.LinkButton:hover
{
    border: black 1px solid;
}

.button, .ftb
{
    font-size: 10px;
    color: black;
    font-family: Verdana;
}

.message
{
    color: red;
    padding-bottom: 10px;
    font-weight: bold;
}

.table_label
{
    vertical-align: top;
    background-color: #efefef;
    padding-left: 3px;
}

.table_control
{
    vertical-align: top;
    background-color: #efefef;
}

.table_pdf
{
	page-break-inside: avoid;
	width: 750px;

	float: none; 
	border-top: #c0c0c0 3px solid;

}

.multi_view
{
    border: #AFAFAF 1px solid;
    padding: 10px;
    margin-top: 3px;
}

.multi_tab
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    background-color: #DCDEE4;
    color: black;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-right: #AFAFAF 1px solid;
    border-top: #AFAFAF 1px solid;
    border-left: #AFAFAF 1px solid;
}

.multi_tab:hover
{
    color: #707070;
}

.multi_tab_active
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    background-color: white;
    color: black;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 4px;
    padding-top: 3px;
    border-right: #AFAFAF 1px solid;
    border-top: #AFAFAF 1px solid;
    border-left: #AFAFAF 1px solid;
}

.btable
{
    background-color: #ffffff;
    border: solid 1px #CCCCCC;
}

td.cv_left
{
    padding-right: 10px;
    width: 180px;
    vertical-align: top;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
}

td.cv_right
{
    padding-left: 10px;
    width: 470px;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

/**********************************************************/

div.error
{
    background-color: #FEEDED;
    border: 1px solid #FF0000;
    padding: 10px;
    padding-left: 40px;
    color: #750000;
}

#mastermenu
{
    float: left;
    width: 240px;
    padding-right: 10px;
}

#master_content
{
    float: left;
    width: 550px;
    margin-right: -550px;
    color: #666666;
}


.overflow
{
    display: block;
    overflow: auto;
}

.overflow_tree
{
    width: 260px;
    height: 820px;
    overflow: auto;
}

.title
{
    background-color: #efefef;
    padding: 2px 2px;
    border: 1px solid #507BD3;
    font-weight: bold;
    margin: 0px;
    position: relative;
    top: 2px;
    left: 2px;
}

.title2
{
    background-color: #efefef;
    padding: 2px 2px;
    border: 1px solid #507BD3;
    font-weight: bold;
    margin: 0px;
    position: inherit;
}

TH, THEAD, TFOOT
{
    font-family: Verdana;
    color: #003366;
}

DT
{
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
}

TFOOT, THEAD
{
    font-size: 1em;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Verdana;
}

TH
{
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Verdana;
}

/*td
{
	font-family: Verdana;
	font-size: 10px;
    font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}*/

SMALL
{
    font-size: 1em;
}

BIG
{
    font-size: 1.3em;
}

BLOCKQUOTE, PRE
{
    font-family: Courier New, monospace;
}

input.txt, textarea.txt, select.txt, .txt_right, txt, .txt
{
    font-family: Verdana;
    font-size: 10px;
}

.txt_right
{
    text-align: right;
}

input.txt, textarea.txt, select.txt, .txt_right
{
    border: 1px solid #afafaf;
}

td.gray
{
    background-color: #efefef;
    border-bottom: solid 1px #afafaf;
    border-right: solid 1px #afafaf;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
}

td.gred
{
    background-color: #E6C8C8;
    border-bottom: solid 1px #afafaf;
    border-right: solid 1px #afafaf;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
}
td.gwhite
{
    background-color: #ffffff;
    border-bottom: solid 1px #afafaf;
    border-right: solid 1px #afafaf;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
}
div.frame
{
    border: 1px solid #243A54;
    background-color: #F0F1F3;
    padding: 4px;
}

div.frameTitle
{
    position: relative;
    top: -13px;
    left: 10px;
    padding: 4px;
    border: 1px solid #243A54;
    display: inline;
    color: #243A54;
    background-color: #D2D6DC;
    font-weight: bold;
    font-size: 10px;
}

input.frmText, textarea.frmText
{
    border: 1px solid #9f9f9f;
    padding: 1px 3px;
    width: 100%;
    font-size: 10px;
    font-family: Verdana;
}
a.btnLink
{
    border-right: #0a6cce 1px solid;
    padding-right: 2px;
    border-top: #0a6cce 1px solid;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: #0a6cce 1px solid;
    color: #3f5e7c;
    padding-top: 2px;
    border-bottom: #0a6cce 1px solid;
    background-color: #efefef;
    font-size: 10px;
}
.btnLink2
{
    border-right: #0a6cce 1px solid;
    padding-right: 1px;
    border-top: #0a6cce 1px solid;
    padding-left: 1px;
    font-weight: bold;
    padding-bottom: 1px;
    border-left: #0a6cce 1px solid;
    color: #3f5e7c;
    padding-top: 1px;
    border-bottom: #0a6cce 1px solid;
    background-color: #efefef;
    font-size: 10px;
}
.sCnt
{
    border-top: #507bd3 1px solid;
    border-right: #507bd3 1px solid;
    border-left: #507bd3 1px solid;
    border-bottom: #507bd3 1px solid;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    display: block;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    background-color: #507BD3;
}


tr.btnLink a
{
    padding: 1px;
    background-color: #E6F0FA;
    color: #0A6CCE;
    text-decoration: none;
    font-weight: bold;
}

tr.btnLink a:hover
{
    background-color: #0A6CCE;
    color: #E6F0FA;
    text-decoration: none;
}

.btnLink
{
    padding: 8px 4px;
    background-color: #E6F0FA;
    color: #0A6CCE;
    text-decoration: none;
    border: 1px solid #0A6CCE;
    font-weight: bold;
}
.btnLink2
{
    padding: 2px 2px;
    background-color: #E6F0FA;
    color: #0A6CCE;
    text-decoration: none;
    border: 1px solid #0A6CCE;
    margin: 8px;
    display: block;
}
.Events
{
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: #afafaf 1px dashed;
}
.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Black;
    padding: 3px;
    left: 100px;
    position: absolute;
    top: 100px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
}

/*Drop Down*/
.ContextMenuPanel
{
    border: 1px solid #868686;
    z-index: 1000;
    background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 10px;
    height: 200px;
    overflow: scroll;
}
.ContextMenuBreak
{
    margin: 1px 1px 1px 32px;
    padding: 0;
    height: 1px;
    overflow: hidden;
    display: block;
    border-top: 1px solid #C5C5C5;
}
a.ContextMenuItem
{
    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 2px;
    border: 1px solid transparent;
}
a.ContextMenuItem-Selected
{
    font-weight: bold;
}
a.ContextMenuItem:hover
{
    background-color: #FFE6A0;
    color: #003399;
    border: 1px solid #D2B47A;
    padding: 2px;
}
.wrappedcell
{
    padding-right: 2px;
    padding-left: 4px;
    margin-left: 4px;
    margin-right: 2px;
    page-break-before: auto;
    page-break-after: auto;
}
.wrappedcell2
{
    padding-right: 2px;
    padding-left: 4px;
    margin-left: 4px;
    margin-right: 2px;
    page-break-before: auto;
    page-break-after: auto;
    display: block;
    float: left;
}
@media print
{
    h2
    {
        color: #000000;
    }
    h3
    {
        color: #000000;
    }
    h4
    {
        color: #000000;
    }
    th
    {
        background-color: #000000;
    }
    .DoNotPrint, DoNotPrint, .wrappedcell2, .btnLink2
    {
        display: none;
        visibility: hidden;
        left: 20px;
        position: absolute;
        top: 20px;
    }


    th.property_header
    {
        background-color: #000000;
    }
}
/* table and cell styles for multi-page progress indicator */
.progress-table
{
    border: solid 1px #339999;
    line-height: 13px;
    width: 175px;
}
.completed-cell
{
    background: #66CCCC;
}
.uncompleted-cell
{
    background: #CCCCCC;
}
.progress-labels
{
    background-color: #F0F0F0;
    color: #BABABA;
    font: bold 10px Tahoma, sans-serif;
    width: 175px;
}
.progress-labels td
{
    border: solid 2px #D0D0D0;
}
.progress-text
{
    font-size: 1em;
    margin-top: 5px;
}


.resizableArea .leftSection
{
    padding-right: 0px;
    display: block;
    padding-left: 0px;
    z-index: 1;
    background: #f9f9f9;
    float: left;
    padding-bottom: 0px;
    margin: 0px 4px 0px 0px;
    overflow: auto;
    width: 300px;
    padding-top: 0px;
    position: relative;
    height: 100%;
}
.resizableArea .splitter
{
    width: 4px;
    position: absolute;
    display: block;
    cursor: e-resize;
    left: 250px;
    height: 100%;
    z-index: 11;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #bbb;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.resizableArea .rightSection
{
    overflow: auto;
    height: 100%;
    border: 0 none;
    background: #fff;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
}




.LibC_lib_grippy
{
    width: 5px;
    height: 20px;
}


* HTML .resizableArea
{
    display: block;
    background: none transparent scroll repeat 0% 0%;
    width: 100%;
    border-top-style: none;
    bottom: 0px;
    padding-top: 2px;
    border-right-style: none;
    border-left-style: none;
    position: relative;
    top: 0px;
    height: auto;
    border-bottom-style: none;
}
.resizableArea
{
    display: block;
    background: none transparent scroll repeat 0% 0%;
    width: 100%;
    border-top-style: none;
    bottom: 0px;
    padding-top: 2px;
    padding-left: 1px;
    border-right-style: none;
    border-left-style: none;
    position: absolute;
    top: 0px;
    height: auto;
    border-bottom-style: none;
}
.RightPanel
{
    clear: both;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    vertical-align: top;
    width: 100%;
    padding-top: 0px;
}

BODY, body
{
    font-family: Verdana, Helvetica;
    padding: 0px;
    font-size: 10px;
    border-top-width: 0px;
    padding-right: 0px;
    padding-left: 4px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-right-width: 0px;
}
td, th, tr, table, div
{
    font-family: Verdana, Helvetica;
    font-size: 10px;
}
