



/*-------------Markup------------------------*/
table.markups {
	width:85%;
}
table.markups caption p {
	margin:0.75em 0 0.25em;
	font-size:0.9em;
	font-weight:normal;
}
table.markups caption input {
	margin:0;
}
table.markups th, table.markups td {
	padding:0.8em;
	border-top:none;
	font-weight:normal;
}
table.markups tr.edit td, table.markups tr.edit th {
	background-color:#f5f5f5;
	vertical-align:middle;
}
table.markups tr.edit td a.cancel {
	vertical-align:-10%;
}
table.markups fieldset {
	padding:0;
}
table.markups input, table.markups select {
	margin-right:5px;
}
table.markups select {

}
table.markups a.edit_markup_link {
	float:right;
	font-size:11px;
}

table.listings {
	width:100%;
	margin-bottom:1em
}
table.listings col.controls {
	width:20%
}
table.listings colgroup.controls col {
	width:13%;
}
table.listings caption {
	font-weight:bold;
	font-size:14px;
	padding-bottom:.4em;
}
table.listings th, table.listings td {
	padding:7px 0px;
	vertical-align:top;
	font-size:12px !important;
	font-family: "Open Sans",sans-serif;
}
table.listings td a.highlight {
	background-color:#ffffa8;
}
table.listings tfoot td {
	border:none;
	text-align:right;
}

table {
	border-collapse:collapse;
}
th {
	text-align:left;
}
a.control:link, a.control:visited {
	background: #545454;
  background-image: -webkit-linear-gradient(top, #545454, #545454);
  background-image: -moz-linear-gradient(top, #545454, #545454);
  background-image: -ms-linear-gradient(top, #545454, #545454);
  background-image: -o-linear-gradient(top, #545454, #545454);
  background-image: linear-gradient(to bottom, #545454, #545454);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 3px 5px 3px 5px;
  text-decoration: none;
}
a.control:hover {
	 background: #727171;
  background-image: -webkit-linear-gradient(top, #727171, #727171);
  background-image: -moz-linear-gradient(top, #727171, #727171);
  background-image: -ms-linear-gradient(top, #727171, #727171);
  background-image: -o-linear-gradient(top, #727171, #727171);
  background-image: linear-gradient(to bottom, #727171, #727171);
  text-decoration: none;
}
fieldset {
	border:0;
}
/*-------------Markup--END----------------------*/
