/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 */

/*
A:hover {
	color: #007fb0;
	text-decoration: underline;
}
*/

.boxheader {
	font-family : 'Verdana', 'Arial', 'Helvetica';
	font-size : 9pt;
	font-weight : bold;
	color : White;
	background : #007fb0;
	text-decoration : none;
}

.boxframe {
	background-color: #007fb0;
}

TD.head	{
	color : White;
	background:  #007fb0;
}

TH {
	
	font-weight: bold;
	font-size: 9pt;
	color: white;
	vertical-align: middle;
	line-height: 120%;
	background:  #007fb0;
}

TR.head	{
	background:  #007fb0;
}

A.sortedby {
	color:white;
	font-weight:bold;
	font-size: 9pt;
}

A.notsortedby {
	color:white;
	font-size: 9pt;
}

/* override default headline bullet style. */
img.bullet {
	background-image: url("../images/xdocs_arrow.png");
}
