/* Form Styles */
.fieldSet_style ul
{
list-style-type:none;
margin:0px;
padding: 0px;
}

.fieldset_style br
	{
	font-size:0.8em;
	}

}
.headercell {
	background-color:#bdd3e5;
	font-weight:bold;
	
}

.lightBlueCellSmall, .eProfiles_row_1 , .darkBlueCellSmall,.ResultsRowOdd {
	background-color: #E2F2FF;
}

.whiteCell, .eProfiles_row_2, .ResultsRowEven {
	background-color: #ebf2f8;
}

.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; 

	}	
	
input.formInputField	{ 
	border: solid 1px #666; 
	background: #ffffff;
	margin-right: 5px;
	margin-bottom: 5px; 
	padding: 2px; 
	width: 120px;
	margin-bottom:10px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
	
input.formInputFieldMedium	{
	border: solid 1px #666; 
	background: #ffffff;
	margin-right: 5px; 
	margin-bottom: 5px;
	padding: 2px; 
	width: 220px;
	margin-bottom:10px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}

input.formInputFieldLarge	{ 
	border: solid 1px #666; 
	background: #ffffff;
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px; 
	width: 320px;
	margin-bottom:10px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
	
input.formInputFieldVeryLarge	{ 
	border: solid 1px #666; 
	background: #ffffff;
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px; 
	width: 420px;
	margin-bottom:10px;
	height:40px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}

input.formInputFieldSmall	{ 
	border: solid 1px #666; 
	background: #ffffff;
	margin-right: 5px; 
	margin-bottom: 5px;
	padding: 0px; 
	width: 80px;
	margin-bottom:10px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
input.formInputFieldVerySmall	{ 
	border: solid 1px #666; 
	background: #ffffff;
	margin-right: 5px; 
	margin-bottom: 5px;
	padding: 0px; 
	width: 20px;
	margin-bottom:10px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
input.formInputFieldSmallNoMargins	{ 
	border: solid 1px #666; 
	background: #ffffff; 
	padding: 2px; 
	width: 80px;
	margin-bottom:0px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
	
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 #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;

	}
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 #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
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 #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
select.formSelectLarge	{
	background: #ffffff;
	curser: pointer;
	border: solid 3px #666; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	margin-bottom:10px;
	width: 280px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
	
textarea.formTextArea	{
	background: #ffffff;
	border: solid 1px #666;  
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	margin-bottom:10px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	
	}
	
textarea.formTextAreaLarge	{
	background: #ffffff;
	border: solid 1px #666;  
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	margin-bottom:10px;
	width:320px;
	height:320px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
textarea.formTextAreaWideShort	{
	background: #ffffff;
	border: solid 1px #666;  
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	margin-bottom:10px;
	width:320px;
	height:50px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
textarea.formTextAreaNarrowShort	{
	background: #ffffff;
	border: solid 1px #666;  
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	margin-bottom:10px;
	width:220px;
	height:50px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}	
textarea.formTextAreaVeryWideShort	{
	background: #ffffff;
	border: solid 1px #666;  
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	margin-bottom:10px;
	width:420px;
	height:50px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
textarea.formTextAreaVeryWideTall	{
	background: #ffffff;
	border: solid 1px #666;  
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px;
	overflow-y: auto; /* IE only style */
	overflow-x: auto; /* IE only style */
	margin-bottom:10px;
	width:420px;
	height:110px;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	}
		

	
.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: 13px;
	color: #414142;
	}
label em {
	margin-top: 3px;
	color: #900;
	font-size: 0.8em;
  text-align: right;

  clear:both;
	}
label.regular {

	text-align: right; 
	font-weight: normal;
	}

select.formSelect {
	font-family: verdana, helvetica;
	font-size: 0.8em;
	}

.formInputField,.formInputFieldMedium, ..formInputFieldLarge, .formInputFieldVeryLarge  {
	font-family: verdana, helvetica;
	font-size: 1em;
	}


textarea.formTextArea	{
	font-family: verdana, helvetica;
	font-size: 0.8em;
	}
	


/* 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;
	}






input.button, .formInputButton {
   
    background: transparent url(/images/button.gif) no-repeat;
    color: #414142; 
    font-weight:bold;
    padding-left:23px;
    padding-right:7px;
    overflow:visible;
	cursor:pointer;cursor:hand;
}
.formInputButtonPDF	{
	background: transparent url(/images/button_pdf.gif) no-repeat;
	color: #414142; 
    font-weight:bold;
    padding-left:23px;
    padding-right:7px;
    overflow:visible;
}

.buttonEnding {
    position: absolute;
    display: inline;
    width: 7px;
    height: 22px;
    background: url(/images/end.gif) no-repeat;
}


	
.BlueFormInputButton {
   
    background: transparent url(/images/button_blue.gif) no-repeat;
    color: #fff; 
    font-weight:bold;
    padding-left:14px;
    padding-right:7px;
    overflow:visible;
}

.buttonEndingBlue {
    position: absolute;
    display: inline;
    width: 7px;
    height: 22px;
    background: url(/images/end_blue.gif) no-repeat;
}

.BlueWhiteFormInputButton {
    
    background: transparent url(/images/button_blue_white.gif) no-repeat; 
    color: #fff; 
    font-weight:bold;
    padding-left:14px;
    padding-right:7px;
    overflow:visible;
}

.buttonEndingBlueWhite {
    position: absolute;
    display: inline;
    width: 7px;
    height: 22px;
    background: url(/images/end_blue_white.gif) no-repeat;
}
.GreyBlueFormInputButton {
    
    background: transparent url(/images/button_grey_blue.gif) no-repeat;
    color: #414142; 
    font-weight:bold;
    padding-left:23px;
    padding-right:7px;
    overflow:visible;
}

.buttonEndingGreyBlue {
    position: absolute;
    display: inline;
    width: 7px;
    height: 22px;
    background: url(/images/end_grey_blue.gif) no-repeat;
}



.DarkGreyWhiteFormInputButton {
    
    background: transparent url(/images/button_dark_grey_white.gif) no-repeat top left ;
    color: #fff; 
    font-weight:bold;
    padding-left:14px;
    padding-right:7px;
    overflow:visible;
}

.buttonEndingDarkGreyWhite {
    position: absolute;
    display: inline;
    width: 7px;
    height: 22px;
    background: url(/images/end_dark_grey_white.gif) no-repeat;
}



 
.formInputButton,
.BlueFormInputButton,
.BlueWhiteFormInputButton,
.GreyBlueFormInputButton,
.DarkGreyWhiteFormInputButton,
.formInputButtonPDF	
{
	border: 0px;
	height: 22px;
	/*used to catch the buttonEnding */
	position: relative;
  font-family: helvetica; 
  font-size: 9px;
  padding-top:0px;
  z-index:1000;
 }








	
.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;
	
  background: #f3e9ea;
	border-top: 1px solid #025B88;
	border-bottom: 1px solid #025B88;
	border-left: 1px solid #025B88;
	border-right: 1px solid #025B88;
	color: #025B88;
	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;
	}