html { overflow: -moz-scrollbars-vertical; }

body {
	background: url(images/bg.jpg) repeat-x #d0d7d8;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
}

.curso {
background: #a4c482;
font-family: Verdana;
font-weight: bold;
color: #fff;
}

.celulas{
font-family: Verdana;
color: #757c7d;
font-weight: normal;
}

.horario{
font-family: Verdana;
color: #757c7d;
font-weight: bold;
}

#informacao_curso{
margin-left:10px;
}

form { margin: 0px; padding: 0px; }

img { border: 0px; }

label {
	width: 70px;
	float: left;
	display: block;
	font-family: Verdana;
	color: #000;
	cursor: pointer;
	text-align: right;
	font-weight: bold;
	margin: 0px 5px 0px 4px;
}

input {
	background: #fff;
	border: 1px solid #a4c482;
	font-family: Verdana;
	font-size: 9px;
	color: #000;
	margin-left: 2px;
}

textarea {
	width: 300px;
	height: 89px;
	_height: 95px;
	background: #fff;
	border: 1px solid #a4c482;
	font-family: Verdana;
	font-size: 9px;
	color: #000;
	margin-left: 2px;
}

.botao {
	background: #a4c482;
	border: 1px solid #a4c482;
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 2px;
	cursor: pointer;
}

input:hover { border: 1px solid #54930f; }
input:focus { border: 1px solid #1d5068; }
textarea:hover { border: 1px solid #54930f; }
textarea:focus { border: 1px solid #1d5068; }

#topo {
	width: 718px;
	height: 317px;
	background: url(images/topo.jpg);
}

#quadro_topo {
	width: 698px;
	height: 36px;
	background: url(images/quadro_topo.gif);
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 6px;
}

#quadro_meio {
	width: 718px;
	background: url(images/quadro_meio.gif);
}

#quadro_texto {
	margin-left: 20px;
	margin-right: 20px;
}

#quadro_texto a { text-decoration: none; color: #000000; }
#quadro_texto a:hover { text-decoration: none; color: #1f5269; }

#quadro_fim {
	width: 718px;
	height: 21px;
	background: url(images/quadro_rodape.png);
}

#baixo {
	width: 718px;
	height: 161px;
	margin-top: 8px;
}

#quadro_noticias {
	width: 516px;
	height: 161px;
	background: url(images/quadro_noticias.png);
	float: left;
}

#noticias_texto {
	margin: 33px 20px 5px 20px;
	line-height: 12px;
}

#noticias_texto a { text-decoration: none; color: #000000; }
#noticias_texto a:hover { text-decoration: none; color: #1f5269; }

#quadro_login {
	width: 194px;
	height: 161px;
	background: url(images/quadro_login.png);
	float: left;
	margin-left: 8px;
}

#login_texto {
	margin: 33px 0px 5px 15px;
	font-weight: bold;
	line-height: 6px;
}

#login_texto a { text-decoration: none; color: #000000; }
#login_texto a:hover { text-decoration: none; color: #1f5269; }

#login_texto input {
	border: 0px;
	height: 16px;
}

#login_texto #login {
	width: 164px;
	*width: 162px;
	background: url(images/bg_input_login.gif);
}

#login_texto #senha {
	width: 124px;
	*width: 122px;
	float: left;
	margin-right: 8px;
	background: url(images/bg_input_senha.gif);
}

#menu_medico {
	float: left;
	width: 110px;
	height: 112px;
	text-align: left;
}

#menu_medico ul { padding: 0px; margin: 0px; }
#menu_medico li { float: left; list-style-type: none; }
#menu_medico a { display: block; height: 0px; color: #000000; overflow: hidden; }
#menu_medico span { display: none; }

#menu_medico .mm_01 a { background: url(images/mm_01_a.gif) no-repeat; width: 65px; height: 24px; }
#menu_medico .mm_01 a:hover { background: url(images/mm_01_b.gif) no-repeat; height: 24px; }
#menu_medico .mm_02 a { background: url(images/mm_02_a.gif) no-repeat; width: 110px; height: 24px; }
#menu_medico .mm_02 a:hover { background: url(images/mm_02_b.gif) no-repeat; height: 24px; }
#menu_medico .mm_03 a { background: url(images/mm_03_a.gif) no-repeat; width: 65px; height: 24px; }
#menu_medico .mm_03 a:hover { background: url(images/mm_03_b.gif) no-repeat; height: 24px; }
#menu_medico .mm_04 a { background: url(images/mm_05_a.gif) no-repeat; width: 65px; height: 20px; }
#menu_medico .mm_04 a:hover { background: url(images/mm_05_b.gif) no-repeat; height: 20px; }


#rodape {
	padding: 12px 0px 10px 3px;
	color: #426497;
	letter-spacing: 0px;
	font-size: 10px;
}

#rodape a { text-decoration: none; color: #426497; }
