/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-10-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #6d6e71;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(/Common/Img/palisade-bodyBG.jpg) repeat-x left top;
}
body.form{background:none;}
td {vertical-align: top;}
input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	background: url(/Common/Img/palisade-searchBG.gif) no-repeat left top;
	border-top: none 0px;
	border-right: 1px solid #000000;
	border-bottom: none 0px;
	border-left: none 0px;
	font-style: italic;
	color: #7f7f7f;
	height: 16px;
	padding: 3px 4px 0px 4px;
}
input.adminButton {
	background: #666666;
	border-right: none 0px;
	height: auto;
}
.noBG input, input.noBG {
	background: none;
	border: none 0px;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
	color: #6d6e71;
}
h1 {
	font-size: 20px;
	padding-bottom: 15px;
}
.home h1 {color: #452d7e;}
h2 {
	font-size: 20px;
	color: #dcb313;
	padding-bottom: 15px;
}
h3 { font-size: 17px; }
ul, ol {
	padding-bottom: 15px;
	padding-left: 20px;
}
p {padding-bottom: 15px;}
.link { cursor: pointer; }
a {
	color:#442b7d;
	text-decoration:none;
}
a:hover { text-decoration: underline; }
hr {color:#CCCCCC;}
ol.alphabet {
	padding-left:25px;
	list-style-type:lower-alpha;
}

/* ====================== layout & columns ========================*/
#container {
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	background: url(/Common/Img/palisade-containerBG2.png) no-repeat center top;
	padding-right: 16px;
	padding-left: 16px;
	position: relative;
}
* html #container { background: url(/Common/Img/palisade-containerBG2.gif) no-repeat center top; }
#container.home {background: url(/Common/Img/palisade-containerBG.png) no-repeat center top;}
* html #container.home {background: url(/Common/Img/palisade-containerBG.gif) no-repeat center top;}
#pagePhoto {
	background: url(/Common/Img/palisade-pagePhotoBG.png) no-repeat left top;
	height: 251px;
	clear: both;
	margin-top: 30px;
	position: relative;
	width: 987px;
	padding-left: 1px;
	padding-top: 24px;
}
* html #pagePhoto { background: url(/Common/Img/palisade-pagePhotoBG.gif) no-repeat left top; }
#quickLinks {
	position: absolute;
	top: 46px;
	right: 12px;
	background: url(/Common/Img/palisade-quickLinkBottomBG.png) no-repeat left bottom;
	width: 244px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 14px;
}
* html #quickLinks {background: url(/Common/Img/palisade-quickLinkBottomBG.gif) no-repeat left bottom;}
#quickLinksTop {
	background: url(/Common/Img/palisade-quickLinkTopBG.png) no-repeat left top;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 15px;
	width: 214px;
}
#quickLinksTop { behavior: url(/Common/Scripts/iepngfix.htc); }
#quickLinks ul { padding: 0px; }
#quickLinks li {
	list-style-type: none;
	padding-bottom: 8px;
	background: url(/Common/Img/palisade-quickLinksArrow.gif) no-repeat left 2px;
	padding-left: 14px;
	font-weight: bold;
	font-size: 13px;
}
#quickLinks a {
	text-decoration: none;
	color: #6d6e71;
}
#quickLinks a:hover { text-decoration: underline; }
#breadcrumbs {
	padding-left: 8px;
	padding-bottom: 5px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #6D6E71;
}
#breadcrumbs a:hover { text-decoration: underline; }
#main {
	clear: both;
	background: url(/Common/Img/palisade-mainMidBG.gif) repeat-y left top;
	width: 988px;
}
.home #main {
	background: #FFFFFF;
	padding-top: 32px;
}
#mainTop {
	background: url(/Common/Img/palisade-mainTopBG.gif) no-repeat left top;
	width: 988px;
}
#mainBottom {
	background: url(/Common/Img/palisade-mainBottomBG.gif) no-repeat left bottom;
	padding-bottom: 14px;
	width: 988px;
}
#left {
	float: left;
	width: 262px;
	padding-top: 18px;
	padding-left: 11px;
	padding-right: 15px;
}
#contactleft {
	float: left;
	width: 300px;
	padding-top: 18px;
	padding-left: 11px;
	padding-right: 15px;
}
.home #left {
	width: 432px;
	padding-top: 32px;
	padding-left: 18px;
	padding-right: 0px;
}
.detailFull #left {
	width: 600px;
	padding-left: 16px;
}
.fullWidth #left {
	width: 955px;
	padding-left: 16px;
}
#middle {
	float: left;
	width: 313px;
	padding-right: 30px;
	padding-top: 20px;
}
.categoryFull #middle {
	width: 600px;
	padding-right: 30px;
}
#right {
	float: left;
	width: 350px;
	padding-top: 9px;
}
.home #right {
	background: url(/Common/Img/palisade-contentImage.jpg) no-repeat right top;
	padding-bottom: 20px;
	width: 538px;
	padding-top: 0px;
}
#content { line-height: 20px; }
.home #content {
	width: 230px;
	padding-top: 35px;
}
#bottom {
	clear: both;
	border-top: 1px dotted #7a7a7a;
	border-bottom: 1px dotted #7a7a7a;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imagePadding {
	padding-right:10px;
	padding-bottom:10px;
}
.linkTable { width:90%; }
.linkTable td {
	border:1px solid #CCCCCC;
	padding:7px;
}
.linkTable td:hover { background-color:#ededed; }
#centerContact { margin-left:200px; }
#contactTitle { padding:15px; }


/* ====================== Callouts ====================== */
.homeCallout {
	background: url(/Common/Img/palisade-homeCalloutTopBG.gif) no-repeat left top;
	margin-bottom: 10px;
}
.homeCalloutBottom {
	background: url(/Common/Img/palisade-homeCalloutBotBG.gif) no-repeat left bottom;
	padding: 12px 15px 15px;
	width: 379px;
}
#leftCallout {
	background: url(/Common/Img/palisade-leftCalloutBottomBG.png) no-repeat left bottom;
	padding-bottom: 10px;
	width: 262px;
}
#leftCalloutTop {
	background: url(/Common/Img/palisade-leftCalloutTopBG.png) no-repeat left top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 18px;
	width: 242px;
}
#leftCalloutTop { behavior: url(/Common/Scripts/iepngfix.htc); }

#leftCallout a {
	font-size: 13px;
	color: #4c2c87;
	text-decoration: none;
}
#contactCallout {
	background: url(/Common/Img/palisade-leftcontactCalloutBottomBG.png) no-repeat left bottom;
	padding-bottom: 10px;
	width: 300px;
}
#contactCalloutTop {
	background: url(/Common/Img/palisade-leftcontactCalloutTopBG.png) no-repeat left top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 18px;
	width: 300px;
	margin-top:-40px;
	min-height:300px;
}
#contactCalloutTop { behavior: url(/Common/Scripts/iepngfix.htc); }

#contactCallout a {
	font-size: 13px;
	color: #4c2c87;
	text-decoration: none;
}
.rightCallout {
	background: url(/Common/Img/palisade-rightCalloutBottomBG.png) no-repeat left bottom;
	font-size: 12px;
	padding-bottom: 15px;
	margin-bottom: 2px;
	width: 350px;
}
.rightCallout { behavior: url(/Common/Scripts/iepngfix.htc); }
.rightCalloutTop {
	background: url(/Common/Img/palisade-rightCalloutBG.png) no-repeat left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 310px;
}
.labCallout {
	background: url(/Common/Img/lab-callout.jpg) no-repeat left top;
	color: #FFFFFF;
	padding: 10px 20px 0px 20px;
	width: 310px;
	height: 180px;
}
.labCallout h3 { color: #FFFFFF; }

/* ====================== Header & Footer ====================== */
#header {
	position: absolute;
	left: 16px;
	top: 0px;
	width: 988px;
	height: 129px;
}
#headerRight {
	float: right;
	padding-top: 10px;
	padding-right: 13px;
}
#headerRight ul {
	display: inline;
	padding-right: 15px;
}
#headerRight li {
	display: inline;
	padding-left: 2px;
	color: #000000;
}
#headerRight li a {
	color: #000000;
	text-decoration: none;
}
#headerRight li a:hover { text-decoration: underline; }
#searchArea, #searchArea div { display: inline; }
#footer {
	text-align: center;
	padding: 10px;
	color: #88898b;
}
#footer ul { padding-top: 5px; }
#footer li { display: inline; }
#footer li a {
	color: #88898b;
	text-decoration: none;
}	
#footer li a:hover { text-decoration: underline; }

/* ====================== Menu ====================== */
#navMenu {
	position: relative;
	z-index: 99;
	font-family: Arial, Helvetica, sans-serif;
}
#navMenu ul {
	padding: 8px 0px 0px 20px;
	background: url(/Common/Img/palisade-navBG.png) no-repeat left top;
	height: 40px;
	position: absolute;
	width: 968px;
	top: -7px;
	left: 0px;
	z-index: 199;
}
* html #navMenu ul {
	background: url(/Common/Img/palisade-navBG.gif) no-repeat left top;
	padding: 1px 0px 0px 20px;
	top: 0px;
}
#navMenu ul li {
	list-style-type: none;
	float: left;
	background: url(/Common/Img/palisade-navBorder.gif) no-repeat right top;
	height: 30px;
}
#navMenu ul li.packetsure { background: url(/Common/Img/palisade-navTM.gif) no-repeat 77px top; }
#navMenu ul li.packetsure:hover { background: url(/Common/Img/palisade-navTMOn.gif) no-repeat 77px top; }
#navMenu ul li.packetsureDLP { background: url(/Common/Img/palisade-navTM.gif) no-repeat right top; }
#navMenu ul li.packetsureDLP:hover { background: url(/Common/Img/palisade-navTMOn.gif) no-repeat right top; }
#navMenu ul li a {
	color: #6d6e71;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 8px 15px 6px 13px;
}
#navMenu ul li.packetsure a {padding: 8px 16px 6px 13px;}
#navMenu ul li a:hover { color: #FFFFFF; }
#navMenu ul ul {
	top: 39px;
	z-index: 1;
	background: url(/Common/Img/palisade-subNavBG.png) no-repeat left top;
	padding-top: 0px;
}
* html #navMenu ul ul {top: 32px;}

#navMenu ul ul li {background: none;}

/* ====================== Display and hide second level menus ====================== */
#hidden {display: none;}
#navMenu ul ul ul {
	width: 1px;
	left: -1000px;
}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}
#navMenu li.CurrentCategory2.packetsure {
	background: url(/Common/Img/palisade-navTMOn.gif) no-repeat 77px top;
}
#navMenu li.CurrentCategory2.packetsureDLP {
	background: url(/Common/Img/palisade-navTMOn.gif) no-repeat right top;
}
#navMenu li.CurrentCategory1 a, #navMenu li.sf-breadcrumb a {
	color: #FFFFFF;
	background: url(/Common/Img/palisade-navArrow.gif) no-repeat center top;
}
#navMenu li.CurrentCategory1 li a, #navMenu li.sf-breadcrumb li a {
	color: #6d6e71;
	background: none;
}
#navMenu li.CurrentCategory1 li a:hover, #navMenu li.sf-breadcrumb li a:hover, #navMenu li li.CurrentCategory2 a {
	color: #ffffff;
	background: none;
}

#navMenu ul li.menuSupport ul/*, #navMenu ul li.menuNews ul*/ {
	height: 0px;
	width: 0px;
}
.bodySupport #navMenu ul li.menuSupport ul {
	height: 40px;
	width: 968px;
}
#navMenu ul li.menuSupport ul a/*, #navMenu ul li.menuNews ul a*/ {display: none;}
.bodySupport #navMenu ul li.menuSupport ul a {display: block;}

#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ====================== search results ======================== */
#searchContainer {
	height: 37px;
	padding: 0px 0px 0px 20px;
	background: #E7B060 url(/Common/Img/logoSWBM_Header.jpg) no-repeat right top;
}
#searchBox {padding-top: 10px;}
#searchResultsPage #content {padding: 0px 15px 0px 45px;}
.SearchResult, .SearchResultAlt {padding-bottom: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #452d7e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}	
.SearchResultTitle a:hover {text-decoration: underline;}
.SearchResultsHighlight {
	color: #e8c22e;
	font-style: italic;
	text-decoration: underline;
}	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}
.selHint {background-color: #442b7d;}
#results div a span {background-color: #442b7d;}	
.ezcount {
	float: right;
	color: #ffffff;
	font-size: 9px;
}
#results {
	z-index: 99;
	width: 141px;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 29px;
	left: 769px;
	visibility: hidden;
	border: solid 1px #000000;
	background-color: #e8c22e;
	z-index: 299;
}
#results a {color: #ffffff;}
#EasySearchLiveResults {
	z-index: 100;
	display: none;
	position: absolute;
	border-width: 13px;
	border-color: black;
	margin-bottom: 10px;
	background-color: white;
}

/* ====================== Styling for Submit button on Login ========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, a.adminButton:hover, .smallButton, input.adminButton{
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-size: 11px;
	padding-top: 3px;
	text-align: center;
	padding-bottom: 3px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #423E34;
	border: 2px solid #999999;
}

.formInput {
background:#FFFFFF;
border:1px solid #999999;
}


/* PNG Background Fix for IE6 */
#idclass { behavior: url(iepngfix.htc); }
