body {
	padding: 5px;
	margin-left: 20px;
	font-family: Arial, sans-serif;
	line-height: 18px;
}

body {
	background: url("img/icons/page_background.jpg") repeat-x #9FA9B3;
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 770px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-align: center;
}

/* Overrides */
body li, body p, body td {
	font-size: 11px;
}

body li {
	padding: 0;
}
/* END Overrides */

/* Page definitions */
img {
	border: 0;
}

a {
	color: #666666;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
}

a:hover {
	color: #EAB719;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
}

#page-border {
	width: 770px;
	margin: 0 auto;
	background-color: #fff;
}

/* END Page definitions */


/* Sites Area */
#sites {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	position: relative;
	z-index: 7;
	height: 32px;
	width: 768px;
	margin: 0 auto;
	padding: 0;
}

#sites .active {
	font-weight: bold;
	font-size: 11px;
}

/* For Mozilla/Opera/Safari, we make sure the separator is missing from the first element */
ul#sites > li {
	background-image: none;
}

ul#sites > li + li {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_sites_list.gif") no-repeat 0 3px;
}

#sites li {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_sites_list.gif") no-repeat 0 3px;
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: -9px;
	padding-left: 9px;
	padding-right: 16px;
}

#sites li.active a {
	margin-top: 0px;
}

#sites li a {
	color: white;
	margin-top: 1px;
	display: block;
}

#sites li a:hover {
	color: #EAB719;
}

#sites img.expand {
	padding-left: 3px;
	top: -1px;
	position: relative;
}

#site-tools img.expand {
	padding-left: 2px;
	top: -2px;
	position: relative;
}

#sites li ul, #site-tools li ul {
	display: none;
	position: absolute;
	z-index: 5;
	background-color: #5B6065;
	border: 1px solid #C1BFBF;
	padding: 0 0px 10px;
	margin: -1px 0 0 -10px;
}


#sites li ul, #sites li li {
	width: 145px;
}

#sites #vmtn ul, #sites #vmtn li {
	width: 165px;
}

#sites #global ul, #sites #global li {
	width: 84px;
}

#site-tools li ul, #site-tools li li {
	width: 120px;
}

#site-tools li ul {
	height: auto;
	margin: -1px 0 0 0;
}

#sites li li, #site-tools li li {
	background-image: none;
	text-align: left;
	padding: 0;
	margin: 4px 0;
	height: auto;
}
#sites li.expand:hover, #sites li.over {
	margin: 5px 7px -1px -10px;
	padding-right: 0px;
	background-image: none;
	border-left: 1px solid #C1BFBF;
}

#site-tools li.expand:hover, #site-tools li.over {
	margin: 4px 0 0 -10px;
	padding: 0 8px 0 0;
	background-image: none;
}

#site-tools li.over {
	left: -10px; /* Needed to be done this way (rather than margin-left) due to IE 5.5 bug */
	margin: 4px -10px 0 0;
}

#sites li.expand:hover a, 
#sites li.over a, 
#site-tools li.expand:hover a, 
#site-tools li.over a {
	position: relative;
	z-index: 6;
	display: block;
	color: #EAB719;
	background: #5B6065;
	border: 1px solid #C1BFBF;
	border-bottom: 1px solid #5B6065;
	padding: 4px 8px 4px 9px;
	margin: -1px 0 0 -10px;
}

#site-tools li.expand:hover a, 
#site-tools li.over a {
	padding-right: 7px;
	margin-left: 0;
}

#sites li.expand:hover li a, 
#sites li.over li a, 
#site-tools li.expand:hover li a, 
#site-tools li.over li a {
	position: relative;
	z-index: 8;
	display: block;
	color: white;
	text-transform: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: auto;
	border: none;
	padding: 4px 10px;
	margin: -4px 0 -2px;
}

#sites li.expand li a:hover, 
#site-tools li.expand li a:hover {
	background-color: #383F45;
	color: white;
}

#sites li.expand:hover ul, 
#sites li.over ul, 
#site-tools li.expand:hover ul, 
#site-tools li.over ul {
	display: block;
} /* Activates the drop downs */

#sites li.expand:hover + li, 
#site-tools li.expand:hover + li {
	background-image: none;
} /* Removes the separator from the following element in Mozilla, doesn't work in Opera */

#sites li.over, 
#site-tools li.over {
	position: relative;
	z-index: 2;
} /* Removes the separator from the following element in Internet Explorer */

/* Toggles the 'v' expand image */
#site-tools li .hover {
	display: none;
}

#site-tools li:hover .expand, 
#site-tools li.over .expand {
	display: none;
}

#site-tools li:hover img.hover, 
#site-tools li.over img.hover {
	display: inline;
}
/* END Sites Area */


/* Logo and Search Area */
#top-of-page {
	height: 116px;
	width: 100%;
	margin: 0;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/vmware_logo_background.gif") repeat-x white;
}

#top-corner {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_page_ul.gif") top left no-repeat;
	position: relative;
	height: 6px;
}

#top-corner div {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_page_ur.gif") top right no-repeat;
	height: 6px;
}

#top-of-page img.icon {
	margin: auto 2px -2px auto;
}

#logo {
	float: left;
	height: 77px;
	width: 45%;
	padding-left: 10px;
	text-align: left;
}

#top-tools {
	float: right;
	height: 77px;
	width: 45%;
	padding-right: 21px;
	text-align: left;
}

#banner {
	float: left;
	height: 77px;
	width: 99%;
	position: relative;
	top: -1px;
	left: -1px;
}

#banner * {
	margin-left: 12px;
	margin-top: 1px;
}

#banner-right {
	float: right;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 1%;
	position: relative;
	top: -1px;
	right: -1px;
	z-index: 7;
}

#landing-content {
	margin: 0 -21px 12px 18px;
	height: 203px;
	width: 540px;
	font: 10pt/125% arial, microsoft sans-serif, nimbus sans l, sans-serif;	
}

#landing-content p, #landing-content li, #landing-content td {
	font: 10pt/125% arial, microsoft sans-serif, nimbus sans l, sans-serif;	
}

#site-tools {
	height: 30px;
	width: 100%;
}

#site-tools ul {
	float: right;
	margin: 0 -16px 0 0;
	height: 30px;
	width: auto;
	white-space: nowrap;
	display: table; /* Opera fix */
	z-index: 8;
}

#site-tools ul > li {
	background: none;
} /* Remove separator from first item in standards compliant browsers */

#site-tools li + li {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_site_tools.gif") no-repeat 0 3px;
} /* Insert separator on all but first element */

#site-tools li {
	color: #5A5F65;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_site_tools.gif") no-repeat 0px 3px;
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: -9px;
	padding-left: 9px;
	padding-right: 16px;
	font-size: 11px;
}

#site-tools li a {
	color: #53606D;
}

#site-tools li a:hover {
	color: #EAB719;
}

#site-tools li li a {
	color: white;
}

#site-tools li li a:hover {
	color: white;
}

/* ------------------------------------------------------------------------- */

#search {
	height: 47px;
	width: 100%;
	text-align: right;
	font-size: 0px;
}

#search form {
	overflow: hidden;
	height: 17px;
	margin: 0;
}

#search input.searchterms, input.subscribe {
	border: 1px solid #5A5F65;
	height: 15px;
	width: 104px;
	font-size: 10px;
	bottom: -2px;	
}

#search input.searchterms + button {
	position: relative;
	top: 0px;
	overflow: hidden; /* Used to improve look in Opera, caused by Mozilla bug fix *//* Used to improve look in Opera, caused by Mozilla bug fix */
}

#search input.searchterms + button > img.mozfix {
	margin: -1px 0 0 -3px; /* Mozilla bugfix. Breaks Opera (and probably Safari) */
}

#search button {
	border: 0;
	margin: 0;
	padding: 0px;
	width: 44px;
	height: 15px;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/vmware_logo_background.gif") repeat-x white; /* Used to improve look in Opera, caused by Mozilla bug fix */
	font-size: 10px;
	color: #666;
}

#search div {
	margin-top: 4px;
	font-size: 9px;
	color: #959FA7;
}

#search div a {
	color: #959FA7;
}

#search div a:hover {
	color: #EAB719;
}
/* END Logo and Search Area */


/* Primary Navigation */
#primary-navigation {
	clear: left;
	background: url("img/icons/primary_navigation_background.gif") repeat-x #a02c17;
	margin: 0 21px;
	height: 28px;
	padding: 0px;
	position: relative;
	text-align: left;
	z-index: 1;
}

#primary-navigation ul {
	margin: 0;
	padding: 0;
}

#primary-navigation li {
	float: left;
	display: block;
	padding: 5px 13px 5px 13px;
	border-left: 1px solid #B7CDE1;
	height: 18px;
	position: relative;
	z-index: 5;
}

#primary-navigation li.edge {
	padding: 5px 15px 5px 15px;
}

#primary-navigation li a {
	font-family: arial, franklin gothic medium cond,sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: white;
	text-transform: uppercase;
	height: 18px;
}

#primary-navigation li div, 
#primary-navigation li ul, 
#primary-navigation li li {
	width: 145px;
}

#primary-navigation li div {
	position: absolute;
	left: 0px;
	top: 28px;
	background: url("img/icons/primary_navigation_corners_lower.gif") bottom no-repeat transparent;
	padding: 0 0 3px;
	margin: 0;
	display: none;
}

#primary-navigation li.edge div {
	left: auto;
	right: -1px;
	top: 28px;
}

#primary-navigation li.edge li {
	text-align: right;
}

#primary-navigation li ul {
	background: url("img/icons/primary_navigation_dropdown_background.gif") repeat-x #707070;
	padding: 0 0 14px;
	margin: 0;
	display: table; /* Mozilla, Opera background fix *//* Mozilla, Opera background fix */
}

#primary-navigation li li {
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0px -10px;
	border-left: none;
	height: 30px;
}

#primary-navigation li li a {
	display: block;
	padding: 6px 15px 3px;
	margin: 0px 0px;
	text-transform: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#primary-navigation li li a img {
	vertical-align: middle;
}

#primary-navigation li li:hover {
	background: none transparent;
}

#primary-navigation a:hover {
	text-decoration: none;
}

#primary-navigation li li a:hover {
	text-decoration: none;
	background: #474747;
}

#primary-navigation li:hover div, #primary-navigation li.over div {
	display: block;
}

#primary-navigation li:hover, 
#primary-navigation li.over, 
#primary-navigation li.active {
	background: url("img/icons/primary_navigation_background_active.gif") repeat-x #a02c17;
}

/* Code for removing the primary navigation */
.nonav #top-of-page {
	height: 77px;
}

.nonav #content {
	background: url("img/icons/background_no_nav.gif") no-repeat white;
}
/* END Primary Navigation */


/* Homepage Definitions */
#homehero {
	padding: 6px 0;
}

#homehero .hero { float: left; width: 513px; }
#homehero .buttons { float: left; width: 214px; }
#homehero .buttons a { display: block; }
#homehero .buttons img { visibility: hidden; position: absolute; }
#homehero .buttons img.default { visibility: visible; position: static; }

#promotions-block {
	height: 112px;
	width: 770px;
	position: relative;
	padding: 0;
	margin: 0;
}

#promotions {
	text-align: left;
	overflow: hidden;
	height: 112px;
	width: 532px;
	float: left;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/home_promotions_background.gif") no-repeat white;
}

#promotions-buttons {
	position: absolute;
	padding: 0 108px;
}

#promotions a.more_up {
	position: relative; 
	top: 36px; 
	left: 374px; 
	display: block; 
	width: 1px;
}

#promotions a.more_down {
	position: relative;
	top: 36px;
	left: 374px;
	display: block;
	width: 1px;
}

#promotions div.more_label {
	position: relative;
	top: -52px;
	left: 359px;
	margin: 6px 0 0;
}

#promotions a.learn_more {
	margin-left: 0px;
}

#promotions a.download_now {
	margin-left: 30px;
}

#promotions-buttons a img.over { visibility: hidden; position: absolute; }
#promotions-buttons a .default { visibility: visible; }

#promotions-content {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#promotions-content li {
	margin: 0;
	display: none;
	position: absolute;
}

#promotions-content li.initial {
	display: block;
}

#promotions-content li p {
	margin: 5px 0 0 40px;
	width: 420px;
}

#promotions-content li p img {
	margin-top: 10px;
}

#promotions-content .image {
	margin: 10px 0 0 15px;
	_margin: 10px 0 0 10px;
	float: left;
}

#promotions-content h1 {
	color: #414F6B;
	padding: 0;
	margin: 15px 0 0 40px;
	font-size: 15px;
	font-family: Tahoma, Verdana, arial narrow, arial, nimbus sans l, sans-serif;
}

#promotions-content p {
	line-height: 13px;
}

#promotions-secondary {
	float: right;
	height: 112px;
}

#homecallout {
	margin-bottom: -30px;
	padding-top: 20px;
	width: 770px;
}

#top_news {
	text-align: left;
	width: 30%;
	margin: 0 6px 0 21px;
	_margin: 0 6px 0 11px;
	float: left;
}

#highlights {
	text-align: left;
	width: 30%;
	margin: 0 6px 0 6px;
	float: left;
}

#customer_spotlight {
	text-align: left;
	width: 30%;
	margin: 0 10px 0 6px;
	float: left;
}

div.callout_content {
	margin: 7px 0 0 0;
	padding: 13px 16px;
	border-top: 1px solid #CACAC9;
	border-bottom: 1px solid #CACAC9;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/home_customer_background.gif") repeat-x #EFEFEF;
}

div.callout_content blockquote {
	margin: 0;
}

div.callout_content blockquote p {
	margin: 12px 0 0;
}

div.callout_content blockquote cite {
	display: block;
	margin: 6px 0;
	color: #84848B;
	text-align: right;
}

div.callout_content p {
	margin: 22px 0 0px;
}

div.callout_content a.citation {
	color: #649CC6;
	font-weight: bold;
	text-decoration: underline;
}

div.callout_content a.citation:hover {
	color: #EAB719;
	text-decoration: underline;
}

div.callout_content .header {
	margin: 0 0 12px;
}

div.callout_content .logo {
	margin-right: -5px;
}

div.callout_content .logo img {
	margin: 0 5px 0 0px;
}

ul.callout_content {
	padding: 0;
	list-style-type: none;
	margin: 8px 0 0 0;
}

ul.callout_content li {
	display: block;
	width: 100%;
	margin: -1px 0;
	padding: 8px 0;
	border-top: 1px solid #CACAC9;
	border-bottom: 1px solid #CACAC9;
}

#top_news ul.callout_content a.news {
	display: block;
	width: 100%;
	padding: 8px 0;
	margin: -8px 0;
	color: #659BC8;
}

#top_news ul.callout_content a.news:hover {
	display: block;
	width: 100%;
	padding: 8px 0;
	margin: -8px 0;
	background: #EFF7FF;
}

a.callout_more img {
	background: #848C93;
	height: 17px;
	padding: 0;
	margin: 0;
}

a.callout_more:hover img {
	background: #EAB719;
	height: 17px;

}

#highlights ul.callout_content h4 {
	/*font-size: 11px;  (goatboy)*/
	font-size: 12px;
	font-weight: bold;
	color: #6B94D6;
	margin: 0;
}

#highlights ul.callout_content blockquote {
	margin: 0;
}

#highlights ul.callout_content p {
	margin: 0;
}

#top_news ul.callout_content a.news p.date {
	margin: 0;
	padding: 0;
	color: #A9AAAA;
}

#top_news ul.callout_content a.news p.link {
	margin: 0;
	padding: 0;
}

#partners {
	clear: both;
	padding: 21px 0 0 0;
	margin: 0;
}

#partners .heading {
	position: absolute;
}

#partners ul {
	list-style-type: none;
	margin: 0 -21px 0 150px;
	padding: 0;
}

#partners li {
	float: left;
	margin: 0 17px 0 0;
	padding: 0;
}

/* Used in Logo listing layout. Gives the 4-column line-separated order. */
li.inline {
	float: left;
	display: block;
	width: 110px;
	height: 120px;
	padding: 0 10px 0 10px;
	margin-top: -3px;
	text-align: center;
	border-right: 1px solid #dedede;
}

/* END Homepage Definitions */

/* Footer */
#footer {
	clear: both;
	width: 100%;
	height: 66px;
	margin: 3em 0 0;
	font-size: 10px;
	color: #A9AAAA;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/background_footer.gif") repeat-x;
}

#footer-corner {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_footer_ll.gif") bottom left no-repeat;
	height: 11px;
}

#footer-corner div {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_footer_lr.gif") bottom right no-repeat;
	height: 11px;
}

#footer div.inner {
	/* This is required for IE 5.5 */
	padding: 30px 16px 24px;
}

#footer p {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 10px;
}

#footer ul {
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
}

#footer ul > li {
	background: none;
} /* Remove separator from first item in standards compliant browsers */

#footer li + li {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_footer.gif") no-repeat 0 3px;
} /* Insert separator on all but first element */

#footer li {
	color: #53606D;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_footer.gif") no-repeat 0px 3px;
	display: block;
	float: left;
	margin-left: -9px;
	padding-left: 9px;
	padding-right: 16px;
	font-size: 10px;
}

#footer a {
	color: #A9AAAA;
}

#footer a:hover {
	color: #EAB719;
}

#footer a.rssfeed {
	float: right;
}
/* END Footer */

/* Tools and Breadcrumbs */
#toolbox {
 width: auto; /* Required for IE 5.5 */
 height: 18px;
 padding: 3px 24px;
}

#breadcrumbs {
	float: left;
	margin: 0;
	padding: 0;
}

#toolbox #breadcrumbs > li {
	background: none;
} /* Remove separator from first item in standards compliant browsers */

#toolbox #breadcrumbs li + li {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_breadcrumb.gif") no-repeat 0px 4px;
	border: none;
} /* Insert separator on all but first element */

#breadcrumbs li {
	color: #949494;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_breadcrumb.gif") no-repeat 0px 6px;
	display: block;
	float: left;
	margin-left: -11px;
	padding-left: 11px;
	padding-right: 16px;
	font-family: franklin gothic medium cond, arial narrow, nimbus sans l condensed, nimbus sans l, sans-serif;
	font-size: 99%;
	margin-top: -1px;
}

#breadcrumbs li a {
	color: #6698C9;
}

#toolbox a:hover {
	color: #EAB719;
}

#page-tools {
	float: right;
	margin: 0px -7px 0 0;
	padding: 0;
	font-family: franklin gothic medium cond, arial narrow, nimbus sans l condensed, nimbus sans l, sans-serif; 
	font-size: 10px;
	text-transform: uppercase;
	color: #949494;
}

#toolbox #page-tools > li {
	background: none;
} /* Remove separator from first item in standards compliant browsers */

#toolbox #page-tools li + li {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_toolbox.gif") no-repeat 0 3px;
	border: none;
} /* Insert separator on all but first element */

#page-tools li {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/separator_toolbox.gif") no-repeat 0px 3px;
	display: block;
	float: left;
	margin-left: -9px;
	padding-left: 9px;
	padding-right: 16px;
	font-family: franklin gothic medium cond, arial narrow, nimbus sans l condensed, nimbus sans l, sans-serif; 
	font-size: 10px;
}

#page-tools li a {
	color: #949494;
}
/* END Tools and Breadcrumbs */

/* Content */

/* Layout */

#content {
	width: 547px;
	text-align: left;
	float: left;
	padding-left: 21px;
}

#content p, #content li, #content td {
	font-size: 10pt;
}

/* END Layout */


/* Rounded Corners */
.upper-corners, .lower-corners {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_white_ul.gif") no-repeat top left transparent;
	height: 6px;
	width: auto;
	position: relative; /* Needs to be relative instead of absolute for mozilla */
}

.upper-corners *, .lower-corners * {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_white_ur.gif") no-repeat top right transparent;
	height: 6px;
	width: auto;
	position: relative;
}

.lower-corners {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_white_ll.gif");
	clear: both;
	margin: 0 0 5px 0;
}

.lower-corners * {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_white_lr.gif");
}

.orange .upper-corners {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_orange_ul.gif");
	background-color: transparent;
}

.orange .lower-corners {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_orange_ll.gif");
}

.orange .upper-corners * {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_orange_ur.gif");
	background-color: transparent;
}

.orange .lower-corners * {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_orange_lr.gif");
}

.bordered .upper-corners {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_bordered_ul.gif");
}

.bordered .lower-corners {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_bordered_ll.gif");
}

.bordered .upper-corners * {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_bordered_ur.gif");
}

.bordered .lower-corners * {
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/corner_bordered_lr.gif");
}


/* END Rounded Corners */

	
/* Style */
#content a {
	color: #4073DB;
}

#content a:hover {
	color: #EAB719;
}

#content p {
	margin: 4px 0 18px;
}

h1 {
	font-size: 21px; /* Used in div.login */
}

h3, span.h3 {
	/* font-size: 12px; (goatboy) */
	font-size: 13px;
	color: #454545;
	margin: 10px 0 0;
}

h4 {
	/* font-size: 11px; (goatboy) */
	font-size: 12px;
	margin: 10px 0 4px;
}

h5 {
	/* font-size: 11px; (goatboy) */
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

hr {
	clear: left;
	height: 1px;
	border: none;
	border-top: 1px solid #C4CED4;
	margin: 8px 0 12px;
}

	/* strong { color: #030303; } */

#content ul {
	list-style: square url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/bullet_regular.gif");
	margin: 0 0 20px 12px;
	padding: 0;
}

#content li {
	margin-bottom: 4px;
}

#content ol, #content ol li {
	list-style-image: none;
}

#content ol ul, #content ol ul li {
	list-style: square url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/bullet_regular.gif");
}

	span.more {
	white-space: nowrap;
}

	sup.map {
	font-size: 10px;
	color: #CC3333;
	font-weight: bold;
}

	span.smaller {
	font-size: 11px;
	color: #666666;
}

	span.smallersb, span.smallestb {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

	div.pdfdownload {
	float: right;
}

	div.pdfdownload img {
	margin: 0 0 -15px -26px;
	position: absolute;
	z-index: 1;
}

	q {
	quotes: '' '' '' '';
} /* Actual quotes removed since Internet Explorer doesn't recognize this property - so they'll need to be manually inserted into the content. Another option would be to use JS to insert the quotes in IE. */
	q:before {
	content: open-quote;
}

	q:after {
	content: close-quote;
}

	blockquote {
	margin: 0;
}

	#content blockquote {
	margin: 0;
	padding: 6px 23px 6px;
	/*border-top: 6px solid #E8BD25;*/ /* assume all have the yellow, not #8CBAD9; (blue) */
	border-top: 6px solid #8CBAD9;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	color: #84929F;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/background_quote_wide.gif") top center no-repeat #EEEFF0;
}

	#content .column blockquote {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/background_quote.gif") top center no-repeat #EEEFF0;
}

	#content.workstation blockquote {
	border-top: 6px solid #F32B05;
}

	#content.ace blockquote {
	border-top: 6px solid #863B94;
}

	#content.gsxserver blockquote {
	border-top: 6px solid #E38117;
}

        #content.server blockquote {
        border-top: 6px solid #E38117;
}

	#content.esxserver blockquote {
	border-top: 6px solid #E8BD25;
}

	#content.virtualcenter blockquote {
	border-top: 6px solid #75BC21;
}

	#content.vmtnsubscription blockquote {
		border-top: 6px solid #0F1176;
}

	#content.p2v blockquote {
		border-top: 6px solid #FE9900;
	}

	#content blockquote cite {
	display: block;
	margin: 6px 0;
	color: #363D44;
}

	#content .column {
	width: 50%;
	float: left;
	margin: 13px -2px 13px 0;
}

	#content .column ul, 
	.column blockquote {
	margin: 0px 16px 0px 0;
}

	#content .column ul {
	padding: 0 0 0 10px;
}

	#content .column ul li {
	margin: 0 0 16px 2px;
	list-style: square url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/bullet_regular.gif");
}

	.banner {
	/*margin: 0 21px 5px 21px;*/
	margin: 0 20px 5px 21px;
}

	div.mininav {
	margin-bottom: 10px;
}

	#content .talking-points {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

	#content .talking-points td, 
	#content .talking-points li {
	margin: 0;
	width: 181px;
	vertical-align: top;
}

	#content .talking-points li {
	margin: 0 1px 0 0;
	float: left;
}

	#content .talking-points td {
	border-right: 1px solid white;
	border-left: 1px solid white;
}

	#content .talking-points ul {
	list-style-type: square;
	list-style-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/bullet_light.gif");
	margin: 0 0 0 2px;
	padding: 10px 0 0;
	min-height: 103px;
	_height: 103px;
}

	#content .talking-points + * {
	clear: left;
	padding-top: 10px;
}

	#content .talking-points li li, 
	#content .talking-points td li {
	width: auto;
	float: none;
	margin: 0 5px 2px 21px;
}

	/* All these extra DIVs are required for centering in IE 6 and down */
	.talking-points h4 {
	height: 36px;
	color: white;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	line-height: 18px;
	display: table;
	width: 100%;
	position: relative;
}

	.talking-points h4 div {
	padding-left: 12px;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
}

	.talking-points h4 div div {
	padding: 0;
	position: relative;
	top: -50%;
}

	.talking-points div > h4, 
	.talking-points div > h4 div, 
	.talking-points div > h4 div div {
	position: static;
	top: 0;
}

	#content .talking-points p {
	margin: 0 6px;
	padding: 9px 4px 0;
	height: 75px;
	font-size: 11px;
}

	#content table.talking-points p {
	height: auto;
}

	#content .talking-points .more {
	height: 24px;
	text-align: right;
	vertical-align: bottom;
}

	#content .talking-points td .more {
	position: relative;
	top: -3px;
	background-color: #C1CFDC;
	margin: 0 -1px;
	padding-top: 3px;
	z-index: 1;
}
	#content .talking-points .more a:hover {
	color: #EAB719;
}
	#content .talking-points .more a {
	margin: 0px 9px 0;
	padding: 5px 10px 0 0;
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/solutions_more.gif") no-repeat right 7px;
	color: black;
}

	.talking-points li, .talking-points td {
	background-color: #C1CFDC;
}

	/*  Following 3 lines copies to Karri section for modification    */
	.talking-points .primary h4 {
	color: #487477;
}

	.talking-points .secondary h4 {
	color: #A23634;
}

	.talking-points .tertiary h4 {
	color: #947312;
}


	#content .presentation {
	width: 100%;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/background_presentation.gif") no-repeat #E1DFDF;
	padding-bottom: 21px;
}

	#content .presentation ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0;
	padding: 0;
}

	#content .presentation li {
	width: 33%;
	float: left;
	text-align: center;
	padding-top: 10px;
}

	#content .presentation li div.image {
	height: 125px;
	display: table-cell;
	vertical-align: bottom;
	width: 33%;
	margin: 20px 0 -10px;
}

	#content .presentation li div.image img {
}

	#content .presentation li > div.image {
	padding-bottom: 10px;
}

	#content .presentation li p {
	margin: 0;
	text-align: center;
}

	#content .presentation li span.date {
	display: block;
	margin: 0;
}

	.presentation h1 {
	color: black;
	margin-bottom: 10px;
	margin-left: -2px;
}

	.presentation h2 {
	color: #838587;
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;
}

	.presentation h3 {
	color: #2264A5;
	font-size: 14px;
	margin: 1px 0;
}

	.presentation .inner {
	padding: 1px 18px 0 16px;
}

	.presentation .image {
	padding-right: 16px;
	vertical-align: top;
}

	#content.awards .presentation {
	height: 275px;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/awards_callout_bg.gif") no-repeat #E1DFDF;
}

	#content.awards .presentation ul {
	padding-top: 90px;
}

	/* END Style */

	/* Store index */
	.callout {
	width: 100%;
	margin: 0px -1px 18px;
	border: 1px solid #D4D4D4;
	background-color: #EEF4F8;
	color: #666666;
	z-index: 0;
	position: relative; /* makes side borders visible in IE 6's box model */
}

	.callout strong {
	color: #030303;
}

	.callout .inner {
	margin: -5px -6px;
	padding: 0 22px;
}

	.callout .image {
	float: left;
	width: 133px;
	padding: 22px 22px 22px 0;
	position: relative;
	z-index: 2;
}

	.callout .description {
	width: 100%;
	margin: 0 -200px 0 -155px;
	padding: 22px 0;
	float: left;
	position: relative;
}

	.callout .description-inner {
	padding: 0 200px 0 155px;
}

	.callout .action {
	float: left;
	width: 144px;
	padding: 22px 0 22px 45px;
	position: relative;
}

	.callout .action .button {
	margin: 0 7px 0 0;
	text-align: right;
}

/* Showcase Table */

#showcase {
	padding: 0;
	margin-top: 10px;
}

#showcase *.image {
	vertical-align: top;
	padding: 10px 10px 0 0;
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}

#showcase *.description {
	padding-left: 10px;
	border-top: 1px solid #D4D4D4;
}

#showcase *.description p {
	font-size: 11px;
}

#showcase.plain *.image {
	border-top: 0;
	border-right: 0;
}

#showcase.plain *.description {
	border-top: 0;
}

#showcase th {
	color: #454545;
	height: 28px;
	padding: 0 12px;
	font-size: 12px;
	text-align: left;
}

#showcase h4 a {
	color: #000000;
}

/* End Showcase Table */


	#content ul.products li {
	margin-bottom: 26px;
}

	#content ul.products li.workstation {
	border-color: #F32B05;
	border-width: 4px 0 0;
}

	#content ul.products li.ace {
	border-color: #863B94;
	border-width: 4px 0 0;
}

	#content ul.products li.gsxserver {
	border-color: #E38117;
	border-width: 4px 0 0;
}

    #content ul.products li.server {
    border-color: #E38117;
    border-width: 4px 0 0;
}

	#content ul.products li.esxserver {
	border-color: #E8BD25;
	border-width: 4px 0 0;
}

	#content ul.products li.virtualcenter {
	border-color: #75BC21;
	border-width: 4px 0 0;
}

	#content ul.products li.vmtnsubscription {
	border-color: #0F1176;
	border-width: 4px 0 0;
}

	#content ul.products li.p2v {
	border-color: #FE9900;
	border-width: 4px 0 0;
}

	#content ul.products li.neutral {
	border-color: #cccccc;
	border-width: 1px 0 0;
}


	#content ul.products div.image {
	position: absolute;
	margin: 10px 0 0 4px;
}

	#content ul.products table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #DADADA;
	border-width: 0 0 0 1px;
	margin: 0 5px 0 91px;
	padding: 0;
}

	#content ul.products table {
	margin-left: 114px;
}

	#content ul.products table tr.first td {
	border-top: none;
}

	#content ul.products table td {
	padding: 10px 12px 0px;
	border-top: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	vertical-align: top;
	font-size: 11px;
}

	#content ul.products table td.action {
	width: 133px;
	padding-right: 0px;
}

	#content ul.products table td.action {
	width: 102px;
	padding-right: 27px;
	text-align: right;
}

	#content ul.products table td.action {
	width: 180px;
}

	#content ul.products table td p {
	margin: 6px 0 10px;
}

	#content ul.products table strong.primary {
	text-decoration: underline;
}

	#content ul.products table strong, 
	#content ul.products table h4 {
	color: #030303;
	margin: 6px 0 -6px;
}

	#content ul.products table td.action .button {
	margin: 6px -3px 0 0;
	text-align: right;
}

	.promotion-wrapper {
	margin-right: 185px;
}
	.promotion {
	margin: 0px -2px 18px -1px;
	width: 100%;
}
	.promotion .inner {
	margin: -6px -2px -6px 0px;
	position: relative;
	left: -1px;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/store_promotion_background.gif") repeat-x #DF7E18;
	height: 100%;
	padding-left: 2px;
	width: 100%;
}
	.promotion .inner .button {
	text-align: right;
	margin-top: -43px;
	padding: 0 14px 14px 0;
}
	/* END Store index */

	/* Login Page */
	div.login {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

	div.login .inner {
	margin: -6px -2px -6px 0px;
	padding: 22px 1px;
	position: relative;
	left: -1px;
	width: 100%;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/form_login_background.gif") repeat-x #E8E7E7;
}

	div.login h1 {
	margin-bottom: 25px;
}

	div.login h5 {
	font-weight: bold;
	font-style: normal;
}

	div.login form {
	margin: 0 auto;
	padding: 0 20px;
	width: 525px;
	height: 260px;
	border-top: 1px solid #ECEAEA; /* border matches BG color, required due to moz bug *//* border matches BG color, required due to moz bug */
}

	div.login div.row {
	clear: both;
	padding: 0;
	margin: 0;
	height: 28px;
}

	div.login form div.heading {
	display: block;
	float: left;
	width: 166px;
	margin: 0 16px 0 0;
	padding: 4px 0;
	text-align: right;
	font-weight: bold;
}
	div.login form input {
	width: 204px;
	float: left;
	border: 1px solid #A5ACB2;
	height: 18px;
	background: white;
}
	div.login form div.extra {
	margin: 0 8px;
	float: left;
	padding: 4px 0;
}
	div.login form div.buttons {
	width: 206px;
	margin: 0 0 0 182px;
	text-align: right;
}
	div.login form button {
	position: relative;
	top: 3px;
	background: transparent;
	padding: 0;
	margin: 0 0 0 10px;
	border: none;
}
	/* END Login Page */

	/* Table styles */
	#content table.comparison, 
	#content table.general {
	border-collapse: collapse;
	margin: 10px 0 0;
	padding: 0;
	border-bottom: 1px solid #D4DBDF;
}
	#content table.comparison th.firstcase {
	background-color: #B2B4B5;
	border-right: 1px solid white;
}
	#content table.comparison th.secondcase {
	background-color: #91ACC7;
	border-left: 1px solid white;
}
	#content table.comparison th.firstcase, 
	#content table.comparison th.secondcase {
	color: white;
	text-align: center;
	width: 35%;
	height: 31px;
	border-top: 6px solid #8CBAD9;
	font-size: 12px;
}

	#content.workstation table.comparison th.firstcase, 
	#content.workstation table.comparison th.secondcase {
		border-top: 6px solid #F32B05;
	}

	#content.player table.comparison th.firstcase, 
	#content.player table.comparison th.secondcase {
		width: 33%;
	}
	
	
	#content.ace table.comparison th.firstcase, 
	#content.ace table.comparison th.secondcase {
		border-top: 6px solid #863B94;
	}

	#content.gsxserver table.comparison th.firstcase, 
	#content.gsxserver table.comparison th.secondcase {
		border-top: 6px solid #E38117;
	}

        #content.server table.comparison th.firstcase,
        #content.server table.comparison th.secondcase {
                border-top: 6px solid #E38117;
        }

	#content.esxserver table.comparison th.firstcase, 
	#content.esxserver table.comparison th.secondcase {
		border-top: 6px solid #E8BD25;
	}

	#content.virtualcenter table.comparison th.firstcase, 
	#content.virtualcenter table.comparison th.secondcase {
		border-top: 6px solid #75BC21;
	}

	#content.vmtnsubscription table.comparison th.firstcase,
	#content.vmtnsubscription table.comparison th.secondcase {
		border-top: 6px solid #0F1176;
	}

	#content table.comparison th.subject, 
	#content table.general th {
		color: #666666;
		background-color: #D5D6D6;
		height: 31px;
		border-top: 1px solid #EEEFF0;
		padding: 0 12px;
		font-size: 12px;
	}

	#content table.comparison td , 
	#content table.general td {
		vertical-align: top;
		padding: 11px 13px;
	}

	#content table.comparison td,
	#content table.general td,
	#content table.comparison td *,
	#content table.general td * {
		font-size:11px; 
	}

	#content table.comparison td.firstcase, 
	#content table.general td, 
	#content table.general td.odd {
		color: #666666;
		background-color: #EEEFF0;
		border-left: 1px solid #D4DBDF;
		border-right: 1px solid white;
	}

	#content table.comparison td.secondcase, 
	#content table.general td.even {
		color: #3F5F80;
		background-color: #DEE6EE;
		border-left: 1px solid white;
		border-right: 1px solid #D4DBDF;
	}

	#content table.comparison ul {
		  margin: 0 13px; padding: 0;
	}

	#content table.comparison li {
		 list-style-type: square;
		 font-size: 11px;
	}


	#page #content table.general td {
		border-left: 1px solid white;
		border-right: 1px solid white;
	}

	#content table.general {
	border: 1px solid #D4DBDF;
	/*border-top: 6px solid #E8BD25;*/ /*#E8BD25=yellow (-karri)*/
	border-top: 6px solid #8CBAD9; 
}

	#content table.general th {
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

	#content table.general tr.endgroup td {
	border-bottom: 1px solid white;
}

	#content table {
	border-collapse: collapse;
}
	#content table.basic {
	border-left: 1px solid white;
	border-collapse: collapse;
	margin: 8px 0 0;
	padding: 0;
}

	#content table.basic th {
	color: #454545;
	height: 28px;
	border-bottom: 1px solid #DADADA;
	padding: 0 12px;
	font-size: 12px;
	text-align: left;
}

	#content table.basic td {
	border-left: 1px solid #DADADA;
	padding: 5px 5px;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}

	#content table.basic tr.endgroup td {
	background: #EEF4F8;
}

	#content table.basic tr > td {
	border-left: none;
}

	#content table.basic tr > td + td {
	border-left: 1px solid #DADADA;
}
	/* END Table styles */
/* END Content */

/* Secondary Nav */
#secondary_navigation-wrapper {
	margin-top: 2px;
	width: 190px;
	text-align: left;
	float: right;
}

#secondary_navigation {
	text-align: left;
	font-size: 11px;
	width: 168px;
}

#secondary_navigation .header {
	background-color: #2365A4;
	margin: 0px;
	height: 22px;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#secondary_navigation img.expand {
	padding-left: 3px;
	top: -2px;
}

#secondary_navigation .inner {
	background-color: #BFD9EB;
	margin-bottom: 5px;
}

#secondary_navigation ul {
	list-style-type: none;
	margin: 3px 0 3px 0;
	padding: 0;
}

#secondary_navigation ul ul {
	list-style-type: square;
	padding: 0 0 0 10px;
	_padding: 0 0 0 0;
	margin-left: 10px;
}

#secondary_navigation ul li {
	margin: 7px 12px;
	padding: 0;
}

#secondary_navigation ul ul li {
	margin: 5px 7px;
	_margin: 5px 0 5px 10px;
	padding: 0;
}

#secondary_navigation a { color: #363D44; }
#secondary_navigation a:hover {	color: #EAB719; }
#secondary_navigation .active {	font-weight: bold; }

#features.inner {
	background-color: #D4DBDF;
}

#features a { color: #57687A; }

#features .header {
	background-color: #8397AA;
	margin-top: 0;
}

#features li {
/*	border-bottom: 1px solid white; */
}

#features .icon {
	right: 5px;
	margin-top: 5px;
}

/* Embedded secondary navigation - Store index */
#content .secondary_navigation {
	margin: 0 50px 0 0;
	background-image: none;
	padding: 0;
	height: 208px;
	position: absolute;
}

#content .secondary_navigation .inner {
	padding: 3px 11px 50px 20px;
	list-style: none;
}

#content .secondary_navigation > .inner {
	padding-top: 8px;
	padding-bottom: 42px;
}

#content .secondary_navigation li {
	margin: 4px 0 14px;
	list-style-image: none;
}
/* END Embedded secondary navigation */

/* Overrides for the job listings */
#content .job_listing p {
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}

#content .job_listing font {
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}

#content .job_listing span {
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}

#content .job_listing blockquote {
	background: none transparent;
	border: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content .job_listing a {
	color: #666666;
}

#content .job_listing a:link,
#content .job_listing a:link font,
#content .job_listing p a:link font,
#content .job_listing p b a:link font   {
	color: #4073DB !important;
}

#content .job_listing a:link:hover {
	color: #EAB719;
}

/* END Overrides for the job listings */

/* FIXES for old Secondary Nav HTML */
#secondary_navigation .nav {
	display: block;
	padding: 0 11px;
	margin: 0 0 12px;
	color: #363D44;
}

#secondary_navigation .navActive {
	/* This is not an old style, but a newly created one based on #secondary_navigation .nav */
	display: block;
	padding: 0 11px;
	margin: 0 0 12px;
	color: #363D44;
	font-weight: bold;
}

#secondary_navigation a:link, 
#secondary_navigation a:visited {
	font-size: inherit;
	text-decoration: none;
}

#secondary_navigation a:hover, 
#secondary_navigation a:visited:hover {
	/*color: #EAB719;*/
	color: #4073DB;
	text-decoration: none;
}

#content a.nav {
	color: #384047;
}

#content a.navon {
	color: #384047;
}
/* END Secondary Nav */

/*------------------------------------------------------------------------------- */
/*  New Styles & Manual Overrides Section  ( karri )                            */
/*------------------------------------------------------------------------------ */

/*  Manual overrides  (defined elsewhere in web.css, modified here to preserve history)  */
#sites li ul, #sites li li {
	width: 190px;
}

.talking-points .primary h4 {
	color: #000000;
}

.talking-points .secondary h4 {
	color: #000000;
}

.talking-points .tertiary h4 {
	color: #000000;
}

h2, h1 {
	font-weight: 700;
	color: #424242;
	margin: 10px 0 5px;
}

h1 {
font-size: 17px;
}

h2 {
font-size: 15px;
}
/*  END  Manual overrides */

/* New Styles */
a.openpopup {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/icon_popup_a.gif") bottom right no-repeat; 
	padding: 3px 19px 0 0;
}
a.openpdf {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/icon_pdf_a.gif") bottom right no-repeat; 
	padding: 3px 19px 0 0;
}

a.openflash {
        background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/icon_flash.gif") bottom right no-repeat;
        padding: 3px 19px 0 0;
}

.yw {
	color: #947312;
}

.gy {
	color: #777777;
}

.rd {
	color: #990000;
}

.bl {
	color: #3366CC;
}



.rule {
	border-bottom: 1px solid #C4CED4;
	padding: 0 0 2px 0;
}
#content table.basic td.more {
	border-top: 1px solid #DADADA;
	padding: 5px 10px;
	text-align: right;
	font-size: 11px;
}

#content table.basic td.thumb {
	vertical-align: top;
}

#content div.onefiftypixels ul.showcase table { 
	margin-left: 150px; /* for partners index */
}

#content blockquote.allproducts {
	 border-top: 6px solid #8397AA;
}

#content table.products {
		background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/products_home_3way.jpg") bottom;
		width: 547px;
		clear: both;
}

#content table.products td {
	width: 33%;
	vertical-align: top;
	padding: 2ex;
}

#content table.products td ul {
	margin: 20px 20px 40px 15px;
}

#content table.products td strong {
	font-size: 105%;
}

#content table.products a:link, #content table.products a:visited {
	color: #2264a5;
	font-size: 105%;
	font-weight: 600;
}

#content table.products a:hover {
	color: #384047;
}

#rcallout_content, #content .rcolumn {
	width: 50%;
	float: right;
	margin: 13px 0 13px 16px;
}

.rcolumn blockquote {
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/background_quote.gif") top center no-repeat #EEEFF0;
	/*border-top: 6px solid #8CBAD9; */
}

.tiny {
	font-size: 11px;
	color: #777777;
	background: transparent;
}

#content *.top {
	font-size: 10px;
	float: right;
	margin: 0;
	padding-left: 11px;
	background: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/icon_top.gif") no-repeat left;
}

#content dt {
	font-weight: 700;
	font-size: 10pt;
	margin-top: 10px; 
	padding-top: 5px;
}

#content dl {
	margin: 0 0 20px 12px;
}

#content dd {
	margin: 4px 0 4px 10px;
}

#figure {
	margin: 10px;
	position: relative;
	width: 80%;
	top: 0;
	left: auto;
}

#figure .figbox  {
	margin: 0;
	border: 1px solid #e7e7e7;	
 }
 
#figure .figbox img {
	position: relative;
	top: 0;
	left: 10%;
	padding:5px;
}

#figure .caption {
	font: bold 11px/14px arial, nimbus sans l, sans-serif;
	color: #6b6b6b; 
	background: #dddddd;
	margin: 0;
	padding: 10px;
}

/*----------------------------------------------------------------------------- */
/*  END New Styles & Manual Overrides Section  ( karri )                        */
/*----------------------------------------------------------------------------- */

/*
Request Forms by DeanQ
Revision from Vince's tableless forms
*/

#form_request { 
	font-family: "nimbus sans l", arial, sans-serif; 
	font-size: 12px;
}

#form_request input, #form_request select, #form_request textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px 3px 2px 3px;
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/input.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #7D7D7D;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #C5C5C5;
	display: block;
	float: left;
	margin-bottom: 15px;
}

#form_request .button {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	margin: 0px 10px 5px 0px;
	background: #7D7D7D;
	border: 1px solid #ff9900;
}

#form_request label {	
	display: block;
	float: left;
	width: 160px;
	padding: 2px 5px 2px 0px;
	margin: 0px 10px 0px 0px;
	text-align: right;
}

#form_request label.required, #form_request p.required {	
	background: #FFFFED;
	padding: 2px 5px 2px 0px;
}

#form_request .wider label { width:250px; }

#form_request br {
	clear: left;
}

#form_request .boxes {
	border-width: 0px;
	background-image: none;
	width: 2em;
	margin-bottom: -2px;
}

/* FORM REG FOR AKAMAI */

#form_reg { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#form_reg input.text, #form_reg select, #form_reg textarea {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 16px;
	padding-top: 2px 3px 2px 3px;
	background-image: url("https://web.archive.org/web/20061111102715im_/http://www.vmware.com/img/input.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #7D7D7D;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #C5C5C5;
	margin-bottom: 5px;
	margin-top: 5px;
}

#form_reg .button {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	margin: 0px 10px 5px 0px;
	background: #7D7D7D;
	border: 1px solid #ff9900;
}

#form_reg label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	text-indent: -10px;
	
	display: block;
	float: left;
	width: 150px;
	padding: 2px 5px 2px 10px;
	margin: 0 0 0 10px;
	text-align: left;
}

#form_reg label.wider { width:600px; }
#form_reg select.wider {
	margin-left:165px;
	_margin-left:177px;
}

#form_reg fieldset {
	border: 0;
	margin-bottom: -20px;
	_margin-bottom: -10px;
	margin-left:165px;
	_margin-left:177px;
}

#form_reg br {
	clear: left;
}

#form_reg .boxes {
	border-width: 0px;
	background-image: none;
	width: 2em;
	margin-bottom: -2px;
}
/* END for Akamai */

/* END Request Forms */

/* styles for in page components */
 .features    {background: #ECF2F9; border: 0; border-collapse: collapse;}
 .features td {border: 1px solid #FFFFFF; padding: 10px;}
/* Don't know who added these last two styles! (karri) */

/* styles for dynamic tabbed layers*/
#tab_nav {
  padding-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #8397AA;
  clear: both;
}
#tab_nav a {
  margin: 0 -5px 0 10px;
  font-weight: bold;
  font-size: 12px;
  color: #617588;
  border-top: 1px solid #8397AA;
  border-right: 1px solid #8397AA;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #8397AA;
  padding: 3px 7px;
}
#tab_nav a.taboff {
  z-index: -1;
  color: #617588;
  background: #C4CED4;
  border-bottom: 0px;
}
#tab_nav a.taboff:hover {
  z-index: -1;
  color: #617588;
  background: #D6EFF6;
  border-bottom: 0px;
}
#tab_nav a.tabon {
  z-index: 1;
  padding-bottom: 2px;
  border-bottom: 2px solid #FFFFFF;
}
.hide {
  visibility: hidden;
  display: none;
}
.show {
  visibility: visible;
  display: block;
}

/* END dynamic tabbed layers */

/* Style Overrides for tabbed layers */
#tabfeatures .column {
  width: 48%;
  margin-top: 0;
  padding: 5px;
}
#tabfeatures table.basic { margin-top: 0; }
#tabfeatures table.general { width: 100%; }
#tabfeatures table.general td li {font-size: 11px;}

/* END Overrides for tabbed layers */

/* New Text/Content classes */
#shaded {
	color: #666666;
	background-color: #EEEFF0;
	border-collapse: collapse;
	border: 1px solid #D4DBDF;
	border-top: 6px solid #8CBAD9; 
	margin: 10px 0;
	vertical-align: top;
	padding: 1em 1.5em;
	font-size:11px;
}
#shaded p, #shaded li {
	font-size:11px;
}
#screenshots ul {
	margin: 0;
}
#screenshots li {
	float: left;
	display: block;
	width: 45%;
	min-height: 210px;
	padding: 7px;
	text-align: left;
}
#faqs dt {
	font-weight: bold;
	margin-left: -1em;
	text-align: justify;
}
#faqs dd {
	margin: 0 1em -0.5em 0;
	text-align: justify;
}
#featured_wp {
	background: url('/web/20061111102715im_/http://www.vmware.com/files/templates/inc/featured_wp.gif') no-repeat #ffffff;
	border: 1px solid white;
	margin: 0;
	width: 168px;
	height: 110px;
}
#featured_wp .inner_text {
	margin: 26px 0 0 8px;
}
#featured_wp .inner_text {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	color: #cce7fe;
}
#featured_wp .inner_text b {
	font-family: Arial Narrow;
	weight: bold;
	color: #ffffff;
}
#featured_wp .clicker {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1;
}

/* END New Text/Content classes */

/*
     FILE ARCHIVED ON 10:27:15 Nov 11, 2006 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:14:46 Jan 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.452
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.007
  esindex: 0.008
  cdx.remote: 7.829
  LoadShardBlock: 99.634 (3)
  PetaboxLoader3.datanode: 165.461 (4)
  load_resource: 424.703
  PetaboxLoader3.resolve: 259.89
*/