/* Form Styles */
.fieldSet_style ul
{
list-style-type:none;
margin:0px;
padding: 0px;
}

.fieldset_style br
{
	font-size:0.8em;
}


.headerCell, .headercell, th {
	background-color:#AB87C0;
	font-weight:bold;
	color:#fff;
}

.lightBlueCellSmall, .eProfiles_row_1 , .darkBlueCellSmall,.ResultsRowOdd, .resultsRowOdd, .odd {
	background-color:#E1D7EA ;
}

.whiteCell, .eProfiles_row_2, .ResultsRowEven, .resultsRowEven, .even {
	background-color: #D7E0EA;
}
.resultsRowLight {
	background-color: #e5dfec;
}

.newRow {
	background-color: 	#ffcc33;
}

.noticeMessage {
  border-left: 1px solid #d94a4a;
  background: url(/images/ta_strip.gif) repeat-x top;
}

/* layout & position styles */
.inputText  {

width: 220px; 
}

form {
	margin: 0;
	padding: 0;
	}


	
label	{
	line-height: normal; 
	display: block; 
	margin-right: 10px; 
	position: relative; 
	width: 125px; 
	
	}
	
label.narrow	{
	line-height: normal; 
	display: block; 
	margin-right: 10px; 
	position: relative; 
	width: 80px; 


	}

label.wide	{
	line-height: normal; 
	display: block; 
	margin-right: 10px; 
	position: relative; 
	width: 250px; 

	}	
.formInputButtonPDF	{
		background: transparent url(/images/button_pdf.gif) no-repeat;
	}
input, input.inputText, .resultsRowEven input.inputText, .resultsRowOdd input.inputText, lightBlueCellSmall input.inputText
{
	border: 1px solid #c7c7c7; 
	padding: 3px 5px 3px 5px;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
input.active, input.inputText.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
input.error{
	border: 1px solid red !important;
}
input.formInputField	{ 
	border: 1px solid #c7c7c7; 
	background: #ffffff;
	width: 120px;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
input.formInputField.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}

input.formInputFieldMedium, input.formInputMedium	{
	border: 1px solid #c7c7c7; 
	background: #ffffff;
	width: 220px;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
input.formInputFieldMedium.active, input.formInputMedium.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}

input.formInputFieldLarge	{ 
	border: 1px solid #c7c7c7; 
	background: #ffffff;
	width: 320px;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
input.formInputFieldLarge.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
	
input.formInputFieldVeryLarge	{ 
	border: 1px solid #c7c7c7; 
	background: #ffffff;
	width: 3420px;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
input.formInputFieldVeryLarge.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}

input.formInputFieldSmall	{ 
	border: 1px solid #c7c7c7; 
	background: #ffffff;
	width: 80px;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
input.formInputFieldSmall.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
input.formInputFieldVerySmall	{ 
	border: 1px solid #c7c7c7; 
	background: #ffffff;
	width: 20px;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
input.formInputFieldVerySmall.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
input.formInputFieldSmallNoMargins	{ 
	border: solid 1px #666; 
	background: #ffffff; 
	padding: 2px; 
	width: 80px;
	margin-bottom:0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}
	
select.formSelect	{
	background: #ffffff;
	curser: pointer;
	border: solid 3px #666; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	margin-bottom:10px;
	width:200px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;

	}

select.formSelectSmall	{
	background: #ffffff;
	curser: pointer;
	border: solid 3px #666; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	margin-bottom:10px;
	width:70px;
  border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}
select.formSelectMedium	{
	background: #ffffff;
	curser: pointer;
	border: solid 3px #666; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	margin-bottom:10px;
	width: 220px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}
select.formSelectLarge	{
	border: 1px solid #c7c7c7; 
	width: 280px;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
input.formSelectLarge.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
	
textarea.formTextArea	{
	
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	border: 1px solid #c7c7c7; 
	background: #ffffff;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 10px; -moz-border-radius: 0px; -webkit-border-radius: 10px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
textarea.formTextArea.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
	
textarea.formTextAreaLarge	{
	
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	border: 1px solid #c7c7c7;
	width:320px;
	height:320px;
	background: #ffffff;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
textarea.formTextAreaLarge.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
textarea.formTextAreaWideShort	{
	
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	border: 1px solid #c7c7c7;
	width:320px;
	height:50px;
	background: #ffffff;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
textarea.formTextAreaWideShort.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
textarea.formTextAreaNarrowShort	{
	
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	border: 1px solid #c7c7c7;
	width:220px;
	height:50px;
	background: #ffffff;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
textarea.formTextAreaNarrowShort.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}	
textarea.formTextAreaNarrowTall	{
	
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	border: 1px solid #c7c7c7;
	width:220px;
	height:150px;
	background: #ffffff;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
textarea.formTextAreaNarrowTall.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}	
textarea.formTextAreaVeryWideShort	{
	
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	border: 1px solid #c7c7c7;
	width:420px;
	height:50px;
	background: #ffffff;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
textarea.formTextAreaVeryWideShort.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
textarea.formTextAreaVeryWideTall	{
	
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	border: 1px solid #c7c7c7;
	width:420px;
	height:110px;
	background: #ffffff;
	margin-bottom:10px;
	padding: 3px 5px 3px 5px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	}
	
textarea.formTextAreaVeryWideTall.active {
	background: #ffffff;
	border: 1px solid #9563ac;
}
		

	
.eHelp	{
	position:absolute;
	}
#AddEvent	{
	display:inline;
	}
#EditingEvent	{
	display:none;
	}
#section2	{
	display:none;
}

.highlight	{
margin-top: 2px;
border: 1px solid navy;
padding: 3px;
font-size: 0.8em;
background: #a8dee9;
font-weight: bold;
width:100%;
}





/* font styles */



label	{
	text-align: right; 
	font-weight: bold;
	font-size: 12px;
	color: #414142;
	}
label em {
	margin-top: 3px;
	color: ##666666;
	font-size: 10px;
  	text-align: right;
  	clear:both;
	}
label.regular {

	text-align: right; 
	font-weight: normal;
	}

select.formSelect {
	font-family: verdana, helvetica;
	font-size: 13px;
	}

.formInputField,.formInputFieldMedium, .formInputFieldLarge, .formInputFieldVeryLarge  {
	font-family: verdana, helvetica;
	font-size: 13px;
	}


textarea.formTextArea	{
	font-family: verdana, helvetica;
	font-size: 13px;
	}
	


/* layout & position styles */
.inputText  {

width: 220px; 
}

form {
	margin: 0;
	padding: 0;
	border:0px solid black;
	}
	
	
label	{
	line-height: normal; 
	display: block; 
	margin-right: 10px; 
	position: relative; 
	width: 125px; 
	float: left;

	}
	
label.narrow	{
	line-height: normal; 
	display: block; 
	margin-right: 10px; 
	position: relative; 
	width: 80px; 
	float: left;

	}

label.wide	{
	line-height: normal; 
	display: block; 
	margin-right: 10px; 
	position: relative; 
	width: 250px; 
	float: left;

	}	
	

	

.eHelp	{
	position:absolute;
	}
#AddEvent	{
	display:inline;
	}
#EditingEvent	{
	display:none;
	}
#section2	{
	display:none;
}

.highlight	{
margin-top: 2px;
border: 1px solid navy;
padding: 3px;
font-size: 0.8em;
background: #a8dee9;
font-weight: bold;
width:100%;
}



.enabledcell {
	font-family: 	 verdana, Arial, Helvetica, sans-serif;
	font-size: 	 1em;
	font-weight: 	 bold;
	color: 		 #6699cc;
	border: 1px solid #6699cc;
	background-color: #CBD6EF;
	}
	
.disabledcell {
	font-family: 	 verdana, Arial, Helvetica, sans-serif;
	font-size: 	 1em;
	font-weight: 	 bold;
	color: 		 #ccc;
	border: 1px solid #cccccc;
	}







.fieldSet_style
{
  font-size : 1em;
}

.fieldSet_style ul li
{
padding-bottom:5px;
}

.fieldset_style br
	{
	font-size:0.8em;
	
  background: #f3e9ea;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #666666;
	padding: 3px;
	}


	
.greenInputButton	{
	color: #666666;
	font-size: 0.7em;
	font-family: verdana;
	font-weight: normal;
	text-align: center;
	background:#cccccc;
	border: 1px solid #006666;
	}
.fieldSet_style
{
  font-size : 1em;
}

.fieldSet_style ul li
{
padding-bottom:5px;
}

.fieldset_style br
	{
	font-size:0.8em;
	}
input[type="checkbox"],input[type="radio"], .CuteEditorButton {
	border:none;
}