

@media print {
	.noprint {
		display: none;
	}
}

form {
	padding: 0;
	margin: 0;
}


img {
	border: none;
}
	
body, p, tr, th, input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

input, textarea {
	color: black;
}

body {
	border: 0;
	margin: 0;
	background-repeat: repeat-y;
}

table {
	border-collapse: collapse;
}

.layout {
    border: 0;
    margin: 0;
    padding: 0;
}



input[type='button'], input[type='submit'], input[type='cancel'] {
	margin-left: 2px;
	margin-right: 2px;
}


.top {
	vertical-align: top;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.nowrap {
	white-space: nowrap;
}

.underline {
	text-decoration: underline;
}

.xsmall {
	font-size: 10px;
}

.xx-small {
	font-size: xx-small;
}

.borderless {
	border: none;
}

.red {
	color: red;
}

.pad2 {
	padding: 2px;
}

.pad4 {
	padding: 4px;
}

.fixed-font {
	font-family: courier, monospace;
}

div.field-note {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: xx-small;
}

span.notice {
	font-style: italic;
}

div.page-title {
	text-align: center;
	margin-bottom: 50px;
}

div.page-title span.page-title {
	font-weight: bold;
	font-size: 15px;
	border: 1px solid red;
	padding: 10px;

}


a, a:visited {
	color: #660000;
}

.wine {
    color: #660000;
}

a:hover {
}


table.page-layout {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}


td.page-menu {
	width: 168px;
	vertical-align: top;
	padding-top: 15px;
}

td.page-menu div.menu {
	padding-left: 12px;
	width: 133px;
}

th.top {
	padding-top: 0.5em;
}

.red-arrow-bullet {
	background-image: url(images/bullets/red-arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 18px;
}


ul.level1 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.level1 li {
	background-image: url(images/bullets/white-arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0 .2em;
	font-size: 14px;
	font-weight: bold;
	padding-left: 17px;
	margin-bottom: 5px;
}

ul.level2 {
	list-style-type: square;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	padding-bottom: 5px;
}

ul.level2 li {
	background-image: none;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.grey-vdots-bullet {
	background-image: url(images/bullets/grey-vdots.gif); 
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 18px;
}


ul.red-arrow-bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.red-arrow-bullet > li {
	background-image: url(images/bullets/red-arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 17px;
}


ul.leftbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.leftbar li {
	background-image: url(images/bullets/white-vdots.gif); 
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 13px;
}

td.page-content {
	padding: 30px;
	vertical-align: top;
	padding-top: 40px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: red;
	width: 100%;
	background-image: url(images/dots.png);
	background-repeat: repeat-x;
	background-position: 0 1.5em;
	padding-bottom: .6em;
}

hr {
	border: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/dots.png);
	background-repeat: repeat-x;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
}

h2 span {
	background-image: url(images/dots.png);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 0.2em;
}

div.h2 {
	background: pink;
	
}




table.input {
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
}

td table.input {
	margin-bottom: 5px;
}


table.input > tbody > tr > th {
	text-align: right;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 0.9em;
	border-right: 1px solid #BABABB;
	height: 30px;
}

table.input > tbody > tr > td {
	padding: 3px;
	padding-left: 6px;
	height: 30px;
}

table.list {
	border-collapse: collapse;
}

table.list th {
	border: 1px solid #BABABB;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 2px;
}

table.list td {
	border: 1px solid #BABABB;
	padding: 2px;
	text-align: center;
}

table.list td.borderless {
	border: none;
}


div.messages ul {
	margin-top: 7px;
	margin-bottom: 7px;
}

div.messages {
	padding: 5px;
	border: 1px solid black;
	background: AliceBlue;
	width: 500px;
	margin-bottom: 15px;
}


div#debugToggle {
	position: fixed;
	left: 4px;
	top: 4px;
}

div#debugText {
	position: fixed;
	left: 15%;
	top: 15%;
	width: 60%;
	height: 70%;
	overflow: auto;
	padding: 10px;
	border: 2px solid green;
}

div#debugText table {
	width: 490px;
}

div#debugText, div.debug td {
	font-size: 12px;
	font-family: ProFontWindows, Lucida Sans Typewriter, courier, monospace;
	background: white;
	color: green;
}

div#debugText dd {
	padding-bottom: 8px;
}


