/************************************************
** Styles to apply to the entire table
************************************************/

.sorTable .finestre TABLE {
	font-family : MS UI Gothic;
	color : #333366;
	font-size : 10px;
	padding: 0;
	margin: 10px;
	border: 1px outset #666666;
	color : black;
	background-color : white;
}

.sorTable .finestre A {
	text-decoration : none;
	color : black;
}

.sorTable .finestre A:Hover {
	text-decoration : underline;
	color : blue;
}


/************************************************
** Custom styles for the different column types
************************************************/

.sorTable .finestre COL.boolean,
.sorTable .finestre COL.date,
.sorTable .finestre COL.datetime,
.sorTable .finestre COL.time,
.sorTable .finestre COL.url,
.sorTable .finestre COL.email {}

.sorTable .finestre COL.numeric,
.sorTable .finestre COL.price {
	text-align : right;
}



/************************************************
** Styles for the page navigation bar and the 
** column headings. When a heading cell is
** hovered over, the heading cell class changed 
** to "mouseover". When clicked, the class is
** changed to "mousedown".
************************************************/

.sorTable .finestre THEAD TH {
	border-width: 0;
	background-color: #F9FAFD;
}

.sorTable .finestre THEAD TR.columnHeadings TH {
	border-top: 1px solid #BDBECE;
	border-bottom : 2px solid #D1D2DE;
}

.sorTable .finestre TFOOT TH {
	border-width : 0;
	background-color: #F9FAFD;
	border-top : 2px solid #D1D2DE;
}

.sorTable .finestre TH {
	border-color : #cccccc;
	border-style : solid;
	padding : 5px;
	margin : 0;
	white-space: nowrap;
	background-color : #eeeeee;
	font-size : 14px;
}

.sorTable .finestre TH .page {
	float : left;
}

.sorTable .finestre TH .pageLinks {
	float : right;
}

.sorTable .finestre TH .pageLinks A {
	padding : 3px;
}

.sorTable .finestre TH .pageLinks A:Hover {
	background-color : white;
}

.sorTable .finestre TH .pageLinks A:Active {
	background-color : #EEDDFF;
}

.sorTable .finestre TH .pageLinks .currentPage {
	background-color : #dddddd;
	padding : 3px;
}

.sorTable .finestre THEAD TR.columnHeadings TH.mouseover,
.sorTable .finestre THEAD TR.columnHeadings TH.mousedown {
	border-bottom : 2px solid #f8a900;
} 

.sorTable .finestre TH.sort {
}





/************************************************
** Styles for the rows of data. When the row is
** hovered over, the row class changed to 
** "mouseover". When clicked, the class is 
** changed to "mousedown".
************************************************/


.sorTable .finestre TD {
	font-family : MS UI Gothic;
	color : #333366;
	font-size : 12px;
	padding: 1px;
	border-width: 0;
	margin: 0;
	border-collapse: collapse;
}

.sorTable .finestre TR.shade {
}

.sorTable .finestre TD.sort {
	background-color : #fff200;
}

.sorTable .finestre TR.shade TD.sort {
}

.sorTable .finestre TR.mouseover,
.sorTable .finestre TR.shademouseover {
}

.sorTable .finestre TR.mouseover TD,
.sorTable .finestre TR.shademouseover TD {
}

.sorTable .finestre TR.mouseover TD.sort,
.sorTable .finestre TR.shademouseover TD.sort {
}

.sorTable .finestre TR.mousedown,
.sorTable .finestre TR.shademousedown {
	background-color : #B2B4BF;
}

.sorTable .finestre TR.mousedown TD,
.sorTable .finestre TR.shademousedown TD {
}

.sorTable .finestre TR.mousedown TD A,
.sorTable .finestre TR.shademousedown TD A {
}

.sorTable .finestre TR.mousedown TD.sort,
.sorTable .finestre TR.shademousedown TD.sort {
	background-color : #B2B4BF;
}
