@charset "iso-8859-1";

/* CSS styles for Classic toolbox */


/* Links box */
.boxLinks ul {
	margin: 0;
	padding: 0 0 0 20px;
	/*list-style-image: url(boxLinks_li.gif);*/
	list-style-position: outside;
}
.boxLinks li {
	margin: 0;
	/*list-style-image: url(boxLinks_li.gif);*/
	list-style-position: outside;
}
.boxLinks p {
	margin: 0 0 0.25em 0;
}

/* Image box */
.boxImage {
	text-align: center;
}
.qc_LargePane .boxImage div img {
	border: 1px solid #a9a9a9;
	padding: 5px;
}
.boxImage h3 {
	text-align: left;
}

/* Tables with xt_table class */
.xt_table {
	xborder-collapse: collapse;
	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.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;
}

/* Announcements box */
.boxAnnouncements .summary {
	font-style: italic;
}
.boxAnnouncements .link {
	text-align: right;
	font-size: 85%;
	margin: 5px 0 0 0;
	float:right;
}
.boxAnnouncements .foot {
	font-size: 85%;
	margin: 5px 0 0 0;
	color: #888;
	text-align: left;
	border-top: dotted 1px #888;
}

/* Filedir box */
.boxFiledir p img, .boxFiledir td img {
  margin-right: 5px;
  border: 0;
}
.boxFiledir p {
  font-size: 110%; 
  font-weight: bold;
  background-color: #f0f0f0;
  padding: 1px 5px 2px 5px;
}
.boxFiledir p a {
  font-weight: normal;
}
.boxFiledir table {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.boxFiledir .colPath {
  font-size: 110%; 
  font-weight: bold;
  width: 60%;
  padding: 0px 5px;
}
.boxFiledir .colName {
  width: 60%;
  padding: 0px 5px;
}
.boxFiledir .colSize {
  text-align: right;
  width: 10em;
  padding: 0px 5px;
}
.boxFiledir .colDate {
  text-align: right;
  width: 16em;
  padding: 0px 5px;
}

/* Googleads box */
.boxGoogleads .adSense {
  text-align: center;
}

/* 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;
}

/* Textfile box */
.boxHtmlfile, .boxTextfile {
	overflow-x: hidden;
	width: 100%;
}

/* 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;
}