@import "uiStyle.css";
@import "featurePage.css";
@import "popup.css";

/* 
	PS_OSHA
	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)
*/
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#eee url("../../images/page_bg_ps_osha.gif") top left repeat-x;
}
table, td, th {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h1 {
	margin-top:10px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 18px;
    FONT-FAMILY: arial, helvetica, sans-serif;
}
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 {
	border-bottom:0px;
	cursor:help;
}
a {
    TEXT-DECORATION: none;
	COLOR: #2f628a;
}
a:hover {
    TEXT-DECORATION: underline
}
a acronym {
	cursor:pointer;
}
form {
	margin:0px;
	padding:0px;
}

/* 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 { /* Primary layout */
	border-bottom:1px solid #000000;
	background-color:#ffffff;
}

/* Top Navigation Styles: pageHead */
#pageHead { /* top row TD in pageTable */
	height:60px;
	background:#eeeeee url("../../images/ppvHeadBG.gif") top center repeat;
	color:#fff;
	text-align:left;
}
#pageHead .row1 { /* table inside pageHead */
	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:top;
	width:30%;
	text-align:right;
	color:#eee;
	padding-top:6px;
	padding-right:6px;
}
#pageHead .row1 .cell2 .button {
	background: transparent url("../../images/ppvButtonLarge.jpg") center left repeat-x;
	height:47px;
	width:95px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	border:0px solid #6699c2;
}

/* Search Area: pageMinor */
#pageMinor {
	width:129px;
	background-color: #014783;
	color:#000;
	border-right:1px solid #000000;
}
#pageMinor .row1, #pageMinor .row2, #pageMinor .row5 {
	display:none;
}
#pageMinor .row3 {
	display:block;
	height:5px;
	width:129px;
	background: transparent url(http://www.sentrysafetytrainer.com/images/nav_ppv_search_searchcat-Sentry-en.gif) bottom center no-repeat;
}
#pageMinor .row4 {
	display:block;
	height:5px;
	background: transparent url(http://www.sentrysafetytrainer.com/images/nav_ppv_search_catbottom-Sentry-.gif) center center no-repeat;
}
#searchKeyword td {
	padding:0px 6px;
}
#searchKeyword th {
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
	padding:6px 0px 2px 16px;
	background:transparent url("../../images/bulletRed.gif") 4px 12px no-repeat;
}
#searchKeyword .pSearch {
	text-align:center;
	padding:4px 0px 1px 0px;
}
#searchKeyword .pAdvKeyword {
	text-align:center;
	padding:0px;
}
#searchKeyword .pSearch input {
	width:100px;
	font-size:10px;
	color:#FFFFFF;
	height:21px;
	background:#eee url("../../images/ppvButtonSearch.gif") top center repeat-x;
	border:1px outset #6699c2;
	//behavior: url( "CSSIEHover.htc" ); /* IE-Specific Hover Fix */
}
#searchKeyword .pSearch input:hover, #searchKeyword .pSearch input.CSStoHighlight {
	cursor:pointer;
}
#searchKeyword .pAdvKeyword input {
	border:1px outset #6699c2;
	background:#89a4c2 url("../../images/ppvButtonAdvSearch.gif") bottom center repeat-x;
	height:21px;
	width:100px;
	font-size:10px;
	color:#FFFFFF;
	cursor:pointer;
}
#searchKeyword .pKeyword {
	margin:0px;
}
#searchKeyword .pKeyword input {
	width:110px;
	font-size:10px;
	color:#000000;
	border:1px solid #000;
}
#searchCategory {
}
#searchCategory th {
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
	padding:12px 0px 2px 16px;
	background:transparent url("../../images/bulletRed.gif") 4px 15px no-repeat;
}
#searchCategory #searchCategoryFrame {
	width:129px;
	background-color:#014783;
	/*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 #searchCategory {
	padding-bottom:10px;
}
#searchCategory .categoryItems {
	/*margin-left:5px;*/
	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:#ffffff;
	text-decoration:none;
}
#searchCategoryFrame .categoryItemTitle {
	/* color:#eee; */
	width:85px;
	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 a:hover, #searchCategory .categoryItems td.CSStoHighlight {
	background:#4a82b9;
	color:#FFFFFF;
}


/* Content Area: pageMajor */
#pageMajor {
	width:100%;
}