/* Attachmate Screen CSS */
/* Created 06.06.07 */
/* Edited 06.06.07 */

/* FRAMEWORK STYLES from NetIQ */
body {
	background: #fff;
}

body#wide div#side, #top-nav, #top-nav2, #searchbox, .noprint 
{
	display:none;
	width:83%;
}

#footer 
{
	width:83%;	
}

body#wide div#main {
	float: left;
 	margin: 0;
 	width: 83%; 
 	padding:5px 25px 30px 5px; 
 }

#wrap { } /* fix for IE5 */

.iefix {margin: 0px; padding: 0px; clear: left; visibility: hidden; height: 1px; font: 1px/1px Verdana;}
.clearfloat {clear: both;}

.clear {
	clear: both;
}

/* end FRAMEWORK STYLES from NetIQ */

 
#logo {
 	/*margin: 15px 0 15px 0;*/ 
	text-align:left;
	float: left;
	padding: 4px 0 4px 2px;
	/*height: 14px;*/
	background-color: #fff;
}

/*---===CRUMBTRAIL===---*/
#crumbtrail {
	margin: 0;
	padding: 0;
}

/* KF added to force word-wrap on breadcrumbs so they will not be hidden by search box */
div#crumbtrail {
	background: #fff none;	
}

div#crumbtrail a:link, div#crumbtrail a:visited {
	color: #039;
	text-decoration: none;
}
div#crumbtrail a:hover, div#crumbtrail a:active {
	color:#933; /*#b53c08*/
	text-decoration: underline;
}

div#crumbtrail { font-size: 10px; color: #777b4c; padding: 2px; margin: 0 0 0 4px; }
div#crumbtrail, div#crumbtrail a { letter-spacing: .08em; }

/* ---===PAGE HEADLINE ---===*/
div#main-headline H1 { 
	font-size: 16px; 
	color: #777b4c; 
	padding: 16px 0px 2px 0px; 
	margin: 0 0 0 4px;
}


/* --------------- REQ INFO BOX -------------- */

#req-info-header {
	padding:2px 5px 6px 10px;
	color:#933; /*#777b4c*/
	text-align: left;
	font-weight:bold;
	font-size:11px;
}	

#req-info-phone {
	padding:2px 5px 2px 27px;
	color:#777b4c;
	text-align: left;
	font-size:11px;
}	
/* ---===PAGE LAYOUT===--- */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#main-body { clear:left; }
/* End IE5-Mac hack */
/*
div#main-body {
	width: 760px;
	margin: 0;
	padding: 0;
	
}
*/
/* --==INNER PAGES==-- */



/* These declarations determine the body id (semi or wide) and layout the page appropriately */

/*WIDE*/
/* body#wide div#main is defined at the end of the file because of IE 5 hack */
 
/* TWO-COLUMN */
 
 body#wide div#main div#column1 {
	padding: 0 0 10px 0;
	float: left;
	width: 50%;
 }
  body#wide div#main div#column2 {
	padding: 0 0 10px 10px;
	float: left;
    width:50%; 
 }


/* ---===DIV SPECIFIC FORMATTING===--- */
/* for merger */

#findheader { position: relative; top: -15px; left: 0; } /* was color: #b53c08; */ /*end for merger */
div#main img#nomargin, div#main .nomargin, div#main .nomargin img { margin: 0px; }

/*kf*/
td#main img { margin: 0px 0 0px 0; } 
div#main h6 { margin: 0 0 10px 0; color: #000; font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 12px; font-weight: normal; }
/*end KF*/

/* ---===FOR BUTTONS===--- */

/*kf*/
h6 a:link, h6 a:visited { text-decoration: none; }
h6 a:hover, h6 a:active { color:#777b4c; text-decoration: underline; }
/*end KF*/
/* ---===MORE BUTTONS===--- */
h5 {
	text-align: right;
	padding: 0 20px 5px 0; 
}

#main a.link-arrow-main,
#main a.link-arrow-main:visited,
#main a.link-arrow-main:active,
#main a.link-arrow-main:link,
#home-left a.link-arrow-main,
#home-left a.link-arrow-main:visited,
#home-left a.link-arrow-main:active,
#home-left a.link-arrow-main:link {
	float:right;
	padding-right:21px;
	background:url(../images/button-green-lite-main.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
}

#main a.link-arrow:hover, #home-left a.link-arrow:hover {
	color:#993333; /*was #8EB445 - green*/
	text-decoration:underline;
}

#main a.bp-link-arrow,
#main a.bp-link-arrow:visited,
#main a.bp-link-arrow:active,
#main a.bp-link-arrow:link {
	float:left;
	padding-right:21px;
	background:url(../images/button-green-lite.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
}

div#main h5, div#main-wide h5 { background: url(../images/button-green-white.gif) no-repeat 100% 0%; }

div#side h5, div#side-wide h5 { 
	background: url(../images/button-orange-lite.gif) no-repeat 100% 0%; 
	margin: 0 15px 15px 0;
}

div#home-center h5 a:hover, div#home-right h5 a:hover, div#side-semi h5 a:hover, div#side-wide h5 a:hover { color: #fff; }

h5 a:link, h5 a:visited { text-decoration: none; }
h5 a:hover, h5 a:active { color:#777b4c; text-decoration: underline; }

/* ---===BOXES===--- */

body#wide div#callcenter {
	width: 200px;
	margin: 0 0 20px 15px;
	padding: 0;
	color: #333;
	background: #fff url(../images/box-callcenter03.gif) no-repeat left top;
}

body#wide div#callcenter h3 {
	margin: 0;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	background: transparent;
	background: url(../images/box-callcenter04.gif) no-repeat right bottom;
}

body#wide div#callcenter p {
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #333;
	font-size: 10px;
	background: url(../images/box-callcenter04.gif) no-repeat right bottom;
}

body#wide div.sortby {
	width: 200px;
	margin: 20px 0 20px 15px;
	padding: 0;
	color: #333;
	background: #fff url(../images/box-sortby-top.gif) no-repeat left top;
}

body#wide div.sortby h3 {
	margin: 0;
	font-size: 11px;
	padding: 4px 10px 0 10px;
	background: transparent;
}

body#wide div.sortby ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #333;
	font-size: 10px;
	background: url(../images/box-sortby-bottom.gif) no-repeat right bottom;
}

body#wide div.prodfind {
	width: 200px;
	margin: 20px 0 20px 15px;
	padding: 0;
	color: #333;
	}

body#wide div.basicbox {
	width: 210px;
	margin: 20px 0 20px 10px;
	padding: 0;
	color: #333;
	background: #fff url(../images/box-basic-wide.gif) no-repeat left top;
	border: 1px solid #527eab;
}

body#wide div#side div.basicbox {
	width: 210px;
	margin: 20px 0 20px 9px;
	padding: 0;
	color: #333;
	background: #fff url(../images/box-basic-wide.gif) no-repeat left top;
	border: 0;
}

body#wide div.basicbox h3, .sidebar div.basicbox h3 {
	margin: 0;
	font-size: 12px;
	padding: 4px 10px 2px 10px;
	background: transparent;
	color: #fff;
}

/*kf added to control bottom image-rounded corners of basic box 
body#wide div.bottomimage, .sidebar div.bottomimage {
	background: url(../images/box-basic-wide02.gif) no-repeat right bottom;
}*/
	
body#wide div.basicbox p, body#wide div.basicbox ul, body#wide div.basicbox dl, .sidebar div.basicbox p, .sidebar div.basicbox ul, .sidebar div.basicbox dl {
	margin: 0;
	padding: 4px 10px 4px 10px; /*was 10px 10px 10px 10px */
	color: #333;
	font-size: 11px;
	list-style-type: none;
	line-height: 16px;
}

body#wide div.basicbox h4, .sidebar div.basicbox h4 {
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000; 
	margin: 0px 0px 0px 4px;
	padding: 0px 10px 2px 6px; 
	background: transparent;
}

body#wide div.basicbox dt, .sidebar div.basicbox dt {
	margin: 0;
	padding: 5px 5px 0 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

/* kf added 11/30/04* for formatting of Related Info List Links in side bar (no nesting) */	
.basicboxcontent ul li, .basicboxcontent dl dd{
    margin: 0;
    padding: 0 0 0 10px;
	font-size: 11px;
    border-bottom: none;
	list-style-type: none;
	background: url(../images/bullet-blue1.gif) 0px .5em no-repeat;
}

.basicboxcontent ol li{
    margin: 0;
    padding: 0 0 0 10px;
    border-bottom: none;
	list-style-type: decimal;
}

.basicboxcontent li a:link, .basicboxcontent li a:visited, .basicboxcontent dd a:link, .basicboxcontent dd a:visited
 {  color: #039; text-decoration: none; } 
.basicboxcontent li a:hover, .basicboxcontent li a:active, .basicboxcontent dd a:hover, .basicboxcontent dd a:active
 {  color: #933; /*#b53c08*/ text-decoration: underline; }

/* end KF added*/	

/* kf added 12/21/04* for formatting of list links in body of index pages */	

/* Links on Indexes: White Papers, Press Room, Press Releases, Media Coverage */

span.indexlist a:link, span.indexlist a:visited {  
	color: #039; text-decoration: none;
	font-size: 12px;
	font-weight: bold;
 	margin: 0;
    padding: 0;
    border-bottom: none;
}

span.indexlist a:hover, span.indexlist a:active {  
	color: #933; /*#b53c08*/ text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
 	margin: 0;
    padding: 0;
    border-bottom: none; 
}

.indexlist td {
	font-size: 12px; 
}
	
.indexlist td a:link, .indexlist td a:visited {  
	color: #039; text-decoration: none;
	margin: 0;
    padding: 0;
    border-bottom: none;
}

.indexlist td a:hover, .indexlist td a:active {  
	color: #933; /*#b53c08*/ text-decoration: underline;
	margin: 0;
    padding: 0;
    border-bottom: none; 
}

/* Index pages with nested DL's: Product Indexes and Customer Story Indexes */

.indexlistn dt
{
	font-size: 12px;
	color: #333;
	font-weight: bold;
    margin: 1.5em 0 .50em 0;
    padding: 0;
    border-bottom: solid 1px #000000;
	background: #fff;
}

.indexlistn dd
{
    margin: 0 0 2px 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    background: url(../images/bullet-blue1.gif) 1px .5em no-repeat;
}

.indexlistn dd.nested
{
    margin: 0 0 2px 0;
    border-bottom: none;
    background: transparent;
}

.indexlistn dd.nested dd
{
    margin: 0 0 2px 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    background: url(../images/bullet-blue1.gif) 1px .5em no-repeat;
}

.indexlistn dd.nested dt
{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: .50em 0 0 0;
	padding: 0;
	border-bottom: none;
	border-top: none;
	background: transparent;
}

.indexlistn dt a:link, .indexlistn dt a:visited {
	color: #039; text-decoration: none;
}

.indexlistn dt a:hover, .indexlistn dt a:active {
	color: #933; /*#b53c08*/ text-decoration: underline;
}

.indexlistn dd a:link, .indexlistn dd a:visited {
	color: #039; text-decoration: none;
}

.indexlistn dd a:hover, .indexlistn dd a:active {
	color: #933; /*#b53c08*/ text-decoration: underline;
}

/* end KF added*/


/* ---===FLOATS===--- */

img.float-left {
	float: left;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border: 1px solid #ccc;
}

img.float-right {
	float: right;
	padding: 5px;
	margin: 5px 0px 5px 5px;
	border: 1px solid #ccc;
}


/* ---===FORM ELEMENTS===--- */

/*kf*/
select#who, select#what { 
		background : #FFFFFF;
    	font-family : arial, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : black;
    	text-align : left;
		margin: 5px 0 10px 0;
		}
/*end KF*/	

/* original - select#who, select#what { margin: 0;}*/

/* Product Index and A-Z index */
div#productindex table tbody {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #ccc;
    	border : solid 1px #ccc;
		vertical-align:top;
		}	

div#productindex td.th {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : bold;
    	color:#fff;
		background-color:#527dad;
    	border : solid 1px #ccc;
		vertical-align:bottom;
	}		
		
div#productindex td {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color:#333;
		background-color:#fff;
    	border-right : solid 1px #ccc;
		border-left : solid 1px #ccc;
		border-bottom : solid 1px #ccc;
		vertical-align:top;
		padding : 5px 5px 5px 5px;
}	
		
div#productindex td.altbg {
		background-color:#ebeff8;
}							
		
.viewall a:link, .viewall a:visited  {
	color: #039; text-decoration: none; font-size: 12px; padding : 1px 5px 6px 12px; /*float: right;*/
}

.viewall a:hover, .viewall a:active {
	color: #933; /*#b53c08*/ text-decoration: underline; font-size: 12px; padding : 1px 5px 6px 12px; /*float: right;*/
}

div#productindex .basicboxcontent dd {
	padding : 1px 5px 6px 12px;
}	

div#productindex td a:link, div#productindex td a:visited  {
	color: #039; text-decoration: none;}

div#productindex td a:hover, div#productindex td a:active  {
	color: #933; /*#b53c08*/ text-decoration: underline;}	

/*table-specific classes and IDs - KF*/
div#main table tbody	{
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #333;
		vertical-align : bottom;
		}	
		
table#matrix {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #333;
    	text-align : center;
		border : solid 1px #ccc;
		}	


.headtextsmall {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fff;
    	text-align : center;
		}
.headtextsmall a:active {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fc3;
    	text-align : center;
		text-decoration: underline;
		}
		
.headtextsmall a:link {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fff;
    	text-align : center;
		text-decoration: underline;
		}
		
.headtextsmall a:visited {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fff;
    	text-align : center;
		text-decoration: underline;
		}
		
.headtextsmall a:hover {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #fc3;
    	text-align : center;
		text-decoration: underline;
		}		

.headtextmed {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #fff;
		text-align : left;
    	}		

.textsmall {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 11px;
    	font-weight : normal;
    	color : #333;
		text-align : left;
    	}

.textsmall sup {
		font-size : 12px;
		}

.textmed {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #333;
		text-align : left;
    	}		

table#login {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #333;
    	text-align : center;
		border : solid 1px #6D8BBA;
		}

.logintable {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #333;
    	text-align : center;
		border : solid 1px #6D8BBA;
		}

table#profile {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
    	color : #333;
		vertical-align : bottom;
		}	
				
div#center {
		font-family : arial, verdana, sans-serif, helvetica, helv;
    	font-size : 12px;
    	font-weight : normal;
		text-align : center;
    	}	


.errormessage, .errormessage P, .errormessage LI {
		font-family : arial, verdana, sans-serif, helvetica, helv;
		font-size : 12px;
    	font-weight : normal;
    	color: #f00;
		}

.AspButton {background: #94acc8; color:#fff; font-weight:bold; cursor:hand}
		
.sortindex { font-size: 11px; line-height: 14px; margin: 0; }

.sortindex dd
{
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    background: url(../images/bullet-blue1.gif) 1px .5em no-repeat;
}

.sortindexa
{
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
    border-bottom: none;
    
}

.sortindex dd a:link, .indexlistn dd a:visited {
	color: #039; text-decoration: none;
}

.sortindex dd a:hover, .indexlistn dd a:active {
	color: #933; /*#b53c08*/ text-decoration: underline;
}

/* Portent 2 Column Layout */
#content-list-wrapper {
	display:block;
	padding-top:25px;
}

#content-list-wrapper ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#content-list-wrapper ul.no-bullets li {
	background:white;
	padding-left:0px;
}


#content-list-wrapper ul li {
	padding-bottom:6px;
	background:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0em .6em;
	padding-left:9px;
}

.content-list-left {
	display:block;
	float:left;
	width:270px;
	border:0;
	padding:0px 10px 0px 0px;	
	margin:0;
}


.content-list-right {
	width:190px;
	padding:0px 0px 0px 15px;
	display:block;
	float:right;
	border-left:1px solid #ccc;

}

/* Download PDF Link - Side Nav */

div#side a.pdf-arrow, div#side a.pdf-arrow:link, div#side a.pdf-arrow:active, div#side a.pdf-arrow:visited {
	padding-left:23px;
	background:url(/images/pdf-icon.gif);
	background-position: left center;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	/*height:26px;*/
	padding-top:8px;
	padding-bottom:8px;
}


div#side .download-pdf {
	display:block;
	width:222px;
	background:url(/images/bg-side-pdf.gif);
	/*margin:5px 5px 5px 10px;*/
	margin:0;
	padding:8px 0px 8px 8px;
	/*padding:0px;
	height:26px;*/
	border:0px;
}

div#side .download-pdf a, div#side .download-pdf a:link, div#side .download-pdf a:active, div#side .download-pdf a:visited {
	padding-left:23px;
	background:url(/images/pdf-icon.gif);
	background-position: left center;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	/*height:26px;*/
	padding-top:8px;
	padding-bottom:8px;
}


/* Download PDF Link - in body */

a.pdf-arrowb, a.pdf-arrowb:link, a.pdf-arrowb:active, a.pdf-arrowb:visited {
	padding-left:23px;
	background:url(/images/pdf-icon.gif);
	background-position: center left;
	background-repeat:no-repeat;
	text-decoration:underline;
	margin:10px 5px 5px 0px;
	height:21px;
	padding-top:2px;
	padding-bottom:2px;
}


.download-pdf-b {
	display:block;
	margin:5px 5px 5px 0px;
	padding-top:2px;
	/*padding:0px;*/
	height:21px;
	border:0px;
}

.download-pdf-b a, .download-pdf-b a:link, .download-pdf-b a:active, .download-pdf-b a:visited {
	padding-left:23px;
	background:url(/images/pdf-icon.gif);
	background-position: center left;
	background-repeat:no-repeat;
	text-decoration:underline;
	margin:10px 5px 5px 0px;
	height:21px;
	padding-top:2px;
	padding-bottom:2px;
}

/* Search page */

div#search-results td.search-summary {
	width:70px;
	font-size:12px;
	padding-left:15px;
	color:#333;
	padding:10px 0px 0px 10px;
	margin:0px;
	vertical-align:top;
}

* html div#search-results td.search-summary {
	padding:10px 0px 0px 0px;
	p\adding:10px 0px 0px 10px;
	}
	
	
.percent {
	float:left;
	display:block;
	margin:0;
	padding:0px 3px 0px 0px;
}

.color-bar {
	width:35px;
	height:7px;
	border:0;
	background-color:#ccc;
	overflow:hidden;
	display:block;
	margin:5px 0px 5px 0px;
	padding:0;
}

.color-percent {
	background:#993333;
	height:7px;
}

.gray {
	color:#999;
}

h2.underline,
div#search-results h2 {
	display:block;
	border-bottom:1px solid black;
	margin:30px 0px 5px 0px;
	padding:0px 0px 1px 0px;
	font-size:12px;	
	color:#333;
}

/* --------------------------------------------------------- REQUEST FORM -------------------- */

#request-form-page {
	width:365px;
	padding:0px;
	margin:0px 0px 20px 0px;
}

#request-form-page td.label {
	vertical-align:middle;
	text-align:right;
}


#request-form-page input.req-field {
	width:274px;
	padding:2px 2px 2px 2px;
	border:1px solid black;
}

.req-send {
	height:30px;
	vertical-align:middle;
	padding:5px;
	margin-left:115px;
}

.req-send input {
	background-color:#e78f20;
	color:#fff;
	border:0;
	padding:2px 5px 2px 5px;
}

.req-comments {
	width:274px;
	padding:2px 2px 2px 2px;
	border:1px solid black;
	height:175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* PullQuote/box styles */
 
.pullquote-left-wrapper {
 width:233px;
 border:1px solid #dddce1;
 height:auto;
 color:#333;
 float:left;
 display:block;
 margin:5px 10px 0px 0px;
 padding:5px;
}
 

.pullquote-right-wrapper {
 width:233px;
 border:1px solid #dddce1;
 height:auto;
 color:#333;
 float:right;
 display:block;
 margin:5px 0px 0px 10px;
 padding:5px;
}
 

.pullquote-content {
 padding:15px 15px 10px 15px;
 margin:0;
 color:#333;
 display:block;
 font-size:11px;
 width:203px;
 border:0;
 background:#ccc;
}
 
* html .pullquote-content {
 width: 233px; 
 w\idth:203px;
} 
 
  
.pullquote-content h1, 
.pullquote-content h2, 
.pullquote-content h3, 
.pullquote-content h4 {
 font-size:11px;
 margin:0;
 padding:0;
}

.contextHelp
{
	position: absolute;
	background-color: #e3ffe7; /*#fffacd; #b0c4de;*/
	border: solid 1px #000;
	padding: 5px;
	width: 150px;
}
		
.contextHelp h1 
{
	font-size:12px;
}

/* Crumb Table */
.crumbtable
{
	width:85%;
}

.crumbcell
{
	vertical-align:top;	
	padding-right: 5px;
	width:59%;
}

.infocell
{
	vertical-align:top;	
	width:230px;
}

.headlinecell
{
	vertical-align:bottom;	
	
}