/* Tables */

td.primary-cell,
.primary-cell {
	padding: 0.2em 0.5em;
}


/* Listing Tables */

.listing-table {
	border: 1px solid white;
	margin: 1em 0;
	/* width: 100%; */
}

.listing-table th {
	color: white;
	/* font-size: 8pt !important; */
	font-weight: normal;
	text-align: center;
	background: #058;
	padding: 0.3em 0.3em;
}

.lang_fa .listing-table th {
	/* font-size: 10pt !important; */
}

.listing-table tr.listing-row {
	background: #eee;
	padding: 0.1em 0.3em;
}

.listing-table tr.listing-row td {
	padding: 0.1em 0.3em;
}

.listing-table tr.listing-row-odd {
	background: #eee;
}

.listing-table tr.listing-row-even {
	background: #ddd;
}

.listing-table th.horiz,
.horiz-listing-table th {
	vertical-align: top;
	text-align: left;
}

#content.lang_fa .listing-table th.horiz,
#content.lang_fa .horiz-listing-table th {
	text-align: right;
}

.listing-table th a {
	color: white !important;
	text-decoration: none;
}

.listing-table td {
	padding: 0.2em 1em;
}

.listing-table pre {
	margin: 0.1em 0;
	padding: 0.1em 0.5em;
	border: solid black;
}

.lang_en pre,
pre.lang_en,
.lang_fa pre.lang_en {
	border-width: 0 0 0 1px;
}

.lang_fa pre,
pre.lang_fa,
.lang_en pre.lang_fa {
	border-width: 0 1px 0 0;
}

.listing-table b.listing-inner-title {
	font-size: 7pt;
	text-transform: uppercase;
}

.lang_fa .listing-table b.listing-inner-title {
	font-size: 9pt;
}

td.primary-cell,
tr.listing-row-odd td.primary-cell,
.listing-table tr.listing-row-odd td.input,
.primary-cell {
	background: #cdf;
}

tr.listing-row-even td.primary-cell,
.listing-table tr.listing-row-even td.input {
	background: #bcf;
}

.listing-table tr.listing-row-odd:hover,
.listing-table tr.listing-row-even:hover {
	background: #D1E5EF !important;
}

.listing-table tr.listing-row-odd:hover td.primary-cell,
.listing-table tr.listing-row-even:hover td.primary-cell {
	background: #9FB9FF !important;
}

/* Listing Order/Limit */

#content .t_limit {
	color: #333;
	font-size: 10pt;
	background: #ddd;
	border: solid 1px #058;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 0.1em 1em;
}

#content .t_limit a {
}

.changed-even {
	background-color: #ddd !important;
}
.changed-odd {
	background-color: #eee !important;
}

.changed,
.changed-green, 
.changed-red, 
.changed-purple {
	float:left;
	width:10px;
	height:125px;
	margin-right:0.4em
}

.changed-green {
	background-color: #00B9A2 !important;
}
.changed-red {
	background-color: #FF0000 !important;
}
.changed-purple {
	background-color: #CE9CE7 !important;
}
