* {
	margin:0;
	padding:0;
}

#mainContainer{										/* Div with the DD itens */
	width:920px;
	text-align:left;
}

.dragableBox{										/* The RSS box */
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 5px;
}

.dragableBoxInner{									/* A div inside the rss box - with a blue border */
	background:url('/imagens/bg_home_box.gif') repeat-x #f9f9fa;
}

/* PictureWeb */
.dragableBoxHeader_exaluno {						/* Ex-aluno */
	background:url('/imagens/box_home_exaluno.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:93px;
}

.dragableBoxHeader_noticia {						/* Notícias */
	background:url('/imagens/box_home_noticias.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:69px;
}

.dragableBoxHeader_login {							/* Login */
	background:url('/imagens/box_home_login.gif') no-repeat left;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:176px;
}

.dragableBoxHeader_dante_catraca {							/* Dante Catraca */
	background:url('/imagens/box_home_dante_catraca.gif') no-repeat left;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:176px;
}

.dragableBoxHeader_mes_literario {							/* Mês Literario */
	background:url('/imagens/box_home_mes_literario_portal.gif') no-repeat left;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:176px;
}

.dragableBoxHeader_safer_dicas {								/* safer_dicas */
	background:url('/imagens/box_home_safer_dicas.gif') no-repeat left;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:176px;
}

.dragableBoxHeader_moodle {							/* Moodle */
	background:url('/imagens/box_home_moodle.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:65px;
}
.dragableBoxHeader_high_school {							/* HIGH SCHOOL */
	background:url('/imagens/box_home_high_school.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:130px;
}
.dragableBoxHeader_webmail {							/* WEB MAIL */
	background:url('/imagens/box_webmail.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:170px;
}
.dragableBoxHeader_email_aluno {							/* WEB MAIL ALUNO */
	background:url('/imagens/box_webmail_aluno.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:120px;
}
.dragableBoxHeader_educacao_infantil {				/* Educação Infantil */
	background:url('/imagens/box_home_edu_infantil.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:156px;
}

.dragableBoxHeader_dante_cultural {					/* Dante Cultural */
	background:url('/imagens/box_home_dante_cultural.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:135px;
}
.dragableBoxHeader_instituto_tomie_ohtake {					/* Instituto Tomie Ohtake */
	background:url('/imagens/fonte_box_Instituto_Tomie_Ohtake.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:202px;
}

.dragableBoxHeader_tour {							/* Tour Virtual */
	background:url('/imagens/box_home_faca_tour.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:210px;
}

.dragableBoxHeader_centro_de_memoria {				/* Tour Virtual */
	background:url('/imagens/box_home_ctr_memoria.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:162px;
}

.dragableBoxHeader_resp_social {					/* Resp. Social */
	background:url('/imagens/box_home_resp_social.gif') no-repeat right;
	text-indent:-99999px;
	height:17px;
	overflow:hidden;
	width:208px;
}

.l_noticias_home:visited				/* link p/ rodapé */
	{color:#666666; font-size:12px; text-decoration:none;}
.l_noticias_home:link
	{color:#666666; font-size:12px; text-decoration:none;}
.l_noticias_home:active
	{color:#666666; font-size:12px; text-decoration:underline;}
.l_noticias_home:hover
	{color:#666666; font-size:12px; text-decoration:underline;}

/* /PictureWeb */

.dragableBoxHeader img,.dragableBoxHeader span{		/* Text and reload image inside RSS box / Alinhamento do texto */
	float:left;
}

.boxItemHeader{										/* Title of items inside dragable boxes / Título p/ quando não aparecer imagem */
	color:#004183;
	font-weight:bold;
	text-decoration:none;
}

.dragableBoxContent{								/* DIV holding data inside dragable boxes / Div do conteúdo */
	clear:both;
	padding-top:3px;
}

#rectangleDiv{										/* Dotted rectangle indicating where objects will be dropped / Borda tracejada */
	border:2px dotted #004183;
}