﻿body
{
    margin: 0px;
    background-color: #f2f2f2;
/*    background-color: White;*/
    color: Black;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
}

span.intro
{
    font-size: 17px;
    color: Gray;
    font-family: Times New Roman;
}

span.intro2
{
    font-size: 18px;
    color: #009245;
}

span.subtitle
{
    font-size: 24px;
}

span.subtitle_level2
{
    font-size: 18px;
}

span.comparisontitle
{
    font-size: 30px;
}

span.comparisonfeaturetitle
{
    font-size: 16px;
}

span.smaller
{
    font-size: 15px;
}

.terms_and_conditions
{
    font-size: 90%;
}


a:hover.nav
{
    color: Black;
}

img
{
    border: 0px;
}

a
{
    color: #009245;
    font-weight: bold;
    text-decoration: none;
}

a.bookmark
{
    color: Black;
    text-decoration: none;
    font-weight: normal;
}

a.nav_current
{
    color: Black;
}

a.pricetitle
{
    font-size: 40px;
    font-weight: normal;
    color: Black;
}

a.footer
{
    font-weight: normal;
    color: Gray;
}

ul.highlights
{
	color: White;
}

ul.highlights li
{
	margin-top: 8px;
}

.copyright
{
    color: Gray;
    font-size: 12px;
}

.productTitle
{
	font-size: 40px;
	font-weight: bold;
	color: White;
}

#tabs
{
	font-size: 15px;
}

.button-icon-left
{
	padding-left: 2.1em;
}

.rounded
{
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}	

table.pricetable td
{
    width: 300px;
    text-align: center;
    vertical-align: top;
}

table.comparisontable td
{
    width: 300px;
    text-align: center;
    padding-bottom: 15px;
}

table.comparisontable tr
{
    padding-bottom: 20px;
}

/* ----------------------------------------------------------------------------
   MENU
   ------------------------------------------------------------------------- */
span.menu
{
	color: White;
	float: right;
	margin-left: 30px;
	border-bottom: thin dotted;
}

span.title
{
	color: White;
	font-weight: bold;
	font-size: 18px;
}

/* ----------------------------------------------------------------------------
   GENERAL LAYOUT
   ------------------------------------------------------------------------- */
#loginheader
{
	height: 100px;
}

#header
{
    padding-top: 30px;
	height: 90px;
}

#teaserheader
{
    padding-top: 20px;
	height: 70px;
}

div.teasernote
{
    float: left;
    padding-top: 15px;
	font-size: 18px;
}

#allcontent
{
	background-color: #f2f2f2;
/*	background-color: White;*/
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;	
	padding-right: 5px;	
	padding-bottom: 5px;	
}

#logintitle
{
	width: 900px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#title
{
	width: 900px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#content
{
}

div.leftside
{
	width: 475px;
	float: left;
	margin: 0px 0px 0px 0px;
}

div.rightside
{
	margin: 0 0 0 505px;
}

div.separator
{
    background-position: center;
    clear: both;
    background-repeat: repeat-x;
    width: 980px;
    background-image: url('../Content/Images/Separator.gif');
    height: 30px;
}

div.separator_hidden
{
    clear: both;
    width: 900px;
    height: 30px;
}

div.separator_hidden_thin
{
    clear: both;
    height: 1px;
}

#logowrapper
{

}

#logo
{

}

#footer
{
    clear: left;
    padding: 5px;
    text-align: center;
    background-color: #E6E6E6;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    height: 40px;
}

/* ----------------------------------------------------------------------------
   INPUT FIELDS
   ------------------------------------------------------------------------- */
input.textinput
{
	border-bottom: 1px solid #BDC7D8;
	border-left: 1px solid #BDC7D8;
	border-top: 1px solid #BDC7D8;
	border-right: 1px solid #BDC7D8;
	font-size: 14px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

input.submitbutton
{
	border-bottom: #bdc7d8 1px solid;
	border-left: #bdc7d8 1px solid;
	border-top: #bdc7d8 1px solid;
	border-right: #bdc7d8 1px solid;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	overflow: visible;
	font-size: 14px;
	margin: 0 4px 0 0;
}

a.submitbutton
{
	border-bottom: #bdc7d8 1px solid;
	border-left: #bdc7d8 1px solid;
	border-top: #bdc7d8 1px solid;
	border-right: #bdc7d8 1px solid;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	font-size: 14px;
	margin: 0 4px 0 0;
	text-decoration: none !important;
	position: relative;
}

/* ----------------------------------------------------------------------------
   MENU
   ------------------------------------------------------------------------- */
table.menu
{
	float: left;
}

table.menu tr
{
	height: 30px;
}
   
/* ----------------------------------------------------------------------------
   LOGIN
   ------------------------------------------------------------------------- */
input.logintextfield
{
	width: 160px;
	margin-right: 15px;
}

input.loginbutton
{
}

.logincheckbox
{
	font-size: 13px;
}

.loginerror
{
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}

div.loginarea
{
	float: right;
}

table.main_nav
{
    font-size: 14px; 
    padding: 5px;
}

table.main_nav tr
{
	height: 30px;
}

table.main_nav td
{
	padding-left: 3px;
}

table.sub_nav
{
    font-size: 13px;
    padding: 5px;
}

table.sub_nav tr
{
	height: 30px;
}

table.sub_nav td
{
	padding-left: 3px;
}

table.notification
{
    font-size: 14px; 
    padding: 5px;
    background-color: White;
    font-weight: bold;
}



/* ----------------------------------------------------------------------------
   SIGN UP
   ------------------------------------------------------------------------- */
input.signupfield
{
width: 135px;
}

table.editor
{
	width: 270px;
}

table.editor td
{
}

table.editor tr
{
	height: 35px;
}

/* ----------------------------------------------------------------------------
   BUY CREDITS
   ------------------------------------------------------------------------- */
table.buycredits
{
}

table.buycredits td
{
	padding-top: 10px;
}

table.buycredits tr
{
	padding-top: 10px;
}

/* ----------------------------------------------------------------------------
   BILLING HISTORY
   ------------------------------------------------------------------------- */

table.billinghistory
{
	font-size: 14px;
	border: solid 1px #e8eef4;
	border-collapse: collapse;
}

table.billinghistory td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table.billinghistory th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #f5f5f5; 
  border: solid 1px #e8eef4;   
}

span.download_instructions_title
{
    font-size: 18px;    
}

table.download_instructions
{
}

table.download_instructions td.number
{
    vertical-align: top;
    width: 50px;
}


/* ----------------------------------------------------------------------------
   SETTINGS
   ------------------------------------------------------------------------- */
table.settings
{
}

table.settings td
{
	padding-top: 10px;
}

table.settings td.title
{
	width: 150px;
}

table.settings tr
{
	padding-top: 10px;
}

/* ----------------------------------------------------------------------------
   UNDER CONSTRUCTION
   ------------------------------------------------------------------------- */

/*.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1;
   height: 22px; 
   }*/
/*.fg-button
{
background-color:#3B5998;
border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
border-style:solid;
border-width:1px;
color:#FFFFFF;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
padding:2px 15px 3px;
text-align:center;	
margin:2px 4px;
}*/


/*.fg-input  
{
border:1px solid #BDC7D8;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
padding:3px;
   }*/
   
   
/* ----------------------------------------------------------------------------
   FEEDBACK
   ------------------------------------------------------------------------- */
.FeedbackTextField
{
    width: 400px;
}

.FeedbackTextArea
{
    width: 400px;
    height: 120px;
}

.feedback_file_upload
{
    width: 400px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* FORMS */
ul.form-3 {
/*list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 1.5em;*/
}

li.form-3 {
/*clear:both;
display:block;
margin:0.5em 0;
padding:0.25em 0;*/
}

ul.form {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 1.5em;
}

.form label 
{
    font-size: 14px;
}

.form li {
clear:both;
display:block;
margin:0.5em 0;
padding:0.25em 0;
}

.form-label
{
    float:left;
    line-height:1.25em;
    margin:0 8px 0 0;
    padding:6px 0;
    text-align:right;
    width:140px;
}

.form-input
{
    line-height:1.7em;
    margin-left:160px;
}

.form input[type="text"]
{
    border: 1px solid #CCCCCC;
    color: #403F41;
    padding: 5px;
    width: 100%;
}

.form input[type="password"]
{
    border: 1px solid #CCCCCC;
    color: #403F41;
    padding: 5px;
    width: 100%;
}

.form textarea
{
    border: 1px solid #CCCCCC;
    color: #403F41;
    padding: 5px;
    width: 100%;
}

.form input:focus
{
    border-color: #007fbf;
}

.form .form-hint
{
    color:#888888;
    display:block;
    font-size:0.9166em;
}

.form-3 .form-hint
{
    color:#888888;
    display:block;
    font-size:0.9166em;
}



ul.form-2 {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 1.5em;
}

.form-2 li {
clear:both;
display:block;
margin:0.5em 0;
padding:0.25em 0;
}

.form-2 input[type="text"]
{
    border: 1px solid #CCCCCC;
    color: #403F41;
    padding: 5px;
    width: 308px;
}

.form-2 textarea
{
    border: 1px solid #CCCCCC;
    color: #403F41;
    padding: 5px;
    width: 100%;
}

.form-2 input:focus
{
    border-color: #007fbf;
}

.form-2 .form-hint
{
    color:#888888;
    display:block;
    font-size:0.9166em;
}



.form-error
{
    font-weight: bold;
    color: Red;
}


.mini-notification-container
{
    z-index: 2;
    padding: 5px 0px 0px 0px;
}

.mini-notification
{
    background-color: #FFFF99;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.data {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: #CCCCCC;
	border-collapse: collapse;
	width: 60%;
}
table.data th
{
    border-width: 1px 1px 1px 1px;
    padding: 4px 4px 4px 4px;
    border-style: none none inset none;
    border-color: #CCCCCC;
    -moz-border-radius: 0px 0px 0px 0px;
}
table.data td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: none none inset none;
	border-color: #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}

.ui-widget-overlay 
{
    opacity: 0;
}

table.bordered 
{
    border: 1px solid black;
}

table.bordered th
{
    border: 1px solid black;
    padding: 5px;
}

table.bordered td
{
    border: 1px solid black;
    padding: 5px;
}
