/* CSS Document */

/* Text: fonts, sizes, styles, weights, etc. */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:120%;
	text-decoration: none;
	}
#cu-banner, #tf-banner, #navigation, h1, h2, h3, #column, #footer {
	font-family:Verdana, Arial, Helvetica, sans-serif}
#cu-banner {font-size:63.125%}
#cu-search a {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold}
h1 {font-size: 36pt}
h2 {font-size: 150%}
#dates {
	font-size: 18pt;
	font-weight: bold}
h3 {font-size: 120%}
#navigation {
	font-size: 10pt;
	font-weight: bold}
#content {line-height: 130%}
#footer {font-size: 70%}
#column h3 {
	text-align: center;
	font-size: 100%}

/* Positioning, padding, margins, borders, etc. */

body {
	padding: 0;
	margin: 0}

#cu-banner img {
	float: left;
	margin-left: 20px;
	border: none}
	
#cu-search {
	position: absolute;
	top: 11px; 
	right: 0px;
	width: 200px;
	/*margin-right: -385px;*/
	}

#cu-search a {
	display: block;
	float: right;
	text-decoration: none;
	padding: 5px 15px}

#tf-banner {
	clear: both;
	height: 170px;
	vertical-align: middle;}

#tf-banner img {
	float: left;
	margin: 10px 20px;}

#tf-banner h1 {
	margin: 10px 0px 0px 0px;
	padding-top: 30px;
	padding-left: 20px;
	border-top: 1px;
}

#dates {
	margin: 0;
	padding: 10px 20px;
	text-indent: 1em;}

#navigation {
	height: 30px}

#navigation ul {
	margin: 0;
	padding: 0px 10px;
	list-style-type: none;
	width: 100%;}

#navigation li {
	display: inline;}

#navigation a {
    text-decoration: none;
	display: block;
	float: left;
	padding: .5em 1em;}
	
.hotels th,
.hotels td {
	padding-right: 1em;
	padding-bottom: 1em;
	}
	
/* Lists */

ul {
	list-style: square;
	padding-top: 0;
	margin-top: 0;}

li {padding-top: 0.2em;}
li:first-child {padding-top: 0;}

/* Old rules */


#container {}

#column {
	clear: both;
	float: right;
	width: 200px;
	margin: 0px 0px 20px 20px;
	border: solid #306 1px}

#column h3 {
	margin: 0 0 0.5em 0;
	padding: 0.5em}

#column h4 {
	margin: 0;
	padding: 0.5em 1em 0 1em;
	font-weight: bold;
}

#column p {
	margin: 0;
	padding: 0.5em 1em 1em 1em;
}

#column ul {
	list-style: none;
	padding: 0 0 1em 1em;
	margin: 0;
}

#content {
	margin: 20px;
	margin-top: 35px;
	float: left;
	width: 95%;
	padding: 0;
}

#content h2 {
	margin: 0;
	padding: 0;
}

#content h3 {
	margin-top: 25px
}

#content h3.speaker {
	margin-top: 1.3em;
	padding-bottom: 0.25em;
	margin-bottom: 0;
	}

#content h3.title {
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	}

#content h3.title2 {
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	padding-top: 0.5em;
	margin-bottom: 0;
	}
#content p.abstract {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
	
#content ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
	
.title {
	font-style: italic;
}
.speaker {
	font-weight: bold;    
}

#footer {
	clear: both;
	padding: 1em 20px;
}
td.schedule {
	line-height: normal;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0px;
}


/* Table Styling */
/* The datarows style assumes the headings are in the top row.  Cell contents do not wrap unless the "wrap" class is applied to the cell. */

table .datarows {
	border: thin solid black;
	border-collapse: collapse;
	}
	
.datarows td {
	border: thin dotted gray;
	padding: 5px;
	white-space: nowrap;
	}
	
.datarows th {
	border: thin dotted gray;
	padding: 5px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	}
	
.datarows td {
	vertical-align: top;
	}
	
.datarows td.wrap {
	white-space: normal;
	}
	
/* The datacolumns style assumes the headings are in the left column.  Cell contents do not wrap unless the "wrap" class is applied to the cell. */

table .datacolumns {
	border: thin solid black;
	border-collapse: collapse;
	}
	
.datacolumns td {
	border: thin dotted gray;
	padding: 5px;
	white-space: nowrap;
	}
	
.datacolumns th {
	border: thin dotted gray;
	padding: 5px;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	}
	
.datacolumns td {
	vertical-align: top;
	}
	
.datacolumns td.wrap {
	white-space: normal;
	}
	