
	#prospect select {
		font-size : 11px;
		font-weight: normal;
	}
	
	#prospect_title {
		font-size : 15px;
		color: #797979;
	}
	
	#prospect_page_number {
		border: 1px solid #bcbcbc;
		text-align: center;
		font-weight: bold;
		background: #f1f1f1;
		padding: 2px 5px 2px 5px;
		cursor: pointer;
		margin: 2px 5px 1px 0px;
		width:18px;
		height:18px;
	}
	
	#prospect_page_number_on {
		border: 1px solid #bcbcbc;
		text-align: center;
		font-weight: bold;
		background: #ffffff;
		padding: 2px 5px 2px 5px;
		margin: 2px 5px 1px 0px;
		cursor: pointer;
		width:18px;
		height:18px;
	}
	
	#prospect #name {
		font-weight: bold;
		color: #58b043;
	}
	
	#prospect #email {
		
	}
	
	#prospect #date {
		font-weight: bold;
	}
	
	#Grid #action_icons {
		border: none;
	}
	
	#Grid #action_text {
		border: none;
	}
	
	#action_icons {
		border: none;
		padding: 0px 0px 0px 2px;
	}
	
	
	#prospect_name {
		position : relative;
		top: 20px;
		white-space: nowrap;
	}
	
	#prospect_form_header {
		font-size: 14px;
		color: #ffffff;
		padding: 5px;
		font-weight: bold;
	}
	
	#prospect_hot_points {
		font-size: 16px;
		font-weight: bold;
	}
	
	#prospect_actions {
		font-size: 16px;
		font-weight: bold;
	}
	
	#prospect_details {
		background-color: #e6f3e3;
		font-size: 12px;
		padding: 10px;
	}
	
	#prospect_details b {
		color: #717171;
	}
			
/* Screen Tabs */
	
	
	
	#prospect_Tabs 
	{
		width : 584px;
		position : relative;
		top : 1px;
		float: right;
	}
	
	#prospect_Tabs #List {
		width : 96px;
		float : right;
		position : relative;
		right : -106px;
		cursor: pointer;
	}
	
	#prospect_Tabs #General {
		width : 96px;
		text-align: center;
		float : right;
		position : relative;
		right : -88px;
		cursor: pointer;
	}
	
	#prospect_Tabs #Calls {
		width : 101px;
		text-align: center;
		float : right;
		position : relative;
		right : -66px;
		cursor: pointer;
	}
	
	#prospect_Tabs #Emails {
		width : 96px;
		text-align: center;
		float : right;
		position : relative;
		right : -44px;
		cursor: pointer;
	}
	
	#prospect_Tabs #Actions {
		width : 96px;
		text-align: center;
		float : right;
		position : relative;
		right : -22px;
		cursor: pointer;
	}
	
	#prospect_Tabs #History {
		width : 96px;
		text-align: center;
		float : right;
		position : relative;
		cursor: pointer;
	}

	
			
/* List Styles */
	
	#ProspectListTitle {
		width:735px;
		margin: 0px;
		padding:0;
		list-style-type:none;
		clear:both;
	}
	
	#ProspectListRows {
		width:735px;
		margin: 0px;
		padding:0;
		list-style-type:none;
	}
	
	
	#ProspectListOption{
		width: 26px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
	}
	#ProspectListName{
		width: 197px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
		overflow:hidden;
	}
	#ProspectListActions{
		width: 268px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
	}
	#ProspectListNotes{
		width: 239px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
		border-right: 1px solid #949494;
	}
	
	
	
	#ProspectListTitle #ProspectListOption{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	#ProspectListTitle #ProspectListName{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	#ProspectListTitle #ProspectListActions{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	#ProspectListTitle #ProspectListNotes{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	
	
	#ProspectListRows #ProspectListOption{
		height: 70px;
		background: #ffffff;
		text-align: center;
	}
	#ProspectListRows #ProspectListName{
		height: 70px;
		background: #ffffff;
	}
	#ProspectListRows #ProspectListActions{
		height: 70px;
		background: #ffffff;
	}
	#ProspectListRows #ProspectListNotes{
		height: 70px;
		background: #ffffff;
	}
	
	#ProspectListInnerCell {
		padding: 5px 0px 0px 8px;
	}
	
	
	#ProspectListFooter {
		clear:both;
		border-top: 1px solid #949494;
		width:735px;
	}

    #prospect_search {
         visibility: hidden;
         position: absolute;
         left: 0px;
         top: 0px;
         width:100%;
         height:100%;
         text-align:center;
         z-index: 200;
		 
    }
	
    #prospect_search div {
	     width: 100%;
	     height: 592px;
		 position: relative;
		 top: 15px;
		 left: 107px;
         padding: 0px 0px 0px 0px;
         text-align:center;
	     background:url(/~extras/crapo/prospects_search.png) bottom center no-repeat;
    }

    #prospect_category {
         visibility: hidden;
         position: absolute;
         left: 0px;
         top: 0px;
         width:100%;
         height:100%;
         text-align:center;
         z-index: 200;
		 
    }
	
    #prospect_category div {
	     width: 100%;
	     height: 592px;
		 position: relative;
		 top: 15px;
		 left: -28px;
         padding: 0px 0px 0px 0px;
         text-align:center;
	     background:url(/~extras/crapo/prospects_search.png) bottom center no-repeat;
    }
	
	
	
	
	
	
/* History Grid Styles */
	
	#HistoryListTitle {
		width:710px;
		margin: 0px;
		padding:0;
		list-style-type:none;
		clear:both;
	}
	
	#HistoryListRows {
		width:710px;
		margin: 0px;
		padding:0;
		list-style-type:none;
	}
	
	
	#HistoryListDate{
		width: 100px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
		padding: 5px 0px 0px 8px;
	}
	#HistoryListActions{
		width: 130px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
		padding: 5px 0px 0px 8px;
	}
	#HistoryListNotes{
		width: 452px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
		border-right: 1px solid #949494;
		padding: 5px 0px 0px 8px;
		overflow:hidden;
	}
	
	
	#HistoryListTitle #HistoryListDate{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	#HistoryListTitle #HistoryListActions{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	#HistoryListTitle #HistoryListNotes{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	
	
	#HistoryListRows #HistoryListDate{
		height: 66px;
		background: #ffffff;
	}
	#HistoryListRows #HistoryListActions{
		height: 66px;
		background: #ffffff;
	}
	#HistoryListRows #HistoryListNotes{
		height: 66px;
		background: #ffffff;
	}
	
	
	#HistoryListInnerCell {
		padding: 5px 0px 0px 8px;
	}
	
	
	
	#ProspectHistoryDetails {
	    position:absolute;
	    background: transparent url(/~extras/crapo/prospects_history_details.png) no-repeat;
		left: 140px;
		width: 490;
		height: 396;
		padding: 10px 30px 10px 30px;
		z-index:500;
		display:none;
	}
	