/* Defined styles below */
/* You can alter each and every style as you please. */



/* Body Style */
BODY
{
	scrollbar-face-color:gray;
	scrollbar-arrow-color:white;
	scrollbar-track-color:White;
	scrollbar-shadow-color:'white';
	scrollbar-highlight-color:'white';
	scrollbar-3dlight-color:'black';
	scrollbar-darkshadow-Color:'black';
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	background:url(bg_1920.png) top center no-repeat ;
	height:100%;
	behavior: url("data\csshover3.htc"); 
}


/* standard links */



/* Defines the style for standard text */
.Text
{
	color: gray;
	font-family: tahoma, Arial;
	font-size: 11px;
	padding-bottom:3px;
}


/* Defines the style for outer table that encompases the entires site */
.OuterTable
{
	border-right: #8C8C8C 0px solid;
	border-top: #8C8C8C 0px solid;
	border-left: #8C8C8C 0px solid;
	border-bottom: #8C8C8C 0px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 8pt;
	width:778px;
	height:100%;
	/*background:url(LeftSide_BG_Borders.gif) repeat-y;*/
	
}



/* Defines the style for the login control */
.LoginTable
{
	border-right: #003254 0px solid;
	border-top: #003254 0px solid;
	border-left: #003254 0px solid;
	border-bottom: #003254 0px solid;
	color: #333333;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height:125px;
	text-align:left;
	
}

#Login1_tbl_loginmenu TABLE TR TD
{
	padding:0px 0px 0px 10px;
	border-left:3px solid #B3D374;
}

#btnOpenPopUp
{
	display:block;
	margin:10px 0px 10px 0px;
	
}

#Login1_tbl_loginbox
{
	 margin-top:20px;	
	 margin-bttom:10px;
}

#Login1_but_Login
{
	margin-bottom:10px;
}

#Login1_tbl_loginbox TR TD
{
	padding:0px 0px 0px 18px;
}

#Login1_txt_username
{
	margin:3px 0px 7px 0px;
}

#Login1_txt_password
{
	margin:3px 0px 7px 0px;
}


/* Defines the style for td cell in the menu table once the client has logged in */
.ClientMenu
{
	height: 23px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom: solid 1px white;
	background:#333333;
	text-align:left;
}


/* Defines the style for all the sms control tables */
.InnerTable
{
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	padding-bottom:10px;
	
}

.InnerTableHeaderRow
{
	height: 25px;
	background-color: #666;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 8px 10px 2px 10px;
	border-top:none;
	border-bottom:1px solid #eee;
}

.InnerTableHeaderRow TD
{
	height: 25px;
	background-color: #e5e5e5;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #669900;
	padding: 8px 1px 2px 1px;
	border:none;
}

.InnerTable TR TD
{
	padding:7px 10px 5px 13px;
}

.InnerTableAltRow
{
	background-color: #eeeeee;
	font-family: Arial;
	color: #333333;
	padding:0px 0px 0px 10px;
}


/* Defines the style for the Contact us table */
.ContactUsTable
{
	margin-top:30px;
	border:1px #ccd6ba solid;
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

.ContactUsTableHeaderRow
{
	height: 25px;
	background-color: #e5e5e5;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #669900;
	padding: 8px 10px 2px 10px;
	
}

.ContactUsTable TR TD.ContactUsTableHeaderRow
{
	padding:5px 10px 8px 13px;
}

.ContactUsTable TR TD
{
	padding:10px 10px 0px 13px;
}



/* Defines the style for the sign up table */
.SignUpTable
{
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	padding-bottom:20px;
	
}

.SignUpTable TR TD
{
	padding:10px 10px 0px 13px;
}

.SignUpTable TD.SignUpTableHeaderRow
{
	height: 25px;
	background-color: #666;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 10px 8px 10px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}




/* Defines the style for displaying credits */
.Credits
{
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: arial;
	color:Red;
	padding-bottom:30px;
	padding-left:15px;
}


/* Defines the style for errors or alerts that occur */
.ErrorContents
{
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: arial;
	color:Red;
}


/* Defines the style for the buttons */
.Buttons
{
	font: bold 10px Arial, Tahoma, Verdana;
	color: #eee;
	font-family: Tahoma;
	border:2px solid #ccc;
	padding:2px 2px 2px 2px;
	background-color: #666;
	height: 28px;
	margin:5px 4px 5px 0px;
}

.Buttons:hover
{
	font: bold 10px Arial, Tahoma, Verdana;
	color: #eee;
	font-family: Tahoma;
	border:2px solid #888;
	padding:2px 2px 2px px;
	background-color: #666;
	height: 28px;
	margin:5px 4px 5px 0px;
}

.LoginTable .Buttons
{
	margin-left:0px;
	float:left;
	width:70px;
	border:2px solid #ccc;
	background-color: #666;
	
}

.LoginTable .Buttons:hover
{
	margin-left:0px;
	float:left;
	width:70px;
	border:2px solid #888;
	background-color: #666;
	
}

/* Bulk SMS */

#GroupViewOptions.Text
{
	padding-left:10px;
	margin-bottom:15px;
	margin-top:7px;
}

/* Purchase Table*/
#span_info
{
	padding-left:16px;
}

#td_result .text
{
	padding-left:16px;
}

#td_result .InnerTable TD
{
	padding:7px 2px 5px 2px;
}

.InnerTable #Tr3 TD
{
	padding-left:16px !important;
}

.InnerTable #Tr2 TD
{
	padding-left:16px !important;
}

.InnerTable #Tr1 TD
{
	padding-left:16px !important;
}

#tr_fixed TD
{
	padding-left:16px !important;
}

/* Defines the style for the textboxes, selects */
.TextBoxes
{
/*	border-right: #000000 1px solid;
	padding-right: 1px;
	border-top: #000000 1px solid;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 1px;
	border-left: #000000 1px solid;
	color: black;
	padding-top: 1px;
	border-bottom: #000000 1px solid;
	font-family: Verdana;
	background-color: White;
	*/
	height:20px;
	border: 1px #cccccc solid;
	padding: 2px 1px 2px 2px;
	font: 11px Tahoma, Geneva, sans-serif;
}

.TextBoxes:focus
{
	border-color: #B3D374;
}

.LoginTable .TextBoxes
{
	border: 1px #d0d0d0 solid;
	font:11px Tahoma, Geneva, sans-serif;
	width:130px;
	height:22px;
	margin-left:-2px;
	padding:3px 0px 1px 3px;
	vertical-align:middle;
}

.LoginTable .TextBoxes:focus
{
	border-color: #B3D374;
}

/* Defines the style for the tooltips */
#tooltip
{
	display:none;
	position:absolute;
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#333333;
	background-color:#ffffff;
	border:1px solid #003C7A;
	padding:3px;
	z-index:1;
}







/* ----------------------------------------------------------------------------- */
/* User defined styles below */


/* ----------------------------------------------------------------------------- */
/* Menu */

.TopMenu a
{
	height:33px;
	display:block;
	float:left;
	/*background: url(menu_bg.gif) repeat-x;*/
}

.MenuPaddingLeft
{
	padding: 0px 0px 0px 60px;
	display:block;
	float:left;
}

.MenuItemSeperator
{
	font:normal 9px Tahoma, Geneva, sans-serif;
	color:#ffffff;
	text-decoration:none;
	margin: 0px 10px 10px 10px;
	
}

.menuHome
{
	background: url('home_1.png') no-repeat;
	width:68px;
}

.menuHome:hover
{
	background: url('home_2.png') no-repeat;
	width:68px;
}

.menuAboutUs
{
	background: url('about_us_1.png') no-repeat;
	width:82px;
}

.menuAboutUs:hover
{
	background: url('about_us_2.png') no-repeat;
	width:82px;
}

.menuServices
{
	background: url('services_1.png') no-repeat;
	width:75px;
}

.menuServices:hover
{
	background: url('services_2.png') no-repeat;
	width:75px;
}

.menuPrices
{
	background: url('price_1.png') no-repeat;
	width:65px;
}

.menuPrices:hover
{
	background: url('price_2.png') no-repeat;
	width:65px;
}

.menuPurchase
{
	background: url('purchase_1.png') no-repeat;
	width:88px;
}

.menuPurchase:hover
{
	background: url('purchase_2.png') no-repeat;
	width:88px;
}

.menuCaseStudies
{
	background: url('case_studies_1.png') no-repeat;	
	width:111px;
}

.menuCaseStudies:hover
{
	background: url('case_studies_2.png') no-repeat;	
	width:111px;
}

.menuFAQ
{
	background: url('faq_1.png') no-repeat;
	width:57px;
}

.menuFAQ:hover
{
	background: url('faq_2.png') no-repeat;
	width:57px;
}

.menuContactUs
{
	background: url('contact_us_1.png') no-repeat;
	width:91px;
}

.menuContactUs:hover
{
	background: url('contact_us_2.png') no-repeat;
	width:91px;
}

/* ----------------------------------------------------------------------------- */

.LogoHeader
{
	background: url('iTextPortal_Logo.png') -3px 0px no-repeat; 
	height:152px;
	
}

.Bottom
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: Verdana;
	text-decoration: none;
}
.Heading
{
	font-weight: normal;
	font-size: 9pt;
	color: #666666;
	font-family: tahoma;
	text-decoration: none;
	background-color: #f3f3f3;
	height: 20px;
	padding:3px 10px 3px 10px;
}

.loggedinHeading
{
	background:url(loggedin_heading_bg.png) repeat-x;
	padding-top:8px;
	height:24px;
	border-bottom:1px solid #e4e4e4;
	font:bold 12px Arial, Helvetica, sans-serif;
}

.LeftSide
{
	background:#ffffff;
	border-right:solid 1px #9d9d9d;
	width:180px;
	height:100%;
}

#ClientLoginHeading
{
	background:url(Client_Login_Heading.png) repeat-x;	
	height:27px;
}

#NotRegisteredHeading
{
	background:url(NotRegistered_Heading.png) repeat-x;	
	height:25px;
}

#SupportedNetworksHeading
{
	background:url(Supported_Networks_Heading.png) repeat-x;	
	height:25px;
}

.LeftSide_Top
{

	height:10px;
	
}

.LeftSide_Seperator
{
 background:url(leftside_seperatorBG.gif) repeat;
 height:5px;
}

.LoginBG
{
	background:#e3e3e3;
	padding:0px 0px 5px 0px;
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#e3e3e3;
	height:120px;
}

.Side_Heading
{
	height:19px;

}



#FreeSoftware
{
	height:203px;
	background:url(Free_Software.png) top right no-repeat;
}

#MessageCompanionDownload
{
	width:300px;
	height:160px;
	border:1px solid #333;
	display:block;
}

#FreeSoftware span
{
	float:left;
}

.SoftwareText
{
	width:300px;
	height:157px;
	margin-top:8px;
	margin-left:10px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:666666;
	float:left;
}

.SoftwareText h2
{
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#669900;
	margin-top:15px;
}

.SoftwareText a
{
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#669900;
	padding-right:5px;
	text-align:right;
	text-decoration:none;
}

.SoftwareText a:hover
{
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#669900;
	padding-right:5px;
	text-align:right;
	text-decoration:underline;
}

.tblInfoBlocks
{
	width:100%;
	height:350px;
}

.tblInfoBlocks tr td
{
	height:170px;;
	width:50%;
}

.tblInfoBlocks tr td h4
{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#669900;
	text-transform:uppercase;
	margin-bottom:4px;
}

#infoblock1
{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	padding:20px 15px 5px 120px;
	height:170px;
	border-right:solid 1px #f2f2f2;
	border-bottom:solid 1px #f2f2f2;
	background:url(enhance_bg.png) 0px 20px no-repeat;	
}

#infoblock2
{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	padding:20px 15px 5px 120px;
	height:170px;
	border-bottom:solid 1px #f2f2f2;
	background:url(coverage_bg.png) 3px 20px no-repeat;	
}

#infoblock3
{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	padding:20px 15px 5px 120px;
	height:170px;
	border-right:solid 1px #f2f2f2;
	background:url(developers_bg.png) 3px 20px no-repeat;
	
}

#infoblock4
{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	padding:20px 15px 5px 120px;
	height:170px;
	background:url(price_bg.png) 3px 20px no-repeat;

}

/*standard Links*/
A
{
	font-weight: normal;
	font-size: 8pt;
	color: #669900;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}	
A:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: #677c42;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}


/* links in the client menu */
A.Menu:link,A.Menu:visited,A.Menu:active
{
	color:#e4e4e4;
	font:bold 11px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}	
A.Menu:hover
{
	color:#b3d374;
	font:bold 11px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}


/*--------------*/



A.TopMenuItem
{
	font:normal 11px Tahoma, Geneva, sans-serif;
	color:#bcd693;
	text-decoration:none;
	margin: 0px 0px 5px 0px;
	
}

A.TopMenuItem:hover
{
	font:normal 11px Tahoma, Geneva, sans-serif;
	color:#ffffff;
	text-decoration:none;
	margin: 0px 0px 5px 0px;
	
}

A.mail
{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#669900;
	text-decoration:none;	
}

A.mail:hover
{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#003300;
	text-decoration:none;
}



.Content
{
	background:#FFF;
	border-right:#CCC 1px solid;
	padding:20px 30px 20px 30px;
	height:100%;
	width:504px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	
}

.HomepageContent
{
	background:#FFF;
	padding:0px;
	height:100%;
	width:597px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
}

.OtherpageContent
{
	padding:0px 0px 30px 0px;
	height:100%;
	width:597px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	background:url(otherpage_content_bg.png) no-repeat #fff;
}

.OtherpageContainer
{
	padding:10px 25px 15px 25px;
	height:100%;
	width:547px;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	background:url(otherpage_content_bg.png) no-repeat #fff;
}

#intro
{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	padding:8px 30px 15px 25px;
}

#intro h1
{
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#669900;
	margin-top:10px;
}

.mainContentSeperator
{
	background:#f2f2f2;
	width:597px;
	height:4px;
	font-size:1px;
}

.ContentOtherTop
{
	background:url(content_top.gif) no-repeat;
	font:11px arial;
	color: #FFFFFF;
	width:564px;
	height:12px;
	margin-top:20px;
}


.ContentOtherFill
{
	background:url(content_fill.gif) repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	min-height:20px;
	padding:0px 20px 20px 40px;
}



.ContentOtherBottom
{
	background:url(content_bottom.gif) no-repeat;
	font:11px arial;
	color: #FFFFFF;
	width:564px;
	height:12px;
}


.ContentOther
{
		padding: 10px 20px 0px 10px;
		font:11px arial;
		color: #333333;
		width:534px;
}


/* Services */

.ServicesSubSectionPic
{
	float:left;
}

.ServicesSubSectionText
{
	float:left;
	margin:40px 0px 0px 20px;
	width:260px;
}


/* Prices */

#pricetable
{
	margin-top:10px;
	
}

#pricetable .altrow td
{
	background:#f2f2f2;
	font:normal 11px Tahoma, Geneva, sans-serif;
}

#pricetable td
{
	background:#ffffff;
	font:normal 11px Tahoma, Geneva, sans-serif;
	color:#666666;
	height:23px;
	vertical-align:middle;
	text-align:center;
}

#pricetable .priceHeader td
{
	font:bold 11px Tahoma, Geneva, sans-serif;
	color:#666666;
	text-align:center;
	padding-bottom:10px;
}

.priceheader .priceCol1
{
	width:68px;
	border-right:1px solid #e8e8e8;
}

#pricetable .priceCol1
{
	width:68px;
	border-right:1px solid #e8e8e8;
	color:#669900;
}


#pricetable .priceCol2
{
	width:110px;	
	border-right:1px solid #e8e8e8;
}

#pricetable .priceCol3
{
	width:140px;	
	border-right:1px solid #e8e8e8;	
}



/* Case Studies */

.IndustryList
{
	position:relative;
	float:left;
	width:160px;
	height:450px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top:15px;
}

li.IndustryItem
{
	border: 1px solid #eee;
	border-left:3px solid #eee;
	border-right:none;
}

li.IndustryItem:hover
{
	border: 1px solid #ccc;
	border-left:3px solid #669900;
	border-right:none;
	cursor:pointer;
}

div.IndustryItem
{	
	font:bold 10px Arial, Tahoma, Verdana;
	background:none;
	padding:5px 0px 5px 5px;
	color:#669900;
	width:160px;
	text-align:left;
	vertical-align:middle;
	border: 1px solid #eee;
	border-left:3px solid #eee;
	border-right:none;
}

div.IndustryItem:hover
{
	background-color:#eee;
	cursor:hand;
	vertical-align:middle;
	border: 1px solid #ccc;
	border-left:3px solid #669900;
	border-right:none;
	cursor:pointer;
}


.CaseStudyDetails
{
	background:#eee;
	position:relative;
	float:left;
	border: none;
	width:355px;
	min-height: 395px;
	height:auto !important;
	margin-top:15px;
	border: 2px solid #e4e4e4;
	border-left: 1px solid #c4c4c4;
	padding:10px 15px 20px 13px;
}


.CaseStudyDetails h2
{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#669900;
	margin:0px 0px 10px 0px;
}

.CaseStudyInfo
{
	background:#ffffff;
	width:330px;
}

.CaseStudyInfo h2
{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#669900;
	margin:0px 0px 10px 0px;
}

.CaseStudyInfo h3
{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#669900;
	margin:20px 0px 10px 0px;
}

.CaseStudyIntro
{
	font:bold 11px Tahoma, Geneva, sans-serif;
	color:#666666;
	padding:5px 5px 5px 5px;
	margin:35px 5px 5px 5px;
	border:2px double #669900;
	min-height:10px;
}

/* */


.Footer
{
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:10px;
	background:#333;

}

.Footer A
{
	font:11px bold Arial, Helvetica, sans-serif;
	color:#333;
}

.ContentTable
{

	margin: 15px 25px 5px 25px;
}

.ContentDivLeft
{
	position:relative;
	float:left;
	width: 284px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;

	border-right: 1px #ccccff solid;
}

.ContentDivRight
{
	position:relative;
	float:left;
	width: 278px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;

}

.ContentHeading
{
	font:bold 12px  Arial, Helvetica, sans-serif;
	color:#333333;
	margin: 0px 0px 5px 28px;
}

.ContentOtherPageHeading
{
	font:bold 22px  Arial, Helvetica, sans-serif;
	color:#669900;
	margin: 40px 0px 25px 0px;
	
}

.ContactUsSubPageHeading
{
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#669900;
	margin:10px 0px 0px 0px;
	
}

.ContentOtherPageSubHeading
{
	clear:left;
	font:bold 13px  Arial, Helvetica, sans-serif;
	color:#669900;
	margin:20px 0px 10px 0px;

}

.Note
{
	font:11px Tahoma, Geneva, sans-serif;
	color:#0099cc;
	padding:5px;
	margin:5px 5px 5px 5px;
	border:1px double #0099cc;
	background:#99ccff;
	min-height:10px;
	
}

.BewareBox
{
	font:11px Tahoma, Geneva, sans-serif;
	color:#666666;
	padding:20px 20px 20px 20px;
	margin:5px 5px 5px 5px;
	border:2px double #669900;

	min-height:10px;
	
}

.BewareBox #heading
{
	font:bold 13px Tahoma, Geneva, sans-serif;
	color:#666666;
	margin-bottom:5px;
	
	
}

.PaymentBox
{
	font:11px Tahoma, Geneva, sans-serif;
	color:#666666;
	padding:20px 20px 20px 20px;
	margin:5px 5px 5px 5px;
	border:2px double #669900;

	min-height:10px;
	
}

.PaymentBox #heading
{
	font:bold 13px Tahoma, Geneva, sans-serif;
	color:#666666;
	margin-bottom:5px;
	
	
}

.ContentBox
{
	font:normal 11px  Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#333;
	margin: 0px 0px 0px 28px;
	padding: 0px 25px 5px 0px;
	


}

.ContentBoxPic
{
	font:normal 11px  Arial, Helvetica, sans-serif;
	color:#333;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 10px 20px;

}

.ContentBoxPic2
{
	font:normal 11px  Arial, Helvetica, sans-serif;
	color:#333;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 10px 16px;

}

.ContentHeading2
{
	font:bold 12px  Arial, Helvetica, sans-serif;
	color:#333333;
	margin: 0px 0px 5px 20px;
}

.ContentBox2
{
	font:normal 11px  Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#333;
	margin: 0px 0px 0px 20px;
	padding: 0px 25px 5px 0px;
	


}


.Table_Pricing
{
	font:11px Tahoma, Geneva, sans-serif;

}

.Table_Pricing tr td
{
	font:11px Tahoma, Geneva, sans-serif;
	color:#666666;
	height:25px;
	padding:5px 0px 3px 00px;
}

.Table_Pricing #table_pricing_heading
{
	height:28px;
}

.Table_Pricing #quantity
{
	font:10px Tahoma, Geneva, sans-serif;
	color:#669900;
	padding-left:10px;
}

.Table_Pricing #costpertext, #costperbundle
{
	font:10px Tahoma, Geneva, sans-serif;
	color:#666666;
	padding-left:20px;
}

.Table_Pricing #table_pricing_alt
{
	font:10px Tahoma, Geneva, sans-serif;
	color:#3399ff;
	padding-left:10px;
	background:#f2f2f2;
	height:22px;
}

.Table_Pricing #pricing_man
{

	background:url(pricing_man.gif) no-repeat;
}

.FAQ_Info
{
	margin-top:10px;
	padding:10px 110px 10px 00px;
	background:url(FAQ_man.gif) no-repeat top right;
	height:90px;
	color:#666666;
}

.faq_item
{
	background:url(QA.gif) no-repeat top left;
	padding: 10px 20px 0px 50px;
	min-height:80px;

}

.faq_item #question
{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #669900;
	
	

}

.faq_item #answer
{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	padding:10px 0px 10px 0px;
	border-bottom: #cccccc solid 1px;

}

.HomepageSubSectionSpacer
{
	position:relative;
	float:left;
	width:2px;
	height:175px;

	
}

.HomepageSubSectionHeading
{
	
	padding:8px 13px 2px 13px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#669900;
	background:#e9edea;
	height:18px;
	
}

.HomepageSubSectionContent
{
	
	padding:7px 13px 2px 13px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:12px;
	
}


.HomepageSubCols1
{
	width:188px;
	height:275px;
	border-right:1px solid #cccccc;
	vertical-align:top;
	background:url(home_section1.gif) bottom no-repeat;
	
}

.HomepageSubCols2
{
	width:188px;
	height:275px;
	border-right:1px solid #cccccc;
	vertical-align:top;
	background:url(home_section2.gif) bottom no-repeat;
	
}


.HomepageSubCols3
{
	width:188px;
	height:275px;
	vertical-align:top;
	background:url(home_section3.gif) bottom no-repeat;
	
}

a.TermsLink
{
	color:#FFF;	
	margin:0px 10px;
}

.Clear
{
	clear:both;
	
}





