/* Additional Style Sheets */
@import "uiStyle.css";
@import "featurePage.css";
@import "popup.css";

/*	This StyleSheet contains the design of the common PPV frame
		• Top Navigation
		• Left searchbar
		• General site-wide styles
		• Try to limit to CSS styles (@imports = CSS2)
*/

/* Common Tag Styles */
body {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:11px;
	background-color:#fff;
}
body img {
	display:none;
	}
table img {
	display:block;
}
table, td, th {
	vertical-align:top;
	font-family:Arial;
	font-size:11px;
}
h1 {
	margin-top:10px;
    font-weight::normal;
    font-size:18px;
    font-family:Arial;
}
H2 {
    font-weight::bold;
    font-size:14px;
    font-family:Arial;
}
H3 {
    font-weight::bold;
    font-size:13px;
    font-family:Arial;
}
H4 {
    font-weight:bold;
    font-size:12px;
    font-family:Arial;
}
acronym { /* used for quick explanations */
	border-bottom:0px;
	cursor:help;
}
a {
    text-decoration:none;
	color:#0073cc;
}
a:hover {
    text-decoration:underline;
}
a acronym {
	cursor:pointer;
}
form {
	margin:0px;
	padding:0px;
}

/* Content List Display Styles. Used by PPV application. Do not remove */
.elementhidden {
	display:none;
}
.elementshown {
	display:; /* Invalid Value:causes a CSS error that will use the element's default display style */
}




/* Page Styles:pageTable */
#pageTable { /* Primary layout */
	border-bottom:1px solid #ccc;
	background-color:#fff;
}

/* Top Navigation Styles:pageHead */
#pageHead { /* top row TD in pageTable */
	height:60px;
	color:#fff;
	text-align:left;
	background:url(../images/headerBG.gif) repeat-x top;
}
#pageHead .row1 { /* table inside pageHead */
	height:60px;
}
#pageHead .row1 .cell1 { /* Left Cell of Head, often used for Logo */
	width:165px;
	vertical-align:bottom;
	background:url(../images/logo.gif) no-repeat top left;
}
#pageHead .row1 .cell1 h1 { /* This should display reseller product name. PPV2.0 needs update to make this dynamic... */
	display:none;
}
#pageHead .row1 .cell2 { /* Right Cell of Head Contains Login Button */
	vertical-align:bottom;
	width:10%;
	text-align:right;
	padding-bottom:5px;
	padding-right:10px;
}
#pageHead .row1 .cell2 .button { /* Login Button */
	width:55px;
	font-size:11px;
	height:19px;
	color:#FFFFFF;
	cursor:pointer;
	border-top:1px solid #727272;
	border-left:1px solid #727272;
	border-right:1px solid #5c5c5c;
	border-bottom:1px solid #5c5c5c;
	background:#e33b30 url(../Images/buttonBG.gif) center repeat-x;
}

/* Search Area:pageMinor */
#pageMinor { /* Search Column */
	width:160px;
	background-color:#fff;
	color:#000;
	background:#fff url(../images/panelBG.gif) repeat-y right;
	/*border-right:1px solid #ccc;*/
}
#searchKeyword {
	width:160px;
	background:url(../images/navigationBG.gif) repeat-x top;
} /* Keyword Search Table */
#searchKeyword th { /* header "Keyword Search" */
	text-align:left;
	font-size:12px;
	padding:25px 9px 4px 9px;
	color:#333;
	font-weight::bold;
}
#searchKeyword td {
	padding-left:9px;
}
#searchKeyword .pSearch { /* <td> Containing "Search" Button */
	padding-left:8px;
	padding-top:2px;
}
#searchKeyword .pAdvKeyword { /* <td> containing "Advanced Search" Button */
	padding-left:8px;
	padding-top:2px;
}
#searchKeyword .pSearch input { /* "Search" button */
	width:125px;
	font-size:11px;
	height:19px;
	color:#FFF;
	border-top:1px solid #727272;
	border-left:1px solid #727272;
	border-right:1px solid #5c5c5c;
	border-bottom:1px solid #5c5c5c;
	background:#e33b30 url(../Images/buttonBG.gif) center repeat-x;
}
#searchKeyword .pSearch input:hover, #searchKeyword .pSearch input.CSStoHighlight { /* Mouseover for "Search" button */
	cursor:pointer;
}
#searchKeyword .pAdvKeyword input { /* "Advanced Search" button */
	width:125px;
	font-size:11px;
	height:19px;
	color:#FFF;
	border-top:1px solid #7f7f7f;
	border-left:1px solid #7f7f7f;
	border-right:1px solid #5c5c5c;
	border-bottom:1px solid #5c5c5c;
	background:#666 url(../Images/buttonBG.gif) center repeat-x;
}
#searchKeyword .pKeyword {} /* <td> containing search text box */
#searchKeyword .pKeyword input { /* search text box */
	width:125px;
	font-size:11px;
	border:1px solid #666;
	padding:2px;
}
#searchCategory { /* Category Search Table */
}
#searchCategory th { /* "Category Search" header */
	text-align:left;
	font-size:12px;
	color:#333;
	font-weight::bold;
	padding:12px 0px 2px 9px;
}
#searchCategory #searchCategoryFrame { /* <div> containing category list */
	width:150px;
	background-color:#ffffff;
	border-top:1px solid #ddd;
	/* overflow:auto;
	height:200px; /* Optional Values:Scrollbars */
}
#searchCategory .categoryItems { /* <table> containing category list items */
	width:100%;
}
#searchCategory .categoryItems td { /* <td> containing category list item */
	padding:1px 2px;
	//behavior:url( "CSSIEHover.htc" ); /* IE-Specific Hover Fix */
	border-bottom:1px solid #ddd;
	padding-right:5px;
}
#searchCategory .categoryItems td a { /* <a> containing category list item */
	color:#333;
	text-decoration:none;
}
#searchCategoryFrame .categoryItemTitle { /* <span> containing category list title */
	padding-left:5px;
	width:85px;
	display:block;
	float:left;
	margin:1px 0px 1px 2px;
	cursor:pointer;
}
#searchCategoryFrame .categoryItemRecords { /* <span> containing category list amount */
	float:right;
	display:block;
	width:20px;
	margin:2px 2px 2px 0px;
	cursor:pointer;
}
#searchCategory .categoryItems td:hover, #searchCategory .categoryItems td.CSStoHighlight { /* Mouseover for category item <td> */
	background-color:#e9e9e9;
}
#searchCategory .categoryItems td:hover a, #searchCategory .categoryItems td.CSStoHighlight a { /* Mouseover for category item <a> */
	color:#000;
}

/* Content Area:pageMajor */
#pageMajor {
	width:100%;
}
