/* MindMelon Framework Library Classes */

.pageheader { font-size: 17px; color: #000000; margin-bottom: 5px; border: 0px; border-bottom: 2px #cacaca solid;font-weight: bold; }
.sectionheader { font-size: 14px; color: #444444; margin-bottom: 5px; border: 0px; border-bottom: 1px #cacaca solid; font-weight: bold;}
.notice { background: url(/MFL/Form/images/attn.gif) center left no-repeat; padding-left: 30px; padding-top: 6px; padding-bottom: 6px; border: dashed 0px #cc0000; font-size: 12px; color: #cc0000; font-weight: bold; }

/* Application error style */
.apperror 
{
  width: 100%;
  background-color: #efefef;
  color: #000000;
  border: solid 2px #cacaca;
}
.apperror .title 
{
  font-family: Verdana, Arial;
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  padding: 4px;
}
.apperrorlegend
{
  font-family: Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.apperrornotice
{
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #cc0000;
}
.apperrordetail 
{
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000;
  padding-top: 8px;
}

/* DataGrid styles */
.gridtable { padding: 3px; font-family: Verdana, Arial; }
.gridtable a { color: #000000; text-decoration: underline; }
.gridtable a:hover { color: #000000; text-decoration: underline;}
.gridtable .gridhead {	font-size: 9pt;	background-color: #cacaca; color: #000000; font-weight: bold;	text-decoration: none; border: 1px #c3c3c3 solid;}
.gridtable .gridlabel { background-color: #ffffff; font-size: 12px; color: #000000; font-weight: bold; }
.gridtable .gridlabel a { color: #ffffff; font-weight: normal; }
.gridtable .gridlabelsm { background-color: #ffffff; font-size: 10px; color: #000000; font-weight: bold; }
.gridtable .gridlabelsm a { color: #ffffff; font-weight: normal; }
.gridtable .gridlabel a:hover { color: #FFFFFF; }
.gridtable .gridbody { font-size: 8pt; color: #000000; font-weight: normal;}
.gridtable .gridbodyhl { background-color: #efefef; font-size: 8pt; color: #000000; font-weight: normal;}
.gridtable .gridfoot {	font-size: 9pt;	background-color: #efefef; color: #000000; font-weight: bold;	text-decoration: none; border-top: 1px #c3c3c3 solid;}

/* Form styles */
fieldset {
	padding: 1em;
}

legend {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #cacaca;
	border-style: solid;
	ccolor: #3362B4;
	font-weight: bold;
	padding: 0.5em;
	margin: 4px;
	font-size: 1.2em;	
}

input {
	margin: 0.1em;
}

input.invalid, textarea.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #FFE813;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.2em;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

input[type="submit"] {
	border-style: outset;
	border-width: 0.2em;
	margin: 0em;
}

input[type="submit"]:active {
	border-style: inset;
	border-width: 0.2em;
	margin: 0em;
}

input[type="submit"]:focus {
	border-style: outset;
	border-width: 0.2em;
	margin: 0em;
}

FORM TABLE.form TD {
	vvertical-align: top;
}

FORM TABLE.form .notice {
	font-weight: bold;
	color :#ff0000;
}

FORM TABLE.form .supporttext {
  font-size: 10px;
  font-weight: normal;
	color: #0000ff;
}

FORM TABLE.form .label {
	font-weight: bold;
}

FORM TABLE.form TD.label {
	text-align: right;
}

FORM TABLE.form A {
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

FORM TABLE.form A:hover {
	color: #000000;
	text-decoration: underline;
}

FORM TABLE.form .footnote {
	color :#0000ff;
}

.required {
	background-image: url(/MFL/Form/images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}
