/*    Quick List 
--------------------------------------------------------------------------------------------------------------*/


/*    List position
--------------------------------------------------------------------------*/

#la-list {
	width: 160px;
	}



/*    Link Style
--------------------------------------------------------------------------*/
	
#la-list A, #la-list A:Visited, #la-list A:Active, #la-list A:Hover {
	color : #ffffff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration : none;
	padding:0.4em;
}

#la-list A:Hover {
	color : #ffffff;
	font-color: white;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	text-decoration : underline;
	padding:0.4em;
}

/*    Title Table Style
--------------------------------------------------------------------------*/
#la-title-table {
	display: none;
	width: 160px;
	}

.la-title-tr {
	display: none;
	}

.la-title-tdleft {
	display: none;
	}

.la-title-tdmiddle {
	display: none;
	}

.la-title-tdright {
	display: none;
	}

/*    Header Table Style
--------------------------------------------------------------------------*/
#la-header-table {
	border: 0;
	width: 160px;
	}
	
.la-header-tr {
	color: red;
	}

.la-header-tdleft {
	width: 160px;
	}

.la-header-tdmiddle {
	display: none;
	width: 0px;
	}

.la-header-tdright {
	display: none;
	width: 0px;
	}



/*    Item Style
--------------------------------------------------------------------------*/
#la-item-table {
	border: 0;
	width: 160px;
	}
	
.la-item-tr {
	height: 20px;
	font: normal 9pt Arial; text-decoration: none; color: #ffffff;
	}

.la-item-tdleft {
	text-align: left;
	padding-left: 5px;
	width: 160px;
	}

.la-item-tdmiddle {
	display: none;
	width: 0px;
	}

.la-item-tdright {
	display: none;
	width: 0px;
	}	

/*    Footer Style
--------------------------------------------------------------------------*/
#la-footer-table {
	display: none;
	border: 0;
	width: 100%;
	}

.la-footer-tr {
	display: none;
	}

.la-footer-td {
	display: none;
	}








/*    Full List 
--------------------------------------------------------------------------------------------------------------*/



/*    List position
--------------------------------------------------------------------------*/

#la-listall {
	text-align: center;
	}



/*    Link Style
--------------------------------------------------------------------------*/
	
#la-listall A, #la-listall A:Visited, #la-listall A:Active, #la-listall A:Hover {
	color : #ffffff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration : none;
	padding:0.4em;
}

#la-listall A:Hover {
	color : #ffffff;
	font-color: white;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration : underline;
	padding:0.4em;
}

/*    Title Table Style
--------------------------------------------------------------------------*/
#la-listall-title-table {
	border: 0;
	width: 400;
	}

.la-listall-title-tr {
	height: 25;
	}

.la-listall-title-tdleft {
	background: navy;
	width: 10;
	}

.la-listall-title-tdmiddle {
	font: bold 12pt Arial; text-decoration: none; color: white;
	background: navy;
	}

.la-listall-title-tdright {
	background: navy;
	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: white;
	height: 20;
	background: #000000;	
	}

.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 {

	}
