body{
	font-family: arial;
	font-size: 10px;
}

img{
	border:0px;	
}

#page{
	width: 100%;
	margin: 0 auto;
}

#header{
	width: 100%;
	height: 92px;
	/* border: 1px solid #000; */
	background-image: url("/trivia/javax.faces.resource/topo_bg.jpg.jsf?ln=images");
}

#menu{
	width: 100%;
	/* border: 1px solid #000; */
}

#content{
	width: 100%;
	height:auto;
	margin-right:16px;
	/* padding: 20px; */
	/* margin-bottom:16px; */
	/* border: 1px solid #000; */
}

#footer{
	width: 100%;
	height: 10px;
	/* border: 1px solid #000; */
}

.painel{
	padding: 4px;
	margin: 10px; 
}

.msgDefault{
	background-color: #ededed;
	border: 1px solid #000;
}

.msgErro{
	background-color: #ededed;
	/* border: 1px solid #000; */
	color: #C00;
	padding: 10px;
}

.tituloLayout{
	background-color: #ededed;
	padding: 10px;
	font-size: 14px;
	font-weight: bold; 
	/* margin-bottom: 10px; */
	text-align: right; 
}

.ui-wizard-step-title {
    float: left;
    font-size: 11px;
    margin: 0 3px 0 0;
    padding: 0.4em;
}

.tx_right{
	text-align: right;
}

.tx_left{
	text-align: left;
}

.tx_center{
	text-align: center;
}

.tx_item_corte { 
	color: white;
	background: red; /*  */
}

.txt_bold{
	font-weight: bold;
}

.painelStatusGroupItem{
	
	float: left;
	padding: 10px;
	
}

.painelStatusGroup{
	border: 1px solid #ededed;
	margin: 2px;
}

.clear { clear: both;}

/* Route Titles */
.titleBarDay-0 > .ui-panel-titlebar { 
	color: white;
	background: #0B486B;
	text-shadow: 2px 2px 5px #000000;
}
.titleBarDay-1 > .ui-panel-titlebar {
	color: white;
	background: #3B8686; /* green */
	text-shadow: 2px 2px 5px #000000;
}
.titleBarDay-2 > .ui-panel-titlebar { 
	color: white;
	background: #79BD9A; /*  */
	text-shadow: 2px 2px 5px #000000;
}
.titleBarDay-3 > .ui-panel-titlebar { 
	color: white;
	background: #A8DBA8;
	text-shadow: 2px 2px 5px #000000;
}
.titleBarDay-4 > .ui-panel-titlebar {
	color: white;
	background: #CFF09E;
	text-shadow: 2px 2px 5px #000000;
}
.titleBarDay-5 > .ui-panel-titlebar {
	color: white;
	background: #D6E0CC;
	text-shadow: 2px 2px 5px #000000;
}

.titleBarDay-6 > .ui-panel-titlebar {
	color: white;
	background: #DFE0CC;
	text-shadow: 2px 2px 5px #000000;
}

.cellTableDay-0  { 
	color: white;
	background: #0B486B;
}
.cellTableDay-1  {
	color: white;
	background: #3B8686;
}
.cellTableDay-2  { 
	color: white;
	background: #79BD9A; 
}
.cellTableDay-3  { 
	color: white;
	background: #A8DBA8;
}
.cellTableDay-4 {
	color: white;
	background: #CFF09E;
}
.cellTableDay-5 {
	color: white;
	background: #D6E0CC;
}
.cellTableDay-6 {
	color: white;
	background: #DFE0CC;
}
/* Rooute Titles */

.topAlignContentGrid td{
	vertical-align: top;
}

