/* @override 
	http://healthinc.vtc.net.au/css/basic/custom.css
	http://healthinc.vtc.net.au/css/basic/print.css
	http://www.healthinc.com.au/css/basic/custom.css
	http://healthinc.com.au/css/basic/custom.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
}

body {
	font-family:  Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f6f6f6;
	color: #333;
	float: left;
	width: 100%;
	height: 100%;
}

a:link, a:visited {
	color: #7eaa05;
	text-decoration: none;
}

a:hover, a:active {
	color: #5e7f03;
	text-decoration: underline;
}

pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-size: 20px;
	margin: 10px 0;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0 5px 0;
	font-weight: bold;
	color: #666;
}

h3 {
	font-size: 16px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #999;
}

h4 {
	font-size: 11px;
}

table {
	clear: both;
	margin: 10px 0px;
	border-collapse: collapse;
}

th, td {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	font-style: normal;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: #5e7f03 1px 1px 0;
	background-color: #7eaa05;
	border: 1px solid #fff;
}

.clear {
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}

.standfirst {
	color: #7eaa05;
	font-weight: bold;
	border: 2px solid #5e7f03;
	border-width: 2px 0;
	padding: 10px;
}

#main .body .breakout {
	color: #333;
	font-weight: normal;
	border-left: 10px solid #5e7f03;
	background-color: #bad527;
	padding: 15px;
	margin: 20px 0;
}

#main .body .quote1 {
	color: #000;
	font-weight: normal;
	padding: 0;
	margin: 20px 0;
	background: #c5dc49 url(/images/interface/quote_bg.png) no-repeat center top;
}
#main .body .quote2 {
	padding: 10px 20px;
	margin: 0;
	background: transparent url(/images/interface/quote_bg_base.png) no-repeat center bottom;
}
/* @end */

/* @group layout */

#wrapper, #wrapper2 {
	float: left;
	width: 100%;
	background-color: #fff;
}

#wrapper2 {
	background: transparent url(/images/interface/body_bkg.gif) repeat-x 50% 0;
}

#container, #container2 {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	float: left;
	width: 100%;
	position: relative;
}

#nav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 620px;
}

#billboard {
	float: left;
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	/* text-indent: -9999px; */
	background: #bad527 url(/images/interface/billboard3.jpg) no-repeat left top;
	color: #fff;
}
#splash {
	float: left;
	width: 100%;
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#columns {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main {
	float: left;
	width: 540px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	padding: 27px 0px 0 30px;
	margin: 0;
}

#sidebarL {	
	float: left;
	width: 170px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0 10px 0 10px;
	padding: 0;
}

#sidebarR {
	float: right;
	width: 300px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 30px 0 0  0;
	padding: 0;
}

#footer {
	background: transparent url(/images/interface/footer_logo_bkg3.png) no-repeat 50% 50%;
	float: left;
	width: 100%;
	/*display: inline;  combat IE6 Doubled float-margin bug */
	font-size: 10px;
	line-height: 14px;
	padding: 95px 0 10px 0;
	margin: 0;
	color: #666;
	border: 0px solid #000;
}


* html #footer {
	behavior: url(/js/iepngfix.htc);
}
/* #body_1 #footer {
		background:  url(/images/interface/footer_logo_bkg2.gif) no-repeat 50% 5px;
	padding: 55px 0 10px 0;
	border-top: 1px solid #ddd;
}
*/

/* @end */

/* @group header */

#header h1 {
	float: left;
	padding: 0;
	margin: 0;
	height: 150px;
	display: block;
}

#header h1 a {
	background: #fff url(/images/interface/logo.gif) no-repeat 50% 50%;
	width: 280px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/* @group billboard */

#billboard .article {
	padding-left: 30px;
	font: bold 18px/28px Helvetica, Arial, Geneva, sans-serif;
	padding-top: 5px;
	text-shadow: #6f9c03 3px 3px 6px;
}




div#billboard .news .article .article {
	width: 510px;
	padding-left: 0px;
	font: bold 18px/26px Helvetica, Arial, Geneva, sans-serif;
	text-shadow: #6f9c03 3px 3px 6px;
	margin: 0px;	
}

.news .article .article .body p {
	margin: 0;
	padding: 0;
	text-align: right;
	font: bold 14px Helvetica, Arial, Geneva, sans-serif;
	color: #fff;
	
}
.news h1.embedtitle{
	color: #fff;
	font-weight: bold;
}

.news #article_67 h1.embedtitle{
	color: #4d5c07;
	font-weight: bold;
}




/* @end */

/* @end */

/* @group nav */

/* @group lev1 */

.lev1 {
	float: right;
	text-align: left;
	padding: 0;
	margin: 0 30px;
	list-style-type: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border: 2px solid #eee;
	border-bottom-width: 0;
	display: inline; /* combat IE6 Doubled float-margin bug */
}

.lev1 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	font-size: 16px;
	line-height: 58px;
	background: #878787 url(/images/interface/nav_bkg.gif) repeat-x 50% 0;
	border-left: 1px solid #ccc;
	/* require to position links above shadowMe */
	position: relative;
	z-index: 105; /**/}

.lev1 li a:link, .lev1 li a:visited {
	float: left;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #333;
	margin: 0;
	font-weight: bold;
	/* hide from mac ie \*/
	height: 1%; /**/
	border-right: 1px solid #a5a5a5;
	text-shadow: #ccc 2px 1px 0;
	/* require to position links above shadowMe */
	position: relative;
	z-index: 105; /**/
}

.lev1 li a:hover, .lev1 li a:active {
	background-image: none;
	color: #666;
}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	background: transparent url(/images/interface/nav_hilite_bkg.gif) no-repeat 50% 90%;
}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
	color: #333;
}

/* @end */

/* @end */
/* @group search */

.navsearch {
	padding: 0 0px;
	float: right;
	margin: 7px 0px 0 0px;
	display: inline;
}

.navsearch input {
	margin: 0px 10px 0px 5px;
	vertical-align: bottom;
	padding: 0px 0;

	
}

.navsearch label {
	color: #e9eced;
	font-size: 1xpx;
}

.navsearch input#searchkeywords {
	width: 180px;
	line-height: 18px;
	height: 18px;
	border: 1px solid #f1f1f1;
	color: #b2b2b2;
	padding: 2px 2px 4px 10px;
	background: transparent url(/images/interface/search-bg.jpg) repeat-x center;
	font-size: 1.1em;
	margin: 0px;
	
}

/* @end */

/* @group main */

#main .article, #main .article .article {
	font-size: 12px;
	line-height: 17px;
	color: #444;
	padding: 0; /* 1px padding to prevent margin collapse */
	margin: 0 0 20px 0;
	float: left; /* required to stop images escaping */
	width: 100%; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#main .article .article {
	margin-bottom: 0;	
}

#main h1.pagetitle {
	color: #7eaa05;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}

#main h1.embedtitle {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	line-height: 24px;
	margin: 25px 0 5px 0;
	font-weight: bold;
	color: #666;
}


#main .body div {
	margin: 10px 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 2px 0;
	padding: 0 0 0 30px;
	background-image: url(/images/interface/bullet-small.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}

#main div#article_1.article div#body_1.body ul li {
	margin: 2px 0;
	padding: 0 0 0 30px;
	background: url(/images/interface/bullet_index.gif) no-repeat 0 0 ;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.leftcol{
	width: 250px;
	float: left;
	display: inline;}

/* .leftcol h3,.rightcol h3{
	font-weight: bold;
	font-size: 14px;
	color: #666;
	
} */

.rightcol{
	width: 250px;
	float: left;
	display: inline;

}

.times{
	font-size: 11px;
}
/* @group tables */

#main .body table {
	border-top: 1px solid #eee;
	width: 100%;
	
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border-bottom: 1px solid #eee ;
	padding: 3px;
	font-size: 10px;
	vertical-align: top;
	/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
}

/* @end */

/* @group children */

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
	background-image: url(/images/trans_pixel.gif); /* required because IE6 loses the border on LI with summary */
	clear: both;
}



.children li {
	position: relative;
	padding: 8px 0;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #ddd;
}

.children li.thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children li a:link, .children li a:visited, .children li a:hover, .children li a:active {
	font-weight: bold;
}

.children li .summary  {
	font-size: 10px;
	line-height: 18px;
	color: #999;
	margin: 1px 0 5px 0;
	display: block;
}

.children li .arrows {
	position: absolute;
	right: 0;
	top: 0.95em;
	z-index: 10;
}

/* @group children table */

.children table {
	border-spacing: 5px;
	width: 100%;
}

.children table td .childtitle  {
	margin-top: 0;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #eee;
	width: 33.33%;
}

.children table td .summary  {
	clear: both;
	margin-bottom: 0;
}

.children table td .thumbnail {
	padding: 0;
	margin-bottom: 5px;
}

.children .details {
	font-size: 12px;
	line-height: 14px;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
}

.children .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 1px solid #666;
}

/* @end */

/* @end */

/* @group files */

.files {
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

.files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #f8f0cb;
}

.files dl dt {
	border: 1px solid #f8f0cb;
	border-top: 2px solid #fff;
}

.files dl dt.first {
	border: 1px solid #f8f0cb;
}

.files dl span, .files dl strong {
	display: none;
}

.files dl span.s_size {
	display: inline;
	font-weight: normal;
}

.files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	/*background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;*/
	padding-left: 16px;
}

.files dl dd {
	border: 1px solid #f8f0cb;
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #f7b82c;
	position: relative;
}

.files dl dd p {
	margin: 0;
	padding: 0;
}

.files dl dd div.s_notes {
	color: #333;
}

.files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

.files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}

.files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

.files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @end */

/* @group sidebar */

/* @group siderbar R */

/* @group lev2 */

#sidebarR .lev2 {
	margin: 0 0 10px 0;
	padding: 0px 15px 1px 15px; /* 1px padding to prevent margin collapse */
	font-size: 12px;

	color: #666;
	float: left; /* required to stop images escaping */
	width: 270px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */

	
}

#sidebarR .lev2 li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	display: inline; /* combat IE6 Doubled float-margin bug */
	width: 100%;

}

#sidebarR .lev2 li.hilite {
	background-color: transparent;
}

#sidebarR .lev2 li.first {
}

#sidebarL .lev2 li.last {
	margin-bottom: 0;
}

#sidebarR .lev2 li a:link, #sidebarR .lev2 li a:visited {
	/*float: left;*/
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 25px;
	padding: 3px 5px;
	text-decoration: none;
	margin: 0px 0 1px 0px;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/
	border-bottom: 1px solid #ccc ;
	

}

#sidebarR .lev2 li a:hover, #sidebarR .lev2 li a:active {
	background-color: #bfce2f;
	color: #fff;
	/* text-decoration: underline; */
}

#sidebarR .lev2 li.hilite a, #sidebarL .lev2 li.hilite a:visited {
	color: #666;
	font-weight: bold;
}

#sidebarR .lev2 li.hilite a:hover, #sidebarL .lev2 li.hilite a:active {
	
}

#sidebarR #navL2 h1{
	
 	background: transparent url(/images/interface/solution_icon.gif) no-repeat 16px 50%;
	margin-left: -2px;
	padding: 10px 0 12px 56px;
	font-weight: bold;
	color: #878787;
	text-transform: uppercase;
	}
	
div#sidebarR .article ul li {
	list-style-type: none;
	padding: 5px 0px 5px 5px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	margin-left: -10px;;
}	
	
#navL2{
		background: #fff url(/images/interface/sidebar_article_bkg.gif) no-repeat 50% 0;
		float: left;
}

body#htmlbody_17 #sidebarR #navL2 h1{
	
 	background: transparent url(/images/interface/about_icon.gif) no-repeat 10px 50%;
	margin-left: -2px;
	padding: 10px 0 12px 50px;
	font-weight: bold;
	color: #878787;
	text-transform: uppercase;
	}
	
/* @group sidebar article */

#sidebarR .article {
	margin: 0 -3px 10px 0;
	padding: 1px 15px 1px 15px; /* 1px padding to prevent margin collapse */
	font-size: 11px;
	line-height: 14px;
	background: #fff url(/images/interface/sidebar_article_bkg.gif) no-repeat 50% 0;
	color: #666;
	float: left; /* required to stop images escaping */
	width: 270px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}



#sidebarR #article_56.article td {
	font-size: 12px;
	line-height: 16px;
	padding: 3px 5px 3px 0;
}

#sidebarR h1.embedtitle {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #878787;
	padding: 0;
	margin: 15px 0;
	text-transform: uppercase;
}

#sidebarR h1#title_18.embedtitle {
	background: transparent url(/images/interface/download_icon.gif) no-repeat 0 50%;
	margin-left: -2px;
	padding: 6px 0 6px 45px;
}

#sidebarR .article p {
	padding: 0;
	margin: 5px 0;
}

#sidebarR .article h2 {
	font: bold 12px/16px Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	margin: 10px 0 -10px 0;
}

#sidebarR .article a {
}

#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article ol li {
	list-style-type: decimal;
}

#sidebarR .article form table th {
	text-align: left;
}

#sidebarR .article form table td {
	width: 100%;
}

#sidebarR .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}

/* @end */

/* @end */

/* @group siderbar L & R */

#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: disc;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 4px 0;
	color: #999;
}

/* @end */

/* @end */

/* @group splash */

#splash .article {
	float: left;
	width: 840px;
	padding: 27px 30px 40px 30px;
}

#splash h1.pagetitle, #splash h1.embedtitle {
	color: #666;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
}

#splash .article .body {
	font: normal 10px/16px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
}

#splash .left {
	float: left;
	width: 405px;
	padding-right: 15px;
	border-right: 1px solid #666;
}

#splash .right {
	float: right;
	width: 404px;
	margin-left: -1px;
	padding-left: 15px;
	border-left: 1px solid #666;
}

#splash h2 {
	font: bold 10px/16px Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	color: #333;
}

#splash p {
	margin: 0 0 10px 0;
}

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #333;
	margin: 0;
	
}

#footer .right {
	float: right;
	color: #666;
	margin: 0;
}

#footer .right .sitename {
	font-weight: bold;
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #333;
	border-bottom: 1px solid #ccc;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group search */

/* @group request */

.search table  {
	margin: 0;
	padding: 10px 0;
}

.search th, .search td {
	font-size: 10px;
	text-align: left;
}

.search th {
	padding: 5px 3px 5px 0;
}

.search .help {
	color: #666;
	line-height: 13px;
}

/* @end */

/* @group results */

/* @group title */

.search dt {
	font-weight: bold;
	margin: 5px 0;
}

.search dt a {
	color: #7eaa05;
	text-decoration: none;
}

.search dt a:hover {
	color: #5e7f03;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* @end */

.search dd {
	margin-left: 20px;
}

.search dd .s_excerpt {
	font-size: 10px;
	color: #666;
	line-height: 13px;
}

.search dd strong, .search dd b, .search dt b {
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #666;
	background-color: #c9c9c9;
}

/* @group score */

.search p.s_scoreC, .search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}

.search p.s_scoreC {
	position: absolute;
	right: 15px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
}

html>body .search p.s_scoreC {
	right: 0; /* override for everything but ie */
}

.search span.s_scoreB {
	/*background: #f60 url(/images/interface/score.gif) repeat-x 0px 50%;*/
	background-color: #7eaa05;
	border-right: 1px solid darkgreen;/**/
}

/* @end */

.search dd p {
	color: #333;
}

.search dd div {
	border: 1px solid #eee;
	margin-top: 5px;
}

.search dd div div {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 5px;
	padding: 2px 0;
	position: relative;
}

.search dd div p, .search dd div div p {
	margin: 5px;
}

.search dd div div div {
	border-top: 2px solid #fff;
	margin: 5px 5px 0 5px;
}

.search dd div div p {
	font-size: 10px;
	margin: 0 5px;
	color: #000;
}

.search dd div div p span {
	font-weight: bold;
	color: #545e6b;
}

/* @group files */

.search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/arrow_right.gif) no-repeat 0px 50%;
	padding-left: 16px;
}

.search dd div div div p.s_notes, .search dd div div div p.s_filename {
	background: 0;
}

.search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}

.search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.search dd div div div p span {
	font-weight: bold;
	color: #48146a;
	display: none;
}

.search dd div p.s_description {
	font-weight: bold;
	color: #333;
}

.search dd div p.s_description span.s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}

.search dd div div div p.s_filename {
	color: #ffb51a;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group pagination */

.search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.search p.pages a {
	font-weight: bold;
}

.search p.pages strong {
	color: #666;
}

/* @end */

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
}

.sitemap li li {
	padding: 0;
	margin: 0;
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	width: 200px;
}

/* @end */

/* @group gallery */

.gallery div {
	float: left;
	/*margin: 0 28px 28px 0;*/
	margin: 0 10px 10px 0;
}
.gallery div.row_end {
	/*margin: 0 0 28px 0;*/
	margin: 0 0 10px 0;
}

/* @end */



/* @group sidebar news */

body #sidebarR #article_16.article {
	margin-bottom: 20px;
}
body #sidebarR #children_16.children ul.container {
	width: 268px;
	height: 300px;
	overflow: hidden;
}

body #sidebarR #children_16.children li {	
	width: 268px;
	height: 100px !important;
	margin: 0 0 0px 0 !important;
	padding: 0;

}

#children_16 .paused {
	position: absolute;
	top: 90px;
	right: 0;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 10px;
	line-height: 11px;
}

.children li .summary {
	font-size: 11px;
	line-height: 14px;
	color: #333;
	margin: 1px 0 5px 0;
	display: block;
}

#sidebarR #children_16.children li {
	padding: 0;
	border-bottom: none;
	margin: 10px 0;
	background-image: none;
}
#sidebarR #children_16.children ul {

	border-top: none;
/*	background-image: url(/images/trans_pixel.gif); */



/* required because IE6 loses the border on LI with summary */
	clear: both;
}

#sidebarR .article #children_16 a.newstitle:link, #sidebarR .article #children_16 a.newstitle:visited {
	text-decoration: none;
	margin-bottom: 10px;
	font-weight: normal;
}
#sidebarR .article #children_16 a.newstitle:hover, #sidebarR .article #children_16 a.newstitle:active {
	text-decoration: none;
	margin-bottom: 10px;
}
#sidebarR .article #children_16 .newsmore {
display: block;}

.children li .newsmore  a:link, .children li .newsmore  a:visited, .children li .newsmore a:hover, .children li .newsmore a:active {
	font-size: 11px;
}

.children li .newsmore  a:link, .children li .newsmore  a:visited, .children li .newsmore a:hover, .children li .newsmore a:active {
	font-size: 11px;
}

/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	background-color: #fff;
	margin: 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarR .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group MobileWebKit */

html {
	-webkit-text-size-adjust: none;
}

#main .article {
	-webkit-text-size-adjust: auto;
}

#main .home .body {
	/*-webkit-text-size-adjust: none;*/
}

/* @end */

