﻿body {  }

.splashboxFeaturedCase {padding:16px;font-size:10px;}
.splashboxFeaturedCase a {font-size:10px;}

.featuredLink { color:#fff;}

.supportedPhonesFloatingBox { float:left; padding:3px; width:185px;  }
.supportedPhonesFloatingBox a { text-decoration:none }
.supportedPhonesFloatingBoxWithImage { margin:15px; margin-left:0px; margin-right:26px; float:left; padding:3px; width:160px; text-align:center;height:103px }
.supportedPhonesFloatingBoxWithImage a { text-decoration:none; padding-top:3px }

.featureTitle {font-size:16px; font-weight:bold; color:#333}
.featureText { color:#777; margin-top:5px}

.contactComparison td { background-color:#f2f2f2; text-align:center; width:33% }
.contactComparison th { background-color:#aaa; color:#fff; text-align:center }

.appTable td { height:27px }

.systemcodetable td { padding-top:4px }

.tabLearningCenter { padding:4px; width:118px; background:#e6e6e6; font-size:14px;  margin-right:7px; color:#000; text-align:center; cursor:pointer; float:left }
.tabLearningCenterFirst { margin-left:179px }
.tabLearningCenterLast {  margin-right:0px }
.tabLearningCenterActive {background:#aaa; color:#fff;font-weight:bold;}

.tabLearningCenterVertical {font-size:14px; text-align:left; text-decoration:none   }
.tabLearningCenterVertical:hover {text-decoration:underline   }
.tabLearningCenterVerticalActive { font-weight:bold;}

.lc { /*drop shadow for learning center images*/
 border:1px #ccc solid;
 -moz-box-shadow: 3px 3px 4px #999; 
 -webkit-box-shadow: 3px 3px 4px #999; 
 box-shadow: 3px 3px 4px #999; 
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}

.tabNew { margin-top:10px}
.tabNew:hover {}
.tabNewActive { }
.tabNew a { text-decoration:none;  font-weight:normal}
.tabNew a:hover {text-decoration:underline;}
.tabNewActive a { font-weight:bold;text-decoration:none; }
.tabNewActive a:hover {text-decoration:none;}

.pagingBox {float:left; padding:5px; margin-left:10px; padding-left:10px; padding-right:10px; background-color:#f2f2f2}
.pagingBoxActive {background-color:#aaa}
.pagingBoxActive a { color:#fff; text-decoration:none}

.tourJumper { text-decoration:none; padding:10px; background:#fff; display:block; padding-left:40px; color:#777; }
.tourJumper span { margin-top:2px }
.tourJumper:hover { background:#ceebff;  }
.tourJumperActive { background:#ceebff; color:#000;}
.jumperText { color:#777; font-size:11px; line-height:14px; display:block }
.jumperTitle {display:block; font-weight:bold; font-size:16px}


#getStarted::-webkit-input-placeholder { color:#d6ebff; }
#getStarted::-moz-placeholder { color:#d6ebff; }

.getstartedButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}
.getstartedButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}
.getstartedButton:active {
	position:relative;
	top:1px;
}

.designer_examplebox { cursor:pointer;float:left; width:120px; margin:5px; background:#f2f2f2; padding:5px; text-align:center  }