/* @override http://www.rutherfordtech.com.au/css/basic/custom.css */

/* @group body */
html {
	float: left;
	width: 100%;
	height: 100%;
	background: #abbcd0 url(/images/interface/page_bkg.png) repeat-x 0 0;/**/
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	color: #333;
	background: transparent url(/images/interface/body_bkg.png) no-repeat 50% 0;/**/
	float: left;
	width: 100%;
}
a:link, a:visited {
	color: #1d3a89;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
	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: 0 0 10px 0;
	font-family : Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #1d3a89;
}
h2 {
	font-family : Arial, Verdana, sans-serif;
	margin: 10px 0;
	font-weight: normal;
	color: #9e7e20;
	margin-top: 30px;
}
h3 {
	font-family : Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 7px 0;
	padding: 0;
	font-weight: normal;
	color: #9e7e20;
	margin-top: 30px;
}
h4 {
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	color: #9e7e20;
	margin-top: 20px;
}
th, td {
	font-size: 10px;
}
form {
	margin: 0;
}
select, input, textarea {
	font-family : "Lucida Grande", Verdana, sans-serif;
	font-size : 11px;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

blockquote {
	display: block;
	/*background: url(/images/interface/quotes.gif) no-repeat left top;*/
	/*font-size: 10px;*/
	line-height: 16px;
	color: #666;
	padding: 10px 0 0 25px;
	margin: 0 10px 0 10px;
}

p, ul, ol, blockquote, address {
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: normal;
}
.standfirst {
	clear: both;
	font-family : Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0 !important;
	background: none;
	color: #1d3a89;
	margin: 0 0 20px 0;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #ccc;
}
.standfirstAlt {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #9e7e20;
}
.breakout {
	font-size: 12px;
	line-height: 16px;
	padding: 10px 10px 0 10px;
	background: #f2f8ff;
	color: #1d3a89;
	margin: 10px 0 20px 0;
	border: 1px solid #e5f1ff;
}
.pullquote {
	font-size: 12px;
	line-height: 16px;
	padding: 10px 10px 0 10px;
	background: none;
	color: #1d3a89;
	margin: 10px 0 20px 0;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #ccc;
}
.note {
	/*font-size: 12px;
	line-height: 14px;*/
	padding: 10px 14px 0 14px;
	background: #f4edc2;
	color: #9e7e20;
	margin: 10px 0 20px 0;
	border: 1px solid #e8dc9c;
}

.hidden {
	position: absolute;
	left: -9999px;
}
.hero {
	margin: 0 0 20px 0;	
}
.left {
	float: left;
}
/* @end */

/* @group layout */

#wrapper {
	text-align: center;
}
#container {
	/*max-width: 800px;*/
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

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

#columns {
	background: #fff url(/images/interface/sidebarR_bkg.gif) repeat-y 100% 0;/**/
	float: left;	
	margin: 0;
	padding: 0;
	width: 100%;
}
#main {
	width: 630px;
	float: left;
	display: inline; /* combat IE Doubled float-margin bug */
	margin: 0;
	padding: 50px 20px 10px 50px;
	position: relative;
	background: url(/images/interface/main_bkg.gif) repeat-x 0 0;/**/
}

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

/* @end */

/* @group header */

#header {
	height: 98px;
	background: #1d3a89 url(/images/interface/header_bkg.gif) repeat-x 0 0;
}
#header h1 {
	position: relative;
	padding: 0;
	margin: 0;
}
#header h1 a {
	width: 200px;
	height: 98px;
	display: block;
	text-indent: -9999px;
	background: #e5c027 url(/images/interface/header_logo_text.gif) no-repeat 50% 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* @end */

/* @group nav */

#nav {
	float: left;
	margin: 0;
	display: inline; /* combat IE Doubled float-margin bug */
}

/* @group lev0 */

.lev0 {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchets MS", Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	float: left;
	background: url(/images/interface/header_logo.gif) no-repeat 100% 16px;
	width: 700px; /* force width for logo placement */
}
.lev0 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	background: url(/images/interface/nav1_sep.gif) no-repeat 100% 0;
}
.lev0 li a:link, .lev0 li a:visited {
	float: left;
	display: block;
	/*font-size: 11px;*/
	line-height: 32px;
	padding: 66px 22px 0 22px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	font-weight: bold;
	/* hide from mac ie \*/
	height: 1%; /**/
}
.lev0 li a:hover, .lev0 li a:active {
	color: #fff;
	border-top: 2px solid #dfb73e;
	line-height: 30px;
	padding: 66px 22px 0 22px;
}
.lev0 li.hilite a:link, .lev0 li.hilite a:visited {
}
.lev0 li.hilite a:hover, .lev0 li.hilite a:active {
}

/* @end */

/* @group lev1 */

.lev1, .lev2 {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 10px;
	font: 11px/12px "Lucida Grande", "Trebuchets MS", Verdana, Helvetica, sans-serif;
}
.lev1 li span {
	display: block;
	padding: 6px 12px;
	margin: 0;
	font-weight: bold;
	/*background: #dfb73e url(/images/interface/lev1_bkg.gif) repeat-x 0 0;*/
	background: #e8d35c url(/images/interface/lev1_bkg2.gif) repeat-x 0 0;
}
.lev1 li.hilite span {
	background: #e8d35c url(/images/interface/lev1_bkg.gif) repeat-x 0 0;
}
.lev1 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #f4edc2 url(/images/interface/nav2_bkg.gif) repeat-x 0 0;/**/
}
.lev1 li a:link, .lev1 li a:visited {
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	color: #000;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/
	background: url(/images/interface/nav2_bullet.gif) no-repeat 0 50%;/**/
}
.lev1 li a:hover, .lev1 li a:active {
	background-color: #e8dc9c;
}
.lev1 li li.hilite a:link, .lev1 li li.hilite a:visited {
	background: url(/images/interface/nav2_bullet_hilite.gif) no-repeat 0 50%;/**/
	font-weight: bold;
}
.lev1 li li.hilite a:hover, .lev1 li li.hilite a:active {
	background-color: #dfb73e;
}

/* @end */

/* @end */

/* @group crumbs */

#wrapper .crumbs {
	color: #666;
	padding: 0 10px 3px 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

#wrapper .crumbs a:link, #wrapper .crumbs a:visited {
	color: #666;
	padding: 0 2px;
}

#wrapper .crumbs a:hover, #wrapper .crumbs a:active {
	color: #000;
	text-decoration: underline;
}

/* @end */

/* @group main */

#main h1.pagetitle {
	color: #1d3a89;
	font-weight: normal;
	font-size: 24px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #dfb73e;
}

#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: 0 0 30px 15px;
	padding: 0;
	zoom: 1; /* required ie6 for background bug */
}
#main .body ol {
	margin: 0 0 30px 30px;
	padding: 0;
}
#main .body ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/bullet_round.gif);
	background-repeat: no-repeat;
	background-position: 0 7px; /*hide from mac ie \*/
	height: 1%; /*required ie6 prevent guilotine bug */
}

/* home page body items */
#main .article {
	margin: 0;
	padding: 0;
}
#main .body {
	line-height: 16px;
	padding: 1px; /* 1px padding top & bottom to prevent margin collapse */
	margin: 0 0 10px 0;
	/*padding-left: 120px;  allow for inset thumbnail image */
}
#main .body img.thumb {
	position: absolute;
	left: 30px;
}

/* @group home */

.s_1 #main .body ul {
	float: left;
	background: #eee;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 608px;
	position: relative;
}

.s_1 #main .body ul li {
	float: left;
	width: 47.5%;
}

/* @end */

/* @end */

/* @group sidebar */

/* @group sidebarL */

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

/* @end */

/* @group sidebarR */

#sidebarR .imgright {
	padding: 0;
	margin: 0;
}

/* @group sidebar article */

#sidebarR .article {
	margin: 0 0 10px 0;
	padding: 10px 10px 1px 10px; /* 1px padding bottom to prevent margin collapse */
	font-size: 10px;
	line-height: 13px;
	color: #49535d;
	background: url(/images/interface/sidebarR_bkg_top.gif) no-repeat 0 0;/**/
}

#sidebarR h1.embedtitle {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #394149;
	padding: 0;
	margin: 0 0 10px 0;
}

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

#sidebarR .article em {
	font-weight: bold;
	font-style: normal;
	color: #1d3a89;
}

#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 a:link, #sidebarR .article a:visited {
	color: #333;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#sidebarR .article a:hover, #sidebarR .article a:active {
	color: #1d3a89;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

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

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

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

#sidebarR #article_5 p {
	padding: 0;
	margin: 10px 0 0 0;
}

/* @end */

/* @group sidebar logon */

#sidebarR p.error {
	margin: 0 0 10px 0;
	float: left; /* required to stop images escaping */
	width: 179px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#sidebarR .cart, #sidebarR .logon {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebarR .cart caption, #sidebarR .logon caption {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #394149;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: left;
	caption-side: top;
}

#sidebarR .cart caption span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#sidebarR form input {
	font-size: 9px;
}

/* @end */

/* @end */

/* @end */

/* @group children */

.children {
	margin: 0 0 20px 0;
}

.children ul {
	margin: 10px 0;
	padding: 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: bold 11px/13px "Lucida Grande", Verdana, Helvetica, sans-serif;
}

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

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

/* @end */

/* @group footer */

#footer {
	font-size: 10px;
	line-height: 14px;
	padding: 7px 0;
	margin: 0;
	color: #999;
	text-transform: lowercase;
	clear: both;
	/*background-color: #394149;*/
	width: 100%;
	float: left;
	display: inline; /* combat IE Doubled float-margin bug */
	background: transparent url(/images/interface/footer_bkg.png) repeat-x 0 0;
}
#footer .left {
	float: left;
	color: #ccc;
	margin: 0 10px;
}
#footer .right {
	float: right;
	color: #59616b;
	margin: 0 10px;
}
#footer .right .sitename {
	font-weight: normal;
	color: #394149;
}
#footer a:link, #footer a:visited {
	color: #fff;
	border-bottom: 1px dotted #666;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group checkout */

#checkout caption {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 5px 0;
	color: #666;
}
#checkout table.items {
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-width: 1px 0;
	background: #fff;
	width: 100%;
}
#checkout table.items th {
	border: 2px solid #ccc;
	border-width: 0 0 2px 0;
	padding: 4px;
}
#checkout table.items tr.item td {
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
	background: url(/images/interface/checkout_item_bkg.gif) transparent repeat-x 0 -7px;
	padding: 4px;
}
#checkout table.items .i_summary {
	padding-top: 4px;
}
#checkout .col1 {
	width: 80%;
	text-align: left;
}
#checkout .col1 a {
	background: url(/images/interface/checkout_item_bullet.gif) transparent no-repeat 0 50%;
	padding-left: 17px;
}
#checkout .col2, #checkout .col3, #checkout .col4 {
	text-align: center;
}
#checkout .item .col3 {
	text-align: right;
	font-weight: bold;
}
#checkout .item .col4 {
	white-space: nowrap;
}
#checkout h2 {
	padding-bottom: 5px;
	border: 2px solid #ccc;
	border-width: 0 0 2px 0;
}
#checkout h2 label {
	font-weight: normal;
}
#checkout .nodisplay {
	display: none;
}
#checkout th, #checkout label {
	font-weight: bold;
	text-align: left;
}
#checkout p.alert {
	margin: 40px 0 20px 0;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
}
#checkout th, #checkout td {
	font-size: 11px;
}
#checkout .totals {
	border-bottom: 2px solid #ccc;
	text-align: right;
}
#checkout .totals p {
	margin: 10px 4px;
	font-weight: bold;
}
#checkout .total span {
	color: #999;
}
#checkout .cartempty {
	padding: 10px;
	text-align: center;
}

/* @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 */

/* @group search */

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

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

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

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

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

#search dt a {
	text-decoration: none;
}

#search dt a:hover {
	text-decoration: none;
	border-bottom: 1px solid #48146a;
}

#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: #f1da5d;
}

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

#search dd {
	position: relative;
}

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

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

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

#search span.s_scoreB {
	background: #dfb73e url(/images/interface/score.gif) repeat-x 0px 50%;
}

#search dd p {
	color: #333;
}

#search dd div {
	position: relative;
	border: 1px solid #e6ebf2;
	margin-top: 5px;
}

#search dd div div {
	background-color: #f0f3f6;
	border: 0;
	margin: 5px;
	padding: 2px 0;
	border: 1px solid #f0f3f6;/**/
	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 p.s_description {
	font-weight: bold;
	color: #333;
}

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

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

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

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

#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 p.pages a {
	font-weight: bold;
}

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

/* @end */

/* @group sitemap */

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

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

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

.sitemap ul {
	margin: .5em 0;
}

.sitemap ul ul {
	margin: .5em 0;
	list-style: inherit;
}

/* @end */

/* @group formmail */

#main form {
	/* hide from mac ie \*/
	height: 1%; /**/
}

table#formmail  {
	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;
	white-space: nowrap;
}

/* @end */

/* @group drawers */

.drawer {
	margin: -1px 0 0 0;
	padding: 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.drawer h2, .drawer h3 {
	margin: 0;
	padding: 10px 0; /* hide from mac ie \*/
	height: 1%; /**/
	background: transparent url(/images/interface/drawer_open.gif) no-repeat 99.5% 50%;
}

.drawer.hover, .drawer.active, .drawer.active h2, .drawer.active h3 {
	background-color: #ffffe6;
	/*cursor: default !important;*/
}

.drawer.active h2, .drawer.active h3 {
	background-image: url(/images/interface/drawer_close.gif);
}

/* @end */

/* @group panorama */

#flow {
	float: left;
	margin: 0 0 13px 0;	
	width: 100%;
	position: relative;
}

#flow #panorama {
	float: left;
	margin: 0 0 7px 0;
	padding: 0;
}

#flow .col1, #flow .col2, #flow .col3 {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#flow .col2 {
	width: 381px;
	padding: 0 0 0 7px;
}

#flow img {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#flow a img.thumbnail {
	margin: 0 0 7px 0;
}

#flow .col2 a img.thumbnail {
	margin: 0 7px 7px 0;
}

/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	text-align: left;
	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: 0 0 10px 0;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: solid #999;
	border-width: 2px 0;
}

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

.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: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
	margin: 10px 0;
	background-color: transparent;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: transparent;
	margin: 0 0 10px 0;
}

/* @end */

/* @group sidebarR */

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

#sidebarR .inplaceeditor-form input.editor_field {	
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	margin: 10px 0;
	background-color: transparent;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000;
	background-color: transparent;
	margin: 0 0 10px 0;
}

/* @end */

/* @end */