

/* Presentation Stylesheet */ 

a 
{
text-decoration: underline;
color: #ffffff;
}
a:hover
{
color: #FFCC00;
}

h4 {
 margin:0;
 padding: 5px 0;
 }
 
h1
{
font-family:verdana,arial,helvetica,sans-serif;
font-size:20px;
font-weight:bold;
margin: .5em 0;
text-decoration: none;
color: #FFCC00;
}

p
{
font-family:verdana,arial,helvetica,sans-serif;
text-decoration: none;
color: #FFffff;
}


p:first-letter {
 font-size: 110%; 
 font-weight: bold;
color: #FFCC00;
 }
 
#lh-col ul
{
list-style-type:none;
padding:.5em;
margin:0px;
}

#lh-col li
{
font-family:verdana,arial,helvetica,sans-serif;
font-size:16px;
font-weight:bolder;
margin: .5em 0;
text-decoration: none;
color: #ffffff;
}
 #lh-col li a 
{
text-decoration: none;
color: #ffffff;
}
#lh-col li a:hover
{
color: #FFCC00;
}

.current
{
	border-width: 0 0 3px 0;
	border-style:solid;
	border-color:white;
}



/* session color codes */
rotational
{
color: red;
}
breakout
{
color: blue;
}
intensive
{
color: yellow;
}
/* session color codes end */

/* schedule table */
.schedulediv {
	background-color: white;
	background: url(img/tablebg.jpg);
    background-repeat: repeat; 
	margin:5px;
	border-width: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #FFCC00;
    overflow:auto;
	padding:2px;
}

table.schedule {
	border-width: 3px 3px 3px 3px;
	/*border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #FFCC00;*/
	border-collapse: collapse;
	margin:auto;
	color: black;
	font-weight: bold;
}
table.schedule a {
	color: black;
}
table.schedule a:hover {
	color: black;
	text-decoration: underline;
	color: #FFCC00;
}
table.schedule td {
	border-width: 3px 3px 3px 3px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: black;
	text-align:center;
	}
/* end schedule table */

/* Instructor Links */
.instructor
 {
 float:left;
 border: 2px  #333333;
 margin: 1em 1em 1em 1em;
padding: 0;
text-align: center;
font-weight: bold;
color: #FFCC00;
width:100px;
overflow:visible;
 }
.instructorname
 {
min-height: 5em;
 }
 
 
.instructor.img
 {
 border: 2px  solid #FFCC00;
 }

.instructor.img :hover
 {
 border: 2px  solid #000000;
 }
 
