blockquote {
	visibility: hidden;
}




.linkbullet {
	background-image: url(/images/link.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 15px;
	display: block;
}
.linkbackbullet {
	background-image: url(/images/link_back.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 15px;
	display: block;
}
.warning {
	background-color: #FFFFCC;
	background-image: url(/images/warning_blink.gif);
	background-repeat: no-repeat;
	border: 2px solid #FF0000;
	padding-left: 25px;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.warning_light {
	background-image: url(/images/warning.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red {
	color: #FF0000;
}
.isearch_title {
	font-size: 14px;
}

.isearch_highlight {
	background-color: #FFFF66;
}

.listTable {
empty-cells:show;
}
.listTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.listTable td a {
text-decoration:none;
border:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#uploadwarning {
	visibility: hidden;
	background-color: #FFFFCC;
	display: block;
	border: 1px dotted #CC0000;
	background-image: url(/images/loading_32x32_y_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.box {
	padding: 10px;
	border: 1px solid #999999;
	vertical-align: top;
}
.greyItalic {
	font-style: italic;
	color: #999999;
}

#submenu
{
height: 30px;
width:100%;
}

a.add {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 30px;
	background-image: url(/images/icons-large/add.png);
	background-repeat: no-repeat;
	height: 22px;
	display: block;
	background-position: 2px center;
	float: left;
}
a.add:hover {
	color: #FF0000;
	background-color: #FFFFCC;
}
a.up {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 30px;
	background-image: url(/images/icons-large/go-up.png);
	background-repeat: no-repeat;
	height: 22px;
	display: block;
	background-position: 2px center;
	float: left;
}
a.up:hover {
	color: #FF0000;
	background-color: #FFFFCC;
}
#acks {
	text-align: center;
	display:table;
	margin: 0 auto;
}
#acks p {
	display: block;
	float: left;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
