﻿body {
	background: url("../images/page_background.jpg") repeat-x #9FA9B3;
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 770px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	text-align: center;
}

/* Overrides */
body li, body p, body td {
	font-size: 12px;
}


#ttlbar_menu
{
	
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 10px; 
	PADDING-TOP: 5px; 
	PADDING-BOTTOM: 0px; 
	text-align:left;
	color:White;
}

a.nav {
	color: #ffffff;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
}

a.nav:hover {
	color: #EAB719;
	text-decoration: underline;
	font-size: inherit;
	font-family: inherit;
}



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: underline;
	font-size: inherit;
	font-family: inherit;
}

#page-border {
	width: 770px;
	margin: 0 auto;
	background-color: #fff;
}

/* END Page definitions */





/* Logo and Search Area */
#top-of-page {
	float: center;
	min-height: 77px;
	width: 100%;
	margin: 0;
	padding-bottom: 5px;
	background: url("../images/vmware_logo_background.gif") repeat-x white;
}

#top-corner {
	background: url("../images/corner_page_ul.gif") top left no-repeat;
	position: relative;
	height: 6px;
}

#top-corner div {
	background: url("../images/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;
}


#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("../images/separator_site_tools.gif") no-repeat 0 3px;
} /* Insert separator on all but first element */

#site-tools li {
	color: #5A5F65;
	background: url("../images/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;
}

.searchfield {
	font-size: 10px;
	border: 1px solid #777777;
}

.searchbutton {
	border: 1px solid #555555;
	font-family: arial, franklin gothic medium cond,sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	background: #5c8bba;
	margin: 0 1px;
}

#search form {
	padding-right: 0px;
	overflow: hidden;
	height: 25px;
	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("../images/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("../images/primary_navigation_background.gif") repeat-x #000000;
	margin: 0 21px;
	height: 28px;
	padding: 0px;
	position: relative;
	text-align: left;
	z-index: 1;
}
/*
#content
{
	padding:10px 20px 10px 20px;
}

A.content:link

{
	color:gray;
	border-style:none;
	text-decoration:none;
}


A.content:visited 
{
	
	color:gray;
	border-style:none;
	text-decoration:none;
}


A.content:hover 
{
	color:gray;
	text-decoration:underline;
	border-style:none;
}

A.content:active 
{
	color:gray;
	text-decoration:none;
	border-style:none;
}

*/
/* Footer */
#footer {
	clear: both;
	width: 100%;
	height: 66px;
	margin: 3em 0 0;
	font-size: 10px;
	color: #A9AAAA;
	background: url("../images/background_footer.gif") repeat-x;
}

#footer-corner {
	background: url("../images/corner_footer_ll.gif") bottom left no-repeat;
	height: 11px;
}

#footer-corner div {
	background: url("../images/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 0px;
}

#footer ul > li {
	background: none;
} /* Remove separator from first item in standards compliant browsers */

#footer li + li {
	background: url("../images/separator_footer.gif") no-repeat 0 3px;
} /* Insert separator on all but first element */

#footer li {
	color: #53606D;
	background: url("../images/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 */





	
/* 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: 14px;
	color: #454545;
font-weight:600;
	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;
}

	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;
}



/*	
*************************************************************** */