/**
 * Content CSS for the BonusThemes.com Travel In Template
 *
 * @package bt_travelin
 * @version 1.0
 * @copyright BonusThemes.com 2008
 * @link http://www.bonusthemes.com/goto/bt_travelin
 */


/* #######################  GENERAL SETTINGS ############################ */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #062445;
}

/*  Global Formatting */

h1 {
	font-size: 16px;
	line-height: 1em;
	font-weight: 900;
	color: #ff6600;
}

h2 {
	font-size: 15px;
	line-height: 1em;
	font-weight: 900;
	color: #ff6600;
}

h3 {
	font-size: 14px;
	line-height: 1em;
	font-weight: 900;
	color: #ff6600;
}

h4 {
	font-size: 13px;
	line-height: 1em;
	font-weight: 900;
	color: #ff6600;
}

h5 {
	font-size: 12px;
	line-height: 1em;
	font-weight: 900;
	color: #ff6600;
}

h6 {
	font-size: 11px;
	line-height: 1em;
	font-weight: 900;
	color: #ff6600;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
}

a {
	color: #ff6600;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #3399cc;
}

a.image, a.image:hover {
	border: 0;
}

li {
	list-style-type: none;
}

ul {
	list-style: none;
}
ul li {
	background: url(../images/bullet-list.gif) no-repeat 0px 9px;
	line-height: 180%;
	padding-left: 12px;
	margin-left: 0;
}
ol li {
	line-height: 180%;
	padding-left: 12px;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

img {
	border: none;
}

module_menu {
        width: 80px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */


/* #######################  END GENERAL SETTINGS ############################ */

/* ######################  LAYOUT SETTINGS       ############################## */

/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/

/* Pathway Breadcrumbs */

#pathway_start {
	color: #7c0a2b;
}

.pathway {
	color: #666;
}

a.pathway:link {
	color: #666;
	text-decoration: none;
}

a.pathway:visited {
	color: #666;
	text-decoration: none;
}

a.pathway:active {
	color: #666;
	text-decoration: none;
}

a.pathway:hover {
	color: #666;
	text-decoration: underline;
}

span.pathway {
	line-height: 30px;
	height: 30px;
	font-weight: normal;
}


/* Default Menus for Joomla 1.0 */

.mainlevel, .sublevel {
}

a.mainlevel,
a.sublevel {
	padding: 7px 0 3px 15px;
	text-decoration: none;
	background: url(../images/arrow_menu.gif) no-repeat 0px 9px;
	line-height: 18px;
	color: #3399cc;
}

a.mainlevel:hover, a.sublevel:hover {
	text-decoration: underline;
	color: #ff6600;
}


/* Default Menus for Joomla 1.5 */

ul.menu li {
	list-style-position: outside;
	padding-left: 1.6em;
	margin-left: 0;
	background: url(../images/arrow_menu.gif) no-repeat 0px 6px;
}

ul.menu li a {
	line-height: 18px;
	margin-left: 0px;
	text-decoration: none;
}

ul.menu li a:hover {
	margin-left: 0px;
	text-decoration: underline;
}



/* Add Custom Menus */


/*##################### NAVIGATION SECTION #####################*/

/* ##################### STANDARD MODULE TABLE  #################*/

table.moduletable {
	padding: 0px;
	margin: 0px;
}

table.moduletable th {
	background: #2F3E57;
	height: 18px;
	color: #FFFFFF;
}

table.moduletable td {
	height: 18px;
}

div.moduletable, div.module {
	margin-bottom: 15px;
}


/* Search module */

div.search {
	text-align: left;
	width: 245px;
	height: 30px;
	overflow: hidden;
	margin-top: 8px;
	padding-top: 8px;
	background: url(../images/search-bg.gif) no-repeat 0px 0px;
}

input#mod_search_searchword {
	border: none;
	background: none;
	margin-left: 10px;
}


/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/

/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/

.contentheading {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #ff6600;
}

.contentheading a:link, .contentheading a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #015275;
	text-decoration: none;
}

.contentheading a:hover {
	color: #015275;
	text-decoration: underline;
}

/* content title and links */

.contentpagetitle {
	
}

a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited {
	text-decoration: none;
	font-weight: normal;
	color: #e7e0c2;
	border-bottom: 0px;
}

a.contentpagetitle:hover {
	color: #e7e0c2;
	border-bottom: 0px  dashed #CCCCCC;
	text-decoration: none;
}

/* top box like a category description */

.contentdescription {
	
}

/* Main Body Text */

.contentpane {
	width: auto;
}

.contentpaneopen h2 {
	padding: 0;
	margin: 0;
}

.contentpaneopen {
}

table.contentpane {
	margin-bottom: 30px;
}

/* Main Body Text */

/* article rating */

.content_rating {
	font-weight: normal;
	font-size: .8em;
}

.content_vote {
	font-weight: normal;
	font-size: .8em;
}

/* icons */

.buttonheading {
	font-size: 12px;
}

.pop-ups {
	float: right;
}

a.pop-up {
	border-bottom: 0;
}

/* Dates */

.createdate {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #aaa;
}

.modifydate {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsfeeddate {
	font-size: 10px;
	color: #d34807;
	font-weight: normal;
}

/* Dates */

/* Writen by Authors name */

.small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
}

/* Page navigation links "<<< 1 of 10 next >>>" */

.pagenav {
	padding: 2px;
	color: #258fcd;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 1px 4px;
	border-top: 1px solid #9deeff;
	border-left: 1px solid #9deeff;
	border-bottom: 1px solid #9deeff;
	border-right: 1px solid #9deeff;
	text-decoration: none;
	font-size: 11px;
	background: #ddf4ff;
	color: #258fcd;
	height: 100%;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	padding: 1px 4px;
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	text-decoration: none;
	color: #258fcd;
}

th.pagenav_prev a,
th.pagenav_next a {
	color: #258fcd;
	font-weight: normal;
}

th.pagenav_prev a:hover,
th.pagenav_next a:hover {
	color: #000;
	font-weight: normal;
}

.pagenavbar {
	padding-left: 14px;
	font-size: 11px;
}

.pagenavcounter {
	padding: 10px 0 0 0;
	color: #aaa;
}

/* Read more link */

a.readon {
	background: url(../images/readon_blue.gif) no-repeat top;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	font-size: 11px;
}
a.readon:visited {
	color: #fff;
}

.module-style1 a.readon {
	background: url(../images/readon_red.gif) no-repeat top;
}

.module-style2 a.readon {
	background: url(../images/readon_blue.gif) no-repeat top;
}

.module-style3 a.readon {
	background: url(../images/readon_green.gif) no-repeat top;
}

/* Article index  {mospagebreak} */

table.contenttoc {
	margin: 0 0 30px 30px;
	padding: 0;
	width: 200px;
}

table.contenttoc th {
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background-color: #ffcc99;
	border-bottom: solid 1px #ffcc99;
	color: #808080;
	text-indent: 5px;
}

table.contenttoc td a:link, table.contenttoc td a:visited {
	display: block;
	width: auto;
}

table.contenttoc td a:hover {
	background: #fefab6;
	color: #000;
	text-decoration: none;
	display: block;
	width: auto;
}

table.contenttoc td {
	text-align: center;
	background: #fafaf0;
	border-left: solid 1px #f6b852;
	border-right: solid 1px #f6b852;
	border-bottom: solid 1px #f6b852;
}

.toclink {
	font-size: 10px;
	padding: 5px;
}

/* Links article index */

a.toclink:hover, a.toclink:visited, a.toclink:link {
	height: 18px;
}

/* End Article index  */

/*  component heading */

.componentheading {
	font-size: 1.5em;
	font-weight: bold;
	color: #3399cc;
	text-align: left;
	margin-top: 1.5em;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/

.sectiontableheader {
	background-color: #99cc66;
	background-repeat: repeat;
	border-bottom: solid 1px #ffcc66;
	padding: 2px;
	color: #ffff99;
	font-weight: bold;
	padding: 2px;
}

/* Table odd and Even Rows */

.sectiontableentry1 {
	background-color: #fafaf0;
	height: 20px;
}

.sectiontableentry2 {
	background-color: #ffcc99;
	height: 20px;
}

.sectiontableentry1 td,
.sectiontableentry2 td {
	padding: 4px;
	border-bottom: 1px solid #f6b852;
}

td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
	border-bottom: 1px solid #dbc434;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #fefab6;
}

/* End Sectiontable */

/* Category */

.category {
	color: #3399cc;
}

a.category:link, a.category:visited, a.category:hover {
	height: 15px;
}

/* End category */

/* blogsection */

.blog table {
	padding: 0 5px;
}

.blog_more {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 30px;
	color: #3399cc;
}

/* space from bottom of article */

.article_separator, .article_seperator {
	display: block;
	height: 30px;
}


/* End blogsection */

/* Search Form Module*/

.search {
	height: 26px;
}

/* results if not search google */

.searchintro {
	height: 26px;
}

/*Search Form keyword highlight*/

.highlight {
	background: #ffff99;
	padding: 0px 2px 0px 2px;
}

/* End Search Form */

/* wrapper title */

.mosimage {
	margin: 5px 15px 5px 0;
	padding: 0 0 5px;
}

/* mosimage */

* html .mosimage {
	margin: 5px 5px 10px 0;
	padding: 0 !important; 
}

*+html .mosimage {
	margin: 5px 10px 10px 0;
	padding: 0 !important; 
}

.mosimage img {
	margin: 0 !important;
	padding: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
}


/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/

/* ##################### FORM SECTION  #####################*/

form {
	font-size: 12px
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fbfdee;
	font-size: 13px;
	color: #3399cc;
}

.inputbox {
	background: #fbfdee;
	border: 1px solid #9deeff;
	color: #3399cc;
}

.text_area {
	background: white;
}

/* Pull down menu */

.selectbox {
}

/* Submit Button */

.button {
	background: url(../images/grad1.gif) repeat-x center #EFEFEF;
	border: 1px solid #1c79a9;
	color: #fff;
	padding: 2px 8px;
	cursor: pointer;
}

/* Contact Email Form */

.contact_email {
	margin: 0px;
	padding: 5px;
}

/* ##################### END FORM SECTION  ##################### */

/* ###################### TABBED EDITING ###################### */

/* When user login to edit or sumbit articles for modifying {moscode} output.  Don't set the color! */

.moscode {
	background-color: #f0f0f0;
}

.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: #3399cc;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}

/* Text passed with mosmsg url parameter */

.message {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-align: center;
}

/* Styles for dhtml tabbed-pages */

.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
}

.offtab {
	background-color: #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
}

.edit-tabs {
	padding: 1em;
	background: none;
}

.tabpadding {
	padding: 1px;
}

.tabheading {
	background-color: #FF6600;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
}

/*Body of the form*/

.adminform {
	background-color: #FFFFFF;
}

/* ###################### End TABBED EDITING ###################### */

/* ######################  TYPOGRAPHY SETTINGS       ############################## */

/* @group typography */

span.alert {
	display: block;
	background: url(../images/bt_exclamation.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 1px solid #ffd324;
	border-bottom: 3px solid #ffd324;
}

span.info {
	display: block;
	background: url(../images/bt_information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 1px solid #035e85;
	border-bottom: 3px solid #035e85;
}

span.download {
	display: block;
	background: url(../images/bt_download.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 1px solid #3C6;
	border-bottom: 3px solid #3C6;
}

pre {
	display: block;
	line-height: 100%;
	border-left: 5px solid #ccc;
	background: #fafaf0;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 11px;
	overflow: auto !important;
	overflow: scroll;
	width: 95%;
}

blockquote {
	margin: 20px 0;
	padding: 0 0 0 40px;
	border: none;
	font-style: oblique;
	color: #888;
	background: url(../images/bt_quote.png) no-repeat 10px 0;
}

ul.check1 li,
li.check1 {
	background: url(../images/bullet-1.png) 0 0 no-repeat;
}

ul.check2 li,
li.check2 {
	background: url(../images/bullet-3.png) 0 0 no-repeat;
}

ul.arrow1 li,
li.arrow1 {
	background: url(../images/bullet-2.png) 0 0 no-repeat;
}

ul.arrow2 li,
li.arrow2 {
	background: url(../images/bullet-4.png) 0 0 no-repeat;
}

ul.arrow3 li,
li.arrow3 {
	background: url(../images/bullet-5.png) 0 0 no-repeat;
}

ul.star li,
li.star {
	background: url(../images/bullet-6.png) 0 0 no-repeat;
}

ul.circle li,
li.circle {
	background: url(../images/bullet-7.png) 0 0 no-repeat;
}

ul.check1,
ul.check2,
ul.arrow1,
ul.arrow2,
ul.arrow3,
ul.star,
ul.circle,
ul.morespace {
	margin-left: 35px;
	padding: 0;
}

ul.check1,
ul.check2,
ul.arrow1,
ul.arrow2,
ul.arrow3,
ul.star,
ul.circle,
ul.morespace,
ul.check1,
ul.check2,
ul.arrow1,
ul.arrow2,
ul.arrow3,
ul.star,
ul.circle,
ul.morespace {
	margin-left: 5px;
	padding: 0;
}

ul.check1 li,
ul.check2 li,
ul.arrow1 li,
ul.arrow2 li,
ul.arrow3 li,
ul.star li,
ul.circle li,
li.check1,
li.check2,
li.arrow1,
li.arrow2,
li.arrow3,
li.star,
li.circle {
	list-style: none;
	padding-bottom: 5px;
	padding-left: 25px;
}

/* ######################  End TYPOGRAPHY SETTINGS       ############################## */


/* @group miscellaneous position adjustments */

#pos_footer {
	text-align: right;
}

#pos_banner {
	text-align: center;
}

#top_r1 {
	color: #ff6600;
}

#top_r2 h3 {
	color: #f7ec9d;
}

#top_r2 {
	color: #dbebf3;
}

#top_r2 a {
	color: #f7ec9d;
}

#r2body h3 {
	color: #f7ec9d;
}

#r2body {
	color: #ffffff;
}

#r3body {
	color: #ffffff;
}
#r3body a {
	color: #f7ec9d;
}

.ddp2_content {
	color: #dbebf3;
}

/* @group module suffixes */

.module-style1 {
	background: url(../images/style1_bl.png) no-repeat bottom left;
	margin-bottom: 4px;
}


.module-style1 div {
	background: url(../images/style1_br.png) no-repeat bottom right;
}
.module-style1 div div {
	background: url(../images/style1_tl.png) no-repeat top left;
}
.module-style1 div div div {
	background: url(../images/style1_tr.png) no-repeat top right;
	padding: 3px 10px 10px 10px;
}
.module-style1 div div div div {
	background: url(../images/blank.gif) no-repeat center right;
}
.module-style1 div div div div div {
	padding: 0;
}
.module-style1 h3 {
	color: #716201;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 25px 0px;
}

.module-style2 {
	background: url(../images/style2_bl.png) no-repeat bottom left;
	margin-bottom: 4px;
}
.module-style2 div {
	background: url(../images/style2_br.png) no-repeat bottom right;
}
.module-style2 div div {
	background: url(../images/style2_tl.png) no-repeat top left;
}
.module-style2 div div div {
	background: url(../images/style2_tr.png) no-repeat top right;
	padding: 3px 10px 10px 10px;
}
.module-style2 div div div div {
	background: url(../images/blank.gif) no-repeat center right;
}
.module-style2 div div div div div {
	padding: 0;
}
.module-style2 h3 {
	color: #4d784a;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 25px 0px;
}

.module-style3 {
	background: url(../images/style3_bl.png) no-repeat bottom left;
	margin-bottom: 4px;
}
.module-style3 div {
	background: url(../images/style3_br.png) no-repeat bottom right;
}
.module-style3 div div {
	background: url(../images/style3_tl.png) no-repeat top left;
}
.module-style3 div div div {
	background: url(../images/style3_tr.png) no-repeat top right;
	padding: 3px 10px 10px 10px;
}
.module-style3 div div div div {
	background: url(../images/blank.gif) no-repeat center right;
}
.module-style3 div div div div div {
	padding: 0;
}
.module-style3 h3 {
	color: #ff7800;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 25px 0px;
}

.addtocart-label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ff7800;
	text-decoration:none;
}

#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #F2E3ED}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #E6C0C0;border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}

/* Harry add, 2010-12-06 */
div.e-doc-guid {text-align: left; width: 688px; line-height: 150%}
div.e-doc-guid div {font-family: 'Verdana'; font-size: 9pt; color: #000000}
div.e-doc-guid div.img-container {text-align: center;}
div.e-doc-guid h3 {font-family: 'Verdana'; font-size: 10.5pt; font-weight: bold; margin: 12px 0px 2px 0px; color: #000000}
div.e-doc-guid h4 {font-family: 'Verdana'; font-size: 9pt; font-weight: bold; margin: 4px 0px 2px 0px; color: #000000}
div.e-doc-guid ul {font-family: 'Verdana'; margin-top: 0px; margin-bottom: 0px; margin-left: 12px; padding-left: 0px; color: #000000}
div.e-doc-guid li {font-family: 'Verdana'; margin-left: 14px; padding-left: 0px; color: #000000; list-style-type: disc; background-image: none;line-height: 150%;}
div.e-doc-guid li.decimal-type {margin-left: 14px; list-style-type: decimal}
div.e-doc-guid div.example {background-color: #cccccc; margin-bottom: 4px}
div.e-doc-guid div.example div {font-size: 8pt}
div.e-doc-guid div.example div.language {padding-left: 4px; border-bottom: solid 0.25pt #a9a9a9}
div.e-doc-guid div.example div.source-code {padding-left: 12px; padding-top: 6px; padding-bottom: 6px}
div.e-doc-guid div.example div.source-code {padding: 2px}
div.e-doc-guid div.example div.source-code div {font-family: 'Courier New'}
div.e-doc-guid div.example div.source-code div.blank-line {height: 18px}
div.e-doc-guid div.example div.source-code span {font-family: 'Courier New'}
div.e-doc-guid div.example div.source-code span.highlight-class-name {color: #2b91af}
div.e-doc-guid div.example div.source-code span.highlight-key {color: #0000ff}
div.e-doc-guid div.example div.source-code span.highlight-string {color: #a31515}
div.e-doc-guid div.example div.source-code span.highlight-comment {color: #008000}
div.e-doc-guid a {color: #0000ff}
div.e-doc-guid a.anchor_point {color: #000000}
div.e-doc-guid div.back-to-content {margin-top: 15px; border-top: 1px dotted #CCCCCC;}


div.e-doc-guid div.example div.source-code2 {border: 2px solid #cccccc; background-color: #FFFFFF}
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter
{
    margin: 0px !important;
}
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter .highlight-class-name {color: #2b91af}
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter .keyword {color: #0000ff !important}

div.e-doc-guid div.example div.source-code2 .syntaxhighlighter .string,
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter .string a {color: #a31515 !important}

div.e-doc-guid div.example div.source-code2 .syntaxhighlighter,
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter div,
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter code,
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter table,
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter table td,
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter table tr,
div.e-doc-guid div.example div.source-code2 .syntaxhighlighter table tbody
{
    font-family: 'Courier New' !important;
    font-size: 8pt !important;
    line-height: 140% !important;
}