@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
*/
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#eee;
}
table, td, th {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h1 {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#1e4077;
}
h2 {
	font-size:12px;
}
h3 {
	font-size:11px;
}
acronym {
	border-bottom:0px;
	cursor:help;
}
a {
	color:#1e4077;
}
a acronym {
	cursor:pointer;
}

/* Display Styles */
.elementhidden {
	display:none;
}
.elementshown {
	display:; /* Invalid Value: causes a CSS error that will use the element's default display style */
}

/* Page Styles: pageTable */
#page {
}
#pageTable {
	border-bottom:1px solid #ccc;
	background-color:#fff;
}

/* Top Navigation Styles: pageHead */
#pageHead {
	height:60px;
	background:#1e4077 url("../../images/reseller_ppv_pattern_loop-30-.gif") top center repeat;
	color:#fff;
	text-align:left;
}
#pageHead .row1 {
	background:transparent url("../../images/ppvLogo.gif") top left no-repeat;
	height:60px;
}
#pageHead .row1 .cell1 {
	height:40px;
	vertical-align:bottom;
	width:70%;
}
#pageHead .row1 .cell1 h1 {
	display:none;
}
#pageHead .row1 .cell2 {
	vertical-align:middle;
	width:30%;
	text-align:right;
	color:#eee;
	padding-right:12px;
}
#pageHead .row1 .cell2 .button {
	background: #f7db00 url("../../images/ppvButtonLargeBG.gif") top left repeat-x;
	height:30px;
	font-size:12px;
	border:1px outset #444;
}
#pageHead .row2 {
	display:none;
}

/* Search Area: pageMinor */
#pageMinor {
	width:129px;
	background-color: #1e4077;
	color:#fff;
}

#searchKeyword td {
	padding:0px 6px;
}
#searchKeyword th {
	color:#fff;
	text-align:left;
	font-size:12px;
	padding:6px 0px 2px 6px;
}
#searchKeyword .pSearch {
	text-align:center;
	padding:4px 0px 2px 0px;
}
#searchKeyword .pAdvKeyword {
	text-align:center;
	padding:0px;
}
#searchKeyword .pSearch input {
	width:100px;
	font-size:10px;
	color:#fff;
	background-color:#222;
	border:1px outset #888;
	//behavior: url( "../../CSSIEHover.htc" ); /* IE-Specific Hover Fix */
}
#searchKeyword .pSearch input:hover, #searchKeyword .pSearch input.CSStoHighlight {
	color:#f6d500;
}
#searchKeyword .pAdvKeyword input {
	border:0px solid #1e4077;
	background-color:#1e4077;
	color:#fff;
	text-decoration:underline;
	font-size:10px;
	cursor:pointer;
}
#searchKeyword .pKeyword {
	margin:0px;
}
#searchKeyword .pKeyword input {
	width:110px;
	font-size:10px;
	border:1px solid #008;
}
#searchCategory {
}
#searchCategory th {
	color:#fff;
	text-align:left;
	font-size:12px;
	padding:6px 0px 2px 6px;
}
#searchCategory #searchCategoryFrame {
	width:120px;
	margin:0px 2px;
	border:1px inset #888;
	background: #fff none top left repeat-y;
	/* overflow:auto;
	height:200px; /* Optional Values: Scrollbars */
}
#searchCategory #searchCategory {
	padding-bottom:10px;
}
#searchCategory .categoryItems {
	width:100%;
}
#searchCategory .categoryItems td {
	/* border-bottom:1px solid #eee; */
	padding:1px 2px;
	//behavior: url( "../../CSSIEHover.htc" ); /* IE-Specific Hover Fix */
}
#searchCategory .categoryItems td a {
	color:#000;
	text-decoration:none;
}
#searchCategoryFrame .categoryItemTitle {
	color:#1e4077;
	width:80px;
	display:block;
	float:left;
	margin:1px 0px 1px 2px;
	cursor:pointer;
	
}
#searchCategoryFrame .categoryItemRecords {
	float:right;
	display:block;
	width:20px;
	margin:2px 2px 2px 0px;
	cursor:pointer;
}
#searchCategory .categoryItems td:hover, #searchCategory .categoryItems td.CSStoHighlight {
	background-color:#eee;
	color:#fff;
}

/* Content Area: pageMajor */
#pageMajor {
	width:100%;
}