/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	background: #FFFFFF;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
body#bd {
	color: #333333;
	background: url(../images/body_bg.jpg) repeat-x top center #FFFFFF;
}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}
body.fs1 {
	font-size: 9px;
}
body.fs2 {
	font-size: 10px;
}
body.fs3 {
	font-size: 11px;
}
body.fs4 {
	font-size: 12px;
}
body.fs5 {
	font-size: 13px;
}
body.fs6 {
	font-size: 14px;
}
/* Normal link */
a {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
/* Small text */
small, .small, .smalldark, .mosimage_caption {
	color: #999999;
	font-size: 100%;
}
/* Heading */
h1 {
	font-size: 180%;
}
h2 {
	font-size: 155%;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
ul {
	list-style: circle;
	padding-left: 15px;
}
ul li {
	
	line-height: 140%;
}
ol li {
	margin-left: 35px;
	line-height: 180%;
}
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #DDDDDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a img {
	border: none;
}
td, div {
	font-size: 100%;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}
select, textarea, .inputbox {
	background: #FFFFFF;
	color: #666666;
}
/*.button {
	padding: 2px 5px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	color: #333333;
	background: url(../images/grad1.gif) repeat-x top #F2F9FD;
}*/
* html .button, *+html .button {
	padding: 2px 3px !important;
}
.inputbox {
	margin-bottom: 1px;
	padding: 3px 2px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus {
}
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #F2F9FD;
}
blockquote {
	font-style:italic;
	padding: 1em 40px 1em 15px;
}
blockquote span.open {
	padding: 3px 0 3px 30px;
	background: url(../images/so-q.gif) no-repeat left top;
}
blockquote span.close {
	padding: 3px 30px 3px 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}
.dropcap {
	float: left;
	padding: 4px 3px 0 0;
	display: block;
	font-family: Georgia, Times, serif;
	font-size:150%;
	line-height:40px;
}
/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}
.message {
	padding-left: 25px;
	color: #F29441;
	background: url(../images/bullet-info.gif) no-repeat top left;
}
.tips {
	padding-left: 25px;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}
.highlight {
	padding: 1px 5px;
	background: #caebfd;
	font-weight: bold;
}
/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/sticky-bg.gif) no-repeat 5px 10px #FFFFFF;
}
p.download {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/download-bg.gif) no-repeat 5px 10px #FFFFFF;
}
.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}
/* Check list */
ul.checklist {
	list-style: none;
}
ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}
/* Check list */
ul.stars {
	list-style: none;
}
ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}
/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.smallnumber li {
	margin: 10px 0 10px 30px;
	padding: 3px 0 5px 30px;
	line-height: 150%;
}
ol.smallnumber li.number-1 {
	background: url(../images/n-1.gif) no-repeat left top;
}
ol.smallnumber li.number-2 {
	background: url(../images/n-2.gif) no-repeat left top;
}
ol.smallnumber li.number-3 {
	background: url(../images/n-3.gif) no-repeat left top;
}
ol.smallnumber li.number-4 {
	background: url(../images/n-4.gif) no-repeat left top;
}
ol.smallnumber li.number-5 {
	background: url(../images/n-5.gif) no-repeat left top;
}
ol.smallnumber li.number-6 {
	background: url(../images/n-6.gif) no-repeat left top;
}
ol.smallnumber li.number-7 {
	background: url(../images/n-7.gif) no-repeat left top;
}
ol.smallnumber li.number-8 {
	background: url(../images/n-8.gif) no-repeat left top;
}
ol.smallnumber li.number-9 {
	background: url(../images/n-9.gif) no-repeat left top;
}
/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}
/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
	width:90%;
}
div.bubble1 span.author,  div.bubble2 span.author,  div.bubble3 span.author,  div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}
div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}
div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}
div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}
div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}
div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}
div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}
div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}
div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}
div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}
div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}
div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}
div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}
div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}
div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}
div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}
div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}
div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}
div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}
div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}
div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}
/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 7px;
}
.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}
.article_seperator {
	display: block;
	height: 15px;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}
table.contenttoc a {
}
table.contenttoc td {
	padding: 3px 5px 3px 22px;
	background: url(../images/arrow.png) no-repeat 10px 7px;
}
table.contenttoc th {
	padding: 5px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	background: url(../images/grad1.gif) repeat-x top #F2F9FD;
	font-weight: bold;
	text-indent: 5px;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
table.pollstableborder .sectiontableheader {
	padding: 8px 5px !important;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}
table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #F2F9FD;
}
table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}
.adminform .inputbox {
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	display: block;
	background: url(../images/h3-bg.html) no-repeat center left;
	font-size: 150%;
	line-height: 30px;
	text-indent: 10px;
}
td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}
.category {
	font-weight: bold;
}
.clr {
	clear: both;
}
.neo-lightbox {
	border:1px solid #B6B6B6;
	float:left;
	margin:0 15px 15px 0;
	padding:5px;
	text-align:center;
	width:200px;
}
.neo-lightbox img {
	border:1px solid #B6B6B6;
}
.list-footer {
	clear: both;
	text-align:center;
}
.neo-lightbox:hover {
	border:1px solid #B6B6B6;
	background: #6D9E32;
	color: #FFF;
}
.componentheading {
	padding: 0 0 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 150%;
}
.contentdescription {
	padding-bottom: 30px;
}
table.blog .contentheading {
	font-size: 110%;
}
.contentheading {
	padding-bottom: 5px;
	font-size: 110%;
}
a.contentpagetitle,  a.contentpagetitle:hover,  a.contentpagetitle:active,  a.contentpagetitle:focus {
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: underline;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
.createdate {
	padding: 2px;
	color: #999999;
}
.modifydate {
	color: #999999;
	height: 15px;
}
.moduletable {
	padding: 0;
}
.mosimage {
	margin: 5px 10px 5px 0;
	padding: 0 0 5px;
}
* html .mosimage {
	padding: 5px 0 !important; /*IE 6*/
	margin: 15px 10px 10px 0;
}
*+html .mosimage {
	padding: 5px 0 !important; /*IE 7*/
}
.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}
.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
	color: #999999;
}
.pagenav,  .pagenav_prev,  .pagenav_next,  .pagenavbar {
	padding: 0 2px;
}
a.pagenav,  .pagenav_prev a,  .pagenav_next a,  .pagenavbar a {
}
a.pagenav:hover, a.pagenav:active, a.pagenav:focus,  .pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,  .pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,  .pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
}
.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}
.sectiontableheader {
	padding: 5px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	background: url(../images/grad1.gif) repeat-x top #F2F9FD;
	font-weight: bold;
}
tr.sectiontableentry1 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}
tr.sectiontableentry2 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}
tr.sectiontableentry1:hover td,  tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom #F2F9FD;
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,  .pollstableborder tr.sectiontableentry2 td {
	background: none;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#jv_wrapper_t {
	background: url(../images/wrap_t.jpg) repeat-x top;
}
#jv_wrapper_b {
	background: url(../images/wrap_b.jpg) repeat-x bottom;
}
#jv_wrapper_l {
	background: url(../images/wrap_l.png) repeat-y left;
	margin-left: -11px;
}
#jv_wrapper_r {
	background: url(../images/wrap_r.png) repeat-y right;
	margin-right: -8px;
}
#jv_wrapper_tl {
	background: url(../images/wrap_tl.jpg) no-repeat top left;
}
#jv_wrapper_tr {
	background: url(../images/wrap_tr.jpg) no-repeat top right;
}
#jv_wrapper_bl {
	background: url(../images/wrap_bl.jpg) no-repeat bottom left;
}
#jv_wrapper_br {
	background: url(../images/wrap_br.jpg) no-repeat bottom right;
}
#jv_wrapper_color {
	background: #FFFFFF;
}
#jv_wrapper_main {
	padding: 8px 8px 25px 11px;
	min-height: 360px;
}
#jv_header {
	padding: 8px 20px;
	overflow: hidden;
}
#jv_user1 {
	width: 49.9%;
	float: right;
}
#jv_mainmenu {
	display: block;
	padding-left: 10px;
	overflow: hidden;
}
#jv_user2,
#jv_user3,
#jv_user2_full,
#jv_user3_full,
#jv_topbanner,
#jv_topbanner_half,
#jv_topbanner_full {
	margin-top: 10px;
	margin-bottom: 5px;
}
 img.banner {
	width: 99%;
}
#jv_footer_full,
#jv_bottom_full {
	text-align:center;
}
#jv_main {
	margin-top: 5px;
	overflow: hidden;
	clear:both;
}
#jv_user8, #jv_user9,#load_user4, #load_user3 {
	width: 49.9%;
	float: left;
}
#jv_user8_full, #jv_user9_full,#load_user4_full, #load_user3_full {
	width: 100%;
}
#load_banner {
	padding: 5px 20px;
}
#jv_user5,
#jv_user6,
#jv_user7 {
	width: 33.33%;
	float: left;
}
#jv_user5_half,
#jv_user6_half,
#jv_user7_half {
	width: 49.9%;
	float: left;
}
#jv_user5_full,
#jv_user6_full,
#jv_user7_full,
#jv_footer_full,
#jv_bottom_full {
	width: 100%;
}
#jv_footer,
#jv_bottom {
	width: 49.9%;
	float: left;
}


#jv_mainbody {
	padding: 0 20px;
}
#jv_top {
	margin-bottom: 10px;
	overflow: hidden;
}
#jv_leftcontent {
	padding: 0 0 0 20px;
}
#jv_rightcontent {
	padding: 0 10px 0 5px;
}
#jv_user4 {
	margin-top: 10px;
	padding: 0 20px;
	overflow: hidden;
}
#jv_footer {
	margin-top: 15px;
}
#jv_user2content,
#jv_user3content,
#jv_topbannercontent {
	padding: 0 10px;
}
#jv_left .module_menu h3,
#jv_left .module_text h3,
#jv_left .module-box h3,
#jv_left .module h3 {
	height:24px;
	padding:5px 7px 0;
	margin:0 -7px 0 -8px;
	background: #c10000;
}
.imgbox_right {
	position: absolute;
	right: 2px;
	top: 0;
	z-index: 99;
}
.imgbox_left {
	position: absolute;
	left: 1px;
	top: 0;
	z-index: 99;
}
#jv_left .module_menu h3,
#jv_left .module_text h3,
#jv_left .module h3,
#jv_left .module-box h3,
#jv_right .module_menu h3,
#jv_right .module_text h3,
#jv_right .module h3,
#jv_right .module-box h3 {
	height:24px;
	padding:5px 7px 0;
	margin: -13px -11px 0 -12px;
}
#jv_left .module_menu,
#jv_left .module_text,
#jv_left .module,
#jv_left .module-box,
#jv_right .module_menu,
#jv_right .module_text,
#jv_right .module,
#jv_right .module-box  {
	background: url(../images/box_br.jpg) no-repeat bottom right;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#jv_left .module_menu div,
#jv_left .module_text div,
#jv_left .module div,
#jv_left .module-box div,
#jv_right .module_menu div,
#jv_right .module_text div,
#jv_right .module div,
#jv_right .module-box div {
	background: url(../images/box_bl.jpg) no-repeat bottom left;
}
#jv_left .module_menu div div,
#jv_left .module_text div div,
#jv_left .module div div,
#jv_left .module-box div div,
#jv_right .module_menu div div,
#jv_right .module_text div div,
#jv_right .module div div,
#jv_right .module-box div div {
	background: url(../images/box_tr.jpg) no-repeat top right;
}
#jv_left .module_menu div div div,
#jv_left .module_text div div div,
#jv_left .module div div div,
#jv_left .module-box div div div,
#jv_right .module_menu div div div,
#jv_right .module_text div div div,
#jv_right .module div div div,
#jv_right .module-box div div div {
	background: url(../images/box_tl.jpg) no-repeat top left;
	padding: 15px 15px 30px;
	min-height: 150px;
}
#jv_left .module_menu div div div div,
#jv_left .module_text div div div div,
#jv_left .module div div div div,
#jv_left .module-box div div div div,
#jv_right .module_menu div div div div,
#jv_right .module_text div div div div,
#jv_right .module div div div div,
#jv_right .module-box div div div div {
	background: none;
	min-height: 0;
	padding: 0;
}

#jv_user2_full {
	width: 49.9%;
	float: left;
}
#jv_user3_full {
	width: 49.9%;
	float: right;
}

/* COPY OLD CSS */
.mr-texareainput {
	height:134px;
	width:160px;
}
.mr-input {
	width:160px;
}
.nl-input {
	width:170px;
}
/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
h1.logo {
	padding: 30px 0 0 0;
	padding: 0;
	width: 50%;
	float: left;
}
.jvmod-content {
	display:block;
	margin-top:13px;
}
h1.logo a {
	display: block;
	text-transform: uppercase;
	outline: none;
	text-decoration: none !important;
}
/* Search */
/* Default Joomla! Menu */
a.mainlevel,
ul.menu a {
	padding: 5px 0 5px 10px;
	width: 90%;
	border-bottom: 1px solid #EFEFEF;
	display: block;
	color: #333333;
}
a.mainlevel:hover,  a.mainlevel:active,  a.mainlevel:focus,
ul.menu a:hover, ul.menua a:active, ul.menu a:focus {
	background: #F7F7F7;
	text-decoration: none;
}
a.mainlevel#active_menu,
ul.menu li.active a {
	color: #333333;
	font-weight: bold;
}
a.sublevel {
	padding: 5px 4px 5px 15px;
	display: block;
}
a.sublevel:hover,  a.sublevel:active,  a.sublevel:focus {
}
#active_menu {
	font-weight: bold;
}
ul#mainlevel,
ul.menu {
	list-style: none;
}
/* MODULE
--------------------------------------------------------- */
div.moduletable h3,  div.moduletable-default h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
div.moduletable,  div.moduletable-default {
	padding: 10px 10px;
}
div.icon1 h3 {
	background-image: url(../images/icon/h3-icon1.html);
}
div.icon2 h3 {
	background-image: url(../images/icon/h3-icon2.html);
}
div.icon3 h3 {
	background-image: url(../images/icon/h3-icon3.html);
}
div.icon4 h3 {
	background-image: url(../images/icon/h3-icon4.html);
}
div.icon5 h3 {
	background-image: url(../images/icon/h3-icon5.html);
}
div.icon6 h3 {
	background-image: url(../images/icon/h3-icon6.html);
}
div.icon7 h3 {
	background-image: url(../images/icon/h3-icon7.html);
}
div.icon8 h3 {
	background-image: url(../images/icon/h3-icon8.html);
}
div.icon9 h3 {
	background-image: url(../images/icon/h3-icon9.html);
}
/* SPOTLIGHT
--------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}
div.back_button a,  div.back_button a:hover,  div.back_button a:active {
}
#modlgn_passwd, #modlgn_username {
	width: 80%;
}
#modlgn_remember {
	border: none;
	background: none;
}
/* Slideshow */
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
ul.x-tab-strip-top {
	list-style: none;
}
#jv_user8content,
#jv_user9content {
	padding: 0 10px;
	overflow:hidden;
}
#jv_user1 ul {
	list-style: circle;
	float: right;
}
#jv_user1 ul li {
	display: block; 
	float: left;
	margin-left: 20px;
}
#template_setting {
	font-weight: bold;
}