@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:#498406;
}
.subtitle {
    background-color: #FFFFFF;
    color: #498406;
    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: #498406;
	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;
}


/* Form input for submitting a comment */

.RecordCommentInput {}

.RecordCommentInputSubject {}
.RecordCommentSubjectTextbox {width: 500px}
.RecordCommentInputComment {}
.RecordCommentCommentTextbox {
	width: 500px;
	height: 100px;
}
.RecordCommentInputSubmit {}
.RecordCommentSubmitButton {}
.RecordCommentCancelButton {}

/* Form input for login to allow submitting of a comment */
.RecordCommentLabel {}
.RecordCommentInput {}
.RecordCommentUsername {}
.RecordCommentUsernameTextbox {}
.RecordCommentPasswordTextbox {}
.RecordCommentLoginButton {}


.RecordComment, .RecordCommentInput { 
    background-image: none !important;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 8px;
    clear: both;
    margin-bottom: 12px;
    display: block;
    unicode-bidi: embed;
    text-align: left;
    color: #333333;
    font-family: georgia,"times new roman",times,serif;
    font-size: 12px;
    line-height: 1.5em;
} 

/*Display of Comment*/
.RecordCommentInitiate, .RecordCommentHide, .RecordCommentShow { 
	font-size: 13px;
	font-weight: underline; 
} 

.RecordCommentInitiate:hover, .RecordCommentHide:hover, .RecordCommentShow:hover{ 
	cursor:pointer;
	
}


.RecordCommentContainer {
	font-family: arial,helvetica,sans-serif;
}

.RecordCommentUser {
	color: #000000;
	margin-left: 3px;
	font-weight: bold;
	padding-left: 0;
	display: inline;
	font-size: 1.2em;
	line-height: 1.25em;
	margin-right: 8px;    
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-family: arial,helvetica,sans-serif;
	text-align: left;
}

.RecordCommentSubject {

}
.RecordCommentComment {
    margin-bottom: 5px;
    margin-left: 10px;
    display: block;
    unicode-bidi: embed;
    font-size: 1em;
    list-style-type: none;
    line-height: 1.25em;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
    color: #333333;
}

.RecordCommentTimeStamp, .RecordCommentReply {
  	float: left;
	background-image: none;
	padding-left: 0;
	font-size: 1em;
	line-height: 1.363em;
	text-transform: none;
	background-position: left 0.7em;
	color: #0000E6;	
	margin-bottom: 5px;
	margin-left: 10px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
	unicode-bidi: embed;
	font-family: arial,helvetica,sans-serif;
	text-align: left;
}


.RecordCommentResponses {float: left;}

.RecordCommentReply {
	color:  #909090;
}

.RecordCommentDelete {}


.watermark {
	color: #CCCCCC;
	font-style: italic;
}

.startThread { 
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
}

.evenThread { 
	background-color: #E6E6E6;

} 
.oddThread { 

} 
