/*    Quick List 
--------------------------------------------------------------------------------------------------------------*/


/*    List position
--------------------------------------------------------------------------*/

#la-list {
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: 400px;
	top: 70px;	
	}



/*    Link Style
--------------------------------------------------------------------------*/
	
#la-list A, #la-list A:Visited, #la-list A:Active, #la-list A:Hover {
	color : #222222;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration : none;
	padding:0.4em;
}

#la-list A:Hover {
	color : #222222;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration : underline;
	padding:0.4em;
}

/*    Title Table Style
--------------------------------------------------------------------------*/
#la-title-table {
	width: 200;
	}

.la-title-tr {
	height: 26;
	font-weight:bold;	
	}

.la-title-tdleft {
	width: 15;
	background: url(http://www.muckyclips.com/theme/tableft.jpg)
	}

.la-title-tdmiddle {
	width: 170;
	background: url(http://www.muckyclips.com/theme/tabmiddle.jpg)
	}

.la-title-tdright {
	width: 15;
	background: url(http://www.muckyclips.com/theme/tabright.jpg)
	}

/*    Header Table Style
--------------------------------------------------------------------------*/
#la-header-table {
	border: 0;
	width: 200;
	}
	
.la-header-tr {
	}

.la-header-tdleft {
	width: 150;
	border-left: 1px solid #C0C0C0;
	}

.la-header-tdmiddle {
	width: 25;
	}

.la-header-tdright {
	width: 25;
	border-right: 1px solid #C0C0C0;
	}



/*    Item Style
--------------------------------------------------------------------------*/
#la-item-table {
	border: 0;
	width: 200;
	}
	
.la-item-tr {
	font: normal 10pt Arial; text-decoration: none; color: #222222;
	background: #ffffff;
	}

.la-item-tdleft {
	width: 150;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px dashed #DFDFDF;	
	}

.la-item-tdmiddle {
	width: 25;
	border-bottom: 1px dashed #DFDFDF;	
	}

.la-item-tdright {
	width: 25;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px dashed #DFDFDF;	
	}	

/*    Footer Style
--------------------------------------------------------------------------*/
#la-footer-table {
	display: none;
	border: 0;
	width: 100%;
	}

.la-footer-tr {
	}

.la-footer-td {

	}








/*    Full List 
--------------------------------------------------------------------------------------------------------------*/



/*    List position
--------------------------------------------------------------------------*/

#la-listall {
	background:white;
	}



/*    Link Style
--------------------------------------------------------------------------*/
	


/*    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 {

	}
