/* ##### Header ##### */

.midHeader {
  color: #19197f;
  background-color:#FFC;
  border: 1px solid orange;
}

.headerTitle {
  font-size: 180%;
  font-weight: bold;
  margin: 0 0 0 0mm;
  text-align: center;
  padding: 0.5ex 0;
}

.subHeaderTitle {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 0 4mm;
  text-align: center;
  padding: 0 0 0.5ex 0;
}

body {
	background:		#ffffff;
	margin: 3px;
}

.main {
	padding-left:	8px;
	font: 12px Verdana, sans-serif;
	text-align:	justify;
	margin-top: 10px;
}

.tabela {
	width: 90%;
	border: 1px solid orange;
}

.cab_tabela {
	color:#19197f;
	background: #CDEEFF;
}

.main ul {
  line-height: 1.5em;
}

.main ol {
  line-height: 1.5em;
}

/* ##### Pauta ##### */

.pauta {
	font-size: 10px;
	font-family: Verdana, sans-serif
}

.numero {
	color:#19197f;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, sans-serif
}

.linha-par {
	background: #e5e5de;
}

.linha-impar {
	background: #ffffff;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	color: #19197f;
	text-align: center;
}

h2 {
	font-family: Verdana, sans-serif; 
	font-size: 18px;
	color: #19197f;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #19197f;
}

a.firstrefer {
	text-decoration:none;
	color: #19197f;
	font-weight: bold;
	padding: 0 1ex 0 0;
	border-right: 1px solid #19197f;
}
	
a.refer {
	text-decoration:none;
	color: #19197f;
	font-weight: bold;
	padding: 0 1ex 0 1ex;
	border-right: 1px solid #19197f;
}

a.lastrefer {
	text-decoration:none;
	color: #19197f;
	font-weight: bold;
	padding: 0 0ex 0 1ex;
}

a.firstrefer:visited {
	text-decoration:none;
	color: #19197f;
	font-weight: bold;
}

a.firstrefer:hover {
	font-weight: bold; 
	color: #ff0000;
	text-decoration: none;
	border-bottom:1px solid red;
	border-top:1px solid red;
}

a.lastrefer:visited {
	text-decoration:none;
	color: #19197f;
	font-weight: bold;
}

a.lastrefer:hover {
	font-weight: bold; 
	color: #ff0000;
	text-decoration: none;
	border-bottom:1px solid red;
	border-top:1px solid red;
}

a.refer:visited {
	text-decoration:none;
	color: #19197f;
	font-weight: bold;
}

a.refer:hover {
	font-weight: bold; 
	color: #ff0000;
	text-decoration: none;
	border-bottom:1px solid red;
	border-top:1px solid red;
}

#nav {
	background: 		#FFDD76;
	border: 		1px solid orange;
	padding: 		5px 5px 5px 5px;
	margin-top: 		7px;
	font-size: 		10px;
        font-family: 		Verdana, sans-serif;
	text-align:		center;
}

a {
color: #19197f;
text-decoration:none;
}

a:active {color: #19197f}

a:visited {color: #19197f}

a:hover {color: #ff0000}

.box {
	background:	#FFC; 
	border: 	1px solid orange;
	margin-top:	8px;
	margin-left:	3px;
	padding: 	3px;
	text-align: 	right;
	font: 		10px verdana, sans-serif;
}

hr {
	text-align: center;
	border: 0;
	height: 1px;
	color: #ff9900;
	background-color: #ff9900;
}

/* ##### Side Bar ##### */

#side-bar {
  width: 11em;
  float: left;
  border-top:  1px solid orange;
  border-left:  1px solid orange;
  border-right:  1px solid orange;
  background-color:#FFC;
  margin-top: 3px;
}

#side-bar div {
  border-bottom: 1px solid orange;
}

#side-bar ul {
  list-style-position: outside;
  font: 12px Verdana, sans-serif;
  line-height: 1.5em;
  margin: 0 0 5px 0;
  padding: 0 5px 0 25px;
  display: block;
}

#side-bar ol {
  list-style-position: outside;
  font: 12px Verdana, sans-serif;
  line-height: 1.5em;
  margin: 0 0 5px 0;
  padding: 0 5px 0 5px;
  display: block;
}

#side-bar a {
font-family: Verdana, sans-serif;
font-size: 12px;
color: #19197f;
text-decoration:none;
}

#side-bar a:active {color: #19197f}

#side-bar a:visited {color: #19197f}

#side-bar a:hover {color: #ff0000}

.sideBarTitle {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #19197f;
  font-weight: bold;
  padding: 5px 0 5px 5px;
  margin:0;
}

.sideBarText {
  font: 12px Verdana, sans-serif;
  line-height: 1.5em;
  margin: 0 0 5px 0;
  padding: 0 5px 0 10px;
  display: block;
}

.sideBarCalendar {
  text-align: center;
  padding: 0 0 5px 0;
  display: block;
}

/* ##### Horario ##### */

.head {
	border: 1px solid black;
	padding: 2px;
	background: #CDEEFF;
	font-weight: bold;
	color: #19197f;
	font-size: 120%;
}

.bloco_inicio {
	border-left: 1px solid black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_meio {
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_fim {
	border-left: 1px dotted black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.bloco_unico {
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.bloco_inicio_VT {
	border-top: 1px solid black;
	border-bottom: 1px dotted black;
	border-left: 1px solid black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_meio_VT {
	border-top: 1px solid black;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_fim_VT {
	border-top: 1px solid black;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.bloco_unico_VT {
	border-top: 1px solid black;
	border-bottom: 1px dotted black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.bloco_inicio_VB {
	border-top: 1px dotted black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_meio_VB {
	border-top: 1px dotted black;
	border-bottom: 1px solid black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_fim_VB {
	border-top: 1px dotted black;
	border-bottom: 1px solid black;
	border-left: 1px dotted black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.bloco_unico_VB {
	border-top: 1px dotted black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.bloco_inicio_FT {
	border-bottom: 1px dotted black;
	border-left: 1px solid black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_meio_FT {
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_fim_FT {
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.bloco_unico_FT {
	border-bottom: 1px dotted black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.bloco_inicio_FB {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_meio_FB {
	border-bottom: 1px solid black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	padding: 0 2px 0 2px;
}

.bloco_fim_FB {
	border-bottom: 1px solid black;
	border-left: 1px dotted black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.bloco_unico_FB {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 2px 0 2px;
}

.lines3 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	font-size: 120%;
	background: #FFC;
	padding: 7px 2px 0 2px;
}

.lines4 {
	border-top: 1px solid black;
	border-bottom: 1px dotted black;
	border-right: 1px solid black;
	background: #FFC;
	padding-right: 0.5em;
}

.lines5 {
	border-top: 1px dotted black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: #FFC;
}

.navigation-heading {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #19197f;
	font-weight: bold;
	background: #CDEEFF;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid orange;
	border-top: 1px solid orange;
	border-right: 1px solid orange;
	-moz-border-radius: 8px 8px 0 0;
}

.navigation-item {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 5px;
	margin-bottom:8px;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	border-bottom: 1px solid orange;
	-moz-border-radius: 0 0 8px 8px;
}

.navigation-edit-middle {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 5px;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
}

.navigation-edit-bottom {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background: #FFC;
	text-align: right;
	padding: 5px;
	margin-bottom:8px;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	border-bottom: 1px solid orange;
	-moz-border-radius: 0 0 8px 8px;
}