﻿@charset "utf-8";

body {  
	font-size:8pt; 
	font-family:arial,helvetica,verdana; 
	text-align:left; 
	color:#333333; 
	margin: 0px 0px 0px 0px;
	}
H1{
	font-weight:bold; 
	font-size: 18pt; 
	color:#000; 
	margin:0px 0px 0px 0px; 
	padding:0 0 0 0;
	}
H2{
	font-weight:normal; 
	font-size: 14pt; 
	color:#808080;
	margin:0px 0px 0px 0px; 
	padding:0 0 0 0;
}

.logo_image {
	width: 71px; 
	height: 67px;
	background-image: url('..\images\logos\logo_sm.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-style: none;
}

.logo_jpn_image {
	width: 71px; 
	height: 67px;
	background-image: url('..\images\logos\logoj_sm.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-style: none;
}

.spash_image {
	width:138px;
	height:138px;
}
.splash_caption {
	font-size:10px;
	font-weight:normal;
	text-align:center;
}

div {
	 /*border:1px solid #000; */
}

div.container {
	width:700px;
}
div.sidebar {
	float:left; 
	height:540px; 
	width:30%;
	background-repeat: repeat-x;
	background-image: url(../images/assets/sidebar.jpg);
}
.banner {
	height:370px; 
	width:100%;
	background-repeat: repeat-x;
	background-image: url(../images/assets/splash_bg.jpg);
}
div.steps {
	height:340px;
	width:100%;
	padding-top:20px;
}
table.steps {
	width:100%;
	padding: 0 0 0 0;
}
div.sidebarTitle {
	display:table-cell;
	vertical-align:middle;
	height:100px;
	margin-left:5px;
}
#sidebarTitleText {
	font-size:17px; 
	text-align:left; 
	color:#333333; 
	
}	
div.pageContent {
	height:540px;
	padding-left:10px;
}
td.stepNum {
	width:30%;
	font-size:25pt; 
	font-weight:normal;
	text-align:right; 
	color:#808080; 
	vertical-align:bottom;
	padding-top: 10px;
}
td.stepNumSelected  {
	width:30%;
	font-size:25pt; 
	font-weight:normal;
	text-align:right; 
	color:#000000; 
	padding-top: 5px;
}
td.stepNumDone  {
	width:30%;
	font-size:25pt; 
	font-weight:normal;
	text-align:right; 
	color:#000000; 
	background-image: url(../images/assets/check_step.gif);
	background-repeat: no-repeat;
	background-position: 40px 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.checkstep li {
	list-style-type: none;
	background-image: url(../images/assets/check_step.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
tr.step {
	width:100%;	
	vertical-align:bottom;
	padding-top: 15px;

}

td.stepText {
	font-size:17px; 	
	padding-top: 10px;
	padding-left: 5px;
	color:#333333; 
	position:relative;
	top:-5px;
}

td.stepTextSelected {
	font-weight:bold;
	font-size:17px; 
	padding-top: 5px;
	padding-left: 5px;
	color:#000000; 
	top:-5px;
	position:relative;	
}
td.stepTextDone {
	font-size:17px; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color:#14acac; 
	top:-5px;
	position:relative;	
}
div.pageContent {
}

div.eulaNav 
{
	text-align:center;
	width:600px;
}

div.pageNav {
	height:100px;
	text-align:right;
	width:430px;
}
div.BrilliantUpdatepageNav 
{
	height:30px;
	text-align:right;
	width:400px;
}
div.contentBody { 
	height:340px; 
	padding-top:10px;
}
div.HardwarecontentBody { 
	height:280px; 
	padding-top:10px;
}
a.Hardwareprimary 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -42px;
	text-align:center;
	width:320px;
}
div.HardwarepageNav {
	height:100px;
	width:100%;
}
div.contentBodyNoHeader{ 
	margin-top: 25px;
	height:415px; 
	padding-top:10px;
}
div.BrillcontentBodyNoHeader{ 
	margin-top: 7px;
	height:400px; 
	padding-top:10px;
}
div.contentHeader {
	height:100px;
}

.leaderBoard {
{
	font-size:27px;
	font-weight:bold;
	color:#000;
}

.alertHeader {
{
	font-size:22px;
	font-weight:bold;
	color:#000;
	padding-left:30px;
	background: url(../images/assets/alert.png) no-repeat;
}
.messaging {
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#555555;
	width:400px;
}

.nopad 
{
	padding-top:1px;
}

.instruction {
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.instruction#noPathErrorMsg {
	position: relative;
	top: -14px; 
	font-size: 9pt; 
	color: red;
}
.instruction#noSelectionErrorMsg {
	position: relative;
	font-size: 9pt; 
	color: red; 
}
.choice {
	font-size:14px;
}
.popupText {
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	width:100%;
}

/* UI Customization */
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/controls/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	 padding: 0 5px 0 0;
	background: url(../images/controls/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 300px;
	height: 25px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/controls/select.gif) no-repeat;
	overflow: hidden;
}

.bigEdit {
	background: url(../images/controls/edit_bg.gif) repeat-x;
	width: 290px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 30px;
	text-align:left; 
	border-style:none;
	background-position: 0px 0px;
	line-height:200%;
}

.newEula 
{
	background-color:#e6e6e6;
	border: 1px solid #000000; 
	text-align:left; 
	color:#333;
	position:absolute;
	font-family:arial,helvetica,verdana; 
	font-size:8pt;
	top:25px;
	left:25px;
	padding:10px 10px 10px 10px; 
	z-index:3;
}
.MinSpec
{
	background-color:#ffffff;
	border: 1px solid #000000; 
	text-align:left; 
	color:#333;
	position:absolute;
	font-family:arial,helvetica,verdana; 
	font-size:8pt;
	top:25px;
	left:25px;
	padding:10px 10px 10px 10px; 
	z-index:3;
	width:650px;
}
.eulaText {
	/*background: url(../images/controls/text_bg.gif) repeat-x;*/
	background-color:#e6e6e6;
	width: 784px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 550px;
	text-align:left; 
	border-style:solid;
	border-color:#999;
	border-width:1px;
	color:#333;
	background-position: 0px 0px;
	scrollbar-arrow-color: #808080;
	scrollbar-face-color: #808080;
	scrollbar-track-color: #ccc;
	scrollbar-arrow-color:#666;
	scrollbar-width:5px;
	/*scrollbar-3dlight-color:#808080;*/
	font-family:arial,helvetica,verdana; 
	font-size:8pt;
	padding-left:5px;
	overflow: auto;
}

/* SINGLE PROGRESS BAR */
.progressBar{
	width:416px;
	height:41px;
	/*background:url(bg_bar.gif) no-repeat 0 0;*/
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:400px;
	height:25px;
	background:url(../images/controls/pbar.jpg) no-repeat 0 -25px;
	top:0px;
	left:0px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:400px;
	height:25px;
	background:url(../images/controls/pbar.jpg) no-repeat 0 0;
	top:0;
}
.progressBarText {
	font-size: 8pt; 
	font-family: arial,helvetica,verdana; 
	font-weight: normal;
	text-align: left; 
	color: #333333; 
	margin: 0px 0px 0px 0px;
}

/* SLIDE SHOW */
.homepage_splash {
  height: 245px;
}
.homepage_splash_InstallSoftware {
  height: 310px;
}
.Slideshow {
  height: 245px;
}
.Pane {
  height: 100%;
  width: 100%;
}

TABLE.progressBarBorder { 
	border: 1px solid #7F7F7F; 
}

TABLE TD.progressBarBar { 
	font-size: 5pt; 
	text-align: center; 
	color: white;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType='1', StartColorStr='#77787B', EndColorStr='#CED0D1', enabled='false');
}

a.button 
{
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	overflow-y: hidden;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	cursor: pointer;
	vertical-align: top;
}

a.button:hover 
{
	text-decoration: underline;
}
a.button b
{
	display: block;
	color: #ffffff;
	text-align:center;
	margin-left: 10px;
	padding-right:10px;
}

a.button:hover b 
{
	text-decoration: underline;
}

a:link, a:active 
{
	color: #ffffff;
}

a.action 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}
div.pageNav1 {
	height:100px;
	text-align:right;
	width:100%;
}
a.action1 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: 0px 0px;
	width:350px;
}
a.action b 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0px;
	width:100px;
}

a.actionBrilliant b
{
	width:250px;
}

a.actionDownloadUpdates b
{
	width:150px;
}

a.actionSkipInstallAnyway b
{
	width:175px;
}

a.actionSetupVid b
{
	width:200px;
}

a.actionReboot b
{
	width:100px;
}

a.primary 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -42px;
}

a.primary b 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% -42px;
	width:60px;
}

a.qtinstall 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

a.qtinstall b 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0px;
	width:130px;
}

a.primaryNoThanks b
{
	width:200px;
}

a.primaryReboot b
{
	width:100px;
}

a.primarySkipDownload b
{
	width:125px;
}

a.secondary 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -84px;
}

a.secondary b 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% -84px;
	width:60px;
}

a.secondaryAction 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -124px;
}

a.secondaryAction b 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% -124px;
	width:60px;
}

a.secondaryAction b 
{
	background-color: transparent;
	background-image: url(../images/controls/smart_buttons.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% -124px;
	width:100px;
}

a.secondarySelectAll b
{
	width:80px;
}

a.secondaryRemoveAll b
{
	width:100px;
}

a.formbutton 
{
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	overflow-y: hidden;
	text-decoration: none;
	text-align: left;
	color: #14acac;
	cursor: pointer;
	vertical-align: top;
}

a.formbutton:hover 
{
	text-decoration: underline;
}
a.formbutton b
{
	display: block;
	color: #14acac;
	text-align:center;
	margin-left: 10px;
	padding-right:10px;
}

a.formbutton:hover b 
{
	text-decoration: underline;
}
a.browse 
{
	background-color: transparent;
	background-image: url(../images/controls/formfield.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

a.browse b 
{
	background-color: transparent;
	background-image: url(../images/controls/formfield.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0px;
	width:70px;
}

a.anchor:link, a.anchor:active, a.anchor:visited {
	color: #14ACAC;
}
.devPick {
color:#000;
/*width:300px;*/
padding:5px 5px 5px 5px;
/*border:1px solid #000;*/
font-size:12px;
}
.devCaption {
color:#000;
/*width:70px;*/
padding:5px 5px 5px 5px;
text-align:right;
font-size:12px;
font-weight:bold;
}
.liveVideo{
width:80%;
}
.liveVideoContainer{
	height:135px;
}
