﻿/*Template Wrapper and Table*/
body {
    margin: 0px;
}
#body {
    color:#444444;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 13px;
}
#wrapper {
    min-height:100%;
    margin: 0px auto;
    width:100%;
    overflow:hidden;
}
#body-content{
	margin:40px;
    padding-bottom: 95px;
}
.body-page-title {
    font-size:xx-large;
    color: #0274cd;
	margin-bottom: 40px;
}
/* this is the content area table view*/
.body-table-layout {
    display: inline-table;
    width: 100%;
    margin-top: 20px;
}
.body-col-90 {
    width:90%;
    margin:4px;
}
.body-col-30 {
    display:table-column;
    float:left;
    width:30%;
    margin:4px;
}
h2 {
    margin:auto;
    color:#0072c6;
    font-size: 1.46em;
    font-weight:500;
}
h3 {
    margin:auto;
    color:#004b85;
    font-size: 1.26em;
    font-weight:700;
}
a {
    color:#00acd4;
    text-decoration: none;
}
a:hover {
    color:#00acd4;
    text-decoration:underline;
}
.table {
    width: 100%;
    display: table;
}
p {
    font-size: small;
    color:#444444;
    margin: 4px;
}
hr {
    border-top: 1px solid #c6c6c6;
    border-width: 1px 0 0;
}
/*-------------------------*/
/*ISSAIC header at very top of page*/
#top-header-container {
    background-color: #0274cd;
    background-image:url(images/TopHeadingBg.png);
    background-repeat: repeat-x;
    height: 95px;
    width: 100%;
}
#top-header {
    background-image:url(images/issaic_header_2000.png); /*this is the image behind the ISSAIC Log at the top*/
    height:95px;
}
#top-header-gray {
    background-color: #ccc;
    height: 25px;
}

.top-header-table {
    display: inline-table;
    width: 100%;
    margin-top: 30px;
    margin-left: 30px;
}

.top-table-left {
    display:table-column;
    width:60%;
    float: left;
}

.table-header-cell {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    height: 50px;
    margin-left: 15px;
    }
/*  header links  */
#header-cell {
    display:block;
    height: 24px;
    margin-top: 4px;
    margin-left:20px;
    color: #bad2e3;
}
#header-cell a {
    height: 24px;
    list-style-type: none;
    vertical-align:middle;
    text-decoration:none;
    }
#header-cell a:hover {
    color: #ffffff;
    text-decoration:none;
    }
#header-cell-title {
    display:block;
	font-size:x-large;
    margin-top: 4px;
    margin-left:20px;
    color: #bad2e3;
}
.navitem {
    text-align: center;
    color: #bad2e3;
    font-size: medium;
    box-sizing: border-box;
   }
.top-table-right {
    display:table-column;
    width:30%;
}
/*Footer Styles*/
#footer {
    width:100%;
    height:93px;
    position: absolute;
    bottom:0;
    left:0;
}
#footer-container {
    background-color: #0274cd;
    background-image: url(images/bg_footer.png);
    background-repeat: repeat-x;
    display:inline-table;
    height: 93px;
    width: 100%;
}
#footer-left {
    padding-bottom: 5px;
    padding-left: 20px;
    width: auto;
    padding-right: 10px;
    display: table-cell;
    font-size: 11px;
    padding-top: 40px;
    display: inline-block;
    float:left;
}
#footer-left a {
    color: #FFFFFF;
    }
#footer-right {
    padding-right: 20px;
    padding-top:30px;
    display:inline-block;
    float:right;
}