/* LiveScribe CSS */
@import url('nav.css');
@import url('content_nav.css');
@import url('base_layouts.css');
@import url('shade.css');
@import url('swf.css');
@import url('forms.css');

body{
	background-color:#eeedee;
	background-image:url(../images/layout/bg_global.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
	color:#666;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	line-height:16px;
}

/* 	padding:35px 0px 160px 0px; */

.radio {
width: auto !important;
}

.nounderline{
border: none !important;
}

img{
	border: 0px;
}

img.right { 
	float: right; 
	clear: right; 
	padding: 0 0 1em 1em 
}

A:link, A:active, A:visited{
	color: #359aaa;
	text-decoration: none;
	padding-bottom: 1px;
}

A:hover{
	/*text-decoration: underline;*/
	border-bottom: 1px dotted;
	padding-bottom: 0;
}

div.clear{
	position: relative;
	height: 1px;
	clear: both;
}

div.centered{
	margin-left:auto;
	margin-right:auto;
}

.topLevelWidth{
	width:900px;
}

div.contentAlign{
	text-align:left;
}

div.clearCenteringMargin div{
	margin:0px;
}

div.mast{
	position: relative;
	height:64px;
	width:864px;
	padding:16px 18px 6px 18px;
	margin-top: 35px;
	clear: both;
	background-image:url(../images/layout/bg_mast.gif);
	background-repeat:no-repeat;
	z-index: 600;
}

div.featureRule{
	position:relative;
	padding:0px 0px 6px 0px;
	background-repeat:repeat-x;
	background-position:0px bottom;
	z-index: 1;
	margin:0px auto;
	line-height:1px;
}

div.featureRule *{
	position: relative;
	z-index: 1;
	margin:0px;
}

div.releaseDate{
	position:relative;
	padding:0px;
	z-index: 1;
	font-size: 1em;
	font-weight: normal;
	font-style: oblique;
	text-align: right;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div.orangeLine{
	background-image:url(../images/lines/bg_featureRule_orange.gif);
}

div.greenLine{
	background-image:url(../images/lines/bg_featureRule_green.gif);
}

div.dkblueLine{
	background-image:url(../images/lines/bg_featureRule_dkblue.gif);
}

div.ltblueLine{
	background-image:url(../images/lines/bg_featureRule_ltblue.gif);
}

div.redLine{
	background-image:url(../images/lines/bg_featureRule_red.gif);
}

div.mdredLine{
	background-image:url(../images/lines/bg_featureRule_mdred.gif);
}

div.dkgreyLine{
	background-image:url(../images/lines/bg_featureRule_dkgrey.gif);
}

div.chromeLine{
	background-image:url(../images/lines/bg_featureRule_chrome.gif);
}

a.cta:link, a.cta:active, a.cta:visited{
	padding:3px 30px 7px 0px;
	background-image:url(../images/layout/bg_link_cta.gif);
	background-repeat:no-repeat;
	background-position:100% 0px;
	font-size:11px;
	height: 22px;
	text-transform:uppercase;
	text-decoration:none;
	color:#5A676B;
	display: inline-block;
}

a.cta:hover{
	border-bottom: none;
	color: #359aaa;
}

a.goarrow:link, a.goarrow:active, a.goarrow:visited{
	padding:3px 30px 7px 0px;
	background:transparent url(../images/layout/bg_link_cta.gif) no-repeat scroll 100% center;
	height: 22px;
	text-decoration:none;
	color:#5A676B;
	display: inline-block;
}

a.goarrow:hover{
	border-bottom: none;
	color: #359aaa;
}

div.footer{
	position:relative;
	padding-top:0px;
	width:538px;
	font-family:verdana, arial, sans-serif;
	font-size:9px;
	color:#9ba2a6;
}

img.footerHr{
	/*opacity:.2;
	filter:alpha(opacity="20");*/
	margin-bottom:9px;
}

#footer a.anotofooter:link, a.anotofooter:active, a.anotofooter:visited{
	color:#9ba2a6;
}

br.clearer{
	clear:both;
}

.smallink{
font-size: 9px;
}

.dimmer {
position: fixed;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-color: black;
z-index: 998;
}

#datasheet {
border: 1px solid #CCCCCC;
}

.col2 .devcenter{
width: 256px !important;
}
.col2 .devcenter input{
width: 140px; !important;
}

.textfield{
border: 1px solid #CCCCCC;
background-color:#FFFFFF;
margin: 1px;
font-size:10px;
}

.right {
float: right;
clear:right;
}

.devcenter hr{
border: none;
border-bottom: 1px dotted #999999;
}


.btn{
	position: relative;
	padding: 0px;
	text-align: center;
	display: inline;
	top: -4px;
	margin-left: 0px;
	margin-right: 0px;

}
.btn input{
	margin: 0px;
	padding: 0px;
	color: #Dbe7eb;
	font-size: 11px;
	font-family: arial, verdana, 'sans serif';
	top: -5;
	cursor: pointer;
	font-weight: bold;
	background: transparent url(../images/layout/cons/btn_bg.gif) repeat-x;
	border: none;
	height: 20px;
}

img.lft{
	position: relative;
	top: 5px;
	width: 9px;
	height: 20px;
	background: transparent  url(../images/layout/cons/btn_left.png) no-repeat;
}

img.rt{
	position: relative;
	top: 5px;
	width: 9px;
	height: 20px;
	background: transparent  url(../images/layout/cons/btn_rt.png) no-repeat;
}

div.bottombanner {
	text-align: center;
	margin: auto;
}

div.bottombanner a:link, div.bottombanner a:visited, div.bottombanner a:hover {
	text-decoration: none;
	border: none;
}