html
{
	height: 100%;
}


.template
{
	padding-left: 8px;
	padding-right: 8px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 90%;
	color: #666666;
	background-color: #666666;
	height: 100%;
}
.template h1
{
	padding-bottom: 2px;
	/* border-bottom: 1px dotted #bbbbbb; */
	font-size: 2.8em;
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #336699; /* color: #888888; */
}
span.allcaps
{
    font-variant: small-caps;
}
.template h2
{
    margin-bottom: 10px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.65em;
    color: #888888;
}


div.back
{
    margin-bottom: -20px;
    position: relative;
    top: -28px;
    padding-left: 5px;
    padding-bottom: 5px;
}
div.back img
{
    position: relative;
    margin-top: 0em;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    background-color: #ffffff;
}
div.back a:visited,div.back a:link
{
    color: #839ce7;
    text-decoration: none;
    background-color: #ffffff;
    /*padding-right: 8px;*/
    top: -.2em;
    left: .25em;
}

div.back a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
/* End: General */

/* Begin: Tables */
body.template table.listview, table.gridview, table.detailstable 
{
    border: 1px solid #dbddff; 
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 95%; 

}

body.template table.listview th, table.gridview th, table.detailstable th,
body.template table.listview td, table.gridview td, table.detailstable td 
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
}

body.template table.listview th, table.gridview th, table.detailstable th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}

body.template table.listview td, table.gridview td, table.detailstable td
{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
}

.template td.bold {
    font-weight:bold;
}

.template th a:link,
.template th a:visited,
.template th a:hover
{
    color: #666666;
    text-decoration: none;
}

.template td a:link,
.template td a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    /*padding-right: 6px;*/
}
.template td a:hover
{
    color: #000099;
    text-decoration: underline !important;
}

td.nowrap 
{
    white-space: nowrap;
}
/* The following modifies the details table */
body.template tr
{
    /* background: #FCFDFE; */
}
/* The following modifies the controls in the list table footer */
tr.footer td
{
    /* background: #dbddff; */
    height: 1.5em;
}

/* The following modifies the selected row in the list table */
tr.selected td
{
    /* background: #fdffb8; */
}

/* End: Tables */

/* The following modifies the page number control which exists under the main table */
div.pager
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
}
span.results1
{
    float:left;
}
span.results2
{
    float:right;
}
/* The following modifies the results per page control which exists under the main table */
div.results
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float:right;
}
/* Set's the appearance of the drop down control*/
.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: .95em;
    color: #666666;
}
/* Bottom hyperlink design*/
div.bottomhyperlink
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 100%;
    margin-top: -3px;
}
div.bottomhyperlink a:link,
div.bottomhyperlink a:visited
{
    color: #839ce7;
    text-decoration: none;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;

    margin-top: -3px;
}
div.bottomhyperlink a:hover
{

    color: #000099;

    text-decoration: underline !important;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;
}
div.bottomhyperlink img
{
    position: relative;
    top: 0em;
    padding-right: .4em;
    border: none;
}


#content
{
	color: #333333;
}
#content h2 {
	color: #003366;
}
#content a:link
{
	color: #003366;
}
#content a:visited
{
	color: #5F94C9;
}
#content a:hover
{
/*    color: #336699; */
    text-decoration: underline !important;
}

/* 2013.02.09 KJD: Document created */
div.toptext{ display: block; }
div.fbodaily{ background-color: #ffffff; display: inline-block; padding: 10px; text-align: center; min-width: 98%;}
div.fbodaily a{ text-decoration: none; }
div.fbodaily a:hover{ text-decoration: underline; }
div.fbodaily .icon{ padding-left: 30px; margin: 5px 10px; text-align: left;  }
div.fbodaily div.back{ background: url("/~icons/back.gif") top left no-repeat; display:block; width: 100px; margin: 0px auto; }
div.fbodaily div.column{ display: inline-block; text-align: left; vertical-align: top;  }
div.fbodaily div.column .folder{ background: url("/~icons/menu.gif") top left no-repeat; }




