#leftNav, #pageHeader, .actions, #form_settings, #form_security, #form_banner, .labelMenu, .smallNote{
	display:none;	
}

a:link, a:visited{
	color:#000;
	text-decoration:none;	
}

.row option{
	display:none;
}

.row option[selected="selected"] {
	display:block;
}

body{
	font-family:Arial;
}

.formContainer {
	float: left;
	width: 700px;
	position: relative;
	font-size:0.8em;
}

*html .formContainer {margin-right: 0px;}

.formContainer label {
	font-size: 1em;
	padding: 4px;
}

.formContainer h3 {
	position: relative;
	bottom: 5px;
}

.formContainer h5, h5.greenHeader {
	clear: both;
	font-weight: bold;
	font-size: 1em;
	margin: 1em 0 0.3em 0;
	padding: 2px 5px;
	display: block;
	width: 97%;
}

.formContainer h6 {
	clear: both;
	font-size: 1em;	
	margin: 10px 0 5px 0;
	font-weight: normal;
	border-bottom: solid 1px rgb(102, 102, 102);
}

h5.greenHeader {
	clear: none;
}

/*********************/
/******* labels ******/

.formContainer select.labelMenu {
	/*position: absolute;
	top: 1px;
	right: 0px;*/
}

.labelMenu option.heading {
	color: gray;
}

.labelDisplayContainer {
	font-weight: bold;
	position: relative;
}

.labelDisplayContainer span {
	position: absolute;
	top: 3px;
	left: 35px;
}

.labelDisplayContainer ul {
	margin: 0;
	padding: 3px;
	margin-left: 80px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}

.labelDisplayContainer ul li {
	padding-right: 1.3em;
	list-style: none;
	display: block;
	font-weight: normal;
	color: Black;
	line-height: 1.5em;
}

/********************/
/* fieldset headers */

fieldset.fieldGroup {
	border: none;
	margin: 0;
	padding: 1px 2px 1px 2px;
	width: 98%;
	clear: both;
}
*html fieldset.fieldGroup { padding-bottom: 0; }

.fieldGroup .header {
	display: block;
	width: 100%;
}

.fieldGroup .header input {
	cursor: pointer;
	float: left;
	margin-left: 4px;
}

.fieldGroup .header label {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 2px 0;
	display: block;
	margin-left: 10px;
	cursor: pointer;
}

.fieldGroup div.read-only-field.checkbox {
	margin: 5px;
}

.fieldGroup .header label.inline {
	color: Black !important;
	display: inline;
	margin-left: 0px;	
}

.fieldGroup .header.basic.read-only {
	margin-top: 10px; 
}

.fieldGroup .header.read-only label.inline {
	cursor: auto;	
}

.fieldGroup .header.basic {
	background-color: Transparent;
	margin-top: 5px;
}

.fieldGroup .header.basic label {
	font-weight: normal;
}

fieldset.fieldGroup .body {
	display: none;
	padding-top: 5px;
}
fieldset.fieldGroup.visible .body {
	display: block;
	padding-bottom: 10px;
}

/******** second level fieldsets *********/

fieldset.fieldGroup fieldset.fieldGroup {
	padding-bottom: 10px;
	clear: both;
	margin-left: 3px;
	width: 97%;
	position: relative;
	top: 5px;
}

fieldset.fieldGroup fieldset.fieldGroup .body {
	display: none;
}

fieldset.fieldGroup.visible fieldset.fieldGroup.visible .body {
	display: block;
}

input.text {
	border: 1px solid rgb(102, 102, 102);
	line-height: 1.3em;
	height: 1.2em;
	width: 96%;
	margin: 0 0 2px 0;
	padding-left: 1px;
	font: 1em Arial, Helvetica, sans-serif;
}

input.file {
	line-height: 1.3em;
	height: 1.6em;
	width: 96%;
	font-size: 1em;
	margin: 0 0 2px 0;
	padding-left: 1px;
	font: 1em Arial, Helvetica, sans-serif;
}

select {
	border: 1px solid rgb(102, 102, 102);
	margin: 0 0 2px 0;
	font: 1em Arial, Helvetica, sans-serif;
}

select option.general {
	font-weight:bold;
}

textarea {
	border: 1px solid rgb(102, 102, 102);
	width: 96%;
	margin: 0px 0px 2px 0px;
	font: 1em Arial, Helvetica, sans-serif;
}

textarea.fixed-width-font {
	font-family: Courier New, Monospace;
}

.read-only-field {
	border: 1px solid rgb(102, 102, 102);
	line-height: 1.3em;
	min-height: 1.2em;
	/* min-height hack for IE6 */
	height: auto ! important;
	height: 1.2em;
	width: 96%;
	margin: 0 0 2px 0;
	padding: 1px 1px 1px 2px;
	font: 1em Arial, Helvetica, sans-serif;
}
.read-only-field.checkbox {
	display: inline;
	width: auto;
	margin: 0 15px 0 0;
	position: relative;
	bottom: 3px;
}
.read-only-field.category {
	height: auto;
}
.read-only-field textarea {
}


/****** submit buttons ******/

div.row.buttons {
	text-align: right;
	padding: 5px 0;
	display: block;
	width: 98%;
}

button {
	border: none;
	height: 25px;
	background-color: transparent;
	margin-left: 8px;
	cursor: pointer;
	background-repeat: no-repeat;
}

/* button down effect */
button:hover {
	background-position: 1px 1px;	
}

button span {
	display: none;
}

button.search {display:none;}
button.add {display:none;}
button.remove {display:none;}
button.delete {display:none;}
button.save {display:none;}
button.approve {display:none;}
button.reject {display:none;}
button.sendMail {display:none;}
button.yes {display:none;}
button.no {display:none;}
button.download {display:none;}
button.continue {display:none;}
button.login {display:none;}
button.update {display:none;}
button.goback {display:none;}
button.goforward {display:none;}
button.test {display:none;}
button.duplicate {display:none;}
button.ignore {display:none;}
button.export {display:none;}
button.cancel {display:none;}
button.apply {display:none;}
button.selectAll {display:none;}
button.deselectAll {display:none;}
button.filter {display:none;}

button.search:hover {display:none;}
button.add:hover {display:none;}
button.remove:hover {display:none;}
button.delete:hover {display:none;}
button.save:hover {display:none;}
button.approve:hover {display:none;}
button.reject:hover {display:none;}
button.sendMail:hover {display:none;}
button.yes:hover {display:none;}
button.no:hover {display:none;}
button.download:hover {display:none;}
button.continue:hover {display:none;}
button.login:hover {display:none;}
button.update:hover {display:none;}
button.goback:hover {display:none;}
button.goforward:hover {display:none;}
button.test:hover {display:none;}
button.duplicate:hover {display:none;}
button.ignore:hover {display:none;}
button.export:hover {display:none;}
button.cancel:hover {display:none;}
button.apply:hover {display:none;}
button.selectAll:hover {display:none;}
button.deselectAll:hover {display:none;}
button.filter:hover {display:none;}

button.go {
	border: none;
	width: 38px;
	height: 20px;
	cursor: pointer;
	position: relative;
}

button.go:hover {}

/***** rows *****/

.row {
	clear: both;
	width: 99%;
	padding-left: 1%;
	/*position: relative;*/
}

.row.pronounced {
	float: left;
	padding: 0px;
	padding-bottom: 6px;
	margin: 0px;
	background: #F4F4FC url('images/table_drop_shadow.gif') repeat-x bottom;
}

.row.pronounced .container {
	float: left;
	width: 97%;
	/*background: #F4F4FC url('images/table_drop_shadow.gif') repeat-x top;*/
	border: 1px solid #CCC;
	padding-left: 15px;
	padding-bottom: 3px;	
}

.row.pronounced .col.inlineLiteral {
	margin-top: 4px;
	margin-bottom: 0px;
}

.row.radio {
	padding-bottom: 3px;
}

.row.radio label {
	background: url('images/dotted_underline2.gif') repeat-x bottom;
	padding-bottom: 3px;
	width: 95%;
}

.row.radio label.inline{
	background: none;
}

.row span.radio label {
	display: inline;	
}

.row select {
	width: 97%;
	font-size: 1.1em;
	line-height: 1.3em;
	/* margin: 0 0 8px 0; (this was pushing select fields out of alignment with adjacent text)  */
	padding-left: 1px;
}

.row p {
	margin: 2px 0 8px 4px;
	padding: 0;
	font-size: 1em;
}

.row h4 {
	margin: 0 0 5px 0;
	padding: 0;
	width: 96%;
	font-size: 1.2em;
}

.row label {
	clear: both;
	display: block;
	line-height: 1em;
	margin: 0 0;
	padding: 5px 10px 2px 0;
}

.row label.inline {
	margin: 0 3px;
	clear: none;
	display: inline;
	position: relative;
	line-height: 2.2em;
	bottom: 3px;
}

.row.radioList.vertical input {
	float: left;
	clear: left;
}

.row.radioList.vertical label.inline {
	float: left;
	clear: left;
	bottom: 15px;
	left: 25px;
}

.row.radioButtonList.vertical input {
	float: left;
	clear: left;
}

.row.radioButtonList.vertical label {
	margin: 0 3px;
	display: inline;
	position: relative;
	
	float: left;
	clear: left;
	bottom: 13px;
	left: 25px;
	line-height: 0.8em;
	padding-top: 0px;
	padding-bottom: 0px;
}

label.required {
}

label.invalid {
	color: Red;
	font-weight: bold;
}
.inlineLiteral {
	margin: 10px 0 5px;
}
.inlineLiteral p, .inlineLiteral label {
	display: inline;
	margin: 0;
	padding: 0;
}

/********** cols *************/
.col {
	width: 49.5%;
	float: left;
	padding-bottom: 2px;
	/*position: relative;*/
}
.col select { width: 96%; }
.col input.text { width: 94%; }
.col textarea { width: 94%; }
.col.checkBox { padding-top: 17px;}
.col button {}
.col .read-only-field { width: 94%; }
.row.three-cols .col { width: 32.7%; }
.col .dateSelect a { /* remove completion date in columns */
	clear: both;
	display: block;
}

/********* dates ***********/
select.day, select.month, select.year {
	float: left;
	margin-right: 3px;
	font: 1em Arial, Helvetica, sans-serif;
}
select.day { width: 3.5em; }
select.month { width: 4.2em; }
select.year { width: 4.5em; }

/****************************/
/****** keyword search ******/

.keyword {
	padding-top: 10px;
	padding-bottom: 5px;
}

.keyword .row label {
	clear: none;
	display: inline;
	margin: 0 3px;
	padding: 0;
	position: relative;
	bottom: 3px;
}

.keyword .row input.text {
	width: 300px;
	margin: 0 0 5px;
}

/*************************/
/****** Merge Form *******/
div.mergeForm div.formContainer{
	width: 800px;
}

div.mergeForm div.row.buttons {
	margin-top: 15px;	
}

div.merge div.row.direction {
	padding-top: 15px;
}

div.formContainer div.merge .row .col .formContainer {
	float: none;
	width: 98%;
}

div.formContainer div.merge .row .col {
	width: 45%;	
}

div.formContainer div.merge .row #mergeDirection.col {
	width: 9%; 
	height: 39px;
	margin-top: 140px;
	background-repeat: repeat-y;
	background-position: center bottom;
}

div.formContainer div.merge .row .col.left {
	background-image: url(images/arrow_left.gif);
}

div.formContainer div.merge .row .col.right {
	background-image: url(images/arrow_right.gif);
}

/****************************************/
/************** Attachments ****************/

ul.attachment{
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	display: inline;
	clear: both;
}

.col ul.attachment{
	display: block;
	margin-top: 22px;
	float: left;
}
html>body .col ul.attachment { margin-left: 30px; }

ul.attachment li{
	list-style: none outside none;
	background: none;
	padding: 0 10px 0 0;
	margin: 0;
}
ul.attachment li a.download, 
ul.attachment li a.delete, 
ul.attachment li a.view, 
ul.attachment li a.add {
	padding: 2px 0 2px 20px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0 0 0 10px;
}

/* event providers */
a.provider-add {
	margin-top: 19px;
	padding-left: 20px;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
}