﻿
/* SEARCH RESULTS COLUMN LAYOUT */

#searchLayout { }

table#searchColumnLayout { margin-top: 20px; }
td#searchColumnLeft {
	width: 209px;
}
td#searchColumnTitle { width: 536px; height: 35px; padding-left: 15px; }
td#masterColumnLeft { padding-top: 0; background: #f5f5f5; }
td#masterColumnRight { padding-top: 8px; }
td#masterColumnCenter { height: 100%; padding: 0; }

td#masterColumnLeft div.masterColumnTop {
	padding-top: 9px; 
	background: #fff url("/images/dotted-border-bottom.gif") bottom left repeat-x; 
}

td#masterColumnLeft .content { padding: 5px 15px; }

h1 { font-size: 32px; color: #CC0000; margin-top: 5px; font-family:"Times New Roman", Times, serif; font-weight: normal;}


/* LEFT COLUMN CONTENT */

.searchSection {
	padding: 5px 12px 10px 12px;
	background: url("/images/dotted-border-bottom.gif") top left repeat-x;
}

.searchSection strong { color: #cc0000; }

#keywordSearch { background-image: none; }
#keywordSearch input, #dateSearch input { width: 120px; height: 14px; border: 1px solid #666; }

#searchLayout .imageLink { text-align: right; }
#searchLayout .textLink { margin: 6px 0; font-size: .95em; font-weight: bold; color: #cc0000; text-transform: uppercase; }
#searchLayout .textLink a { font-weight: normal; color: #000; text-decoration: none; }
#searchLayout .textLink a:hover { color: #cc0000; text-decoration:underline; }


/* CENTER COLUMN CONTENT */

table#searchResultsLayout { width: 551px; margin: 9px 0; text-align: left; }
#searchResultsLayout th { 
	padding: 5px 10px; 
	font-weight: bold; 
	font-size: .8em; 
	text-transform: uppercase; 
	color: #000; 
	
}
#searchResultsLayout th a { color: #000; }
#searchResultsLayout td { font-size: .85em; color: #666; padding: 8px 10px 5px 10px; vertical-align: top; }
#searchResultsLayout td.date { }
#searchResultsLayout td.subject { }
#searchResultsLayout td.type { }
#searchResultsLayout td.rating { }
#searchResultsLayout td.views { }
#searchResultsLayout td.title { padding: 0 10px 8px 10px; line-height: 130%; color : #339999;} /* background: url("/images/dotted-border-bottom.gif") bottom left repeat-x; } */
#searchResultsLayout td.title a { font-weight: bold; color: #339999; text-decoration: none; }
#searchResultsLayout td.title a:hover { text-decoration: underline; }


