@charset "iso-8859-1";

/************ CSS standards for Altrr-Press ************/

/* Center some content */
.adSense {
	text-align: center;
}
.boxIncludefile div {
	text-align: center;
}

/* Images alignment */
img.align-left {
	float: left;
	padding: 0 10px 10px 0;
}
img.align-right {
	float: right;
	padding: 0 0 10px 10px;
}
img.align-center {
	display: block;
	padding: 10px 0;
}

/* hide some box title */
h3.h3Hidden {
	display: none;
}

/* no border around linked images */
a img {
	border: none;
}

/* no border around admin images */
.adminToolbar a, a.adminLink, a.editLink, a.cnfgLink {
	border: none !important;
	background-color: transparent;
}

/* Tables with xt_table class */
.xt_table {
	border: 1px solid #aaa;
	color: #000;
	background-color: #fff;	
	width: 100%;
	font-size: 90%;
}
.xt_table tbody th,
.xt_table tbody td {
	border: 0px none #fff;
	padding: 1px 3px 1px 3px;
}

.xt_table a,
.xt_table a:link, 
.xt_table a:visited,
.xt_table a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #000;
	font-weight: normal;
}

.xt_table thead th,
.xt_table tfoot td {
	border: 1px solid #ddd;
	text-align: center;
	font-weight: bold !important;
	color: #000;
	background-color: #f5f5f5;
}

.xt_table tbody th,
.xt_table tbody td {
	vertical-align: top;
}
.xt_table tbody .xt_odd {
	background-color: #fdfdfd;
	border-color: #fdfdfd;
}
.xt_table tbody tr:hover,
.xt_table tbody tr.xt_hover {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.xt_cell_left {
	text-align: left;
}
.xt_cell_center {
	text-align: center;
}
.xt_cell_right {
	text-align: right;
}

x.xt_pager {
    text-align: left;
    height: 100%;
    width: 100%;
}
x.xt_pager a, x.xt_pager a:visited {
    display: inline;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0.1em;
    color: #000;
    width: auto;
}
.xt_paging {
    text-align: center;
    padding: 0 2px;
    width: 97%;
}
.xt_export {
    text-align: right;
    padding-top: 2px;
    float: right;
    width: 2%;
}
.xt_selected {
    font-weight: bold;
    margin: 0 0.1em;
    color: #666;
}
.xt_disabled {
    font-weight: bold;
    color: #666;
}
.xt_previous span {
    margin-right: 1em;
}
.xt_next span {
    margin-left: 1em;
}

/* XxxxxxSearch boxes */
fieldset.search_form .search_cols {
	vertical-align: middle;
	display: inline;
	float: left;
	margin-bottom: 1em;
}
fieldset.search_form .search_cols img {
	margin-right: 1em;
}
fieldset.search_form .search_cols p {
	margin: 0 0;
}
.search_foot {
	text-align: center;
}

/* Blogmarks xslt box */
.bm_blogmarks {
	margin: 10px auto;
	padding: 1%;
	background-color: #f5f5f5;
	border: 1px solid #d9d9d9;
	width: 97%;
	overflow:auto;
}
.bm_even {
    background-color: #fcfcfc;
}
.bm_blogmarks h4 {
	margin-top: 0;
}
.bm_blogmarks p.bm_tags {
	margin-bottom: 0;
	display: block;
	clear: left;
}
.bm_blogmarks img {
	margin: 0 0px 5px 10px;
	float: right;
	border: 0;
	clear: none;
	width: 144px;
	height: 107px;
}
.bm_even img {
	margin: 0 10px 5px 0px;
	float: left;
}