/*
  	   NAME:  ../css/media.list.css

   CATEGORY:  CSS FORMATTING

    PURPOSE:  Provides look and feel for page listing of media results
*/ 

table {
	/*background-color: black;	*/
	text-align: center; 
}

caption {
   font-weight: bold; 
}

th { 
   background: #cceeff; 
   height: 25px;
}

tr.odd {       
   background: #eeeeee; 
}
   
tr.even {      
   background: #dddddd; 
}

td {    
    height: 25px;
    font-size: 12px;
    /*border-style: solid;*/
    /*background-color: yellow;*/
	/*border: 1 px;*/
	
}



.center { 
   text-align: center; 
}

 #TitleFieldLinkCell{
 	text-align: left; 
 	font-size: 14px;
 }
 
 img.PaginationLinkImage {
    border-style: none;
 }
 
 #libauddtl_lbl_me_play{
    color: blue;
    font-weight: bold;
 }
