/*    Quick List 
--------------------------------------------------------------------------------------------------------------*/


/*    List position
--------------------------------------------------------------------------*/

#la-list {
	}



/*    Link Style
--------------------------------------------------------------------------*/
	
#la-list A, #la-list A:Visited, #la-list A:Active {

}

#la-list A:Hover  {


}

/*    Title Table Style
--------------------------------------------------------------------------*/
#la-title-table {
	display: none;
	width: 100%;
	}

.la-title-tr {
	
	}

.la-title-tdleft {

	}

.la-title-tdmiddle {

	}

.la-title-tdright {

	}

/*    Header Table Style
--------------------------------------------------------------------------*/
#la-header-table {
	border: 0;
	width: 100%;
	}
	
.la-header-tr {
	}

.la-header-tdleft {
	width: 100%;
	}

.la-header-tdmiddle {
	display: none;
	width: 0;
	}

.la-header-tdright {
	display: none;
	width: 0;
	}



/*    Item Style
--------------------------------------------------------------------------*/
#la-item-table {
	border: 0;
	width: 100%;
	}
	
.la-item-tr {

	}

.la-item-tdleft {

	}

.la-item-tdmiddle {
	display: none;
	width: 0;
	}

.la-item-tdright {
	display: none;
	width: 0;
	}	

/*    Footer Style
--------------------------------------------------------------------------*/
#la-footer-table {
	display: none;
	border: 0;
	width: 100%;
	}

.la-footer-tr {
	}

.la-footer-td {

	}








/*    Full List 
--------------------------------------------------------------------------------------------------------------*/



/*    List position
--------------------------------------------------------------------------*/

#la-listall {
	background:none;
	}



/*    Link Style
--------------------------------------------------------------------------*/
#la-listall A, #la-listall A:Visited, #la-listall A:Active {
	color : #222222;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration : none;
}

#la-listall A:Hover  {
	color : #e7e7e7;
	background-color: #990000; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration : none;

}	


/*    Title Table Style
--------------------------------------------------------------------------*/
#la-listall-title-table {
	border: 0;
	width: 40%;
	}

.la-listall-title-tr {
	background: #222222;
	height: 25;
	}

.la-listall-title-tdleft {
	width: 10;
	}

.la-listall-title-tdmiddle {
	width: 480;
	font: normal 12pt Arial; text-decoration: none; color: white;
	}

.la-listall-title-tdright {
	width: 10;
	}

/*    Header Table Style
--------------------------------------------------------------------------*/
#la-listall-header-table {
	border: 0;
	width: 40%;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-top-width: 1px;
	border-bottom: 1px solid #222222;
	}
	
.la-listall-header-tr {
	font: normal 10pt Arial; text-decoration: none; color: red;
	background: #F2F2F2;
	}

.la-listall-header-tdleft {
	width: 80%;
	}

.la-listall-header-tdmiddle {
	width: 10%;
	}

.la-listall-header-tdright {
	width: 10%;
	}



/*    Item Style
--------------------------------------------------------------------------*/
#la-listall-item-table {
	border: 0;
	width: 500;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-top-width: 1px;
	border-bottom: 1px solid #222222;
	}
	
.la-listall-item-tr {
	font: normal 10pt Arial; text-decoration: none; color: #222222;
	height: 25;
	background: #none;	
	}

.la-listall-item-tdleft {
	text-align: left;
	padding-left: 10px;
	width: 400;
	}

.la-listall-item-tdmiddle {
	width: 50;
	}

.la-listall-item-tdright {
	width: 50;
	}	

/*    Footer Style
--------------------------------------------------------------------------*/
#la-listall-footer-table {
	display: none;
	border: 0;
	width: 500;
	}

.la-listall-footer-tr {
	}

.la-listall-footer-td {

	}