/*bo*/

/*----------------  CLASSES DE BACK-OFFICE --------------------*/
.list {font-size:12px; background-color:#EEEEEE;}
.listHeader {
  font-size:13px; 
  background-color:#CCCCCC; 
  font-weight: bold;
  color:#333;
}
.table_bk {background-color: white;}
.field {padding-left: 10px; font-size:12px; font-weight: bold; color:#333;}
.value {font-size:12px;}
.box
{
  font-size: 12px;
}

#menu a:hover {
 color: #495578;
}

.link_anterior {
	float: left;
	padding-left: 20px;
	background: url(../images/anterior_BO.gif) no-repeat left;
	
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.link_seguinte {
	float: right;
	padding-right: 20px;
	background: url(../images/seguinte_BO.gif) no-repeat right;
	
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.bt_uploader {

	padding-left: 20px;
	//padding-left: 0;
	background: url(../images/bt_uploader_BO.gif) no-repeat left;
	border: none;
	
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	
	cursor: pointer;
}

.bt_adicionar {

	padding-left: 20px;
	//padding-left: 7;
	background: url(../images/bt_adicionar_BO.gif) no-repeat left;
	border: none;
	
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	
	cursor: pointer;
}

#container_bo{
	background: #FFFFFF;
}

#container_bo a{
	color:#333;
}

#container_bo b{
	color:#333;
}

#container_bo h3{
	color:#333;
}

#container_bo td{
	color:#333;
}

#container_bo div{
	color:#333;
}

#barra_navega_BO {
	margin: 10px;
	padding: 3px;
	background: #F4F4F4;
	border-width: 1px 0;
}


/* MENU BACK-OFFICE */

#container_menubo {z-index: 2000000000; position: absolute; text-align: left;}

#menu_bo {
	width:100px;
	margin: 0; padding: 0;
	list-style: none;
	
	border: 1px solid #9A9A9A;
	border-top: none; border-bottom: none;
}

#menu_bo_off {
	padding: 7px 0 0 7px;
	width: 51px;
	height: 31px;
	background: url(../images/bg_menubo_off.gif) no-repeat;
}

#menu_bo_on {
	margin: 0;
	padding: 7px 0 0 7px;
	width: 100px;
	height: 24px;
	//height: 31px;
	background: url(../images/bg_menubo_on.gif) no-repeat;
}

#menu_bo li{
	margin: 0; padding: 0;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	
	width: 100px;
}

.menubo_title {text-align: left;}

.menubo_title a{
	display: block;
	margin:0;
	padding: 2px; padding-left: 6px;
	//width: 100px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/bg_title_bo.gif) repeat-x;
	
	color: #333;
	
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #9A9A9A;
}

.menubo_item a{
	display: block;
	//width: 100px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background: #999999;
	color: #FFFFFF;
	
	text-decoration: none;
	text-align: left;
	margin: 0; padding: 0;
	padding-left: 6px;
}

.menubo_item a:hover {background: #666;}

.menubo_title {
	margin: 0; padding: 0;
	list-style-type: none;
	line-height: 100%;
}
.menubo_item {
	margin: 0; padding: 0;
	list-style-type: none;
	line-height: 100%;
}


/*-- LISTAGEM BACK-OFFICE --*/

#lista_bo_pesquisa{
padding: 10px 3px;
background: #F4F4F4;
border: 1px solid #CCC;
}

#lista_bo_pesquisa td {
	padding-bottom: 6px;
	color:#333;
}

#lista_bo_pesquisa select {
	margin: 0; padding: 0;
	font-size: 12px;
}

#lista_bo_pesquisa input {
	font-size: 12px;
}

.list_pesquisa {
	display: block;
	padding: 4px;
	width: 80px;
	background: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	
	cursor: pointer;
	text-decoration: none;
	border:none;
}

.list_bo_htmledit{
display: block;
	padding: 4px;
	width: 80px;
	background: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
	
	cursor: pointer;
	text-decoration: none;
	border:none;
}

.list_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	
	cursor: pointer;
}

.list_alterar {
	display: block;
	padding-left: 20px;
	height: 16px;
	background: url(../images/bt_list_alterar_BO.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	
	cursor: pointer;
	text-decoration: none;
}

.list_apagar {
	display: block;
	padding-left: 20px;
	height: 16px;
	background: url(../images/bt_list_apagar_BO.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	
	cursor: pointer;
	text-decoration: none;
}


