/* Form */

.login {
  width: 350px;
	border: 1px dashed #CCCCCC; 
	padding: 0px;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 48px;
}

.login .header {
	padding: 6px 12px 6px 12px;
	border-bottom: 1px dashed #CCCCCC; 

  background-image: url(../images/content_corner.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;

	font-weight: bold;
}

.login .message {
  margin-bottom: 12px;
}

.login .error {
  color: red;
}

.login .loginbody {
	padding: 12px;
}

.login .buttons {
  padding: 12px;
	padding-top: 0px;
}

.login .buttonsbody {
  text-align: right;
}

.loginbody table {
	margin: 0 auto;
}

.loginbody input {
  width: 220px;
}

.welcome {
  width: 500px;
	border: 1px dashed #CCCCCC; 
	padding: 12px;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 32px;
}

.welcome .message {
}

.welcome .buttons {
	margin-top: 18px;

}

.welcome .buttonsbody {
  text-align: center;
}

.before-form-message, .after-form-message {
  margin: 18px 0px 18px 0px;
}

/* Form */

div.form {
  width: 100%;
}

.form {
}

.form .group, .form .buttons, .form .validationSummary {
  width: 450px;
}

/* Form - quicknav slot */

.form .groupIndexOuter {
  position: relative;
}

.form .groupIndex {
  position: absolute;
	left: 450px;
	margin: 0px 0px 0px 30px;
	border: 1px dashed #CCCCCC; 
	font-size: 80%;
}

.form .groupIndexHeader {
  padding: 3px 14px 3px 14px;
  border-bottom: 1px dashed #CCCCCC; 
  font-weight: bold;
}

.form .groupIndexBody {
  padding: 6px 15px 12px 15px;
}

.form .groupIndex ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Form - validation summary slot */

.form .validationSummary {
  color: red;
  border: 1px dashed #CCCCCC;
}

.form .validationSummaryHeader {
  padding: 8px 18px 8px 18px;
}

.form .validationSummaryBody {
}

.form .validationSummary ul {
  margin-top: 1em;
  margin-bottom: 8px;
}

/* Form - frield group */

.form .group {
  margin-top: 12px; 
  border: 1px dashed #CCCCCC;
}

.form .groupheader {
  padding: 4px 10px 4px 18px;
  border-bottom: 1px dashed #CCCCCC; 
  font-weight: bold;
  color: #444444;

  background-image: url(../images/content_corner.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.form .groupbody {
  padding: 4px 18px 12px 18px;
}

.form .groupheader .title {
}

.form .groupheader .up, .form .groupheader .down {
  float: right;
	font-weight: normal;
	font-size: 80%;
}

/* Form - field row */

.form .input {
  margin-top: 7px; 
}

.form .inputheader {
  font-weight: bold;
	color: #555555;
}

/*
.form .inputheader {
  display: inline;
	padding: 1px 2px 1px 3px;

	background: #DDDDDD;
  background: #EAEAEA;
	font-size: 11px;
}
*/

.form .input.invalid .inputheader {
  color: red;
}

.form .inputValidationMessages {
  color: red;
  margin-bottom: 12px;
}

.form .inputValidationMessages ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form .inputbody {
  clear: both;
}

.form .input .help {
  font-size: 80%;
  float: right;
	cursor: help;
	font-weight: bold;
	color: #888888;
}

.requiredfieldmark {
  color: #F26522;
  /* vertical-align: super; */
  font-size: 80%;
  position: relative;
  top: -0.2em;
  left: 0.2em;
}

/* Form - field input */

.form input, .form textarea, .form select {
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  /* background: #FFFFFF url(../images/form_input_bkg.png) repeat-x 0% 100%; */
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}

.form .readOnlyLabel .inputheader {
	color: #555555;
}

.form .readOnlyLabel .inputbody {
  border: 1px solid #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
	color: #555555;
}

.form .checkBox input, .form .checkBoxList input, .form .radioList input {
  border: none;
  background: none;
}

.form .edit input, .form .password input {
  width: 99%;
}

.form .file input {
  width: 90%;
}

.form select {
  width: 50%;
}

/*
.form .integer input {
  width: 50%;
}
*/

.form textarea {
  width: 99%;
  height: 100px;
}

.form .bigMemo textarea {
  height: 250px;
}

.form .field_box {
}

.form .fieldlabal {
}

.form .dateEdit input, .form .timeEdit input, .form .dateTimeEdit input {
  margin-right: 10px;
}

.form .input .rightHint {
  font-size: 9px;
	color: #666666;
	/* position: relative; */
	top: 0px;
	line-height: 1.2em;
}

.form .input .description {
  font-size: 11px;
	margin: 3px 12px 3px 12px;
}

.form .input .hint {
  font-size: 9px;
	color: #666666;
	margin-left: 12px;
}

.form .password .inputouterbody .inputheader {
  font-weight: normal;
}

.form .password .inputouterbody {
  padding-left: 2.5em;
	padding-top: 8px;
	margin-bottom: 10px;
}

.form .password .nestedinputbody {
  margin-bottom: 6px;
}

.form .password input {
  width: 20em;
}

.form .checkBox .inputbody {
  margin-left: 1.1em;
}


.form .checkBoxList .inputbody {
  margin-left: 1.1em;
}

.form .radioList .inputbody {
  margin-left: 1.1em;
}

.form .buttons {
  margin-top: 12px; 
  border: 1px dashed #CCCCCC;
}

.form .buttonsbody {
  padding: 8px 18px 8px 18px;
	text-align: center;
}

input.button, .button, .form .button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-top: #DDDDDD 1px solid;
  border-left: #DDDDDD 1px solid;
  border-bottom: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #FFFFFF;
  background-image: url(../images/button_bkg.gif);
  background-repeat: no-repeat;
  /*height: 20px;*/
  padding-top: 3px;
  padding-bottom: 3px;
}

.debug-footer {
  color: #666666;
  margin-top: 30px;
  font-size: 80%;
	clear: both;
}

/* Set selector */

div.set-selector {
  width: 100%;
	padding-top: 2px;
}

table.set-selector {
  width: 100%;
}

.set-selector td.l {
  width: 50%;
	padding-right: 2px;
}

.set-selector td.r {
  width: 50%;
	padding-left: 2px;
}

.set-selector td div.a {
  width: 100%;
	background: red;
}

.set-selector select {
  width: 100%;
	max-width: 100%;
}

.set-selector .header, .ss-buttons {
  font-size: 9px;
	color: #666666;
}

.ss-buttons {
	padding-top: 3px;
}

.ss-buttons .button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
  font-size: 9px;
  /*height: 20px;*/
  padding-top: 0px;
  padding-bottom: 0px;
}

/* DHTML Tooltip */

#tooltip {
	border: 1px dashed #AAAAAA;
	padding-left: 4px;
	padding-right: 4px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #FFFFE1;
}

#tooltip p {
  margin-top: 4px;
	margin-bottom: 4px;
}

/* Record presenter table */

.recordTable {
  border: 1px dashed #CCCCCC;
	margin-top: 16px;
}

.recordTable th {
  text-align: left;
  background-color: #FBFBFB;
  color: #666666;
	font-weight: normal;
}

.recordTable th.group {
  text-align: left;
  color: #666666;
	font-weight: bold;
	border: none;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 32px;

  background-image: url(../images/content_corner.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.recordTable tr.even, .recordTable tr.even th {
  background-color: #FBFBFB;
}

.recordTable tr.odd, .recordTable tr.odd th {
  background-color: #E6E6E6;
}

.recordTable .header {
  border-bottom: 1px dashed #CCCCCC;
  padding-top: 6px;
  padding-bottom: 8px;
}

.recordTable .footer {
  border-top: 1px dashed #CCCCCC;
  padding-top: 8px;
  padding-bottom: 6px;
}


.button.testing {
  font-size: 12px;
	font-style: italic;
	color: #C00000;
}


