﻿/*****************************************************************************************
 COMMON ELEMENTS STYLES
 Default styles for common html elements: headings, unordered lists, links, etc.
 Specific styles for distinct elements: content boxes, data tables, scroll panes, etc.
*****************************************************************************************/

body {
	color: #555555;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	line-height: 1.5em;
}

/* a links */
.content a,
.contentBox a,
.contentBox_altOne a,
.contentBox_altTwo a {
	color: #0cb5ed;
	text-decoration: underline;
}

a img {
	border: 0;
}

address {
	font-style: normal;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	margin-bottom: 0.25em;
	margin-top: 1em;
}

dd {
	margin: 0;
	margin-bottom: 0.5em;
}

dd p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

em, em label {
	color: #0cb5ed;
	display: inline;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}

form {
	margin: 0;
	padding: 0;
}

fieldset, 
fieldset legend {
	border: 1px solid #DDE0D9;
	margin: 0 0 1em 0;
	padding: 1em;
}

fieldset {
	width: auto;
}

fieldset.leftFloatHalf,
fieldset.rightFloatHalf {
	width: 46%;
}

fieldset legend {
	font-size: 1.10em;
	margin: 0;
	padding: 0.5em;
}

fieldset ul {
	/*border: 1px solid #F00;*/
	margin: 0;
	padding: 0;
}

fieldset ul li {
	border-left: 1px solid #555;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0.2em 0 0.45em;
	text-indent: 0;
	white-space: nowrap;
}

fieldset ul li.liFirst {
	border: 0;
	padding-left: 0;
}

fieldset table label {
	padding: 5px 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h2, h3, h4 {
	padding-top: 1em;
}

h1 {
	color: #0061A6;
	font-size: 1.5em;
	font-weight: normal;
	/* margin-top: 1em;*/
}

h2 {
	color: #666666;
	font-size: 1.45em;
	font-weight: normal;
}

h3 {
	color: #177BAD;
	font-size: 1.25em;
	font-weight: bold;
}

h4 {
	font-size: 1.17em;
	font-weight: normal;
}

input[type="text"],
input[type="password"],
textarea, select {
	border: 1px solid #999;
	color: #555;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 1em;
}

input[type="checkbox"],
input[type="radio"] {
	border-color: #999;
}

label {
	display: -moz-inline-box;
	display: inline-block;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 3px 0;
	text-transform: capitalize;
	vertical-align: middle;
	width: auto;
}

p {
	margin: 0;
	padding: 0.5em 0 0.75em 0;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	list-style-image: url(https://www.2020.net/images/vistatheme/icoBulletInactive.gif);
	padding: 1em;
	padding-left: 2em;
}

/* CONTENTBOX */
.contentBox {
	background-color: #FFFFFF;
	/*border: 1px solid #DDE0D9*/;
	border: 1px solid #A2A2A2;
	margin: 0 0 1.5% 0;
}

.contentBox .padding {
	padding: 0.67em;
}

.contentBox H4 {
	/*background-color: #F1F2E9;*/
	/*background-color: #F2F2F2;*/
	background: url(https://www.2020.net/images/vistatheme/BoxBackground.jpg) no-repeat;
	border-bottom: 1px solid #DDE0D9;
	color: white;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0.33em 0.67em;
	text-transform: uppercase;
}

.contentBox H5 {
	color: #807D59;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.33em 0.67em;
}

.contentBox table {
	border-collapse: collapse;
	margin: 1.5%;
	width: 97%;
}

.contentBox table td {
	padding: 3px;
}
/* END CONTENTBOX */

/* CONTENTBOX_ALTONE */
.contentBox_altOne,
.contentBox_altTwo {
	background: Transparent url(https://www.2020.net/images/vistatheme/bgWhite50Pct.png) repeat top left;
	margin: 0;
	padding: 16px;
}

.contentBox_altOne h2,
.contentBox_altTwo h2 {
	text-transform: uppercase;
	margin: 0 0 0.4em 0;
	padding: 0;
}

.contentBox_altOne p,
.contentBox_altTwo P {
	margin: 0;
	padding: 0 0 0.4em 0;
}
/* END CONTENTBOX_ALTONE */

/* CONTENTBOX_ALTTWO */
.contentBox_altTwo {
	border: 1px solid #AFAB89;
}

.contentBox_altTwo h2 {
	background-color: #AFAB89;
	color: #FFF;
	margin-top: -16px;
	margin-left: -16px;
	margin-right: -16px;	
	padding: 15px 15px 8px 15px;
}
/* END CONTENTBOX_ALTTWO */

/* DATA TABLE */
.altRow {
	background-color: #EBF5F7;
}

.numData,
.numData input {
	text-align: right;
}

.serialNum {
	text-transform: uppercase;
}
/* END DATA TABLE */


/* ERROR AND SUCCESS MESSAGES */
.msgError500,
.msgError404,
.msgFailed,
.msgSuccess {
	border: 1px solid #DDE0D9;
	clear: both;
	min-height: 4.90em;
	margin: 0;
	margin-bottom: 1em;
	padding: 0.80em;
	padding-left: 6.50em;
	overflow: visible;
}

.msgError500 {
	background: #F1F2E9 url(https://www.2020.net/images/vistatheme/icoError500.png) no-repeat 0.80em 0.80em;
	padding-left: 6.67em;
}

.msgError404 {
	background: #F1F2E9 url(https://www.2020.net/images/vistatheme/icoError404.png) no-repeat 0.80em 0.80em;
	padding-left: 10.90em;
}

.msgFailed {
	background: #F1F2E9 url(https://www.2020.net/images/vistatheme/icoError.png) no-repeat 0.80em 0.80em;
}

.msgSuccess {
	background: #F1F2E9 url(https://www.2020.net/images/vistatheme/icoSuccess.png) no-repeat 0.80em 0.80em;
}

.msgError500 dl,
.msgFailed dl,
.msgSuccess dl {
	margin: 0.5em 0;
	padding: 0;
}

.msgError500 dt:after,
.msgFailed dt:after,
.msgSuccess dt:after {
	content: ":";
}

.msgError500 dd,
.msgFailed dd,
.msgSuccess dd {
	margin-left: 0.9em;
}

.msgNotify {
	background-color: #FAF4BB;
	border: 1px solid #DDE0D9;
	clear: both;
	display: block;
	margin: 0.67em 0;
	padding: 0;
	width: 100%;
}

.msgNotify p {
	margin: 0;
	padding: 0.33em 0.67em;
	text-indent: 0;
}

/* END ERROR AND SUCCESS MESSAGES */

/* FLOATING ELEMENTS */
.leftFloat,
.leftFloatHalf,
.leftFloatPadded {
	float: left;
}

.leftFloatHalf, 
.rightFloatHalf {
	width: 49%;
}

.leftFloatPadded {
	padding: 0 0.75em;
}

.rightFloat,
.rightFloatHalf {
	float: right;
}

br.break, .break {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.pct10 { width: 10%; }
.pct20 { width: 20%; }
.pct30 { width: 30%; }
.pct40 { width: 40%; }
.pct45 { width: 45%; }
.pct50 { width: 50%; }
.pct60 { width: 60%; }
.pct70 { width: 70%; }
.pct80 { width: 80%; }
.pct90 { width: 90%; }
.pct100 { width: 100%; }
/* END FLOATING ELEMENTS */

/* FORM ELEMENTS */
/* form table = table used to layout form */
.formTable {
	border-collapse: separate;
	width: auto;
}

.formTable td {
	padding: 0.25em;
	vertical-align: top;
}

.formTable input[type="text"],
.formTable input[type="password"],
.formTable label,
.formTable select {
	font-size: 1em;
	width: 100%;
	white-space: pre;
}

.formTable .nowrap {
	white-space: pre;
}
/* end form table = table used to layout form */

/* twocolumn = fieldset or table */
.twoColumn input,
.twoColumn select,
.twoColumn textarea {
	width: 85%;
	margin: 0;
	padding: 2px 3px;
}

.twoColumn table,
.twoColumn td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.twoColumn table {
	width: 100%;
}

.twoColumn td {
	width: 50%;
}
/* end twocolumn = fieldset or table */
/* END FORM ELEMENTS */

/* LIST SUMMARY */
.listSummary dl,
.listSummary dt,
.listSummary dd {
	margin: 0;
	padding: 0;
}

.listSummary dt {
	padding-top: 1em;
	font-style: italic;
	font-weight: bold;
}

.listSummary dt a {
	border-bottom: 1px dotted #0cb5ed;
	font-style: normal;
	text-decoration: none;
}

.listSummary dd {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999;
}

.listSummary dd p { /* in the case the user puts the summary text in a paragraph */
	margin: 0;
	padding: 0;
}
/* END LIST SUMMARY */


/* SCROLLPANE */
.scrollPane {
	border: 1px solid #DDE0D9;
	width: 99%;
	overflow-x: scroll;
	overflow-y: visible;
	position: relative;
	white-space: nowrap;
}

.scrollPane table {
	border-color: #DDE0D9;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	width: 100%;
	/*margin-bottom: 1em;*/
}

.scrollPane table td, 
.scrollPane table th {
	border-color: #DDE0D9;
	padding: 7px;
	margin: 0;
}

.scrollPane table th {
	background-color: #F1F2E9;
}
/* END SCROLLPANE */

/* SCROLLPANE > COMPARISON TABLE */
.scrollPane .compTable {
	border-color: #DDE0D9;
	border-style: solid;
	border-width: 1px;
	display: -moz-inline-box;
	display: inline-block;
	clear: none;
	margin: 1em 0 1em 1em;
	padding: 0;
	vertical-align: top;
	width: auto;
}

.scrollPane .compTable .compTable th {
	background-color: #F1F2E9;
	border-bottom: 1px solid #DDE0D9;
	margin: 0;
	padding: 4px 6px;
	text-align: left;
}

.scrollPane .compTable td {
	padding: 4px 6px;
	white-space: normal;
	vertical-align: bottom;
}

.scrollPane .compTable td td {
	padding: 0;
	vertical-align: middle;
}

.scrollPane .compTable input,
.scrollPane .compTable label,
.scrollPane .compTable select,
.scrollPane .compTable textarea,
.scrollPane .compTable td span {
	font: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 0.85em;
}

.scrollPane .compTable td label {
	display: block;
	text-align: right;
	white-space: normal;
	width: 10em;
}

.scrollPane .compTable td select,
.scrollPane .compTable td textarea {
	width: 16em;
}
/* END SCROLLPANE > COMPARISON TABLE */

/* COST TABLE - BIZDEAL */
.costTable {
	border-color: #DDE0D9;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	width: 100%;
	/*margin-bottom: 1em;*/
}

.costTable td, 
.costTable th {
	border-color: #DDE0D9;
	padding: 7px;
	margin: 0;
}

.costTable th {
	background-color: #F1F2E9;
}

.costTable a
{
	color: #000;
	text-decoration: underline;
}
/* END COST TABLE - BIZDEAL */

/* TAB BAR */
.tabList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabList li {
	background: #FFF url(https://www.2020.net/images/vistatheme/bgTab_Right.gif) no-repeat right top;
	float: left;
	margin: 0 0.1em;
	padding: 0;
}

.tabList li a {
	background: url(https://www.2020.net/images/vistatheme/bgTab_Left.gif) no-repeat left top;
	color: #555;
	display: block;
	margin: 0;
	padding: 0.15em 1.5em;
	text-decoration: none;
}

.tabList li.active {
	background-image: url(https://www.2020.net/images/vistatheme/bgTabActive_Right.gif); 
}

.tabList li.active a {
	background-image: url(https://www.2020.net/images/vistatheme/bgTabActive_Left.gif);
}
/* END TAB BAR */

/* INPUT ELEMENTS: BUTTONS */
.button,
.buttonTwo,
.buttonThree {
	background: #347EB8 url(https://www.2020.net/images/vistatheme/bgButton.gif) repeat-x -1px -1px;
	border: 2px solid #004275;
	color: #FFF;
	font-size: 1em;
	height: 19px;
	line-height: normal;
	margin: 0;
	/*padding: 0 0.67em;*/
	vertical-align: top;
	width: auto;
}

.buttonTwo {
	background: #D6D2C3 url(https://www.2020.net/images/vistatheme/bgButtonTwo.gif) repeat-x;
	border-color: #989993;
	font-weight: bold;
}

.buttonThree {
	/*background: #cd9300 url(https://www.2020.net/images/vistatheme/bgButtonYellow.gif) repeat-x -1px -1px;*/
	background: #9EF114 url(https://www.2020.net/images/vistatheme/bgButtonGreen.gif) repeat-x -1px -1px;
	color: #000;
}

a.button {
	color: #FFF;
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
}
/* END INPUT ELEMENTS: BUTTONS */

/* MISC. TEXTUAL ELEMENTS */
.bold			{ font-weight: bold; }

.txtWhite, 
.txtWhite a		{ color: #FFF; }

.txtApproved,
.txtSuccess		{ color: #068D03; }

.txtPending,
.txtWarning 	{ color: #E59900; }

.txtRefused,
.txtError		{ color: #D92E14; }

.txtInvisible	{ color: #FFFFFF; }

.txtBlue 		{ color: #0066CC; }

.txtPurple 	{ color: #996699; }

/* END MISC. TEXTUAL ELEMENTS */

/* MISC ELEMENTS */
a.disabled {
	color: #969266;
	text-decoration: none;
}

a.linkDisabled {
	color: #555;
	text-decoration: none;
	font-weight: normal;
}

.bordered {
	border: 1px solid #DDE0D9;
	padding: 1.5%;
	width: 96.5%;
}

.printIcon {
	background: url(https://www.2020.net/images/vistatheme/icoPrint.gif) no-repeat 0 0;
	color: #0cb5ed;
	display: block;
	margin: 0.5em 0.25em;
	padding-left: 25px;
	width: auto;
}

.title
{
	color: #004275;
	text-transform:uppercase;
	font-size: 24px;
	padding-left: 5px;
}

.description
{
	color: #807D59;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.line
{
	border-bottom: 1px solid #DAD9D6
}

.Step
{
	color: #959595;
	font-size: 16px;
	text-transform:uppercase;
}

.LatestDownload
{
	float:left;
	border-bottom: 1px solid #DAD9D6;
	border-right: 1px solid #DAD9D6;
	height: 200px;
	width:100%;
}

.hiddenControl 
{
    display:none;
}

/* END MISC ELEMENTS */
