﻿	#ResourceList
	{
    	background: url(/images/grid_bg_740.png) top left no-repeat;
    	margin: 0px;
    	padding: 0px;
	}
	
	#ResourceListTitle {
		width:740px;
		margin: 0px;
		padding:0;
		list-style-type:none;
		clear:both;
	}
	
	#ResourceListRows {
		width:740px;
		margin: 0px;
		padding:0;
		list-style-type:none;
		/*height:260px;*/
	}
	
	
	#ResourceListOption{
		width: 28px;
		float:left;
		border-bottom: 1px solid #949494;
	}

	#ResourceListIcon {
		width: 130px;
		float:left;
		border-bottom: 1px solid #949494;
		overflow:hidden;
	}
	
	#ResourceListType {
		width: 75px;
		float:left;
		border-bottom: 1px solid #949494;
		overflow:hidden;
	}
	#ResourceListDescription{
		width: 290px;
		float:left;
		border-bottom: 1px solid #949494;
	}
	#ResourceListDate{
		width: 115px;
		float:left;
		border-bottom: 1px solid #949494;
	}
	
	#ResourceListAction{
		width: 90px;
		float:left;
		border-bottom: 1px solid #949494;
	}		
	
	
	#ResourceListTitle #ResourceListOption
	{
		height: 35px;
		font-weight:bold;
		border-bottom: none;
		padding: 3px 0px 0px 0px;
	}
	
	#ResourceListTitle #ResourceListIcon
	{
		height: 35px;
		font-weight:bold;		
		border-bottom: none;
		padding: 3px 0px 0px 0px;
	}

	#ResourceListTitle #ResourceListType
	{
		height: 35px;
		font-weight:bold;
		border-bottom: none;
		padding: 3px 0px 0px 0px;
	}
	#ResourceListTitle #ResourceListDescription
	{
		height: 35px;
		font-weight:bold;
		border-bottom: none;
		padding: 3px 0px 0px 0px;
	}
	#ResourceListTitle #ResourceListDate
	{
		height: 35px;
		font-weight:bold;
		text-align:center;
		border-bottom: none;
		padding: 3px 0px 0px 0px;
	}
	
	#ResourceListTitle #ResourceListAction
	{
		height: 35px;
		font-weight:bold;
		border-bottom: none;
		padding: 3px 0px 0px 0px;
	}
	
	
	#ResourceListRows #ResourceListOption
	{
		height: 90px;
		background: #ffffff;
		text-align: center;
		padding: 5px 0px 0px;
	}
	
	#ResourceListRows #ResourceListIcon
	{
		height: 95px;
		background: #ffffff;
	}

	#ResourceListRows #ResourceListType{
		height: 95px;
		text-align: center;
		background: #ffffff;
	}
	#ResourceListRows #ResourceListDescription{
		height: 95px;
		background: #ffffff;
	}
	#ResourceListRows #ResourceListDate{
		height: 95px;
		background: #ffffff;
	}
	
	#ResourceListRows #ResourceListAction{
		height: 95px;
		background: #ffffff;
	}
	
	#ResourceListInnerCell {
		padding: 5px 0px 0px 8px;
	}
	
	#ResourceListFooter {
		clear:both;
    	background: url(/images/grid_bg_740.png) top left no-repeat;
    	position: relative;
    	top: -3px;
    	height: 35px;
	}		
	


    #resource_search {
         visibility: hidden;
         position: absolute;
         left: 32px;
         top: 210px;
         width:100%;
         height:100%;
         text-align:center;
         z-index: 1000;
		 
    }
	
    #resource_search div {
	     width: 100%;
	     height: 198px;
		 position: relative;
		 top: 44px;
		 left: 45px;
         padding: 0px 0px 0px 0px;
         text-align:center;
	     background:url(/images/resources/resources_search.png) bottom center no-repeat;
    }
    
    #PageFooter {
		clear:both;
    	background: url(/images/grid_bg_955.png) top left no-repeat;
    	position: relative;
    	top: -1px;
    	height: 35px;
	}	
