﻿@charset "UTF-8";
/* Reset - thanks Eric Meyer.
***************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
textarea {
	margin: 0;
	padding: 0;
}
/* General Styles - default html element styles
***************************************************************************************************/
body {
	width: 100%;
	margin: 0 auto;
	background-color: #f1f3f2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	display: none;
	text-shadow: 0 1px 0 #fff;
}
h2 {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #fff;
}
h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #fff;
}
h4 {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
	text-shadow: 0 1px 0 #fff;
}
h5 {
	font-weight: bold;
	font-size: 12px;
}
p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
ul {
	overflow: hidden;
	margin-bottom: 10px;
}
li {
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style: outside disc;
}
a {
	color: #8ac640;
	cursor: pointer;
}
hr {
	height: 1px;
	border: none;
	border-top: solid 1px #d6d6d5;
	display: block;
}
input:focus, textarea:focus {
	background-color: #FFFFE0;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	margin: 3px auto 18px auto;
	width: 100%;
}
th {
	padding: 5px 7px 3px 7px;
	font-weight: bold;
	background-color: #8ac640;
	background-image: url(../Content/Images/thBg.gif);
	color: #fff;
	border-left: solid 1px #b1de88;
	white-space: nowrap;
}
td {
	padding: 3px 7px;
	background-color: #f1f3f2;
	border: solid 1px #ddd;
}
tr {
}
caption {
	color: #999;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
strong {
	font-weight: bold;
}
fieldset {
	border: solid 1px #ddd;
	padding: 20px;
	background-color: #f1f3f2;
	margin-bottom: 1em;
}
input, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
label {
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	margin-bottom: 5px;
}
/* Helper Styles - forms, notifications/errors, consistent items with normally just one class 
***************************************************************************************************/
.invisible {
    visibility: hidden;
}
.hidden {
    display: none;
}
label.error {
	position:absolute;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	background-image: url(/Content/Account/Images/iconWarningSm.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	text-transform: uppercase;
	color: #900;
	font-weight: normal;
	font-size: 9px;
	line-height: 9px;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	display: none;
}
label.copied {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	background-image: url(/Content/Images/iconSuccessSm.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-transform: uppercase;
	color: #090;
	font-weight: normal;
	font-size: 9px;
	line-height: 9px;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	display: none;
}
span.validation-summary-errors {
	margin: 0 0 5px 5px;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-image: url(/Content/Account/images/iconWarningSm.png);
	border: none;
	color: #900;
	font-size: 11px;
	display: block;
	line-height: 1.3em;
}
ul.validation-summary-errors {
	margin: 0 0 20px 0 !important;
}
ul.validation-summary-errors li {
	margin: 0 0 5px 5px !important;
	padding: 0 0 0 15px !important;
	line-height: 1.3em !important;
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-image: url(/Content/Account/images/iconWarningSm.png);
	border: none !important;
	color: #900 !important;
	font-size: 11px;
}
#osNote {
	background-color: #FFC;
	padding: 10px;
	margin: 0 20px;
}
/* Page Structure - header, footer and the generic layout blocks
***************************************************************************************************/
#divContainer {
	position: relative;
	width: 1020px;
	margin-left: auto;
	margin-top: 10px;
	/*margin: 0 auto;*/
}
#divContainer2 {
	position: relative;
	width: 1020px;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	/*margin: 0 auto;*/
}
#divHeader {
	position: relative;
}
#divNavigation {
	position: relative;
	background-image: url(../Content/Images/navBgTile.gif);
	background-repeat: repeat-x;
	width: 940px;
	margin: 0 40px;
	height: 40px;
}
#divBody {
	padding: 20px 0;
	background-color: #fff;
	background-image: url(../Content/Images/bodyBg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	height: 100%;
	min-height: 400px;
}
#divLeftColumn {
	float: left;
	width: 260px;
	background-image: url(../Content/Images/leftColBg.gif);
	background-repeat: repeat-y;
}
#divMiddleColumn {
	float: left;
	width: 500px;
}
#divRightColumn {
	float: left;
	width: 260px;
	background-image: url(../Content/Images/rightColBg.gif);
	background-repeat: repeat-y;
}
#divFooter {
	background-color: #f1f3f2;
	background-image:url(../Content/Images/footerBg.gif);
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
	
	font-size: 11px;
	/*color: #666;*/
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* Page Components - most styles will be in here 
***************************************************************************************************/
#divLeftColumn .topCap {
	width: 260px;
	height: 20px;
	background-image: url(../Content/Images/leftTopCap.gif);
}
#divLeftColumn .bottomCap {
	width: 260px;
	height: 20px;
	background-image: url(../Content/Images/leftBotCap.gif);
}
#divLeftColumn h3, #divRightColumn h3 {
	margin-left: 20px;
	font-size: 18px;
	line-height: 1em;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background-image: url(../Content/Images/toggleArrow.gif);
	background-repeat: no-repeat;
	background-position: 176px 0;
	cursor: pointer;
}
#divLeftColumn ul {
	margin: 0 0 0 20px;
}
#divLeftColumn li {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-left: 20px;
	list-style: none;
	text-shadow: 0 1px 0 #fff;
	background-image: url(../Content/Images/tickSmall.png);
	background-repeat: no-repeat;
}
#divLeftColumn #divSnapshot {
	margin: 20px 0 0 40px;
	padding-top: 20px;
	border-top: solid 1px #cfd0cf;
}
#divLeftColumn #divUpgradeOffer {
	margin: 20px 0 0 40px;
	padding-top: 20px;
	padding-left: 20px;
	border-top: solid 1px #cfd0cf;
	height: 230;
}
#divHomeList, #divGroupList, #divUserList, #divSupportOptions, #divTrainingOptions, #divAccountOptions {
	min-height: 62px;
	background-image: url(../Content/Images/throbberBg.gif);
}
img.throbber {
	margin: 0 auto;
	display: block;
	position: relative;
	top: 15px;
}
#divHomeList img.throbber, #divGroupList img.throbber, #divUserList img.throbber {
	margin: 0 auto;
	display: block;
	position: relative;
	top: 27px;
}
img.throbber {
	margin: 0 auto;
	display: block;
	position: relative;
	top: 15px;
}
img.logOnThrobber {
	margin: 10px 10px 5px 10px;
	top: 15px;
}
#divRightColumn .topCap {
	width: 260px;
	height: 20px;
	background-image: url(../Content/Images/rightTopCap.gif);
}
#divRightColumn .bottomCap {
	width: 260px;
	height: 20px;
	background-image: url(../Content/Images/rightBotCap.gif);
}
#divRightColumn #divTraining div.blind {
	padding-left: 20px;
	height: 180px;
    margin-right: 40px;
}
#divRightColumn #divItStream {
	margin: 20px 40px 0 0;
	padding-top: 20px;
	border-top: solid 1px #cfd0cf;
}
#divRightColumn #divItStream img {
	padding-left: 20px;
}
div.blind {
    overflow:hidden;
    position:relative;
}
#ulAccount {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 40px;
	top: 20px;
}
#ulAccount img {
	vertical-align: middle;
}
#ulAccount li {
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	list-style: none;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 7px;
	border-left: solid 1px #ccc;
}
#ulAccount li:first-child {
	border-left: none;
	margin-left: 0;
}
#ulNavigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#ulNavigation li a {
	display: block;
	margin: 0;
	text-indent: -9999px;
	background-image: url(../Content/Images/navBg.gif);
}
#liItToolkit a {
	width: 130px;
	height: 40px;
}
#liItToolkit a:hover {
	background-position: 0 80px;
}
#liItToolkit a.selected {
	background-position: 0 40px;
}
#liTraining a {
	width: 97px;
	height: 40px;
	background-position: 810px 0;
}
#liTraining a:hover {
	background-position: 810px 80px;
}
#liTraining a.selected {
	background-position: 810px 40px;
}
#liSupport a {
	width: 96px;
	height: 40px;
	background-position: 713px 0;
}
#liSupport a:hover {
	background-position: 713px 80px;
}
#liSupport a.selected {
	background-position: 713px 40px;
}
#aAddComputer {
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 50px;
	background-image: url(../Content/Images/addComputerbtn.png);
	margin-left: 60px;
}
#aAddComputer:hover {
	background-position: 0 50px;
}
#spanTrialNag {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	top: 9px;
	right: 10px;
	text-shadow: 0 1px 0 #333;
}
#spanTrialNag a {
	display: inline-block;
	width: 97px;
	height: 23px;
	text-indent: -9999px;
	background-image: url(../Content/Images/btnSignUpNow.png);
	margin-left: 5px;
	vertical-align: middle;
	cursor: default;
}
dl.form {
	overflow: hidden;
}
dl.form dt {
}
dl.form input.readonly {
	color: #333;
	background-color: #f1f3f2;
	border-style: dotted;
}
dl.form dd {
	margin-bottom: 20px;
}
dl.form dd img {
	margin-left: 5px;
	vertical-align: middle;
}
dl.form input.textbox {
	border: solid 1px #CFD0CF;
	color: #666666;
	height: 17px;
	padding: 3px 5px;
	width: 238px;
}
dl.form textarea.textbox {
	border: solid 1px #CFD0CF;
	color: #666666;
	padding: 3px 5px;
	left: 0;
	position: relative;
	width: 238px;
}
#divFooter {
	font-size: 11px;
	padding-top: 15px;
	text-align: center;
	color: #666666;
}
/* Overrides - you shouldn't need to use this very much
***************************************************************************************************/
/* Modal windows
***************************************************************************************************/
body.modal {
	width: 600px;
}
body.modal #divContainer {
	width: auto;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
}
body.modal #divProperties {
	overflow: hidden;
	padding: 20px 0;
}
body.modal #divStaticProperties {
	border-right: solid 1px #ccc;
	float: left;
	width: 50%;
	height: 200px;
	text-align: center;
	overflow: hidden;
}
body.modal #divEditableProperties {
	overflow: hidden;
}
body.modal #divActionBar {
	clear: both;
}
body.modal #divStaticProperties ul {
	margin-top: 20px;
}
body.modal #divStaticProperties li {
	margin-left: 0;
	list-style: none;
	padding: 0 20px;
}
body.modal h1 {
	height: 32px;
	padding: 8px 0 0 20px;
	display: block;
	font-weight: normal;
	font-size: 20px;
	text-shadow: 0 1px 0 #fff;
	line-height: 1em;
	background-image: url(../Content/Images/modalHeaderBg.gif);
	background-repeat: repeat-x;
}
body.modal #divObjectName {
	margin: 20px 20px 0 20px;
	overflow: hidden;
	height: 40px;
}
body.modal #divObjectName h2 {
	font-size: 28px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	line-height: 40px;
	margin-bottom: 0;
	float: left;
	cursor: default;
}
body.modal #divObjectName.editable a {
	visibility: hidden;
	position: relative;
	left: 10px;
	top: 7px;
	display: block;
	width: 26px;
	height: 26px;
	background-image:url(../Content/Images/deleteObjectBtn.png);
	text-indent: -9999px;
	line-height: 0;
	float: left;
}
body.modal #divObjectName.editable a:hover {
	background-position: 0 26px;
}
body.modal dl {
	margin-left: 20px;
}
body.modal dt {
	font-weight: bold;
}
body.modal dd {
	margin-bottom: 10px;
}
body.modal input.textbox {
	border: solid 1px #CFD0CF;
	color: #666666;
	height: 17px;
	padding: 3px 5px;
	width: 228px;
}
body.modal textarea.textbox {
	border: solid 1px #CFD0CF;
	color: #666666;
	padding: 3px 5px;
	left: 0;
	position: relative;
	width: 228px;
}
body.modal select {
	width: 240px;
}
body.modal #divActionBar ul {
	padding: 0;
	margin: 0;
	position: relative;
	left: 20px;
}
body.modal #divActionBar li {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
	float: left;
}
body.modal #divActionBar #liSave {
	margin-top: 0;
}
body.modal #divActionBar #liSave a {
	display: block;
	width: 120px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(../Content/Images/actionBarBtns.png);
	margin-right: 15px;
	background-position: 0 0;
}
body.modal #divActionBar #liSave a:hover {
	background-position: 0 31px;
}
body.modal #divActionBar #liAdd {
	margin-top: 0;
}
body.modal #divActionBar #liAdd a {
	display: block;
	width: 120px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(../Content/Images/actionBarBtns.png);
	margin-right: 15px;
	background-position: 120px 0;
}
body.modal #divActionBar #liAdd a:hover {
	background-position: 120px 31px;
}
body.modal #liThrobber img {
	margin: 5px 0 0 20px;
}
body.modal img.throbber {
	position: relative;
	top: -20px;
	left: 10px;
}
body.modal #divActionBar #liInviteUser {
	margin-top: 0;
}
body.modal #divActionBar #liInviteUser a {
	display: block;
	width: 120px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(../Content/Images/inviteUserBtn.png);
	margin-right: 15px;
	background-position: 0 0;
}
body.modal #divActionBar #liInviteUser a:hover {
	background-position: 0 31px;
}
body.modal #divDeleteConfirmation {
	display: none;
	position: relative;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 45px;
	margin: 0 20px 0 20px;
	background-color: #ffffcc;
	background-image: url(../Content/Images/iconWarning.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border: solid 1px #e4e476;
}
body.modal #divDeleteConfirmation ul {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 11px;
}
body.modal #divDeleteConfirmation li {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
	float: left;
}
body.modal #divDeleteConfirmation #liYes a {
	display: block;
	width: 61px;
	height: 23px;
	background-image: url(../Content/Images/deleteConfirmBtn.png);
	text-indent: -9999px;
	background-position: 61px 0;
}
body.modal #divDeleteConfirmation #liYes a:hover {
	background-position: 61px 23px;
}
body.modal #divDeleteConfirmation #liNo a {
	display: block;
	width: 61px;
	height: 23px;
	background-image: url(../Content/Images/deleteConfirmBtn.png);
	text-indent: -9999px;
}
body.modal #divDeleteConfirmation #liNo a:hover {
	background-position: 0 23px;
}
body.modal h2 {
	font-size: 18px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	line-height: 40px;
	margin-bottom: 0;
	cursor: default;
}
#divContainer.addComputer #divDownload {
	margin: 20px 20px 0 20px;
	padding-bottom: 40px;
}
#divContainer.addComputer #divDownload h2 {
	line-height: 32px;
	margin-bottom: 10px;
	background-image: url(../Content/Images/icon1.gif);
	background-repeat: no-repeat;
	padding-left: 42px;
}
#divContainer.addComputer #divDownload a {
	display: block;
	width: 120px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(../Content/Images/installBtn.png);
}
#divContainer.addComputer #divDownload a:hover {
	background-position: 0 31px;
}
#divContainer.addComputer #divClipboard {
	width: 270px;
	margin: 0;
	float: left;
	position: relative;
	left: 20px;
}
#divContainer.addComputer #divClipboard h2 {
	line-height: 32px;
	margin-bottom: 10px;
	background-image: url(../Content/Images/icon2.gif);
	background-repeat: no-repeat;
	padding-left: 42px;
}
#divContainer.addComputer #divSendEmail {
	width: 270px;
	margin: 0;
	float: left;
	position: relative;
	left: 40px;
}
#divContainer.addComputer #divSendEmail h2 {
	line-height: 32px;
	margin-bottom: 10px;
	background-image: url(../Content/Images/icon3.gif);
	background-repeat: no-repeat;
	padding-left: 42px;
}
#divContainer.addComputer #divSendEmail a {
	margin-top: 15px;
	display: block;
	width: 120px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(../Content/Images/sendEmailBtn.png);
}
#divContainer.addComputer #divSendEmail a:hover {
	background-position: 0 31px;
}
#divContainer.addComputer .textbox {
	width: 258px;
	height: auto;
}
body.modal p.intro {
	margin: 20px 20px 10px 20px;
}
body.modal dl.form {
	margin: 20px;
}
body.modal dl.form dt {
	float: left;
	width: 170px;
	margin-bottom: 20px;
	clear: left;
}
body.modal dl.form input.readonly {
	color: #333;
	background-color: #f1f3f2;
	border-style: dotted;
}
body.modal dl.form dd {
	margin-bottom: 20px;
	overflow: visible;
}
body.modal dl.form dd img {
	margin-left: 5px;
	vertical-align: middle;
}
body.modal #divEditableProperties dd img {
	margin-left: 5px;
	vertical-align: middle;
}

