/*
Theme color table HEX
738778
EAFBDA
82E3CD
3D4346
36C4C6
*/

/* Universal */
h1 {
    font-size: 174%;
    /* border-bottom: 1px solid #3D4346;*/
    color: #36C4C6;
    margin-bottom: 5px;
}
h2 {
    padding: 4px 10px;
    border-left: 14px solid #36C4C6;
    background-color: #EAFBDA;
    color: #738778;
}
h3 {
    color: #36C4C6;
}
h5 {
    color: #738778;
}
p, li, dt, dd, address {
    line-height: 1.5em;
    color: #3D4346;
}
address {
    text-align: center;
}
a.extlink:after {
    content: url(../images/Icon_External_Link.png);
}
p.emphasis {
    border: 2px solid red;
    padding: 1em;
}
p.indent {
    margin-left: 1em;
}
p.deadline {
	font-size: 167%;
	color: #999;
	font-weight: bold;
}
dt.deadline-pass, dd.deadline-pass {
	color: #ccc;
}
table.brief th, table.brief td {
	padding: 8px 20px;
}
/* Footer */
div#ft {
    margin-top: 0.6em;
    padding-top: 1.0em;
    border-top: 1px solid #738778;
}
ul.ftlogolist {
    margin: 0.6em 0;
    padding: 0;
    text-align: center;
}
ul.ftlogolist li {
    list-style: none;
    display: inline;
    margin-left: 2em;
}
ul.ftlogolist li.first {
    margin-left: 0;
}
/* Menu */
ul.menu {
    margin: 1.4em 0;
    padding: 0.6em 0;
    background-color: #3D4346;
    text-align: left;
}
ul.menu li {
    list-style: none;
    display: inline;
    margin: 0 15px;
    font-size: 123.1%;
    font-weight: bold;
    color: #999;
}
ul.menu a {
    color: #fff;
    text-decoration: none;
}
ul.menu a:hover { color: #82E3CD; }
ul.menu a:before {
    white-space: pre;
    font-family: monospace;
    content: " ";
}
ul.menu a:hover:before {
    white-space: pre;
    font-family: monospace;
    content: ">";
}
/* index.shtml */
table.topinfo {
    width: 100%;
    font-size: 131%;
    margin: 0 0 1em 0;
}
table.topinfo th {
    background-color: #ccc;
    white-space: nowrap;
}
ul.sidemenu {
    font-size: 131%;
}
h2.important {
	background-color: #82E3CD;
	border-color: #3D4346;
}

/* program.shtml */
table.program {
    width: 100%;
}
table.program .timeframe {
    white-space: nowrap;
}
td.dayline {
    background-color: #738778;
    color: #fff;
    font-weight: bold;
}
table.program dt {
	float:left;
	clear: both;
	width: 30px;
}
table.program dd {
	float: left;
	width: 570px;
}
table.program dl.corp dd {
	width: 200px;
}
/* access.shtml */
hr.acc-div {
background-color: transparent;
border: 0;
border-top: 1px solid #ccc;
}
/* abstract.shtml */
.biglink {
font-size:138.5%;
padding:10px;
width:240px;
margin-top:1em;
}
.midlink {
font-size:131%;
padding:10px;
width:180px;
}

