/* 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, 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 {
	margin-top:10px;
    font-size:18px;
	font-weight:normal;
	color:#262564;
}
H2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    FONT-FAMILY: arial, helvetica, sans-serif;
}
H3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    FONT-FAMILY: arial, helvetica, sans-serif;
}
H4 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: arial, helvetica, sans-serif;
}
acronym { /* used for quick explanations */
	border-bottom:0px;
	cursor:help;
}
a {
    TEXT-DECORATION: none;
	COLOR: #262564;
}
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 #262564;
	background-color:#fff;
}

/* Top Navigation Styles: pageHead */
#pageHead { /* top row TD in pageTable */
	height:60px;
	background:#ffffff url("../../images/lexHeadBG.gif") top center repeat;
	color:#fff;
	text-align:left;

}
#pageHead .row1 { /* table inside pageHead */
	background:transparent url("../../images/lexLogo.gif") top left no-repeat;
	height:74px;
}
#pageHead .row1 .cell1 { /* Left Cell of Head, often used for Logo */
	vertical-align:bottom;
	width:70%;
}
#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:middle;
	width:30%;
	text-align:right;
	padding:0px 0px 7px 0px;
}
#pageHead .row1 .cell2 .button { /* Login Button -- this moves text*/
	background-color:#FFFFFF;
	cursor:pointer;
	border:0px solid #fff;
	font-size:14px;
	font-family:Arial,Helmet,Freesans,sans-serif;
	font-weight:bold;
	font-style:italic;
	height:21px;
	width:150;
	color:#006699;
	/*background:transparent url("../../images/lexLogin-up.gif") middle left no-repeat;*/
	width:150px;
	height:21px;
	/*font-size:12px;
	color:#FFFFFF;
	font-weight:bold; */
	padding:0px 0px 0px 0px;
	//behavior: url( "CSSIEHover.htc" ); /* IE-Specific Hover Fix */
}
#pageHead .row1 .cell2 .button:hover, #pageHead .row1 .cell2 button.CSStoHighlight {
	background-color:#FFFFFF;
	cursor:pointer;
	border:0px solid #fff;
	font-size:14px;
	font-family:Arial,Helmet,Freesans,sans-serif;
	font-weight:bold;
	font-style:italic;
	height:21px;
	width:150;
	/*background:transparent url("../../images/lexLogin-over.gif") center left no-repeat;*/
	color:#ff9933;
	cursor:pointer;
}
#pageHead .row1 .cell2 .a:hover, #pageHead .row1 .cell2 a.CSStoHighlight {
	color:#FFFFFF;
	cursor:pointer;
}

/* Search Area: pageMinor */
#pageMinor { /* Search Column */
	width:173px;
	background:#fff;
	color:#000;
	/*border-right:1px solid #ccc; */
}
#searchKeyword { /* Keyword Search Table */
	width:173px;
} 
#searchKeyword td { /* Input Field*/
	padding:0px 20px;
	text-align:left;
}
#searchKeyword th { /* header "Keyword Search" */
	/*text-align:left;
	font-size:12px;
	padding:7px 0px 4px 25px; */
	width:173px;
	height:92px;
	background:transparent url("../../images/lexKeywordSearch2.gif") top left no-repeat;
	color:#000000;
}
#searchKeyword .pSearch { /* <td> Containing "Search" Button */
	text-align:left;
	padding:5px 0px 1px 20px;
}
#searchKeyword .pAdvKeyword { /* <td> containing "Advanced Search" Button */
	text-align:left;
	font-size:9px;
	padding:5px 0px 0px 20px;
}
#searchKeyword .pSearch input { /* Search button TEXT */
	width:97px;
	font-size:10px;
	height:19px;
	background:transparent url("../../images/lexButtonSearch.gif") 0px center no-repeat;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	border:0px outset #262564;
	//behavior: url( "CSSIEHover.htc" ); /* IE-Specific Hover Fix */
}
#searchKeyword .pSearch input:hover, #searchKeyword .pSearch input.CSStoHighlight { /* Mouseover for "Search" button */
	cursor:pointer;
}
#searchKeyword .pAdvKeyword input { /* Advanced Search button TEXT*/
	border:0px outset #262564;
	background: transparent url("../../images/lexButtonSearch.gif") 0px center no-repeat;
	color:#FFFFFF;
	width:97px;
	height:19;
	font-size:10px;
	padding:0px 0px 0px 0px;
	cursor:pointer;
}
#searchKeyword .pKeyword {} /* <td> containing search text box */
#searchKeyword .pKeyword input { /* search text box */
	width:120px;
	font-size:10px;
	border:1px solid #262564;
}
#searchCategory { /* Category Search Table */
	padding:15px 0px 5px 0px;
}
#searchCategory th { /* "Category Search" header */
	text-align:left;
	font-size:12px;
	padding:5px 0px 5px 25px;
	height:28;
	background:transparent url("../../images/lexCategorySearch.gif") top left no-repeat;
	color:#000000;
}
#searchCategory th span {
	display:none;
}
#searchKeyword th span {
	display:none;
}
#searchCategory #searchCategoryFrame { /* <div> containing category list */
	width:150px;
	background-color:#fff;
	padding:0px 0px 0px 15px;
		/*background: transparent url(http://www.puresafety.com/images/nav_ppv_search_catloop-Sentry-.gif) top left repeat-y;
	 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 */
}
#searchCategory .categoryItems td a { /* <a> containing category list item */
	color:#262564;
	text-decoration:none;
}
#searchCategoryFrame .categoryItemTitle { /* <span> containing category list title */
	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:#FAFAFA none;
	color:#9FBFD8;
}
#searchCategory .categoryItems td:hover a, #searchCategory .categoryItems td.CSStoHighlight a { /* Mouseover for category item <a> */
	color:#9FBFD8;
}

/* Content Area: pageMajor */
#pageMajor {
	width:100%;
}
