#workshop {
	margin: 10px 0 10px 0px;
	padding: 0;
	text-align: justify;
	line-height: 1.5em;
}

#workshop h1 { 
	font-size: 1.6em; 
	font-weight: normal;
	margin-bottom: 10px;
}

#workshop table
{
	width: 750px;
	color: #000;
	text-align: left;
	outline-width: 1px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}

.titulo-azul {
	color: blue;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.program-cell-time {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	width: 35px;
	margin: 2px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.program-cell-time2 {
        font-size: 10px;
        text-align: center;
        vertical-align: middle;
        width: 40px;
        margin: 2px;
        padding: 5px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
}

.programcell-break {
	background: #ccccff;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	margin: 3px;
	padding: 7px;
	border-bottom: 1px solid #ccc;
}

.programcell-break2 {
        background: #ccccff;
        font-size: 11px;
        text-align: center;
        vertical-align: middle;
        margin: 3px;
        padding: 7px;
        border-bottom: 1px solid #ccc;
}

.programcell-special {
        background: #aaaaaa;
        font-size: 11px;
        text-align: left;
        vertical-align: top;
        margin: 3px;
        padding: 7px;
        border-bottom: 1px solid #ccc;
}

.programcell-special2 {
        background: #aaaaaa;
        font-size: 11px;
        text-align: center;
        vertical-align: middle;
        margin: 3px;
        padding: 7px;
        border-bottom: 1px solid #ccc;
}

.programcell-list {
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
	margin: 3px;
	padding: 7px;
}

.programcell {
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
	margin: 3px;
	padding: 7px;
	border-bottom: 1px solid #ccc;
}
/*
 * REGISTRATION
 */
.registro-titulo {
	color: green;
	font-size: 14px;
	text-transform: uppercase;
}

/*
 * SESSION
 */
.session-titulo {
	color: blue;
	font-size: 14px;
	text-transform: uppercase;
}



/*
 * KEYNOTE
 */
.keynote-titulo {
	color: red;
	font-size: 14px;
	text-transform: uppercase;
}

.keynote-nome {
	font-weight: bold;	
	text-transform: uppercase;
}

.keynote-inst {
	font-weight: bold;
}

.keynote-topic {
	font-style: italic;
}
