ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a { text-decoration: none; color: #666;}

a:hover { color: #000; }

body 
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background-color: #fff;
}

/************
 *  Header  *
 ************/

#header {
	height: 80px;
}

#header img {
	float: left;
}

#header h1 {
	float: right;
	line-height: 80px;
	vertical-align: center;
	color: #555;
}

#header #userBar, #header #navBar {
	visibility: hidden;
	display: none;
}

/***********
 * Content *
 ***********/

#content_header {
	margin-top: 10px;
	margin-bottom: 15px;
}

#content_header h1 {
	padding: 8px 0 8px 0;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	background-color: #CCC;
	text-align: center;
}

#content_header #action {
	visibility: hidden;
	display: none;
}

.block .block_info_title {
  border-bottom: 1px dotted #AAA;
  margin: 0 6px 3px 6px;
  padding-bottom: 4px;
  font-size: 1.8em;
  color: #AAA;
}

.block .block_info {
  margin-bottom: 6px;
}

.block .block_info th {
  text-align: left;
  padding: 3px;
}

.block_space {
  line-height: 40px;
}


/*************************************
 *    Tabela de listagem de dados    *
 *************************************/

.data_table {
	border-collapse: collapse;
	background-color: #FFF;
	width: 100%;
}

.data_table thead tr, .data_table tfoot tr {
	background: url(../images/bg_th.png) top left repeat-x;
	text-align: left;
	min-height: 1.3em;
}

.data_table thead tr th {
	padding: 6px;
	border-bottom: 2px solid #A9A9A9;
}

.data_table tfoot tr th {
	border-top: 1px solid #A9A9A9;
  color: #777;
  text-align: right;
  padding: 6px 16px;
  line-height: 1.4em;
}

.data_table tbody tr th, .data_table tbody tr td {
	padding: 3px 6px ;
}

.data_table tbody tr td {
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
}

.data_table tbody tr:hover {
	background-color: #B0FFA6;
}

.data_table tbody .check_to_remove {
	color: #C90000;
}

.data_table thead tr .th_action {
	text-align: center;
	width: 60px;
}

.data_table thead tr .th_action_big {
	text-align: center;
	width: 120px;
}

.data_table tbody .td_action, .data_table tbody .td_action_big {
	text-align: center;
}


/*************
 *   Footer  *
 *************/

#footer {
	margin-top: 15px;
}

#footer .terms {
	text-align: center;
	font-weight: bold;
}

#footer .developer {
	display: none;
	visibility: hidden;
}