/* MFA COMPONENT STYLES */
  .browsableImage { height:100px; width:100px; border:5px solid #F0F0FF; vertical-align:bottom;}
  .clickedImage { height:100px; width:100px; border:5px solid #9999FF; vertical-align:bottom;}
  .selectedImage0 { height:100px; width:100px; border:5px solid #999999; vertical-align:bottom; }
  .selectedImage { 
	height:100px; 
	width:100px; 
	border:5px solid #999999;
	margin: 0 60px 60px 0;
	vertical-align:bottom;
  }
  .selectedImage_enroll { 
	height:100px; 
	width:100px; 
	border:5px solid #999999;
	margin: 0 0px 60px 0;
	vertical-align:bottom;
  }
  .imgRow0 {
	padding: 0px 0 10px 0px;
  }
  .imgRow {
	padding: 0px 0 10px 60px;
  }
  .popUpContainer {
  	font-family: arial, sans-serif;
  	color: #000;
  	padding: 0em 5px 0px 5px;
  	margin: 0 0 0 0;
  	text-align:left;
	background: #FFFFFF;
	height: 600px;
  }
  
  .popUpHeader {
  	height: 60px;
  }
  .stripeAboveMenu {
  	height: 2.2em;
  	line-height:5px;
  	background: #000000;
  }
  .categoryButton {
  	width: 190px;
  	height: 2.2em;
  	border: solid #AABABA 1px;
  	background: #C9C9C9;
  	COLOR:#FFFFFF;
  	padding-left:10px;
  	FONT-SIZE:1em;
  	FONT-WEIGHT:normal;
  	text-align:left;
  }

  .currentCategoryButton{
  	width: 190px;
  	height: 2.2em;
  	border: solid #AABABA 1px;
  	background: #9A9A9A;
  	COLOR:#000000;
  	padding-left:10px;
  	FONT-SIZE:1em;
  	FONT-WEIGHT:bold;
  	text-align:left;
  }

  a.imagenav         { font-family: arial, sans-serif; font-size: .8em; font-weight:bold; text-decoration: underline;}
  a.imagenav:link    { color: #990000; }
  a.imagenav:visited { color: #990000; }

/* end of MFA style */

/* dojo search box style */
  /* choices is defined in AutoComplete.js */
	.choices {
 			background-color: white;
 			color: black;
 			border: solid #000000;
 			border-width: 0px 1px 1px 1px;
 			font: 11px arial;
 			display: none;
 			position: absolute;
      width: 173px;
      margin-left: 5px;
      padding-left: 3px;
      padding-right: 3px;
      z-index: 2;
	}

  /* selected is defined in AutoComplete.js */
	.selected {
 			background-color: #222222;
 			color: white;
 			border: solid #CCCCCC;
 			border-width: 0px 1px 1px 1px;
 			font: 11px arial;
 			width: 100%;
	}

/* end of dojo search box style */

#additionalAuthention {
 width=400px;
}
#additionalAuthention .stdRadio {
	width: 15px;
	margin: 0 5px 0 5px;
	padding: 0;
}
#additionalAuthention .td_left {
  width: 120px;
}
#additionalAuthention .td_right {
  width: 250px;
}

/* 3-4-5 Challenge */

#challengeTable {
	width: 374px;
}

#challengeTable td {
	text-align: left;
	vertical-align: top;
		
}

#challengeTable td.td_contentCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
	background: url(/repositories/wtd_css/images/box_middle.gif) repeat-y top center;
	padding: 12px 19px 10px 14px;
}

#challengeTable td.td_contentCopy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b30838;
	text-decoration: underline;
}

#challengeTable td.td_contentCopy a:hover {
	text-decoration: none;
}

#challengeTable td.td_contentCopy p {
	margin: 8px 0 0 0;
}

#challengeTable td.td_contentCopy p.p_button {
	text-align: center;
	margin-top: 23px;
}

.highlightRed {
	font-weight: bold;
	color: #b30838;
}

/*
///////////// SURVEY COMPONENT STYLES (4/20/08, Anteneh) ///////////////////
.survey_title {font-size:14px; font-weight: bold;}
*/
.survey_body {margin-top: -50px; margin-left: 10px;}
.survey_title {}
.survey_question_text {}
.survey_answer_text {text-align: justify; font-size:12px;}
.survey_text_input {}
.survey_textarea {}
.survey_radio {margin-top: 7px;}
.survey_checkbox {margin-top: 7px;}
.survey_select {}
.survey_option {}
.survey_button {
  border: none;
  background: url(/repositories/wtd_css/images/btn_Signmeup.gif) left no-repeat;
  margin-top: 12px;
  margin-bottom: 40px;
  width: 189px;
  height: 42px;
}

.survey_button:hover {
  border: none;
  background: url(/repositories/wtd_css/images/btn_Signmeup_mo.gif) left no-repeat;
  margin-top: 12px;
  margin-bottom: 40px;
  width: 189px;
  height: 42px;
}

/*
.survey_button {margin-left: 7px; margin-top: 12px; margin-bottom: 7px; font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
*/


/* misc */
.leftSubHead {
	font-size: 1.1em;
	font-weight: bold;
	color: 454545;
}

.highlightError_Border {
	border: 2px solid #98072f;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	margin: 0 auto;
	width: 600px;
}


#serversideErrorMessage {
	
font-family: arial, sans-serif; font-size: 14px; color:#AD1445;
}


