/********************** Generic Styling for InfoSource **********************/
/* Everything gets the Verdana font */
* {
    font-family: Verdana;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: 0;
}
img {
    vertical-align: middle;
    border: 0;
}
html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 10pt;
    background-color: #00457C;
}
form {
    padding: 0;
    margin: 0;
}
input.button {
    width: 100px;
}
.linkList {
    padding: 0 10px 10px 10px;
    font-size: 80%;
    line-height: 200%;
}
ul, li {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
a {
    color: #00457C;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input, select {
    font-size: 10pt;
}
a[href*="file_view.jsp?file="] {
    background: url(/images/null_icon.gif) no-repeat left top;
    padding-bottom: 2px;
    padding-left: 20px;
}
a[href$=".pdf"] {
    background: url(/images/pdf_icon.gif) no-repeat left top;
    padding-bottom: 2px;
    padding-left: 20px;
}
a[href$=".PDF"] {
    background: url(/images/pdf_icon.gif) no-repeat left top;
    padding-bottom: 2px;
    padding-left: 20px;
}
a[href$=".doc"] {
    background: url(/images/doc_icon.gif) no-repeat left top;
    padding-bottom: 2px;
    padding-left: 20px;
}
a[href$=".DOC"] {
    background: url(/images/doc_icon.gif) no-repeat left top;
    padding-bottom: 2px;
    padding-left: 20px;
}
a[href$=".xls"] {
    background: url(/images/xls_icon.gif) no-repeat left top;
    padding-bottom: 2px;
    padding-left: 20px;
}
a[href$=".XLS"] {
    background: url(/images/xls_icon.gif) no-repeat left top;
    padding-bottom: 2px;
    padding-left: 20px;
}
a[href$=".wmv"] {
    background: url(/images/wmv_icon.png) no-repeat left top;
    padding-bottom: 2px;
    padding-left: 20px;
}
a[href$=".WMV"] {
    background: url(/images/wmv_icon.png) no-repeat left top;
    padding-bottom: 2px;
    padding-left: 20px;
}
a.noIcon {
    background-image: none;
    padding: 0;
}
/********************** Page Layout **********************/
#header {
    margin-bottom: 10px;
}
#nav {
    width: 125px;
    position: absolute;
    left: 0;
}
#body {
    margin-left: 135px;
    margin-right: 10px;
}
#footer {
    text-align: center;
    color: white;
    font-size: 80%;
    margin-top: 10px;
    width: 100%;
}
/********************** Header Styling **********************/
table.headerTable {
    width: 100%;
}
td.headerRight {
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    color: white;
    vertical-align: middle;
}
a.headerLink {
    color: white;
    font-size: 80%;
}
td.headerBar {
    background-color: #FDB813;
    color: #00457C;
    padding-left: 5px;
    border: 1px solid #9D8C3B;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    font-size: 80%;
}
/********************** Styling For The Section Boxes **********************/
.dataBoxSquared {
    background-color: white;
    border: 5px solid #17325C;
}
.dataBoxTitle {
    background-color: #FCB816;
    color: #17325C;
    font-weight: bold;
    padding: 0 5px;
}
.dataBoxInfo {
    background-color: white;
    font-size: 70%;
    color: #506B8D;
    line-height: 15px;
    padding: 0 5px;
}
.dataBoxContent {
    background-color: white;
    padding: 0 5px;
    overflow: auto;
    height: 0;
}
.roundBoxOuter {
    position: relative;
    min-height: 10px;
    min-width: 10px;
    background-color: white;
    z-index: 0;
    padding: 15px;
    _zoom: 1; /* IE6 hasLayout hack */
}
.roundBoxContent {
    overflow: auto;
    height: 100%;
    padding-right: 5px;
}
.cornerImage {
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: -1;
}
.dataBoxInnerPadding {
    padding: 10px;
}
/********************** Flyout Menus **********************/
#nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#nav ul li a img {
    position: relative;
    z-index: 2000;
    padding-bottom: 1px;
}
#nav ul li {
    position: relative;
}
#nav ul li table {
    position: absolute;
    top: 5px;
    left: 110px;
    visibility: hidden;
}
#nav ul li:hover table {
    visibility: visible;
}
/* This is a hack for IE issues... of course */
/*#nav ul li.sfhover table {
    visibility: visible;
}*/
/*------- END FLYOUT LAYOUT STYLES -------*/
/*------- The following is for visual styling of the flyouts -------*/
#nav ul li table {
    background-color: #FDB813;
    border: 1px solid #E68F1A;
}
#nav ul li table tr td {
    font-size: 85%;
    white-space: nowrap;
    line-height: 200%;
}
/* This is for a problem with IE7 */
#nav ul li table tr td a[href*="file_view.jsp?file="] {
    padding-right: 20px;
}
#nav ul li table tr:hover {
    background-color: #E68F1A;
}
#nav ul li table tr.noHover {
    background-color: #FDB813;
}
#nav ul li table tr td.corner {
    background-color: transparent;
    border: none;
}
/******************** General Styling *************************/
tr.evenRow {
    background-color: white;
}
tr.oddRow {
    background-color: #C0C0C0;
}
.sortLink {
    font-size: 80%;
}
.greyDescription {
    font-size: 75%;
    color: #707070;
}
a.bannerNav {
    color: white;
    font-weight: bold;
    font-size: 90%;
}
img.homeRightBanner {
    width: 150px;
    height: 350px;
}
table.categoryListWithIcons tr td {
    vertical-align: middle;
    color: #00457C;
}
table.categoryListWithIcons tr td img {
    margin-right: 10px;
}
table.categoryListWithIcons tr td a {
    font-weight: bold;
}
table.categoryListWithIcons tr td div {
    font-size: 80%;
    color: #707070;
}
span.header {
    font-weight: bold;
}
td.header {
    font-weight: bold;
    padding-right: 10px;
    vertical-align: middle;
}
div.bigError {
    font-weight: bold;
    font-size: 110%;
    color: #CC0000;
    text-align: center;
}
table.categoryTable tr td {
    color: #00457C;
    padding: 5px;
}
table.categoryTable tr td a {
    font-weight: bold;
}
.infoMessage {
    font-weight: bold;
    font-style: italic;
}
.dateDisplay {
    font-size: 75%;
    color: black;
    /*white-space: nowrap;*/
}
a.defaultTitleDisp {
    font-size: 90%;
}
a.importantTitleDisp {
    color: #AB0534;
    font-size: 90%;
}
span.printerFriendlyLink {
    float: right;
    font-size: 85%;
    font-weight: bold;
}
div.newsHeadline {
    font-size: 140%;
    color: #00457C;
    font-weight: bold;
    clear: both;
}
div.fileIconTitle img {
    vertical-align: baseline;
    margin-right: 5px;
}
div.fileDescription {
    font-size: 75%;
    color: #707070;
}
div.listSubLinks {
    font-size: 100%;
    padding-left: 1em;
}
/*#coverFrame {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 50;
    display: none;
}*/
.addFavoritePopup {
    color: white;
    z-index: 1000000;
    border: 3px solid #FDB813;
    background-color: #00457C;
    position: absolute;
    padding: 10px;
    display: none;
}
.favoriteHeader {
    color: #00457C;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 5px; 
}
.searchShowHide {
	font-size: 80%;
	color: #003B69;
    padding: 5px;
}
.caption {
    color: #00457C;
    font-size: 80%;
    font-weight: bolder;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 5px; 
}
.directional-arrow {
    border: 0.5em solid transparent;
    padding: 0;
    width: 0; height: 0;
    line-height: 0;
    display: inline-block;
}
.left-arrow {
    border-left-width: 0;
    border-right-color: #FFFFFF;
}
.right-arrow {
    border-right-width: 0;
    border-left-color: #FFFFFF;
}

