﻿@font-face
{
	font-family: MuseoDell;
	src: url('MuseoForDell-Regular.ttf');
}

@font-face
{
	font-family: MuseoDellBold;
	font-weight: bold;
	src: url('MuseoForDell-Regular.ttf');
}

*.*
{
	font-family: MuseoDell, Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	color: #494949;
}

body
{
	font-family: MuseoDell, Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	color: #494949;
	font-size: 13px;
}

#content
{
	width: 932px;
	margin: auto;
}

#title
{
	width: 932px;
	margin: auto;
}

#title *.download
{
	display: block;
	float: right;
	margin-top: 30px;
	font-size: 14px;
	color: blue;
}

hr
{
	width: 932px;
	margin: 0 auto 10px auto;
	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 2px;
	border: 0;
}

#banner
{
	background-color: #0188cc;
	height: 150px;
	width: 932px;
	margin: auto;
}

#banner .downloadContainer
{
	text-align: center;
	background-color: #00adf2;
	padding: 0;
	margin-right: 15px;
}

#banner .downloadContainer div
{
	margin: 0;
	padding-bottom: 10px;
}

#banner .downloadContainer a
{
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#banner .downloadContainer a img
{
	border: none;
}

div.what
{
	width: 50%;
	float: left;
}

div.what > *
{
	margin-right: 10px;
}

div.how
{
	width: 50%;
	float: right;
	*clear: both;
}

div.how > *
{
	margin-left: 10px;
}

div.how:before
{
	background-image:url('HowDoes.jpg');
}

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

table.whatHow td *
{
	text-align: justify;
}

h1
{
	color: #fff;
	font-weight: normal;
	font-size: 28px;
}

h1.serviceDescriptionTitle
{
	font-size: 22px;
}

h2
{
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
}

h3
{
	margin-top: 0;
	font-weight: normal;
	font-size: 18px;
}

h3.featuresTitle
{
	margin-top: 25px;
	color: #fe7d00;
	font-size: 18px;
	font-weight: bold;
}

h4
{
	color: #0287cc;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 0px;
}

h4 + div
{
	text-align: justify;
}

div.atRiskContainer
{ 
	background-color: #ff7e00;
	background-image:url('Warning.png');
	background-position: right bottom;
	background-repeat:no-repeat;
	margin-right: 10px;
	margin-top: 10px;
	padding: 7px;
}

div.atRiskContainer h2
{
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0;
}

div.atRiskContainer .caption
{
	font-size: 18px;
	margin-bottom: 15px;
}

div.atRiskContainer .legend, #risks .legend
{
	font-size: 10px;
}

.chart
{ 
	background-color: #ffc05f;
	display: block;
	float: left;
	height: 20px;
}

.hardware
{
	width: 280px;
}

.human
{
	width: 150px;
}

.software
{
	width: 45px;
}

.chart + *
{
	margin-left: 10px;
	color: #ffe5cc;
}

.chartContainer
{
	margin-bottom: 15px;
}

.chartContainer .description
{
	font-weight: bold;
	margin-bottom: 5px;
}

.chartContainer .percent
{
	font-weight: bold;
	font-size: 14px;
}

#container
{
	height: 76px;
	position: relative;
}

#wrapper > #container
{
	display: table;
	position: static;
}

#container div
{
	position: absolute;
	top: 50%;
}

#container div div
{
	position: relative;
	top: -100%;
}

#container > div
{
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#container > div p
{
	text-align: justify;
	margin: 0;
	padding-left: 5px;
}

#container > div *
{
	text-align: justify;
	padding-left: 5px;
}

#risks
{
	width: 100%;
}

#risks tbody tr:first-child td
{
	padding-bottom: 24px;
}

#risks .description
{
	width: 50%;
}

.dellPrivacy a
{
	color: #3399cc;
}

.dellLinks a
{
	text-decoration: none;
	color: #494949;
}

.dellLinks a:hover, .dellLinks a:visited, .dellLinks a:active
{
	text-decoration: underline;
	color: #494949;
}

div.OsUpgradeLink
{
	background-color: #7ab800;
	display:inline-block; 
	padding: 0 5px; 
	color: #fff;
}

div.OsUpgradeLink a, div.OsUpgradeLink a:hover, div.OsUpgradeLink a:active, div.OsUpgradeLink a:visited
{
	text-decoration: none;
	color: #fff;
}