/* CSS Document */

#sections table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
#sections table table {
  font-size: 1em;
}
#sections #footer-wrapper table {
  font-size: 1em;
}

.fix_width
{
	width:400px!important;	
}

#sections table#form_id tr th {
  background: #757575!important;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
#sections table#form_id tr th,
#sections table#form_id tr th a,
#sections table#form_id tr th a:hover {
  color: #FFF!important;
  font-weight: bold!important;
}
#sections table#form_id tbody tr th {
  vertical-align: top;
}
#sections tr td,
#sections tr th {
  padding: 4px 9px!important;
  border: 1px solid #fff!important;
  text-align: left!important; /* LTR */
}

#sections tr td p
{
	margin:0;
	padding:0;	
}

#sections #footer-wrapper tr td,
#sections #footer-wrapper tr th {
  border-color: #555!important;
  border-color: rgba(255, 255, 255, 0.18)!important;
}
#sections tr.odd {
  background: #e4e4e4!important;
  background: rgba(0, 0, 0, 0.105)!important;
}
#sections tr,
#sections tr.even {
  background: #efefef!important;
  background: rgba(0, 0, 0, 0.063)!important;
}
#sections table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
#sections table ul.links li {
  padding: 0 1em 0 0;
}

/* Theme Seven */
#apti-pages-sections-gestion input.form-submit {
  cursor: pointer;
  padding: 4px 17px;
  margin-bottom: 1em;
  margin-right: 1em; /* LTR */
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  background: url(seven/images/buttons.png) 0 0 repeat-x;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#apti-pages-sections-gestion input.form-submit:active {
  background: #666;
  color: #fff;
  border-color: #555;
  text-shadow: #222 0 -1px 0;
}