/*    Quick List 
--------------------------------------------------------------------------------------------------------------*/


/*    List position
--------------------------------------------------------------------------*/

#la-list {
	background:red;
	}



/*    Link Style
--------------------------------------------------------------------------*/
	
A  {
	color : Navy;
	font-family: Verdana, Arial, Helvetica;;
	text-decoration : none;
}

A:Visited  {
	color : Navy;
	font-family: Verdana, Arial, Helvetica;;
	text-decoration : none;
}

A:Active  {
	color : Navy;
	font-family: Verdana, Arial, Helvetica;;
	text-decoration : none;
}

A:Hover  {
	color : red;
	font-family: Verdana, Arial, Helvetica;;
	text-decoration : underline;

}

/*    Title Table Style
--------------------------------------------------------------------------*/
#la-title-table {
	display: none;
	width: 130;
	}

.la-title-tr {
	
	}

.la-title-tdleft {

	}

.la-title-tdmiddle {

	}

.la-title-tdright {

	}

/*    Header Table Style
--------------------------------------------------------------------------*/
#la-header-table {
	border: 0;
	width: 130;
	}
	
.la-header-tr {
	font: normal 10pt Arial; text-decoration: none; color: red;
	background: #F2F2F2;
	}

.la-header-tdleft {
	width: 130;
	}

.la-header-tdmiddle {
	display: none;
	width: 0;
	}

.la-header-tdright {
	display: none;
	width: 0;
	}



/*    Item Style
--------------------------------------------------------------------------*/
#la-item-table {
	border: 0;
	width: 130;
	}
	
.la-item-tr {
	font: normal 10pt Arial; text-decoration: none; color: blue;
	height: 20;
	background: #FFFFFF;	
	}

.la-item-tdleft {
	width: 130;
	}

.la-item-tdmiddle {
	display: none;
	width: 0;
	}

.la-item-tdright {
	display: none;
	width: 0;
	}	

/*    Footer Style
--------------------------------------------------------------------------*/
#la-footer-table {
	display: none;
	border: 0;
	width: 130;
	}

.la-footer-tr {
	}

.la-footer-td {

	}








/*    Full List 
--------------------------------------------------------------------------------------------------------------*/



/*    List position
--------------------------------------------------------------------------*/

#la-listall {
	background:white;
	}



/*    Link Style
--------------------------------------------------------------------------*/
	
A  {
	color : Navy;
	font-family: Verdana, Arial, Helvetica;;
	text-decoration : none;
}

A:Visited  {
	color : Navy;
	font-family: Verdana, Arial, Helvetica;;
	text-decoration : none;
}

A:Active  {
	color : Navy;
	font-family: Verdana, Arial, Helvetica;;
	text-decoration : none;
}

A:Hover  {
	color : red;
	font-family: Verdana, Arial, Helvetica;;
	text-decoration : underline;

}

/*    Title Table Style
--------------------------------------------------------------------------*/
#la-listall-title-table {
	border: 0;
	width: 400;
	}

.la-listall-title-tr {
	height: 25;
	}

.la-listall-title-tdleft {
	background: blue;
	width: 10;
	}

.la-listall-title-tdmiddle {
	font: normal 12pt Arial; text-decoration: none; color: white;
	background: blue;
	}

.la-listall-title-tdright {
	background: blue;
	width: 0;
	}

/*    Header Table Style
--------------------------------------------------------------------------*/
#la-listall-header-table {
	border: 0;
	width: 400;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-top-width: 1px;
	border-bottom: 1px solid blue;
	}
	
.la-listall-header-tr {
	font: normal 10pt Arial; text-decoration: none; color: red;
	background: #F2F2F2;
	}

.la-listall-header-tdleft {
	width: 300;
	}

.la-listall-header-tdmiddle {
	width: 50;
	}

.la-listall-header-tdright {
	width: 50;
	}



/*    Item Style
--------------------------------------------------------------------------*/
#la-listall-item-table {
	border: 0;
	width: 400;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-top-width: 1px;
	border-bottom: 1px solid blue;
	}
	
.la-listall-item-tr {
	font: normal 10pt Arial; text-decoration: none; color: blue;
	height: 20;
	background: #FFFFFF;	
	}

.la-listall-item-tdleft {
	padding-left: 10;
	width: 300;
	}

.la-listall-item-tdmiddle {
	width: 50;
	}

.la-listall-item-tdright {
	width: 50;
	}	

/*    Footer Style
--------------------------------------------------------------------------*/
#la-listall-footer-table {
	display: none;
	border: 0;
	width: 400;
	}

.la-listall-footer-tr {
	}

.la-listall-footer-td {

	}
