/* GBC Modified Styles */

.opensense #side_navigation a.navOpensense,
.quickguide #side_navigation a.navQuickGuide,
.whatis #side_navigation a.navWhatSense,
.common #side_navigation a.navcc,
.ccsample #side_navigation a.navccSample,
.ccapi #side_navigation a.navccApi,
.s3d #side_navigation a.navs3d,
.s3dsample #side_navigation a.navs3dSample,
.s3dapi #side_navigation a.navs3dApi,
.tablet #side_navigation a.navPen,
.pensample #side_navigation a.navPensample,
.penapi #side_navigation a.navPenApi,
.android #side_navigation a.navandroid-basics,
.windows #side_navigation a.navwindows-phone,
.market #side_navigation a.navmarket-your-app,
.android_links #side_navigation a.navandroid-links {
	color: #69b40f;
}

#nav h1 a {
	float: left;
	background: url(/assets/sprites/sprite-global.png) -5px -5px no-repeat;
	width: 140px;
	height: 28px;
	margin-right: 40px;
}

#nav a#forgotten_password {
	font-size: 10px;
	font-weight: bold;
	color: #69b40f;
	position: relative;
	top: -4px;
	left: 95px;
}
#nav a#forgotten_password:hover {
	color: #fff;
}

#nav h1 a:hover {
	background: url(/assets/sprites/sprite-global.png) -150px -5px no-repeat;
}


/*Global */

a {
	color: #69b40f;
	text-decoration: none;
}

a:hover {
	color: #000;
}

em {
	font-style: italic;
	color: #000;
}

strong em {
	font-style: italic;
	font-weight: bold;
}

p.indent {
	margin-left: 40px;
}

.green {
	color: #69b40f;
}

#content_article a.pdf {
	background: transparent url(/assets/sprites/download.png) top left no-repeat;
	display: block;
	padding-left: 30px;
}

a.sdk-link {
	display: block;
	text-indent: -9999em;
	background: transparent url(/managed-assets/images/sdk_download_button.png) -20px -240px no-repeat;
	width: 550px;
	height: 160px;
}

a.sdk-link:hover {
	background-position: -20px -40px;
}

.logout {
	font-size: 13px;
	color: #fff;
	text-align: right;
	padding-right: 30px;
}

#nav .logout a {
	color: #69b40f;
	padding-left: 15px;
}

#footer a {
	text-decoration: underline;
}
.devcenter #container,
.resources #container {
	background: url(/assets/sprites/bg-homepage.png) top left repeat-x
		#f7f7f7;
}

/*Content Article */

#content_article h2 {
	font-size: 24px;
	letter-spacing: 0;
}

#content_article .codeblock {
	margin-bottom: 50px;
	display: block;
	width: 650px;
	padding: 15px;
	font-size: 13px;
	overflow-x: scroll;
	overflow-y: hidden;
	background-color: #fff;
}

#content_article ul li {
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
	padding-left: 21px;
	line-height: 21px;
	background: transparent url(/assets/sprites/sprite-gui.png)
		no-repeat -285px -414px;
}

#content_article.wider ul li {
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
	padding-left: 21px;
	background: transparent url(/assets/sprites/sprite-gui.png)
		no-repeat -285px -414px;
}

#content_article.wider ul li ul {
	margin-top: 5px;
}

#content_article.wider ul li ul li {
	background: transparent url(/assets/sprites/sprite-gui.png)
		no-repeat -4px -579px;
}

#content_article.wider ul,
#content_article.wider ol {
	margin-bottom: 25px;
}

#content_article.wider ol li {
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
	padding-left: 21px;
}

.instruct #content_article.wider p,
.instruct #content_article.wider li,
.links #content_article li {
	font-size: 18px;
	line-height: 26px;
}

.links #content_article li {
	margin-bottom: 30px;
}

.instruct #content_article.wider ul,
.links #content_article ul {
	margin-bottom: 30px;
}

.instruct #content_article.wider li,
.links #content_article li {
	padding-left: 21px;
	background: transparent url(/assets/sprites/sprite-gui.png)
		no-repeat -285px -410px;
}

#content_article.wider h3 {
	font-size: 18px;
	margin: 50px 0 25px 0;
	display: block;
}

#content_article.wider h2 + h3 {
	color: #666;
	font-size: 18px;
	margin: 10px 0 25px 0;
	display: block;
}

#content_article.wider h3.first {
	margin: 0 0 25px 0;
}

#content_article.wider strong {
	color: #333;
}

#content_article.wider pre {
	font-size: 16px;
	font-weight: normal;
}

#content_article.wider code {
	color: #000;
}

#content_article.wider img {
	margin-bottom: 25px;
}

#content_article.step li img.fixed {
	margin: 25px 0;
	float: none;
}

#content_article.step li.last {
	border-bottom: 0;
	margin-bottom: 50px;
}

#content_article.step li p.half {
	width: 310px;
}

#content_article.step form textarea#bootloader_text {
	font-family: monospace, "Courier New", Courier, Monaco;
	font-style: normal;
	width:364px;
	height: 380px;
	background: transparent url(/assets/sprites/boot_textbox.png) no-repeat 0 0;
	font-size: 16px;
}

span.code {
	font-family: monospace, "Courier New", Courier, Monaco;
	color: #000;
}

/* OpenSense SDK */

#content_article.wider .sdk_links {
	margin: 5px 0 60px 0;
}

#content_article.wider .sdk_links li {
	padding-left: 0;
	background: none;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 25px;
}

/* Home Page Landing Marquee */

.homepage_marquee_sdk img {
	margin-top: -65px;
}

.homepage_marquee_bootloader img {
	margin-top: -30px;
}

.homepage_marquee_rom img {
	margin-top: -50px;
}

.event a:hover {
	text-decoration: underline;
}

/* Panels */

.resources #panel_left .panel_icon {
	background: url(/assets/sprites/sprites_additional.png) no-repeat 0 -103px;
	width: 78px;
	height: 93px;
	left: 21px;
	top: 46px;
}

.resources #panel_center .panel_icon {
	background: url(/assets/sprites/sprites_additional.png) no-repeat 0 0;
	width: 80px;
	height: 85px;
	left: 34px;
	top: 40px;
}

/* Side Navigation */

#side_navigation a {
	color: #4a4a4a;
	text-decoration: none;
}

#side_navigation a:hover {
	color: #69b40f;
}

.opensense #side_navigation a.navOpensense,
.instruct #side_navigation a.navOpenInstruct,
.common #side_navigation a.navcc,
.ccsample #side_navigation a.navccSample,
.ccAdvsample #side_navigation a.navccAdvancedSample,
.ccapi #side_navigation a.navccApi,
.s3d #side_navigation a.navs3d,
.s3dsample #side_navigation a.navs3dSample,
.s3dAdvsample #side_navigation a.navs3dAdvancedSample,
.s3dapi #side_navigation a.navs3dApi,
.tablet #side_navigation a.navPen,
.pensample #side_navigation a.navPensample,
.penAdvsample #side_navigation a.navPenAdvancedSample,
.penapi #side_navigation a.navPenApi,
.faq #side_navigation a.navfaq,
.links #side_navigation a.navlinks,
.affiliates #side_navigation a.navaffiliates {
	color: #69b40f;
}

.navcc, .navs3d, .navPen, .navOpenInstruct {
/*	margin-left: 10px; */
}

#side_navigation h2 {
	border-bottom: 0;
	padding-bottom: 10px;
}

#side_navigation h2.next {
	margin-bottom: 19px;
}

#side_navigation .navPenAdvancedSample {
	background: url(/assets/sprites/new.png) no-repeat top right;
	padding-right: 28px;
}

#side_navigation .navPen, #side_navigation .navOpenInstruct {
	background: url("/assets/sprites/updated.png") no-repeat scroll right 8px transparent;
	padding-right: 44px;
}

#side_navigation .navPensample {
	background: url("/assets/sprites/updated.png") no-repeat scroll right 5px transparent;
	padding-right: 44px;
}

#side_navigation p {
	color: red;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

/* Side Terms */
#side_terms h2 { 
	display: block;
	padding-bottom: 15px;
}

#side_terms h3.warning {
	color: #4c4c4c;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	background: url(/assets/sprites/warning.png) no-repeat 0 0;
	padding: 33px 0 0 0;
	margin: 30px 0 12px -2px;
}

#side_terms p em {
	font-style: italic;
	font-weight: bold;
}

#side_terms p.blacklisted_devices,
#side_terms p.blacklisted_devices_norm {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	padding-bottom: 3px;
	border-bottom: 1px #ccc solid;
}

#side_terms p.green {
	color: #69b40f;
}

#side_terms p.blacklisted_devices {
	color:red;
}

/* Modal Windows */

.modal-login-form {
	color: #666;
	font-size: 12px;
	line-height: 1.66667;
	padding: 0 25px;
	text-align: center;
}

#modal-login-form {
	background-color:#FFF;
	width: 400px;
}

.modal-content .legal-terms {
	color: #666;
	font-size: 12px;
	line-height: 1.66667;
	padding: 0 25px;
	text-align: center;
	height:455px;
}

/* Dev Center */

.devcenter .devBubble {
	background: transparent url(/assets/sprites/bg_gradient_devcenter.png) 0 0 no-repeat;
	position: relative;
	top: 0;
	left: -70px;
	padding: 40px 0 0 132px;
	margin-bottom: -60px;
	display: block;
	width: 1004px;
	height: 250px;
}

.devcenter .devBubble h2 {
	color: #262626;
	font-size: 41px;
	line-height: 26px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	margin-bottom: 15px;
	display: block;
}

.devcenter .devBubble h3 {
	color: #262626;
	font-size: 24px;
	line-height: 26px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	margin-bottom: 25px;
	display: block;
}

.devcenter .devBubble p {
	color: #666;
	font-size: 16px;
	width: 550px;
	line-height: 24px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	margin-bottom: 5px;
	display: block;
}

.bootloader #content_article ol li ul {
	margin-top: 40px;
	margin-left: 20px;
}

.bootloader #content_article ol li ul li {
	padding-left: 21px;
	background: transparent url(/assets/sprites/sprite-gui.png)
		no-repeat -285px -410px;
}
.bootloader #side_terms a.linky {
	display: block;
	margin-top: 20px;
	font-size: 120%;
	font-weight: bold;
	padding-left: 12px;
}
.bootloader #side_terms a.closed {
	background: transparent url(/assets/sprites/demo-spindown-closed.png)
		no-repeat 0 3px;
}
.bootloader #side_terms a.open {
	background: transparent url(/assets/sprites/demo-spindown-open.png)
		no-repeat 0 3px;
}
.bootloader .supported {
	width: 100%;
}
.bootloader .supported tr td {
	color: #69B40F;
	font-size: 70%;
	padding: 0 5px 10px 0;
}
.bootloader .supported tr td.fota {
	width: 30%;
}
.bootloader .supported tr.desc td {
	font-size: 70%;
	text-transform: uppercase;
	color: #000;
}

.landing_marquee_panel {
	position: relative;
	float: left;
	width: 339px;
	height: 469px;
	background: url(/assets/sprites/landing-panel-vertical-line2.png) right
		top no-repeat;
}

/* Resources */

.resources h2.title {
	color: #262626;
	font-size: 38px;
	line-height: 26px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	width: 260px;
	margin-bottom: 10px;
	display: block;
}

.resources .titleWrapper p {
	color: #262626;
	font-size: 22px;
	line-height: 26px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	width: 460px;
	margin-bottom: 5px;
	display: block;
}

/* Nav */

#nav #user_tool_bar {
	width: 430px;
}

/* Bootloader */

#required_resources a {
	font-size: 11px;
}

#required_resources p {
	font-size: 12px;
}

#content_article.step li.first img {
	margin-top: 34px;
}

#content_article.step li img {
	margin: 55px 30px 0 0;
	float: right;
}

#content_article.step li img.fixed {
	margin: 25px 0;
	float: none;
}


/* Full width */
#side_navigation_container {
	margin-bottom: 20px;
	float: left;
	width: 220px;
	margin-left: -220px;
	position: relative;
}

#content_article.full {
	width: 750px;
	float: left;
	margin-left: -220px;
	margin-right: 0;
	margin-bottom: 60px;
	padding-left: 0;
}

/* Popups */

.modal-content {
	/* [disabled]height:455px; */
	width: 300px;
}

.modal-content .legal-terms {
	color: #666;
	font-size: 12px;
	line-height: 1.66667;
	padding: 0 25px;
	text-align: center;
	height:455px;
}

.modal-content .continue {
	color: #666;
	font-size: 12px;
	line-height: 1.66667;
	padding: 0 25px;
	text-align: center;
	height:455px;
}

.legal-terms {
	color: #666;
	height: 455px;
	width: 310px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.legal-terms form {
	height: 455px;
	position: relative;
}
.legal-terms .checkboxes {
	text-align: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 40px;
}
.legal-terms label {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 35px;
}
.legal-terms .button-fields {
	margin: 0px;
	position: absolute;
	top: 387px;
	width: 330px;
	left: -20px;
}
.error {
	font-size: 14px;
	text-align: center;
	height:150px;
	width:300px;
	margin-top: 25;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.error h4 {
	margin-bottom: 0px;
}
.error .error-icon {
	background: transparent url(/assets/sprites/sprite-gui.png) -139px -150px no-repeat;
	display: block;
	height: 62px;
	width: 62px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.legal-terms .form-error {
	width: 260px;
	margin-top: 10px;
}

.button-fields {
	width:330px;
	height:60px;
}

#continue {
	height:455px;
	width: 350px;
}

#panel_left .panel_icon_myapp {
	position: absolute;
	background: url(/assets/sprites/icon_myapp.png) no-repeat 0 0;
	width: 72px;
	height: 71px;
	left: 12px;
	top: 46px;
}

#panel_center .panel_icon {
	background: url(/assets/sprites/sprite-global.png) no-repeat 0 -1400px;
	width: 86px;
	height: 73px;
	left: 20px;
	top: 43px;
}

#panel_center .panel_iconPro,
#panel_center .panel_iconMarket {
	position: absolute;
	left: -103px;
	top: 0;
}

#panel_center .panel_iconPro {
	background: url(/assets/sprites/sprite-global.png) no-repeat 0 -1400px;
	width: 86px;
	height: 38px;
}

#panel_center .panel_iconMarket {
	background: url(/assets/sprites/sprite-global.png) no-repeat 0 -1475px;
	width: 86px;
	height: 74px;
}

.legal-license {
	width:450px;
	height: 500px;
}

.legal-license .license-button-fields {
	width:450px;
	position: absolute;
	top: 457px;
	left: 25px;
}

.legal-license .checkboxes {
	height:350px;
	margin:0 auto;
}

.legal-license .form-error {
	position:absolute;
	left: 25px;
	height: 21px;
	width: 440px;
	top: 405px;
}

.license-checkbox {
	width:150px;
	margin: 0 auto;
}

/* Tablet Pen API */

iframe#api {
	width:  1050px;
	height: 650px;
	margin-left: -50px;
	border: #ccc 1px solid;
}

/* Events */

.about #side_navigation {
    color: #666;
    font-size: 12px;
}

.about #side_navigation a {
	color: #69b40f;
}

.event p {
	margin-bottom: 10px;
}

.about .event_title {
	color: #4a4a4a;
	font-size: 18px;
	margin-bottom: 4px;
}

.about .event_date {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 6px;
}

.about .event_location {
	font-style: italic;
	margin-bottom: 13px;
}



/* Contact */

#feedback_form {
	padding-bottom: 80px;
}
#content_article .feedback_legal {
	font-size: 11px;
	line-height: 17px;
}

.A ol,
.B ol {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	list-style-position: inside;
	margin-left: 15px;
}

.A li,
.B li {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-left: 15px;
	list-style-position: inside;
}

.A {
	list-style-type: decimal;
}


.B {
	list-style:lower-alpha;
}

.about #side_navigation h2 {
	margin-bottom: 20px;
}


/* My App Submission */

.myapp #content_header {
	background: url("/assets/sprites/bg_myappicons.png") no-repeat scroll 120px 45px transparent;
    height: 140px;
    padding: 80px 0 0 254px;
}
.myapp .large_form {
	padding: 0 0 154px 138px;
}

.myapp #login_submit_container p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}

.form_input_container_fullwidth {
    float: left;
    padding-top: 20px;
    position: relative;
    width: 923px;
}

.form_input_container_fullwidth_file_input {
    float: left;
    padding-top: 20px;
    position: relative;
    width: 940px;
}

.form_input_container input#registration_title,
.form_input_container input#registration_company,
.form_input_container input#registration_city,
.form_input_container input#registration_zip,
.form_input_container input#registration_mobile,
.form_input_container input#registration_appname {
	background: url("/assets/sprites/sprite-global.png") repeat scroll 0 -1734px transparent;
}

.form_input_container_fullwidth input#registration_address {
	background: url("/assets/sprites/sprite-global.png") repeat scroll 0 -1574px transparent;
    width: 923px;
}

.form_input_container_fullwidth input#registration_appurl {
	background: url("/assets/sprites/sprite-global.png") repeat scroll 0 -1655px transparent;
    width: 923px;
}

.large_form textarea#feedback_text_appdesc,
.large_form textarea#feedback_text_note {
	background: url("/assets/sprites/sprite-global.png") 0 -1814px;
}
.myapp form h2 {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    margin: 40px 0 0 0;
}
#content_header h4 {
	color: #4C4C4C;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	display: block;
	font-weight: bold;
	margin-top: 34px;
}
.bottomError {
	display: block;
	margin: 25px 0 0 0;
}
.red-error {
    color: #E9595B;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 4px;
}



.bootloader select#supported-devices-menu {
	margin: 15px 0 10px 0;
	font-size: 90%;
	width: 230px;
}

.bootloader #content_article.step li h2.ruu-header {
	margin: 50px 0 0 0;
}

.bootloader .ruu-downloads {
	margin: 30px 0 60px 0;
	color: #666;
	font-size: 90%;
}

.bootloader .ruu-downloads .darker td {
	background: #eee;
}

.bootloader .ruu-downloads td {
	padding: 10px 12px;
}

.bootloader .ruu-downloads td.carrier,
.bootloader .ruu-downloads td.rom,
.bootloader .ruu-downloads td.id {
	color: #4c4c4c;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.bootloader .ruu-downloads td.carrier {
	width: 350px;
}
.bootloader .ruu-downloads td.carrier-device {
	color: #4c4c4c;
	font-weight: bold;
	font-size: 95%;
}
.bootloader .ruu-downloads td.italic {
	color: #4c4c4c;
	font-style: italic;
}
.bootloader .ruu-downloads td.rom {
	width: 130px;
}
.bootloader .ruu-downloads td.id {
	width: 130px;
}
.ruu-initial-steps #content_article.step li p,
.ruu-initial-steps #content_article.step li li {
	font-size: 100%;
}
.ruu-initial-steps #content_article.step li li {
	list-style: decimal outside;
	overflow: visible !important;
	padding: 0 0 15px 0;
	margin: 0 0 0 50px;
	color: #666;
}
.ruu-initial-steps #content_article.step li ol.note-a li {
	list-style: lower-alpha outside;
	overflow: visible !important;
	padding: 0 0 15px 0;
	margin: 0 0 0 50px;
}
.ruu-initial-steps #content_article.step li li ol li {
	list-style: lower-alpha outside;
	overflow: visible !important;
	padding: 10px 0 15px 0;
	margin: 0 0 0 50px;
}

#side_terms p.asterik {
	font-size: 75%;
	margin-top: 20px;
}



.SI-FILES-STYLIZED label.bootloader-continue
{
	width: 187px;
	height: 34px;
    background: url(/assets/sprites/button-unlockbootloader.png) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.bootloader-continue:hover
{
    background: url(/assets/sprites/button-unlockbootloader.png) 0 -34px no-repeat;
}

.SI-FILES-STYLIZED label.bootloader-continue:active
{
    background: url(/assets/sprites/button-unlockbootloader.png) 0 0 no-repeat;
}

.SI-FILES-STYLIZED label.bootloader-continue input#continue-window
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* -- Style File Input -- */

.large_form input[type="text"].faux-input-file-name {
	width: 780px;
	height: 60px;
	background: url(/assets/sprites/sprite-global.png) 0 -2093px;
	float:left;
}

.download-icon {
	background: url(/assets/sprites/download_icon.png) top right no-repeat;
	padding-right: 22px;
}

/* Affiliates */

.affiliates .affimg {
	border: 1px #ccc solid;
	float: left;
	margin: 0 20px 50px 0;
}
.affiliates #content_article.wider h3 {
	margin: 0;
}
.affiliates #content_article.wider hr.aff-break {
	clear: both;
	border-top: 1px dashed #ccc;
	margin: 0 0 25px 0;
	background-color: transparent;
}
