/*******************************************************************************
 *
 *	Base Styles
 *
 *******************************************************************************/

html, body, td, h1, div, span, p, table, thead, tfoot, tbody, th, caption, input, textarea {
	font-family: Lucida Sans Unicode, Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	
}

body {
	overflow-y:scroll;
}

h1 {
/*
	background-image: url(/manage/images/h1_background.png); 
	background-repeat: no-repeat;
	*/
	font-weight: bold;
	color: #000000;
	width: 904px;
	height: 22px;
	margin-left: 2px;
	padding-top: 5px;
}
/*
h2 {
	
}

h3 {
	
}
*/
a:link {
	color: #005caa;
	text-decoration: underline;
}
a:hover {
	color: #009cFa;
	text-decoration: underline;
}
a:visited {
	color: #005caa;
	text-decoration: underline;
}

a#noline:link {
	text-decoration: none;
}

a#noline:hover {
	text-decoration: none;
}

a#noline:visited {
	text-decoration: none;
}

.smallGreyText {
	color: #A4A4A4; 
	font-size: 8pt;
	font-weight: normal;
}

.smallRedText {
	color: #4C4C4C; 
	font-size: 8pt;
	font-weight: normal;
}

.smallGreyBoldText {
	color: #666666; 
	font-size: 8pt;
	font-weight: bold;
}

.headerText {
	color: #707070; 
	font-size: 8pt;
	font-weight: bolder;
	padding-bottom: 3px;
}

.smallBlkText {
	color: #000000; 
	font-size: 8pt;
	font-weight: normal;
}

/*******************************************************************************
 *
 *	Layout styles
 *
 *******************************************************************************/
div.main {
	width: 919px;
	margin-top: 0px;
	padding-top: 0px;
}

div.page {
	width: 919px;
	text-align: left;
	padding: 0px 0px 15px 8px;
	background-color: #FFFFFF;
}

div.menuColumn {
	margin-left: 4px;
	float: left;
	width: 210px;
	background-color: #FFFFFF;
}

div.contentColumn {
	float: left; 
	padding-left: 15px;
	background-color: #FFFFFF;
	width: 670px;
}

div.contentColumn h3 {
	border-bottom:1px solid #2A2A2A;
	clear:both;
	color:#000000;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 0.7em;
	padding:15px 0px 4px;
	width:450px;
}

div.contentColumn #mainContentOneColumn {
	margin:30px 0px 30px 30px;
	padding:0px;
}

div.footer {
	clear: both;
	margin-top: 20px;
	width: 915px;
	text-align: center;
	color: #797979;
	font-size: 9pt;
	font-weight: normal;
	
}

div.footer a {	
	color: #999;
	text-decoration: none;
}
div.footer a:hover {	
	text-decoration: underline;
}

div.footer a:visited {
	color: #e0e0e0;
 	text-decoration: none;
}

.greyBackground {
	background-color: #F9F8F5;
}

.infoMsg, .warnMsg, .errorMsg {
	/*text-align:center;*/
	font-size:8pt;
	border:0;
	margin-bottom: 5px;
	width: 100%;
	font-weight: bold;
}

.infoMsg {
	color: #00a000;
}

.warnMsg {
	color: #ffa500;
}

.errorMsg {
	color: #a00000;
}

.error div label {
	color: #a00000;
}

/*******************************************************************************
 *
 * login styles 
 *
 *******************************************************************************/
div.login {
	background-image: url(/manage/images/login_background.jpg); 
	background-repeat: no-repeat;
	width:475px; 
	height: 267px;
	position: relative;
	top: 200px;
	text-align: left;
}
	
div.loginEmail {
	position: relative;
	top: 115px;
	left: 95px;
}
div.loginPassword {
	position: relative;
	top: 115px;
	left: 95px;
}

div.loginEmailInput {
	position: relative;
	top: 95px;
	left: 190px;
	width: 170px;
}
div.loginPasswordInput {
	position: relative;
	top: 95px;
	left: 190px;
	width: 170px;
}

input.loginButton {
	position: relative;
	top: 111px;
	left: 260px;
	width: 100px;
	text-align: center;
}

div.loginForgotPassword {
	position: relative;
	top: 123px;
	left: 190px;
}

div.loginMessage {
	
	position: relative;
	top: 180px;
	color: #174478;
	font-size: 12pt;
}

/*******************************************************************************
 *
 *	Navigation Styles
 *
 *******************************************************************************/


div.header {
	font-family: arial;
	font-size: 8pt;
	text-align: right;
	background-image: url(/manage/images/header_background.gif); 
	background-repeat: no-repeat;
	width:909px; 
	height: 45px;
	line-height: 15px;
	color: #FFFFFF;
	display:table-cell; /* required to make vertical-align:middle work right. */
	vertical-align:middle;
}

div.header input {
	font-family: arial;
	font-size: 8pt;
}

div.header a {
	color: #FFFFFF;
	text-decoration: none;	
}

div.header a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

div.header a:hover {
	color: #ccc;	
	text-decoration: none;	
}

div.breadcrumb {
	position: relative;
	left: 0px;
	top: 19px;
	text-align: left;
}

table.navigation {
	background-color: #FFFFFF;
	width: 909px;
	margin-top: 1px;
	margin-bottom: 20px;
	height: 25px;
	padding:0px;
	border-collapse: separate;
	border-spacing: 2px 2px;
}

.navigationItem, .navigationItemOn {
	width: 151px;
	background-color: #a0aeb0;
	text-align: center;
}
.navigationItemOn {
	background-color: #6A6A6A;
}

.navigationItem a, .navigationItemOn a, .navigationItem a:visited, .navigationItemOn a:visited, .navigationItem a:hover, .navigationItemOn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

/*******************************************************************************
 *
 *	account styles 
 *
 *******************************************************************************/
 
.summaryTable th, .summaryTable td, .summaryTable caption {
	font-size: 9pt;
	font-weight: normal;
	color: #444; 
	padding: 0px 10px 0px 10px;
}
.summaryTable caption {
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}
.summaryTable .colOne {
	text-align: left;
	width:80%;
}
.summaryTable .colTwo {
	text-align: left;
	width:20%;
}

.topGrowthTable th, .topGrowthTable td, .topGrowthTable caption {
	font-size: 9pt;
	font-weight: normal;
	color: #444; 
}
.topGrowthTable caption {
	font-weight: bold;
	margin-bottom: 10px;
}
.topGrowthTable th {
	font-weight: normal;
	color: #808080;
}

.colOne {
	text-align: left;
	vertical-align:top;
}
.colTwo {
	text-align: left;
}


/*******************************************************************************
 *
 *	form styles 
 *
 *******************************************************************************/

/* the text below the form fields */
.form-note {
	font-size: 70%;
	color: #999;
	margin-bottom: 0.3em;
	margin-top: 0px;
	display: block;
}

.formPassword {
	background: #FFFFFF url($imgDir/form-back.gif) repeat-x;
	border: 1px solid #ECEAE0;
	color: #4C4C4C;
	padding: 2px;
}

/* this is for errors */ 
.form-error {
	font-size: 80%;
	background: #FFFFFF url(/manage/images/form-back.gif) repeat-x;
	border: 1px solid #a00000;
	color: #4C4C4C;
	padding: 2px;
}

input.button1 {
	font-size: 90%;
	margin-top: 2px;
}

.smallLabel {
	font-size: 70%;
	font-weight: normal;
	letter-spacing: 0em;
	color: #4C4C4C;
}

p.submit-bar-left {
  direction: rtl;
  float: left;
  padding-top: 5px;
}

p.submit-bar {
  direction: rtl;
  padding-top: 5px;
}

div.newLine {
	clear: left;
}

/*
	form-large and form-normal are meant to be exactly the same- except the form-large class controls width. They
	diverged when controlling the width was no longer an option.
*/
.form-large {
	width: 260px;
}

.form-normal {
	
}

/* presentation for various form fields */
.form-large .form-text, .form-large .form-input, .form-large .form-text-variable, .form-large select, .form-normal .form-text, .form-normal .form-input, .form-normal .form-text-variable, .form-normal select {
	font-size: 80%;
	background: #FFFFFF url(/manage/images/form-back.gif) repeat-x;
	border: 1px solid #ECEAE0;
	color: #4C4C4C;
	padding: 2px;
}

.form-large div, .form-normal div {
	padding-bottom: .5em;
}

.form-large .inline, .form-normal .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

.form-large label, .form-normal label {
	float: none;
	display: block;
	font-size: 80%;
	font-weight: bold;
	/*letter-spacing: -0.03em;*/
	color: #4C4C4C;
}

.form-large .radios, .form-normal .radios {
	float: left;
	clear: none;
	padding-left: 15px;
}


.form-large label span, .form-field, .form-normal label span {
	font-size: 80%;
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
}

.form-large label.form-checkbox, .form-normal label.form-checkbox {
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.form-large .form-field, .form-normal .form-field {
	padding-bottom: 1em;
}


/***** fieldsets *****/

fieldset {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	clear: left;
} 
/* html fieldset { padding-top: 0; } */

.registration-form fieldset {
	width: 650px;
}

legend {
	font-size: 100%;
	font-weight: normal;
	letter-spacing: -0em;
	line-height: 1;
	color: #999999;
	padding: 0 0.5em;
}

html legend { margin-bottom: 5px; }

fieldset legend {
	font-size: 105%;
	font-weight: bold;
}


fieldset.labels label {
	width: 15em;
	float: left;
	text-align: right;
	display: block;
	padding: 0 0.5em 0.2em 0;
}

fieldset.labels div {
	padding: 0.2em 0;
	clear: left
}

fieldset input {
	font-size: 100% !important;
}

.computers th, .computers td {
	font-size: 80%;
	padding: 3px 3px 3px 3px;
	border-top:1px solid #ddd;
	border-collapse:collapse;
}
.computers th {
	font-weight: bold;
	color: #4C4C4C;
}

/*******************************************************************************
 *
 *	sidebar styles 
 *
 *******************************************************************************/
.billing {
	background-color: #dfedf5; 
	background-repeat: no-repeat;
	border:0;
	width:215px;
	padding: 15px;
}
.licenses {
	background-color: #dfedf5; 
	background-repeat: no-repeat;
	border:0;
	width:215px;
	padding: 15px;
}
.subMenu {
	background-color: #dfedf5; 
	background-repeat: no-repeat;
	border:0px;
	padding: 15px 0px 15px 15px;
}
.subMenu td {
	padding-bottom: 5px;
}
.subMenu td a {
	font-size: 9pt;
}  
.subMenu .header {
	color: #999999; 
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}
.subMenu ul {
	list-style-type: none;
	margin-left:0px;
	padding: 0px 0px 0px 7px;
	width: 165px;
	display: block;
}
.subMenu li {
	font-size: 9pt;
	padding-bottom: 8px;
	color: #005caa;
	margin-bottom: 8px;
	border-bottom: 1px dotted #CCC;	
}
.subMenu li.lastLink{
	border-bottom: none;
}

.subMenu li a {
	text-decoration: none;
	display: list-item;
	list-style: square inside;
}

.subMenu li .nolink {
	text-decoration: none;
	display: list-item;
	list-style: square inside;
	color: #999999; 
}
.subMenu li a:hover {
	text-decoration: underline;
	color:#005caa;
}
.subMenu h3 {
	color: #707070; 
	font-size: 10pt;
	font-weight: bolder;
	margin: 0px 0px 5px 0px;
}
.subMenu h3 a {
	color: #707070;
	text-decoration: none;
}
.subMenu h3 a:hover {
	color: #005caa;
}

/*******************************************************************************
 *
 *	table styles
 *
 *******************************************************************************/
 
 
div.alphaFilter {
	text-align: center;
}
div#datatable {
	text-align: center;
}
#datatable th, #datatable td{
	border-bottom: 1px solid #e7e7e7;
}
#datatable table{
	border: none;
	empty-cells: show;
	/*The next two lines remove the default spacing between cells (at least in Firefox it does)*/
	border-collapse: separate;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
#datatable thead th{
	padding: 20px 5px 5px 5px;
	color: #808080;
	text-transform: uppercase;
	font-weight:bold;
 	font-size: 7pt;
 	letter-spacing: .1em;
}
#datatable tbody td {
	font-size: 9pt;
	padding: 3px 3px 3px 3px;
}
#datatable tfoot td {
	font-size: 9pt;
	border: none;
}

/*******************************************************************************
 *
 *	table styles for "My Computer" pages
 *
 *******************************************************************************/

div #mydatatable {
	text-align: center;
}

#mydatatable {
	border-collapse:collapse;
	border-spacing:0px;
	font-family:Lucida Sans,Lucida Sans Std,sans-serif;
	font-size:9pt;
}

#mydatatable tr {
}

#mydatatable thead, #mydatatable th {
	padding: 1px 1px 1px 1px;
	border-bottom: 1px solid #bbbbbb;
	color: #808080;
	text-transform: uppercase;
 	font-size: 9pt;
 	letter-spacing: -0.2pt;
 	line-height:1.37em;
 	vertical-align:bottom;
 	font-weight: bold;
 	margin: 0px;
 }

#mydatatable tbody, #mydatatable td {
	border: 1px solid #bbbbbb;
	font-size: 9pt;
}
