img { border: 0; }
a { outline: 0; }
a, input[type="image"] { outline: 0; }

body {
	font-size: 1em;
}

p, h1, h2, h3, h4, h5, h6, li, textarea, input, label, div, legend, select, td, tr, th, dt, dd {
	color: #404040;
	font-family: Georgia, "Times New Roman", serif;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 0;
	padding: 0;
}

p, li, td {
	font-size: 10pt;
	line-height: 17pt;
	margin: 0px 0px 12px 0px;
}

ul, ol {
	margin: 0px 0px 10px 0px;
}

li {
	font-weight: normal;
	margin: 0px 10px 4px 20px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}

ol, ol li {
	list-style-type: decimal;
	margin: 0px 10px 4px 20px;
}

#debug-kit-toolbar p,
#debug-kit-toolbar li {
	font-family: "Courier New";
	font-size: 100%;
}

a {
	outline: none;
}

a:link, a:visited, .hilite {
	color: #D43D44;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	color: #7c9000;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
}

h2 {
	color: #7c9000;
	font-size: 15pt;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
}

h3 {
	color: #7c9000;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

h4, h5, h6 {
	color: #7c9000;
	font-size: 0.8125em;
	margin-bottom: 0pt;
	font-weight: bold;
}

span.subTitle {
	font-size: 70%;
}

blockquote {
	font-size: 11pt;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 30px;
}

blockquote p {
	font-family: Georgia, "Times New Roman", serif;
	line-height: 20px;
	font-style: italic;
}

/* Comment Section **************************************************************/

div.commentSection {
	float: left;
	clear: both;
	width: 642px;
	margin: 0px 0px 0px 0px;	
	padding: 5px 0px 0px 0px;	
}

div.comments {
	float: left;
	clear: both;
	width: 642px;
}

div.comment {
	border: 1px solid #ccc;
	float: left;
	clear: both;
	width: 620px;
	padding: 3px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
}

div.comment div.metadata {
	border-top: 0;
	border-bottom: 3px solid #ddd;
	margin: 0px 0px 10px 0px;
}

div.comment div.metadata p {
	color: #333;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
}

span.options {
	font-size: 9pt;
	font-weight: normal;
	margin-left: 20px;
}

/* **************************************************************/

#masthead p {
	font-size: 24pt;
	color: #555;
}

#footer p {
	color: #888;
	font-size: 69%;
	line-height: 14pt;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #CE9599;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #aaa;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}

div.editText {
	display: none;
}

div.editText a {
	float: left;
	clear: both;
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url('/img/common/edit.png') no-repeat scroll top left;
}

.superscr {
	font-size: 7pt;
	color: #009EC5;
	vertical-align: top;
}

.small {
	font-size: 8pt;
}

/* Embedded images *****************************************************************/

img.alignRight,
img.alignLeft,
div.widgFrame {
	position: relative;
	float: right;
	margin: 5px 0px 10px 10px;
	background: #fff;
	border: 1px solid #ddd;

	/* shadow */
	/*
	-moz-box-shadow: 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px #aaa;
	box-shadow: 2px 2px 2px #aaa;
	*/
}

div.widgFrame {
	padding: 10px 10px 5px 10px;
}

img.alignRight,
img.alignLeft,
div.noLabel {
	padding: 10px 10px 10px 10px;
}

img.alignLeft {
	float: left;
	margin: 5px 10px 10px 0px;
}

/* We need this for the inside of the widgEditor since it does not display the frame */
img.widgImage { 
	float: right; 
	margin: 5px 0px 10px 10px;
}

/* This is for the real pages. */
div.widgFrame > img.widgImage {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

div.widgFrame p {
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	margin: 5px 0px 0px 0px;
}

/* Paging *******************************************/

div.paging {
	color: #ccc;
	width: 100%;
	float: left;
	clear: both;
	font-size: 10pt;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span.current {
	color: #000;
}

/* Tables ****************************************/

table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

td, tr, th {
}

th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

/*  Actions  ****************************/

div.actions {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0px 10px 0px;
}

div.actions ul {
	margin: 0px 0;
	padding: 0;
}

div.actions li {
/*	display: inline; */
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	white-space: nowrap;
}

div.actions ul li a {
	display: block;
	padding: 3px 8px 3px 8px;
	border: 1px solid #ccc;
	background: #e6e6e6;
}

div.actions ul li a:hover {
}

/* Scaffold View ********************/

dl {
}

dl.altrow {
	background: #f4f4f4;
}

dt, dd {
	font-size: 10pt;
	border-top: 1px solid #ccc;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

dt {
	clear: both;
	float: left;
	width: 200px;
	color: #999;
	margin: 0px 10px 0px 0px;
}

dd {
	float: left;
	width: 540px;
}

/* Notices and Errors ******************/

div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #F00;
	font-weight: normal;
	font-size: 10pt;
	margin: 3px 0px 0px 0px;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
}

#authMessage p,
#systemMessage p,
#systemMessage div.message {
	font-size: 13pt;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
    background-color: transparent;
    border: 0;
    overflow: auto;
    padding: 0px 10px 0px 10px;
}

#click2close {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 9pt;
	color: #ff0000;
	cursor: pointer;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

.addNew {
	font-size: 10pt;
	margin: 0px 0px 0px 10px;
}

img.home {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.imageShade1 {
	width: 970px;
	height: 5px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0;
}

div.imageShade2 {
	width: 970px;
	height: 5px;
	position: absolute;
	z-index: 10;
	top: 43px;
	left: 0;
}

div.topShade {
	background: transparent url('/img/barbrascott/top-shade.png') repeat-x scroll top left;
}

img.h1 {
	margin: 0px 0px 20px 0px;
}

#colorMask1 {
	position: absolute;
	top: 104px;
	left: 0;
	width: 970px;
	height: 10px;
	background-color: #9FAD49;
	z-index: 10;
}

#colorMask2 {
	position: absolute;
	display: none;
	top: 147px;
	left: 0;
	width: 970px;
	height: 10px;
	background-color: #BDC267;
	z-index: 10;
}

/* Drow-shadow table **************************************/

table.dropshadow {
	margin: 0 auto;
	border: 0;
	padding: 0px 0px 0px 0px;
	background: transparent;
}

table.dropshadow td {
	background: transparent;
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.dropshadow td.midLeft {
	width: 5px;
	background: transparent url('/img/barbrascott/dropshadow-mid-left.png') repeat-y scroll top right;
}

table.dropshadow td.midRight {
	width: 5px;
	background: transparent url('/img/barbrascott/dropshadow-mid-right.png') repeat-y scroll top left;
}

table.dropshadow td.bottomLeft {
	width: 5px;
	height: 5px;
	background: transparent url('/img/barbrascott/dropshadow-bottom-left.png') no-repeat scroll top right;
}

table.dropshadow td.bottomRight {
	width: 5px;
	height: 5px;
	background: transparent url('/img/barbrascott/dropshadow-bottom-right.png') no-repeat scroll top left;
}

table.dropshadow td.bottomCenter {
	height: 5px;
	background: transparent url('/img/barbrascott/dropshadow-bottom-center.png') repeat-x scroll top left;
}

div.leftColumn {
	float: left;
	width: 350px;
}

div.rightColumn {
	float: right;
	width: 350px;
}

div.triplet {
	float: left;
	width: 232px;
	margin: 0px 0px 0px 0px;
}

div.first {
	margin: 0px 20px 0px 0px;
}

div.last {
	float: right;
	margin: 0px 0px 0px 0px;
}

p.quote {
	font-size: 131%;
	font-style: italic;
	line-height: 18pt;
}















