body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
}

body, p, td, ul, li {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, Swiss, SunSans-Regular, san-serif;
}

a {
	color: #0000cd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, h4, ul, .intro, .download {
	margin-left: 80px;
}

.intro {
	font-weight: bold;
	font-size: medium;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

form {
	padding-left: 80px;
}

h3 {
	font-size: large;
	border-bottom: 1px solid #aaa;
	padding-left: 80px;
}

h4 {
	font-size: medium;
	margin-bottom: 0px;
}

ul, ol {
	margin-top: 7px;
	margin-bottom: 14px;
}

ul li ul {
	margin-bottom: 7px;
}

input, select, textarea {
	font-size: medium;
}

/**** History ****/

h4.release {
	margin-bottom: 0;
}

p.release-date {
	color: #aaa;
	margin-top: 0;
	font-weight: bold;
	font-size: x-small;
}

/**** Download ****/

.download {
	position: relative;
}

.download-now {
	width: 182px;
}

.download .universal {
	float: right;
	position: absolute;
	top: 0;
	right: 50px;
}

.download-now, .download-now a {
	color: #aaa;
	font-weight: normal;
	font-size: x-small;
	text-decoration: none;
	text-align: center;
}

.download-now a:hover {
	text-decoration: none;
}


/**** Title ****/

#title {
	text-align: center;
}

.title-div {
	width: 580px;
	margin: 10px auto 10px auto;
	text-align: left;
}

.title-icon {
	float: left;
	width: 120px;
	left: 0px;
	top: 10px;
}

.title-caption {
	clear: none;
	float: right;
	margin-left: 0px;
	margin-top: 20px;
	width: 440px;
}

.title-icon, .title-caption {
	margin-bottom: 5px;
}

#title {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, Swiss, SunSans-Regular, san-serif;
}

#title h1 {
	text-shadow: #a9a9a9 2px 2px 4px;
	font-size: 36px;
	margin: 0;
}

#title h1 a {
	color: black;
}

#title h2 {
	font-size: 22px;
	margin: 0;
}

html>body #title h2 {
	font-size: 24px;
}

#title h2,
#title h2 a {
	color: #a9a9a9;
}

#title a {
	text-decoration: none;
}


/**** Navigation Bar ****/

#navbar {
	clear: both;
	margin: 10px;
}

.navbar-link, .navbar-link-selected {
	color: black;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 0 7px;
}

td.navbar-link {
	background-image: url(/global/images/navbar/middle.jpg);
	background-repeat: repeat-x;
}

td.navbar-link-selected {
	background-image: url(/global/images/navbar/middle-selected.jpg);
	background-repeat: repeat-x;
}

.navbar-link:hover, .navbar-link-selected:hover {
	color: black;
	text-decoration: underline;
}

.navbar-link-selected {
	font-weight: bold;
}


/**** Table of Contents ****/

#toc {
	float: left;
	position: fixed;
	top:0;
	left:0;
	width: 155px;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: url(/global/images/toc/background-stripes.png);
	background-repeat: repeat-y;
}

#toc img.logo {
	margin: 12px 0 10px 6px;
}


#page {
	margin-left: 165px;
	margin-right: 10px;
}

#toc .languages {
	margin-top: 10px;
	margin-right: 10px;
	font-size: x-small;
	text-align: center;
}

#toc .language {
	display: inline;
	margin: 2px;
}

#toc .languages a {
	color: #555;
}

/**** Sosumi ****/

div.copyright	 {
	color: #aaa;
	font-size: 9px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

div.copyright a	{
	color: #aaa;
}

/**** Forms ****/

.form-item-title {
	font-size: medium;
	font-weight: bold;
}

.form-item-descr {
	color: #aaa;
	font-size: small;
}

/**** Rounded Box ****/

.rounded-box {
	margin: 10px;
	width: 200px;
	background-color: #ddd;
	position: relative;
	text-align: left;
}

.rounded-box-top div, .rounded-box-reflection div div {
	background: url(/global/images/rounded-box/corner-top-left.png) no-repeat top left;
}

.rounded-box-top, .rounded-box-reflection div {
	background: url(/global/images/rounded-box/corner-top-right.png) no-repeat top right;
}
.rounded-box-bottom div {
	background: url(/global/images/rounded-box/corner-bottom-left.png) no-repeat bottom left;
}
.rounded-box-bottom {
	background: url(/global/images/rounded-box/corner-bottom-right.png) no-repeat bottom right;
}

.rounded-box-top div, .rounded-box-top, .rounded-box-bottom div, .rounded-box-bottom, .rounded-box-reflection div div, .rounded-box-reflection div {
	width: 100%;
	height: 5px;
}

.rounded-box-reflection {
	background: url(/global/images/rounded-box/white-gradient.png);
	height: 20px;
	margin-bottom: -5px;
}

.rounded-box-contents {
	margin: 0px 5px;
	padding: 5px;
}

/**** Testimonials ****/

.quote-box {
	margin: 10px;
	width: 200px;
	background-color: #ddd;
	position: relative;
	text-align: left;
}

.quote-box-top div, .quote-box-reflection div div {
	background: url(/global/images/rounded-box/corner-top-left.png) no-repeat top left;
}

.quote-box-top, .quote-box-reflection div {
	background: url(/global/images/rounded-box/corner-top-right.png) no-repeat top right;
}
.quote-box-bottom div {
	background: url(/global/images/rounded-box/corner-bottom-left.png) no-repeat bottom left;
}
.quote-box-bottom {
	background: url(/global/images/rounded-box/corner-bottom-right.png) no-repeat bottom right;
}

.quote-box-top div, .quote-box-top, .quote-box-bottom div, .quote-box-bottom, .quote-box-reflection div div, .quote-box-reflection div {
	width: 100%;
	height: 5px;
}

.quote-box-reflection {
	background: url(/global/images/rounded-box/white-gradient.png);
	height: 20px;
	margin-bottom: -5px;
}

.quote-box-contents {
	margin: 0px 5px;
	padding: 5px;
}

.quote, .quote-by, .read-more {
	font-size: 12px;
}

.quote {
	font-weight: bold;
}

.quote-by {
	margin-top: 5px;
	margin-left: 20px;
	font-size: 12px;
	text-align: right;
}

.read-more {
	text-align: center;
	margin-top: 10px;
}

.read-more a {
	font-weight: bold;
	color: white;
}

/**** Columns ****/

#three-columns {
	width: 660px;
	margin: 10px auto;
}

#left-column, #middle-column, #right-column {
	float: left;
}

/**** FAQ ****/

.question {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 30px;
}

.answer {
	margin-top: 5px;
	margin-left: 105px;
	margin-right: 25px;
}

/**** Localization ****/

div.lang-not-avail {
	color: #aaa;
	text-align: center;
	margin: 10px 20px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
}

.retired .rounded-box {
	width: 360px;
	margin: 10px auto;
	background-color: #b7ebaf;
	text-align: center;
}

.retired .rounded-box-contents {
	margin: 0 10px;
}

.retired .rounded-box-contents,
.retired .rounded-box-contents a {
	font-size: small;
	color: #429720;
	text-decoration: none;
}
.retired .rounded-box-contents a:hover {
	color: #429720;
	text-decoration: underline;
}

/**** First Page ****/

#one {
	position: relative;
}

#take-tour {
	position: absolute;
	left: 20px;
	bottom: 50px;
	height: 92px;
	width: 200px;
}

#take-tour td.video-label {
	max-width: 80px;
	padding-left: 6px;
}

#take-tour td.video-label a {
	color: #505254;
	font-size: small;
}

