
.headerContainer {
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:70px;
	}

#logo {
	position:absolute;
	top:16px;
	left:12px;
	width:280px;
	height:61px;
	}

/***********************************************/
/* 	Sitemap
/***********************************************/
#sitemap{
	text-align:left;
	font-size:10pt;
	margin:10px 20px 10px 20px;
	}

#sitemap h1{
	text-align:center;
	padding:2em 0 2em 0;
	border:solid 1px #000;
	background-color:#88bbcc;
	margin-bottom:1.5em;
	}

.sitemapSubs {
	width:300px;
	padding:20px;
	font-size:8pt;

	}
.sitemapSubs li{
	list-style-type:disc;
	margin-left:-10px;



	}
#sitemap td{

	vertical-align:top;
	}



/***********************************************/
/*     Global Links                            */
/***********************************************/
#globalLinks {
	position:absolute;
	top:17px;
/*	left:637px; */
	right:165px;	
	}

#login {	
	position:absolute;
	top:55px;
	right:10px;
	}
#logout{
	position:absolute;
	top:55px;
	right:10px;
	}


#login span {
	color:#003366; 
	font-size:1.2em;
	}

/***********************************************/
/*     Search Styles                           */
/***********************************************/
#floatingSearchBox {
	position:absolute;
	top:15px;
	left:746px;
	width:138px;
	height:19px;
	border:0px;
	padding:3px 0px 0px 5px;
	background-color:#ffffff;
    background-image:url(../images/header/search.gif);
	}
	
#searchInput {
	position:absolute;
	top:2px;
	left:5px;
	width:105px;
	height:15px;
    border:0;
	font:normal 12px Arial,sans-serif, Helvetica;;
    color:#006699;
	}

#searchGoButton {
	position:absolute;
	top:0px;
	left:109px;
	width:34px;
	height:19px;
	border:0px;
	font-size:1px;
	line-height:1px;
	text-align:right;
	color:#fff;
    background-image:url(../images/header/search-button.gif);
	cursor:pointer;
	}

#searchGoButton1 {
	position:absolute;
	top:0px;
	left:109px;
	width:34px;
	height:19px;
	border:0px;
    background-image:url(../images/header/search-button.gif);
	cursor:pointer;
	z-index:33;
	}



/***********************************************/
/*     Nav Table Styles                        */
/***********************************************/
.navBox {
	position:relative;
	top:0px;
	left:0px;
	width:878px;
	height:25px;
	}

#navTable {
	position:relative;
	top:6px;
	left:1px;
	width:878px;
	height:22px;
	}
#subNavigation {
	padding-left:5px;
	}
	
/***********************************************/
/*     Sub-Nav Styles                          */
/***********************************************/

#subNavigation {
	width:185px;
	text-align:left;
	font:normal 14px Arial, sans-serif, Helvetica;
	}

#subNavigation ul {
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #003366;
	}
#subNavigation li {
	border-bottom:1px solid #83b2c9;
	}
	
#subNavigation li a:link, #subNavigation li a:visited {
	font-size:90%;
	display:block;
	padding:0.4em 0 0.4em 0.5em;
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	border-left:10px solid #003366;
	background-color:#83b2c9;
	color:#ffffff;
	text-decoration:none;
	}

#subNavigation li a:hover {
	background-color:#d5e4ec;
	color:#1a1a1a;
	}

#subNavigation #current {
  	font-size:90%;
	display:block;
	padding:0.4em 0 0.4em 0.5em;
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	border-left:10px solid #003366;
	background-color:#5c706d;
	color:#FFFFFF;
	text-decoration:none;
  	}
/***********************************************/
/* Ad styles
/***********************************************/
.advertSpacer {
	height:20px;
	}

.HL_Security{

	margin:1em 0 0 0;

}
	
/***********************************************/
/*     HTML Tag Styles                         */
/***********************************************/

a:link, a:visited, a:hover {
	color:#0030cc;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, sans-serif, Helvetica;
	margin:0px;
	padding:0px;
	}

h1 {
 	font-size:120%;
 	color:#334d55;
	}




h2 {
 	font-size:100%;
 	color:#32373a;
	}

h3 {
 	font-size:100%;
 	color:#334d55;
	}

h4 {
 	font-size:100%;
 	font-weight:normal;
 	color:#333333;
	}

h5 {
 	font-size:100%;
 	color:#334d55;
	}

ul {
 	list-style-type:square;
	}

ul ul {
 	list-style-type:disc;
	}

ul ul ul {
 	list-style-type:none;
	}
	
hr {
	border:#FF9900;
	border-top-style:solid;
	border-width:thin;
	}

/***********************************************/
/*     Forms                                   */
/***********************************************/

form p {
	width:400px;
	clear:both;
	}
	
form p label {
	float:left;
	font:bold 100% Arial,sans-serif, Helvetica;
 	color:#1a1a1a;
	}
	
form p input, form p textarea, form p select {
	float:right;
	}

.required {
	font:normal 12px Arial, sans-serif, Helvetica;
	color:#ff0000;
	}

/***********************************************/
/*     Footer Styles: Home Page                */
/***********************************************/

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the rightNav in cases where they "touch" */
#footer {
	position:relative;
	top:462px;
	left:10px;
	width:800px;
	padding:2px 5px 2px 10px;
	margin-top:0px;
	font:normal .95em Arial,sans-serif, Helvetica;;
    color:#1a1a1a;
	text-align:left;
	}
	
/*     Copright Styles Terms & Privacey Page   */

.copyright {
	font-size:8pt;
	font-weight:normal;
	color:#999999;
	}
	
/*   GNU STYLES   */
	
body {
	margin:0;
	background-color:#CCCCCC;
	background-image:url(../images/gnu/zback-8.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
#mainDiv {
	position:relative;
	width:908px;
	height:100%;
	top:30px;
	background-image:url(../images/gnu/card-mid.png);
	background-repeat:repeat-y;
	padding:0;
	}
	
#z-header {
	position:absolute;
	top:7px;
	left: 7px;
	width:897px;
	height:106px;
	background-image:url();
	background-repeat:no-repeat;
	}

/* Secondary layout css */	
	
#z-header-2 {
display:block;
	position:relative;
	margin:0;
	top:-22px;
	width:908px;
	height:112px;
	background-image:url(../images/card-top-x.png);
	background-position:top center;
	background-repeat:no-repeat;
	}	
#z-main-2 {
	position:relative;
	width:908px;
	height:auto;
	}
#left-col {
	position:relative;
	float:left;
	width:190px;

	}
#right-content {
	position:relative;
	float:right;
	width:685px;
	padding: 0px 10px 5px 5px;
	/* min-height:600px; */
	}
	
#center-content {
	position:relative;
	/*float:right;*/
	width:685px;
	padding: 0px 10px 5px 5px;
	/* min-height:600px; */
	}
	
#z-footer-2 {
	position:relative;
	margin:0;
	padding:0;
	width:908px;
	height:61px;
	}
/* End Secondary layout css */	
		
#z-home-banner {
	position:absolute;
	top:119px;
	left: 16px;
	width:586px;
	height:105px;
	background-image:url();
	background-repeat:no-repeat;
	}
#z-home-aee-box {
	position:absolute;
	top:233px;
	left: 12px;
	width:295px;
	height:342px;
	background-image:url();
	background-repeat:no-repeat;
	}		
#z-home-zrm-box {
	position:absolute;
	top:233px;
	left: 312px;
	width:293px;
	height:341px;
	background-image:url();
	background-repeat:no-repeat;
	}		
#z-home-news-box {
	position:absolute;
	top:119px;
	left: 611px;
	width:287px;
	height:455px;
	background-image:url();
	background-repeat:no-repeat;
	}	
		
#z-footer {
	position:absolute;
	top:582px;
	left: 8px;
	width:893px;
	height:32px;
	font-size:.8em;
	}
.feature {
	line-height:1.5em;
	}

.feature img {
	display:inline;
	padding:10px 5px 0px 0px;
	margin:0 10px 5px 0;
	}

.story {
	padding:10px;
	line-height:1.5em;
	}
	
.story img {
	display:inline;
	padding:10px 5px 0px 0px;
	margin:0 10px 5px 0;
	}
/*******************************
* Events page.
* This selector is for adding a black line to the bottom 
* of each event.  Use the .story selector is you don't want 
* this separator.
*******************************/
.eventsStory {
	padding:10px;
	line-height:1.5em;
	border-bottom: solid thin #000;
	}
	






		
#quote {
	padding-left:12px;
	font-size:1em;
	}
				
.test-text {
	font-family:Verdana;
	font-size:2em;
	}		

.rss-img { height:24px;
	line-height:24px;
	vertical-align:middle;
		} 


/******************************************************
*
* Pricing table
*
******************************************************/

.pricingTableWrapper {
	border:1px solid #5C706E;
	line-height:1em;
	}

.pricingTable {
	font-size:11px;
	text-align:center;
	}
.pricingTable img{
	padding:10px;
	}
		
.pricingTable tr td {
	border-left:solid 1px #d9d9d9;
	border-top:solid 1px #d9d9d9;	
	}
		
.pricingTable ul{
	list-style:none;
	text-align:left;
/*	margin-left:-14px; */
	}
			
.pricingTableHead {
	height:29px;
	background: #ffffff url(../images/main_heading_background.gif) repeat-x;
	border-left:1px solid #5C706E;
	border-right:1px solid #5C706E;		
	}

.pricingTableHead div{
	width:600px;
	margin-left:10px;
	padding-top: 4px;
	}
		
.pricingClientData  {
	border-left:none !important;
	text-align:left;
	padding-right:1em;
	}

			
#pricingClusterImg {
	padding:0;
	}	

.asterisk {
	color: #FF0000
	}
	




.contactLink {
	text-align:right;
	margin:0px 30px 0px 0px;
	font-size:9px;
	color:#9a9a9a;
	}
	
.contactLink a{
	color:#9a9a9a;
	}	
	
/* Tatjana's css*/	
	
#header-middle-size-blue{
	margin:1em 0em 1em 0em;
	font-weight:700;
	color:#	00659c;
	}
	

.orange_headers a{
text-decoration:underline;
	
}
	
	
.orange_headers{
	font-weight: 700;
}


.orange_bullet{
	list-style: circle;
}	
	
	
/* Tatjana's css*/	
	
#header-middle-size-blue{
	margin:1em 0em 1em 0em;
	font-weight:700;
	color:#	00659c;
	}
	

.orange_headers a{
text-decoration:underline;
	
}
	
	
.orange_headers{
	font-weight: 700;
}


.orange_bullet{
	list-style: circle;
}	
	
	
.image_and_para {
	line-height:1.5em;
	}

.feature img {
	display:inline;
	padding:10px 5px 0px 0px;
	margin:0 10px 5px 0;
	}
	
	
.eventsStory_no_line {
	padding:10px;
	line-height:1.5em;
	}
	
	
span.pad_left{
	margin-left:3em;
}
		
	
.eventsStory_no_line img{
	margin: 0px 15px 15px 15px;
}	
	
td.align_top{
	vertical-align:top;

}

table.events_table{
vertical-align:text-top;

}
	
table.events_table img{
	vertical-align:bottom;
	margin:0px 10px 10px 0px;

}	



.contactLink_v2 {
	text-align:right;
	margin:0px 0px 0px 0px;
	font-size:9px;
	color:#9a9a9a;
	}

.visited_links a:visited{
color:#660099;

}

/* compatibility table*/

.zrm-bg{
	background-color:#ff8a00;
	color:#FFFFFF;
	padding: 5px 0px 5px 10px;
	border-right: 1px solid #666666;
	}


.amanda-bg{
	padding: 5px 0px 5px 5px;
	background-color:#71a0b7;
	color:#FFF;
	border-right: 1px solid #666666;
	}




table.compat-matrix{
	border-top: 1px solid #666;
	border-right: 0px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	}

table.compat-matrix td {
	vertical-align:top;
}

td.brd-left {
	border-left:1px solid #666;
	border-top:1px solid #666;
	padding:5px;
	}

td.brd-left-bottom {
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	padding:5px;
	}


.bord-lf {
	border-left:1px solid #666;
	padding:5px;
}

td.bord-bottom {
	border-bottom:1px solid #666;
	padding-left:5px;
	}
	
td.bord-top{
	border-top:1px solid #666;
	padding:5px;
	}
	
.pad-4-td{
	padding:5px;
	border-right:1px solid #666;
	border-top:1px solid #666;
	}
	
.pad-4-td-no-border{			/* by Vishal */
	padding:5px;
	}
	
/*confirmation message for feedback*/

.confirm-msg{
	padding:100px 280px 390px 0px;
	font-weight:700;
	}
	
.text-right{
	text-align:right;
	padding-right:90px;
	
}

.white-bg-big{
	background-color:#FFF;
	padding: 0px 20px 0px 20px;
	}
	
/* ZN ad banners positioning*/
	
div.banners{
	border:dotted 0px #f00;
	text-align:center;
	margin-bottom: 10px;
	
	}
	
div.banners div{
	border:dotted 0px #0f0;
	text-align:right; 
	margin-top: 10px;
	}	

/* additional resources table for AE and ZRM on www*/

.gray-subheader2{
	font-weight: 700;
	color:#262d2c;
	}	

.blue-font{
	color:#83b2c9;
}

.white-subheader2{
	font-weight: 900;
	font-size:16px;
	color:#FFF;
}

table.gray_table td.gray-table-head{
	background-color:#5c706d;
	padding:20px 15px 20px 15px;
	border-left:solid 1px #666;
}

table.gray_table td.gray-table-head-lf-brd{
	background-color:#5c706d;
	padding:20px 15px 20px 15px;
	border-left:solid 1px #666;
}

.gray_table{
	border: 1px solid #5c706d;
	margin-bottom:20px;
	
}

table.gray_table td{
	padding:10px;
	vertical-align:top;
}

.just_underline{
	text-decoration:underline;

}

.list_items_paddings li{
	padding-bottom: 5px;
}


.gray-subheader3{
	font-weight: 700;
	color:#313a39;
	}	

.white-subheader2-center{
	font-weight: 900;
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin-top: 15px;
}


table.compat-matrix td.inter_td {
	background-color:#f1f1f1;
	/* border-top:1px solid #666;
	border-bottom:1px solid #666; */
	padding:0px;
}


.white-text{
	color:#FFF;
}



.no_style{
list-style:none;

}

.no_style_1{
	list-style:none;
	padding-left:0px;
	margin-left:0px;

}

/* styles for the new amanda enterprise pages with intertabbing */


div.container {
	
	padding: 5px;	
}



table.tabbed_table td a{
	text-decoration: none;
}


td.content {
	background-color: #fff;
	border-top: solid 0px #f00;
	border-right: solid 1px #afbfc5;
	border-bottom: solid 1px #afbfc5;
	border-left: solid 1px #afbfc5;		
	padding: 20px;	
}
	
td.pane_at {
padding: 7px 0px 0px 4px;
	background-image: url(../images/bg_pane_at.png);
	background-repeat: repeat-x;
	border-bottom: solid 1px #fff;
}

td.pane {
padding: 7px 0px 0px 4px;
	background-image: url(../images/bg_pane.png);
	background-repeat: repeat-x;
	border-bottom: solid 1px #afbfc5;	
}


td.close {
	padding: 0px 5px 0px 0px;
	border-bottom: solid 1px #afbfc5;		
}

td.close_at {
	padding: 0px;
	border-bottom: solid 1px #fff;		
}

td.icon {
	padding: 0px;
	border-bottom: solid 1px #afbfc5;		
}

td.icon_first {
	padding: 0px 0px 0px 5px;
	border-bottom: solid 1px #afbfc5;		
}


td.icon_at {
	padding: 0px;
	border-bottom: solid 1px #fff;		
}

td.bottom_line {
	border-bottom: solid 1px #afbfc5;	

}


div.header_block {
	border: solid 0px #ff0;
	padding: 0px;
	margin: 8px 0px 20px 0px;
}

div.boxes {
	float: left;
	padding: 0px 30px 20px 0px;
	border: solid 1px #f00;
}

div.header_txt {
	float: left;
	padding: 0px 30px 20px 0px;	
	border: solid 1px #0f0;
}




span#current_2{
	color:#000;
	padding:5px 20px 5px 5px;

}

td.content_submenu {
	background-color: #fff;
	border-top: solid 0px #f00;
	border-right: solid 1px #afbfc5;
	border-bottom: solid 1px #afbfc5;
	border-left: solid 1px #afbfc5;	
	padding:8px 20px 5px 8px;	
	
	
}

td.content_submenu span a{
	padding:5px 20px 5px 5px;	
	color:#004dcc;
}

.black-tabs-header{
	color:#004dcc;
	padding-left:0px;
}


.black-link a{
	color:#004dcc;
}





/*end css for AE intertabbing*/


/* new resource table for amanda enterprise*/

div.special_table {
	background-color: #f1f3f4;
	color: #000;
	/* -moz-border-radius:25px; */
	border:1px solid #666666;
	
	
}

div.special_table_header {
	background-color: #5c706d;
	font-size: 120%;
	padding: 10px;
	font-weight: 900;
}

div.special_table_content div {
	padding: 5px;
	border-bottom: dotted 1px #666;
	
}

div.special_table_content strong{
	padding-bottom: 1.8em;
	font-weight: 900;
}

div.special_table_content a:hover {
	text-decoration: underline;
}

div.special_table_content a{
	
	
	
}



span.white_text{
	color:#000;
	padding-bottom:8px;
	font-size:14px;
	
}

/*end new table for amanda enterprise*/


.light-row {background-color:#FFFFCC;} /* added by Vishal on July 2, 2008 - used by amanda-client-overview.html  */

.disc {
	list-style-type:disc;
}

.disc li{ 
	margin-bottom:8px;
	
}

/*fix for ie bug for new amanda pages*/

#right-content_2 {
	
	float:right;
	width:685px;
	padding: 0px 10px 5px 5px;
	/* min-height:600px; */
	}


/*  CSS for FAQ page for Amanda Enterprise */

div.faq {
	padding: 4px 0 4px 0;
	width: 480px;
	line-height:1.5em;
}
div.faq p {
	padding-bottom: 12px;
}
div.faq .question {
	text-decoration: underline;
	color: #00c;
	
	padding-bottom: 2px;
	cursor: pointer;
	background:url(/marketing/content/images/disk.gif) no-repeat 0px 4px;
	padding-left:12px;
}
div.noquestion {
	text-decoration: none;
	padding-bottom: 2px;
	background:url(/marketing/content/images/disk.gif) no-repeat 0px 4px;
	padding-left:12px;
}
div.faq .question:hover {
	text-decoration: underline;
}
div.faq .answer {
	padding: 6px 6px 6px 24px;
	display: none;
}
div.faq .question .boldUnder {
	text-decoration: underline;
	font-weight: bold;
	/* color: #990000; */
}
/* div.faq ul, div.faq ol {
	margin: 0 0 10px 20px; } */
	
	
	



div.faq_section h2 {
	margin-bottom: 1px;
	padding-bottom: 1px;
	border: dotted 0px #f00;
}

div.faq_block {
	border: dotted 0px #00f;
	padding-bottom: 2em;
}



div.question {
	color: #0000ff;
	
}


/* end of the FAQ css*/


/*css for the new site map*/

.sitemap_align{
	padding-left:30px;
	text-align:left;
	font-size:10pt;
	margin:10px 20px 10px 20px;
	}



.quote{
	padding:10px;
	background-color: #e4e5e5;
	background-image:url(../images/quote-bg-lgr.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:1.5em;
	font-size:13px;
	
}


.quote-2{
	text-align:right;
	padding-top:10px;
	font-size:13px;
	
}

.banner-paddings{
	margin:20px 0px 20px 0px;

}

.right_panel{
	
	vertical-align:top;
	float:right;
	width:340px;
	padding:10px;
	text-align:center;

}



.text-align-left{
	text-align:left;
	

}

.image-align-right{
	float:right;
	margin:0px 0px 5px 10px;

}



.green{
	background-color:#d7e2e0;
	color:#161c1b;
	padding:15px 10px 10px 10px;
	text-align:left;
	font-weight:700;
}	

.green_left_quote{
	background-color:#d7e2e0;
	color:#161c1b;
	padding:15px 10px 10px 10px;
	text-align:left;
	}




.align-right{
	text-align:right;
	margin-right:10px;
}



.bold_headings{
	font-size:16px;
	font-weight:700;
	color:#003333;
}

.content-subheaders{
	margin: 15px 0px 5px 0px;
	font-size:13px;
	font-weight:700;
}

/* css for redesigned partner page 
Tatjana, 9-29-2008 */

table.partner_logos {
	margin-top:15px;
	margin-left:0px;
	
}

table.partner_logos td{
	vertical-align:top;
}

.centered {
	text-align:center;
}


.td_width td{
	width:144px;
	vertical-align:top;
}

.trainigs_table td{
	padding:8px;
	border-right:1px solid #666;
	border-top:1px solid #666;
	}
	


table.trainigs_table {
	margin:15px 0px 15px 0px;
	text-align:left;
	border-top: 1px solid #666;
	border-right: 0px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;

}


.train-table  tr td{
	border-right: 0px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;

}

.train-table td{
	border-right:solid 1px #666;
	padding:8px;

}

.train-table td.bord-lf {
	border-right:1px solid #666;
	padding:8px;
}



.train-table td.pad-4-td{
	padding:8px;
	border-right:1px solid #666;
	border-top:1px solid #666;
	}


/* claases added for the feedback form*/
.pad_top{
	padding-top: 20px;
	font-weight:700;
}


.formButton{
	background-image:url(../images/www-submit-button-bg.png);
	background-repeat:x;
	border-top: solid 1px #a8dbfc;
	border-left: solid 1px #a8dbfc;
	border-right: solid 1px #115cdf;
	border-bottom: solid 1px #115cdf;
	color:#FFF;
	font-weight:700;
	padding:4px 15px 4px 15px;
	margin:5px 80px 10px 0px;
	float:right;
}


.features_table{
	padding:12px;
	font-weight:640px;
	

}

ul.zrm-features li{
	list-style:url(../images/pointer1.gif);
	line-height:1.6em;
}

ul.zrm-features {
	width:270px;
	padding-top:0px;
	margin-top:0px;

	}

.zrm_f{
	width:700px;
	vertical-align:top;
	padding-top:10px;
}


ul.zrm-features-1 li{
	list-style:url(../images/pointer1.gif);
	line-height:1.6em;
	
}


ul.zrm-features-1{
	float:right;
	width:270px;
	margin-right:30px;
	vertical-align:top;
	padding-top:0px;
	margin-top:0px;

}


/* blue pointer li to the special links with h1 font */

ul.no_style_no_pad{
	padding-bottom:20px;
	
	}



ul.no_style_no_pad li{
	list-style:url(../images/pointer-blue.gif);
	color:#2514ff;

}

/*end of the blue pointer li to the special links with h1 font */



ul.no_style_no_pad li h1 a{
	color:#2514ff;	
	
}












