/* ================================
    CSS STYLES FOR Module SDNEvents
   ================================
*/
.RegisterStatus
{
	font-size: 11pt;
	color: gray;
}
.TrackSessionHead1
{
    font-family: arial;
    font-size: 11pt;
    font-weight: bold;
    color: #33CCFF;
}
.TrackSessionHead2
{
	font-family:arial; 
	font-size:11pt;
	font-weight: bold;
	color: red;
}
.TrackSessionHead3
{
	font-family:arial; 
	font-size:11pt;
	font-weight: bold;
	color: blue;
}
.TrackSessionHead4
{
	font-family:arial; 
	font-size:11pt;
	font-weight: bold;
	color: green;
}
.TrackSessionHead5
{
	font-family:arial; 
	font-size:11pt;
	font-weight: bold;
	color: cyan;
}
.TrackSessionHead6
{
	font-family:arial; 
	font-size:11pt;
	font-weight: bold;
	color: mediumspringgreen;
}
.TrackSessionHead7
{
	font-family:arial; 
	font-size:11pt;
	font-weight: bold;
	color: magenta;
}

.SDNEventsHead
{
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
	color:#003366;
}
.SpeakerHead
{
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
	color: Gray;
}
.SessionHead
{
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
	color:#003366;
}
/* ================================
    CSS STYLES FOR CODE CAMP AGENDA
   ================================
*/
.AgendaTable
{
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
}
.AgendaDateHeader
{
	font-family: Arial;
	font-weight: bold;
	font-size: large;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #ccffff;
	text-align: center;
}
.AgendaTimeHeader
{
	font-family:arial; 
	font-size: 11pt;
	font-weight: bold;
	background-color: #ccffff;
	text-align: center;
}
.AgendaTimes
{
	font-weight: bold;
	font-size: 8pt;
	font-family: arial;
	background-color: #ccffff;
	text-align: center;
}
.AgendaTrackHeader1
{
	font-family:arial; 
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background-color: #33CCFF;
	text-align: center;
}
.AgendaTrackHeader2
{
	font-family:arial; 
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background-color: red;
	text-align: center;
}
.AgendaTrackHeader3
{
	font-family:arial; 
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background-color: blue;
	text-align: center;
}
.AgendaTrackHeader4
{
	font-family:arial; 
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background-color: green;
	text-align: center;
}
.TrackSession
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: arial;
	background-color: lightcyan;
	text-align: center;
}
.RegistrationSession
{
	font-family:arial; 
	font-size: 8pt;
	font-weight: bold;
	background-color: gainsboro;
	text-align: center;
}
.KeynoteSession
{
	font-family:arial; 
	font-size: 8pt;
	font-weight: bold;
	background-color: gainsboro;
	text-align: center;
}
.LunchSession
{
	font-family:arial; 
	font-size: 8pt;
	font-weight: bold;
	background-color: gainsboro;
	text-align: center;
}
.ClosingSession
{
	font-family:arial; 
	font-size: 8pt;
	font-weight: bold;
	background-color: gainsboro;
	text-align: center;
}
