@import url("default.css");

body {
    background-color: #ffffff;
    }

.page {
	 width: 850px;
	 border: 1px #000000 solid;
	 margin: 10px auto;
	 font-family: Arial, san-serif;
	 background-image: url("../images/trilogo.jpg");
	 background-position: right bottom;
	 background-repeat: no-repeat;
	 position: relative;
	 overflow: hidden;
 }
.columns {
	background-color:#2A3342;
}
.subtitle {
    background-color: #FFFFFF;
    color: #2A3342;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    padding: 10px;
	border-bottom: #FFFFFF;
}

.navigation {
	padding: 5px;
	width: 20%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	background: #2A3342;
	text-align: left;
	float: left;
	margin: 0px 0 0 0;
	clear:both;
}

.navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

.banner {
	height : 200px;
	width: 850px;
}

.start .header {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left;
	color: #E5A015;
}

.start .section{
 padding: 10px;
  width: 530px;
}

.search_button {
    background-color: #E5A015;
    color: #FFFFFF;
    font-weight: bold;
}

.navsection {
    background-color: #2A3342;
    color: #672C62;
    margin-bottom: 15px;
    margin-top: 8px;
    padding-bottom: 8px !important;
	}

.navsectionhead {
    background-color: FFFFFF;
    color: #2A3342;
    border-bottom: 1px solid #000000;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-top: 4px;
    text-align: left;
    width: inherit;
	}

.navsectionheadimg{
	vertical-align:bottom;
	}

.navitem {
    color: #FFFFFF;
    font-size: 1.28em;
    margin-left: 8px;
    font-weight: bold;
    padding: 7px;
}

.navitem a:link {
	color: #FFFFFF;
	}

.navitem a:visited {
	color: #FFFFFF;
	}

.navitem a:hover {
	color: #AAAAAA;
	text-decoration: none;
	}

.content {
	float:right;
	width: 75%;
	padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
	margin:0;
	background-color:#fff;
	min-height: 500px;
	}

.content a {
	color: #006699;
	}
.program .time {
margin-bottom: 0px;
margin-left: 5px;
    }
.item, .itemset {
    margin-bottom: 30px;
	margin-left: 5px;
    }
.item .itemtitle, .itemset .itemnumber {
    margin-bottom: 10px;
}	
.footer {
	width: 850px;
	border: 1px #000000 solid;
	margin: 10px auto;
	font-family: Arial, san-serif;
	font-size: 12px;
	}
.session .datetime {	
font-weight: bold;	
}

/* AT-A-GLANCE STYLES */

body.ataglance .page { width: 1620px; overflow: visible; }
body.ataglance .banner {width: 100%; background-color: #17356B; }
body.ataglance .banner img {width: 700px; }
body.ataglance .navigation { text-align: left; }

table#aag {
	background-color: #FFF;
	border: 0px solid #FFF;
	border-collapse: collapse;
}
table#aag td {
	font-size: 0.75em;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
table#aag th {
	padding: 0.5em;
	background-color: #E5A015;
	border: 1px solid #2A3342;
	font-size: 0.75em;
}
.person h1.title {
	font-size: 1.2em;
	margin: 0 -20px 6px -20px;
}
.person .content {
	background-color: #FFF;
	padding: 10px 20px;
}
.program .author {
    font-weight: normal;
    text-align: left;
    margin-left: 93px;
}
.meeting .author {
	margin-left: 8.6em;
}
.meeting .time {
    border-bottom: 0px dashed #CCCCCC;
    clear: left;
    color: #C3362F;
    font-size: 0.9em;
    font-weight: normal;
    margin: 8px 0 7px;
    text-align: left;
    border-top: 1px dashed #CCCCCC;
}
.newnote {
color: red;
font-weight: bold;
margin-left: 200px;
font-size: 0.85em;
}
.trilogo img {
    height: 90px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}