﻿
body 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #505050;
	background-color: #B0C4DE; 
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


/* Tab buttons */

a.tabCenter:link 
{  margin:0px 0px 0px 0px;
    background:url(images/tabButton.gif) center no-repeat;
    padding: 0em 0em 0em 5px; 
    font: 9pt "Verdana"; 
    color: #000000; 
    text-decoration: none; 
    text-align:center;
    font-weight:normal; 
    letter-spacing: 0px; 
    white-space:nowrap;
    vertical-align:bottom;
    line-height:20px;
    display:inline-block;
    height:20px;
    width:20px;
    clip: auto;
}

a.tabCenter:hover 
{  margin:0px 0px 0px 0px;
    background:url(images/tabButtonHover.gif) center no-repeat;
    padding: 0em 0em 0em 5px; 
    font: 9pt "Verdana"; 
    text-align:center;
    color: #000000; 
    text-decoration: none; 
    font-weight:normal; 
    letter-spacing: 0px; 
    vertical-align:bottom;
    white-space:nowrap;
    line-height:20px;
    display:inline-block;
    height:20px;
    width:20px;
    clip: auto;
}

a.tabLeft:link 
{  margin:0px 0px 0px 0px;
    background:url(images/tabButton.gif) left no-repeat;
    padding: 0em 0em 0em 5px; 
    font: 9pt "Verdana"; 
    color: #000000; 
    text-decoration: none; 
    text-align:left;
    font-weight:normal; 
    letter-spacing: 0px; 
    white-space:nowrap;
    vertical-align:bottom;
    line-height:20px;
    display:inline-block;
    height:20px;
    width:20px;
    clip: auto;
}

a.tabLeft:hover 
{  margin:0px 0px 0px 0px;
    background:url(images/tabButtonHover.gif) left no-repeat;
    padding: 0em 0em 0em 5px; 
    font: 9pt "Verdana"; 
    text-align:left;
    color: #000000; 
    text-decoration: none; 
    font-weight:normal; 
    letter-spacing: 0px; 
    vertical-align:bottom;
    white-space:nowrap;
    line-height:20px;
    display:inline-block;
    height:20px;
    width:20px;
    clip: auto;
}

a.tabRight:link 
{  margin:0px 0px 0px 0px;
    background:url(images/tabButton.gif) right no-repeat;
    padding: 0em 5px 0em 0em; 
    font: 9pt "Verdana"; 
    color: #000000; 
    text-decoration: none; 
    text-align:right;
    font-weight:normal; 
    letter-spacing: 0px; 
    vertical-align:bottom;
    white-space:nowrap;
    line-height:20px;
    display:inline-block;
    height:20px;
    width:20px;
}

a.tabRight:hover 
{  margin:0px 0px 0px 0px;
    background:url(images/tabButtonHover.gif) right no-repeat;
    padding: 0em 5px 0em 0em; 
    font: 9pt "Verdana"; 
    text-align:right;
    color: #000000; 
    text-decoration: none; 
    font-weight:normal; 
    letter-spacing: 0px; 
    vertical-align:bottom;
    white-space:nowrap;
    line-height:20px;
    display:inline-block;
    height:20px;
    width:20px;
    clip: auto;
}

a.tabSel:link 
{  margin:0px 0px 0px 0px;
    background:url(images/tabButtonSel.gif) left no-repeat;
    padding: 0em 0em 0em 0em; 
    font: 10pt "Verdana"; 
    text-align:center;
    color: #000000; 
    text-decoration: none; 
    font-weight: bold; 
    letter-spacing: 0px; 
    vertical-align:bottom;
    white-space:nowrap;
    line-height:24px;
    display:inline-block;
    height:24px;
    width:150px;
    clip: auto;
}

a.tabSel:hover 
{  margin:0px 0px 0px 0px;
    background:url(images/tabButtonSelHover.gif) left no-repeat;
    padding: 0em 0em 0em 0em; 
    font: 10pt "Verdana"; 
    text-align:center;
    color: #000000; 
    text-decoration: none; 
    font-weight: bold; 
    letter-spacing: 0px; 
    vertical-align:bottom;
    white-space:nowrap;
    line-height:24px;
    display:inline-block;
    height:24px;
    width:150px;
    clip: auto;
}

a.DHVBlackLink:link     
{  color:Black;
    text-decoration: none;
}
a.DHVBlackLink:visited
{  color:Black;
    text-decoration: none;
}
a.DHVBlackLink:active
{  color:Black;
    text-decoration: none;
}
a.DHVBlackLink:hover
{  color:Black;
    text-decoration:underline;
}
a.DHVHiddenLink:link     
{  color: #003399; 
    text-decoration: none;
}
a.DHVHiddenLink:visited
{  color: #003399; 
    text-decoration: none;
}
a.DHVHiddenLink:active
{  color: #003399; 
    text-decoration: none;
}
a.DHVHiddenLink:hover
{  color: #003399; 
    text-decoration:underline;
}
a.DHVLink:link     
{  color: Black; 
    text-decoration: none;
    border-bottom: 1px solid #C0C0C0;
}
a.DHVLink:visited
{  color: Black; 
    text-decoration: none;
    border-bottom: 1px solid #C0C0C0;
}
a.DHVLink:active
{   color: Black; 
    text-decoration: none;
    border-bottom: 1px solid #C0C0C0;
}
a.DHVLink:hover
{   color:Black;
    text-decoration: none;
    border-bottom: 1px solid Black;
}
a.DHVSpecLink:link     
{   color:Black;
    text-decoration:none;
}
a.DHVSpecLink:visited
{   color:Black;
    text-decoration:none;
}
a.DHVSpecLink:hover
{   color:Black;
    text-decoration:underline;
}
a.DHVSpecLink:active
{   color:Black;
    text-decoration:none;
}

.transparent
{
   filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5; 
}

.pbackground
{   position:absolute; 
    left:0px; 
    top:0px; 
    width:100%;
    height:100%;
    display:block; 
    background-color:#FFFFFF; 
    z-index:199;
    filter: alpha(opacity=50); 
   -moz-opacity: 0.50;
   opacity: 0.50; 
}

.pcontent
{ 
    background-color: #fff;
    border: 1px solid #888;
    position: relative;
    bottom: 2px;
    right: 2px;
    /*filter: alpha(opacity=100);*/ /* IE 6.0 syntax */
    /*-moz-opacity: 1;*/ /* Mozilla */
    /*opacity: 1;*/ /* The rest */

}

.pshadow 
{    
    position: relative;
    background-color: #AAA; 
    bottom: -2px;
    right: -2px;
    /*filter: alpha(opacity=30);*/ /* IE 6.0 syntax */
    /*-moz-opacity: 1;*/ /* Mozilla */
    /*opacity: 1;*/ /* The rest */
}

.header
{ width:25px; 
   background: url(IMAGES/tAnimal.gif) no-repeat center top;
}

.nooverflow
{   overflow:hidden;
}

.xform
{
     text-align: left;
	/* font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em; */
}

.transbutton:hover
{  filter:alpha(opacity=100);
   -moz-opacity: 1;
   opacity: 1;
   border-style:none;
}

.transbutton
{  filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5; 
   border-style:none;
}

div.PopMenuDiv
{
   background-color:White;
   border-bottom:solid 1px #BBBBBB;
   border-right:solid 1px #BBBBBB;
   border:solid 1px #555555; 
   padding-top:0px;
   padding-bottom:0px;
}

table.PopMenuTable
{
   border-width:0px;
   border-color:#777777;
   border-style:solid;
   background-color:White;
}

td.PopMenu:hover
{   color:White;    
    background-color:#3399FF;
}

td.PopMenu 
{   background-color:White;
}
    
a.PopMenuLink:focus
{   color:White;
    background-color:#3399FF;
}

a.PopMenuLink:Hover
{   color:White;
    background-color:#3399FF;
}

a.PopMenuLink     
{   color:Black;
    text-decoration:none;
    font:10pt arial;
    outline: none;
    -moz-outline-style: none;
}

@media screen 
{
    div.onprint 
    {
        height:1px;
        visibility:hidden;
        overflow:hidden;
        line-height:normal;
    }
    div.onscreen
    {
        height:auto;
        visibility:visible;
        overflow:hidden;
        line-height:normal;
    }
}

@media print 
{
    div.onscreen
    {
        height:1px;
        visibility:hidden;
        overflow:hidden;
        line-height:normal;
    }
    div.onprint
    {
        height:auto;
        visibility:visible;
        overflow:hidden;
        line-height:normal;
    }
    td.Header
    {
        width:1px;
        visibility:hidden;
    }
}

