﻿html, body 
{
	height:100%; 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial;
	background:#fff;
	overflow: hidden; /*auto;
	overflow-x: hidden;*/
}

.homePageBanner
{
	margin: 0px 30px 5px 30px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial; 
}

#mainForm 
{
	position: relative;

	height: auto !important;
	height: 100%;
	
	min-height: 100%;
}


/*#container
{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}*/

#header
{
	background-image:url(/images/bg_header_small.gif);
	padding: 0px 10px 0px 10px;
}

#contentWrapper
{
	position: absolute;
	top: 10em;
	bottom: 1.5em;
	right: 0;
	left: 0;
	overflow: auto;
	margin-bottom: 1em;
}

#content 
{
	clear: both; 
	text-align: justify; 
	margin: 5px auto 10px auto; 
	width: 90%;
	vertical-align:top;
	background-color:White;
	padding: 0px 20px 20px 20px;
}

#footer
{
	z-index: 0;
	vertical-align: middle;
	padding: 2px; /* 0px 0px 0px; */ /*background-image:url(/images/bg_footer.gif);*/
	border-top: 1px solid #D2E3EE;
	background-color: #e3edf4;
	position: fixed;
	bottom: 0;
	width: 100%; /*
	right: 18px;	 
	height:20px;
	/**/
	font-size: 0.85em;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial; 
}

.footerImg
{
	border:none; 
	margin-right: 4px; 
	width: 24px; 
	height: 24px; 
	vertical-align: middle;
}

.footerLink
{
	text-decoration: none;
}

#footerContent
{
	width: 90%;
	margin: 0px auto;
}

h1
{
	color:#444444;
}

ul
{
	margin-top:10px;	
}

li
{
	margin-bottom:5px;	
}

a:link 
{
	color:#777777;
}

a:hover
{
	color: #FF9900;
}

a:visited 
{
	color:#EC222F;	
}

.purple
{
	background-color: #9028DE;
}

.red
{
	background-color: #EC222F;
}

.darkRed
{
	background-color: #AA0615;
}

.orange
{
	background-color: #F9CC6C;
}

.darkOrange
{
	background-color: #F96C17;
}

.yellow
{
	background-color: #FFFF30;
}

.ivory
{
	background-color: #FFFFCC;
}

.darkYellow
{
	background-color: #F8E461;
}

.green
{
	background-color: #DDF850;
}

.darkGreen
{
	background-color: #BCCA50;
}

.darkGreen2
{
	background-color: #59a901;
}

.purple
{
	background-color: #9028DE;
}

.darkPurple
{
	background-color: #4D00DE;
}

.black 
{
	background-color: #000000;	
}

.brown
{
	background-color: #993300;
}

.darkRed
{
	background-color: #800000;
}

.forum
{
	background-color: #3b5998;
}
.png
{
	behavior: url(/iepngfix.htc);	
}

.downloadTable
{
	width: 99%;
}

.downloadTableHeaderRow
{
	background-color: Black;
	color: White;
}

.downloadTableRow
{
	background-color: #FFFFCC;
}
/*#e6eef58*/

.downloadSizeCell 
{
	white-space: nowrap;
	text-align: right;
}

.downloadPlatformCell
{
	text-align: center;
}

input
{
	border: 1px solid #cccccc;
}

.hidden
{
	display: none;
}

.errorText 
{
	color: Red;
}

.infoPanel
{
	margin: 10px; 
	padding: 10px; 
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
}

.infoPanelRight
{
	float: right; 
	margin: 10px; 
	padding: 10px; 
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
}

/* side panels */
div.linkButton
{
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-transform: none;
	font-size: 1.4em;
}

div.linkButton.cloud:hover
{
	background-color: #59a901; /*#BCCA50;*/
	color: #FFFFFF;
}
div.linkButton.grid:hover
{
	background-color: #f96c17;
	color: #FFFFFF;
}

div.linkButton a
{
	text-decoration: none;
}
div.linkButton.cloud a
{
	color: #59a901; /*#94A231;*/
}
div.linkButton.grid a
{
	color: #f96c17;
}

div.linkButton:hover a, .linkButton a:hover
{
	color: #ffffff;
}
/* */

/* menu */

#siteMenu
{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

a.menu, a.menu:visited, a.menu:hover
{
	display: block;
	float: left;
	position: relative;
	left: 50%;
	text-decoration:none;
	padding: 8px;
	margin: 20px 8px 8px 8px;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#red.menu:hover
{
	color: #AA0615;
	border-bottom: 3px solid #EC222F;	
}

#orange.menu:hover
{
	color: #F96C17;
	border-bottom: 3px solid #F9CC6C;	
}

#yellow.menu:hover
{
	color: #FFCC00;
	border-bottom: 3px solid #FFFF30;
	border-bottom-color: #FEEB01;
}

#black.menu:hover
{
	color: #808080;
	border-bottom: 3px solid #000;
}

#green.menu:hover
{
	color: #BCCA50;
	border-bottom: 3px solid #DDF850;
}

#purple.menu:hover
{
	color: #4D00DE;
	border-bottom: 3px solid #9028DE;
}

/* end menu */

/* FAQs */

h1.FAQ
{
	margin-top: 20px;
	margin-bottom: 20px;
	background: none;
}

h1.cloud
{
	color: #59a901;
}

h1.grid
{
	color: #f96c17;
}

h2.FAQ
{
	font-size: 1em;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 1px 1px 1px 10px;
	border-left: 4px solid #000;
}

h2.cloud.FAQ:hover
{
	border-left: 4px solid #59a901;
}

h2.grid.FAQ:hover
{
	border-left: 4px solid #f96c17;
}

div.FAQ
{
	font-size: 0.95em;
}

div.cloud.FAQ, div.grid.FAQ
{
	padding: 5px;
}

.toggleAnswers
{
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.toggleAnswers.grid:hover
{
	color: #f96c17;
}

.toggleAnswers.cloud:hover
{
	color: #59a901;
}

/*pricing*/
table.pricing
{
	margin: 10px auto;
	border: 1px solid #c0c0c0;
}

table.pricing tr.tableHeader
{
	background-color: #d5e9bf;	
}

table.pricing tr.tableHeader th
{
	text-align: left;
}

table.pricing tr td.firstColumn
{
	font-weight: bold;
}

/* sign up */
ol.flow
{
	font-weight: bold;
	font-size:1.5em;
	color: #59a901;
}

ol.flow li div 
{
	font-weight: normal;
	font-size: 0.65em;
	color: black;
	margin-top: 7px;
	padding: 3px;
}

ol.flow li div img 
{
	border:0;
}
