
			/* CSS Document */
			/* @design Disnay Batista <a href ="mailto:disnay@fejal.com.br">disnay@fejal.com.br</a> */

			ul.cursosSelecionados {
				list-style:none;
				display: block;
				}
			ul.cursosSelecionados li.cursos {
				background: no-repeat;
				padding: 10px;
				border-top: 1px dotted #999;
				border-right: 1px none #999;
				border-bottom: 1px dotted #999;
				border-left: 1px none #999;
				margin-bottom: 3px;
				}
			ul.cursosSelecionados li.cursos:hover { background: #FFC; }
			ul.cursosSelecionados li.cursos a {
				background: url(images/marcadores/upDown.png) no-repeat -10px -10px;
				color: #007BC4;
				font-size: 12px;
				font-weight: bold;
				display: block;
				padding-left: 28px;
				height: 20px;
				line-height: 22px;
				}
			ul.cursosSelecionados li.cursos a:hover {
				background: url(images/marcadores/upDown.png) no-repeat -10px -40px;
				color: #007BC4;
				font-size: 12px;
				font-weight: bold;
				display: block;
				padding-left: 28px;
				height: 20px;
				line-height: 22px;
				}
			ul.cursosSelecionados li.cursos ul.listaSelecionados {
				display: block;
				margin-top:5px;
				margin-left: 42px;
				font-size: 12px;
				color: #666666;
				}
			ul.cursosSelecionados li.cursos ul.listaSelecionados li {
				padding: 8px;
				list-style: disc;
				}

			.nomeCurso {
				background: #E3EEF3;
				padding: 6px 12px 0px;
				border-top: 2px none #C6DCE6;
				border-right: 2px none #C6DCE6;
				border-bottom: 2px solid #C6DCE6;
				border-left: 2px none #C6DCE6;
				height: 53px;
				}
			.nomeCurso h2 {
				float:left;
				line-height: 55px;
				}
			.nomeCurso .button {
				float:right;
				margin-top: 6px;
				}

