
/* -----------------------------------------------
 Colors
 ----------------------------------------------- */
.black  					{color: black;}
.white  					{color: white;}

.gray_dark					{color: #444444;}			/*Legacy*/
.gray_ltr					{color: #999999;}	/*Legacy*/
.gray_med					{color: #777777;}		/*Legacy*/

.color_gray_darker			{color: #333333;}
.color_gray_dark			{color: #444444;}
.color_gray_dark_lt			{color: #555555;}
.color_gray_med_dk			{color: #666666;}
.color_gray_medium			{color: #777777;}
.color_gray_med_light		{color: #999999;}
.color_gray_light_dk		{color: #AAAAAA;}
.color_gray_light_med		{color: #CCCCCC;}
.color_gray_light			{color: #DDDDDD;}
.color_gray_lightning		{color: #E8E8E8;}
.color_gray_light_lt		{color: #EEEEEE;}

.color_status_warning 		{color: #C20029;}
.color_status_note  		{color: #DA6800;}
.color_status_good  		{color: #006633;}

.color_bs_desktop			{color: #2E6F89;}
.color_accent_01  			{color: #2E6F89;}
.color_accent_02 			{color: #ABC5D0;}
.color_accent_02_dark		{color: #00B7E4;}
.color_accent_03  			{color: #ABC5D0;}
.color_accent_04			{color: #ABC5D0;}
.color_accent_05			{color: #6D7ABF;}
.color_accent_06			{color: #DBE6EB;}
.color_anchor				{color: #1E465B;}
.color_anchor_hover			{color: #00698A;}
.color_anchor_hover_lt		{color: #ABC5D0;}

.color_blue_dark			{color: #1E465B;}
.color_gold_dark			{color: #CA8800;}

/* -----------------------------------------------
 Background Colors
 ----------------------------------------------- */

.bkcolor_black  			{background-color: black;}
.bkcolor_white  			{background-color: white;}

.bkcolor_gray_darker		{background-color: #333333;}
.bkcolor_gray_dark			{background-color: #444444;}
.bkcolor_gray_dark_lt		{background-color: #555555;}
.bkcolor_gray_med_dk		{background-color: #666666;}
.bkcolor_gray_medium		{background-color: #777777;}
.bkcolor_gray_med_light		{background-color: #999999;}
.bkcolor_gray_light_dk		{background-color: #AAAAAA;}
.bkcolor_gray_light_med		{background-color: #CCCCCC;}
.bkcolor_gray_light			{background-color: #DDDDDD;}
.bkcolor_gray_lightning		{background-color: #E8E8E8;}
.bkcolor_gray_light_lt		{background-color: #EEEEEE;}

.bkcolor_status_warning		{background-color: #C20029;}
.bkcolor_status_note  		{background-color: #DA6800;}
.bkcolor_status_good 		{background-color: #006633;}

.bkcolor_accent_01  		{background-color: #2E6F89;}
.bkcolor_accent_02 			{background-color: #ABC5D0;}
.bkcolor_accent_02_dark		{background-color: #00B7E4;}
.bkcolor_accent_03  		{background-color: #ABC5D0;}
.bkcolor_accent_04			{background-color: #ABC5D0;}
.bkcolor_accent_05			{background-color: #6D7ABF;}
.bkcolor_accent_06			{background-color: #DBE6EB;}

.bkcolor_blue_dark			{background-color: #1E465B;}
.bkcolor_gold_dark			{background-color: #CA8800;}

/* -----------------------------------------------
 Row Colors
 ----------------------------------------------- */
.bkcolor_row_red_dk			{background-color: #FFCCCC;}
.bkcolor_row_red_lt  		{background-color: #FFDDDD;}
.bkcolor_row_brown_dk		{background-color: #F2ECE6;}
.bkcolor_row_brown_lt 		{background-color: #F9F5F2;}
.bkcolor_row_turq_dk 		{background-color: #DBE6EB;}
.bkcolor_row_turq_lt  		{background-color: #EDF3F5;}
.bkcolor_row_blue_dk 		{background-color: #D0D3DF;}
.bkcolor_row_blue_lt  		{background-color: #E3E4EC;}
.bkcolor_row_gray_dk 		{background-color: #EEEEEE;}
.bkcolor_row_gray_lt 		{background-color: #F7F7F7;}
.bkcolor_row_yellow_dk 		{background-color: #FFFFBF;}
.bkcolor_row_yellow_lt 		{background-color: #FFFFE7;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */

body {
	background: #FFFFFF url(art/background.gif) repeat fixed 50%;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

input, text {
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

b,p,td,ul,ol,li,div,form {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -2px;
}

.page_headline {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}

.redhead {
	color: #1E465B;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.whitehead {
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

.subhead {
	color: #444444;
	font-weight: bold;
	letter-spacing: -1px;
}

.subhead_error {
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
}

.normal {
	font-weight: normal;
}

.normaltight {
	font-weight: normal;
	letter-spacing: -1px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.boldgray {
	color: #777777;
	font-weight: bold;
}

.smallcaps, 
.small_caps {
	color: #00B7E4;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.smallcaps_light {
	font-size: 9px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a  {
	border-bottom: 1px dotted;
	color: #1E465B;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #00698A;
}

a.res_category_link {
	border-bottom: 1px dotted;
	color: black;
	text-decoration: none;
}

a.res_category_link:hover {
	background-color: #DBE6EB;
	border-bottom: 1px solid;
	color: #00698A;
}

a.product_link {
	font-style: italic;
}

a.product_link:hover {
	font-style: italic;
}

a.imagelink {
	border: 1px solid white;
	text-decoration: none;
	display: table-cell;
}
a.imagelink:hover {
	border: 1px solid #00B7E4;
	text-decoration: none;
	display: table-cell;
}

a.arrowlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink:hover {
	background-color: #ABC5D0;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige:hover {
	background-color: #DBE6EB;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray:hover {
	background-color: #646464;
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink:hover {
	border-bottom: 0px;
	text-decoration: none;
}

a.button {
	background-color: #2E6F89;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

a.button:hover {
	background-color: black;
	border-bottom: 0px;
	color: #ABC5D0;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

.lending_psuedobtn,
a.button_outlined {
	border-bottom: 1px solid #555;
	border-left: 1px solid #999;
	border-right: 1px solid #555;
	border-top: 1px solid #999;
	color: #2E6F89;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}

a.button_outlined:hover {
	background-color: #2E6F89;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid black;
	border-right: 1px solid #CCC;
	border-top: 1px solid black;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}

a.email_btn {
	position:relative;
	right:0px;
	margin-bottom:4px;
}
tr.noteRow a.email_btn {
	visibility:hidden;
}

tr.noteRow:hover a.email_btn {
	visibility:visible;
}

a.mini_btn, a.mini_btn_rev:hover {
	background-color: #2E6F89;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn:hover, a.mini_btn_rev {
	background-color: black;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red {
	background-color: #C20029;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red:hover {
	background-color: black;
	border-bottom: 0px;
	color: #ABC5D0;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.pagelink {
	border-bottom: none;
	color: black;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

a.pagelink:hover {
	background-color: #2E6F89;
	color: white;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

.pagelink_selected {
	background-color: #DBE6EB;
	color: #999;
	padding: 4px 2px 4px 2px;
}

a.titlelink  {
	border-bottom: 1px dotted;
	color: #2E6F89;
	font-weight: bold;
	text-decoration: none;
}

a.titlelink:hover {
	border-bottom: 1px solid;
	color: #00B7E4;
	font-weight: bold;
}

a.noborder,
a.noborder:hover {
	border-bottom: 0px;
}

/* -----------------------------------------------
 Testimonial Block
 ----------------------------------------------- */
 
.testimonial_block {
	padding: 10px;
	text-align: left;
}

a.testimonial_link {
	background-color: black;
	display: block;
	border: 0px;
	/*opacity:  0.50;
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);*/
}
a.testimonial_link:hover {
	background-color: #2E6F89;
	display: block;
	text-decoration: none;
	border: 0px;
}

.testimonial_portrait {
	float: left;
	margin-right: 10px;
}

.testimonial_text {
	color: black;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

.testimonial_attrib {
	border-bottom: 0px;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}

.testimonial,
a.testimonial {
	border-bottom: 0px;
	color: #ABC5D0;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

a.testimonial:hover {
	border-bottom: 0px;
	color: #2E6F89;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

.attribution,
a.attribution {
	border-bottom: 0px;
	color: #ccc;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}

a.attribution:hover {
	border-bottom: 0px;
	color: #2E6F89;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}

a.more_link {
	color: #00B7E4;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

a.more_link:hover {
	border-bottom: 0px;
	color: #2E6F89;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Inspirational Quote Block
 ----------------------------------------------- */

.inspirational_quote {
	color: black;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
	text-align: left;
}

.inspirational_attribution {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Sponsors Page 
 ----------------------------------------------- */

.SP0NS0R_block {
	color: black;
	font-size: 11px;
	letter-spacing: -1px;
	padding: 10px;
	text-align: center;
}

.SP0NS0R_colorlogo {
	border: 1px solid #777777;
}

.SP0NS0R_namesub {
	border: 1px solid #777777;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px;
}

a.spsr_link {
	border-bottom: 0px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	width: 100%;
}

a.spsr_link:hover {
	background-color: #ABC5D0;
	border-bottom: 0px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}

.SP0NS0R_name,
a.SP0NS0R_name {
	border-bottom: 0px;
	color: black;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	width: 100%;
}

a.SP0NS0R_name:hover {
	background-color: #ABC5D0;
	border-bottom: 0px;
	color: black;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}

a.SP0NS0R_list {
	border-bottom: 0px;
	color: black;
	text-decoration: none;
}

a.SP0NS0R_list:hover {
	background-color: #ABC5D0;
	border-bottom: 1px solid;
	color: #2E6F89;
}

/* -----------------------------------------------
 Fake Dialog boxes (login, search, etc)
 ----------------------------------------------- */
 
.form_titlebar {
	background-color: #1E465B;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.form_prompt {
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 10px;
}

.form_prompt_required {
	color: #00B7E4;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 10px;
}

.askadvisor_block {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
}

.askadvisor_datestamp {
	color: #555;
	float: right;
	font-size: 9px;
	margin-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* -----------------------------------------------
 General Input Forms
 ----------------------------------------------- */

.form_sideprompt {
	color: #00698A;
	font-weight: bold;
	letter-spacing: -1px;
}

.form_sideproblem {
	color: #00698A;
	font-weight: bold;
	letter-spacing: -1px;
}

/* -----------------------------------------------
 Input Fields
 ----------------------------------------------- */
INPUT.flats {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding-left: 3px;
	margin: 2px;
	color: black;
	background-color: white;
	vertical-align: top;
	display: inline;
}
INPUT.redButtons,
.redbuttons {
	background-color: #C20029;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
INPUT.redButtons:hover,
.redbuttons:hover {
	background-color: black;
	color: #ABC5D0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
TEXTAREA {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 1px;
}
TEXTAREA.flats {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 2px;
	width: 450px;
}
SELECT {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
SELECT.SELECTED {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.darkHeader {
	color: #555555;
}

/* -----------------------------------------------
 Search Form
 ----------------------------------------------- */

.search_form {
	font-size: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.search_input {
	font-family: arial, verdana, sans-serif; 
	font-size: 10px; width:200px;
	margin: 2px 0px 3px 2px; 
}

.search_btn {
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 60px;
}

.small_controls {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

/* -----------------------------------------------
 Registration Form
 ----------------------------------------------- */
 
.input_form_text {
	font-size: 10px;
}

.inputform_head {
	background-color: #646464;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_errorhead {
	background-color: #C20029;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_head_light {
	background-color: #646464;
	color: white;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_instrux {
	margin-top: 10px;
}

.inputform_required {
	background-image: url(/images/asterisk_black.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #2E6F89;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding-left: 11px;
}

.inputform_prompt {
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

.inputform_problem {
	background-image: url(/images/asterisk_red.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding-left: 11px;
}

.inputform_hint {
	color: #777777;
	font-weight: normal;
}

.inputform_comments {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}

.inputform_col_left {
	background-color: #DDDDDD;
	color: black;
	padding: 6px 10px 6px 10px;
	height: 28px;
}			

.inputform_col_left_header {
	/*background-color: #999999;*/
	color: black;
	padding-right: 10px;
	height: 28px;
}			

.inputform_col_right {
	background-color: #EEEEEE;
	color: black;
	padding: 6px 10px 6px 10px;
	height: 28px;
}			

.inputform_col_right_header {
	/*background-color: #DDDDDD;*/
	color: black;
	padding-left: 10px;
	height: 28px;
}			
/* -----------------------------------------------
 Login | Registration
 ----------------------------------------------- */

.login_block {
	color: white;
	font-size: 11px;
	margin: 10px 2px 10px 2px;
}

.login_btn {
	border-bottom: 0px;
	color: #ABC5D0;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.login_btn:hover {
	background-color: #ABC5D0;
	border-bottom: 0px;
	color: #1E465B;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 4px 0px 4px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 PNG classes to support PNGswap() javasript;
 Identifying PNGs with mouseovers
 ----------------------------------------------- */

.PNG_arrow {
}

.JPG_arrow {
}

.PNG_comment {
	left: 0px;
	top: 3px;
}

/* -----------------------------------------------
 Star Ratings 
 ----------------------------------------------- */
 
.rating_block {
	height: auto;
}

.rating_text {
	line-height: 15px;
	text-indent: 110px;
	top: 2px;
}

.reco_stars {
	float: left;
}

a.rating_title {
	font-weight: bold;
}

/* -----------------------------------------------
 Comments 
 ----------------------------------------------- */

.scrolling_comments_block {
	background-color: #EEEEEE;
	color: #555;
	font-size: 11px;
	height: 180px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

.comment_block {
	background-color: white;
	margin-bottom: 12px;
	padding: 6px;
}

.comment_block_beige {
	background-color: #DBE6EB;
	color: black;
	margin-bottom: 8px;
	padding: 4px;
}

.comment_text {
}

.comment_attrib {
	color: #777777;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: right;
}

/* -----------------------------------------------
 Helper Apps 
 ----------------------------------------------- */
 
.helper_app_text {
	margin-bottom: 10px;
}

a.helper_app_link {
	border-bottom: 1px dotted;
	color: #00B7E4;
	font-size: 10px;
	font-weight: bold;
}

a.helper_app_link:hover {
	border-bottom: 1px solid;
	color: #00698A;
	font-size: 10px;
	font-weight: bold;
}

.file_format_icon {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.file_size {
	color: #777777;
	white-space: nowrap;
}


/* -----------------------------------------------
 Slideshow 
 ----------------------------------------------- */

.slideshow_body {
	background-color: #646464;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

.slideshow_slide {
	background-color: #646464;
	border: 1px solid #999;
	height: 610px;
	width: 610px;
}

.slideshow_scroller {
	background-color: #646464;
	border: 1px solid #646464;
	height: 120px;
	margin-bottom: 10px;
	overflow: auto;
	width: 610px;
}

.slideshow_thumbnail {
	height: 84px;
	width: 84px;
}

.slide_caption {
	color: #CCC;
	font-size: 9px;
	text-transform: uppercase;
}

a.slideshow_link {
	border: 1px solid #646464;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link:hover {
	border: 1px solid #ABC5D0;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link_sel {
	border: 1px solid white;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link_sel:hover {
	border: 1px solid #ABC5D0;
	color: #646464;
	display: block;
	text-decoration: none;
}

/* -----------------------------------------------
 MyBizCenter 
 ----------------------------------------------- */

.reminder_block {
	background-color: #DBE6EB;
	color: #555;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

a.mybizcenter_link {
	border-bottom: 0px;
	color: black;
	display: block;
	line-height: 120%;
	margin-bottom: 6px;
	margin-left: 74px;
}	

a.mybizcenter_link:hover {
	border-bottom: 0px;
	color: #2E6F89;
}	

/* -----------------------------------------------
 Advanced Search / Resource Recommendations 
 ----------------------------------------------- */

.query_caption {
	color: #333;
	float: left;
	margin-left: 18px;
	width: 200px;
}

.query_emphasis {
	color: #777;
	font-weight: bold;
	letter-spacing: -1px;
}

.query_input {
	border-bottom: 1px solid #EEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 2px;
	padding-bottom: 4px;
}

.spotlite_results {
	text-align: left;
	width: 600px;
}

.spotlite_stars {
	float: right;
	margin-top: 5px;
}

.spotlite_kludge_4ie {
	height: 20px;
	margin-top: -20px;
}

.spotlite_rezcount {
	color: #777;
	float: right;
	font-weight: normal;
	margin-right: 14px;
	margin-top: 4px;
}

a.spotlite_category {
	background-color: #ABC5D0;
	border-bottom: 0px;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 6px;
	padding: 4px;
}

a.spotlite_category:hover {
	background-color: #ABC5D0;
	border-bottom: 0px;
}

a.spotlite_rezlink {
	border-bottom: 1px solid #EEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}	

a.spotlite_rezlink:hover {
	border-bottom: 1px solid #EEE;
	color: #2E6F89;
}	

a.spotlite_morelink {
	border-bottom: 0px;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}	

a.spotlite_morelink:hover {
	border-bottom: 0px;
}

.results_table {
	border: 1px solid #999;
}

/* -----------------------------------------------
 Polls 
 ----------------------------------------------- */

.poll_heading_beige {
	background-color: #ABC5D0;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.poll_heading_red {
	background-color: #00698A;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.poll_block {
	color: #555;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.poll_block_gray {
	background-color: #EEEEEE;
	color: #555;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.poll_results_block {
	background-color: #EEEEEE;
	color: #555;
	font-size: 11px;
	padding: 10px;
	text-align: left;
}

.poll_results_block_beige {
	color: #555;
	font-size: 11px;
	padding: 10px;
	text-align: left;
}

.poll_form {
	color: #555;
	font-size: 11px;
	text-align: left;
}

.poll_question  {
	color: #555;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

.poll_choice {
	color: #00B7E4;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

.poll_percent {
	color: black;
	font-size: 11px;
	font-weight: bold;
}

/* -----------------------------------------------
 Upcoming Workshops 
 ----------------------------------------------- */

.scrolling_spot_block {
	background-color: #EEE;
	color: #555;
	font-size: 11px;
	height: 500px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

.workshops_spot_date {
	color: #555;
	font-weight: bold;
}

.workshops_spot_title {
	color: #00B7E4;
	font-weight: bold;
}

.workshops_spot_title:hover {
	border-bottom: 0px;
	color: #2E6F89;
	font-weight: bold;
}

.workshoptime_onwhite {
	color: #999;
}

.workshoptime_ongray {
	color: #888;
}

/* -----------------------------------------------
 Copyright 
 ----------------------------------------------- */

.copyright_footer {
	color: #999;
	font-size: 9px;
	padding: 5px;
	text-align: left;
}

.copyright_btn {
	border-bottom: 1px dotted;
	color: #555;
	text-decoration: none;
}

.copyright_btn:hover {
	background-color: #ABC5D0;
	border-bottom: 0px;
	color: #777;
}

/* -----------------------------------------------
 Locations business card 
 ----------------------------------------------- */

#locations_bizcard {
	background-color: #DBE6EB;
	height: 215px;
	position: relative;
	text-align: left;
	width: 375px;
}

#locations_logo_block {
	background-color: #ABC5D0;
	height: 100%;
	left: 0px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 134px;
}

.locations_logo {
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: auto;
	top: auto;
}

#locations_contact_info {
	font-size: 12px;
	height: 100%;
	left: 144px;
	line-height: 11px;
	position: absolute;
	text-align: left;
	top: 0px;
	vertical-align: middle;
	width: 231px;
}

.location_college {
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
}

.location_name {
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
}

.location_phonefax {
	color: #999999;
	font-weight: bold;
	letter-spacing: -1px;
}

#bizcard_shadow {
	left: -16px;
	position: absolute;
	top: -16px;
	z-index: 0;		/* non-negative for FireFox */
}

/* -----------------------------------------------
 Client Stages 
 ----------------------------------------------- */

.client_stages {
	color: white;
	font-size: 11px;
	font-style: italic;
	margin: 10px;
}

.client_stage {
	color: black;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

/* -----------------------------------------------
 Compasses 
 ----------------------------------------------- */
 
.compass_block {
	border-top: 1px solid #2E6F89;
	margin-bottom: 10px;
	position: relative;
}

.compass_description {
	font-style: italic;
	padding: 20px;
}
 
a.compass_btn {
	background-color: #2E6F89;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 10px;
	padding: 4px 10px 4px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

a.compass_btn:hover {
	background-color: black;
	border-bottom: 0px;
	color: #ABC5D0;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 10px;
	padding: 4px 10px 4px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* -----------------------------------------------
 Footer 
 ----------------------------------------------- */
 
.footer {
	background-color: #1E465B;
	color: white;
	padding: 6px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	width: 1010px;
}

a.footer_link {
	color: white;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 0px;
}
a.footer_link:hover {
	color: #ABC5D0;
	font-weight: bold;
	font-size: 9px;
	text-decoration: underline;
	text-transform: uppercase;
	border-bottom: 0px;
}

/* -----------------------------------------------
 Resources 
 ----------------------------------------------- */
 
.rez_type_banner {
	border: 1px solid #CCC;
	color: #999999;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0px;
}

a.rez_type_banner {
	background-color: #999;
	color: white;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_banner:hover {
	background-color: #00B7E4;
	color: white;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.rez_type_floater {
	border: 1px solid #CCC;
	color: #777777;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link {
	border: 1px solid #CCC;
	color: #777777;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link:hover {
	border: 1px solid #CCC;
	background-color: #777777;
	color: white;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.resource_type_banner {
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.resource_banner_addendum {
	color: #777777;
	font-size: 9px;
	padding: 2px 10px 2px 4px;
	text-transform: uppercase;
}

.resource_heading {
	background-color: #ABC5D0;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.resource_column_right {
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 230px;
}

/* -----------------------------------------------
 Store 
 ----------------------------------------------- */
 
.store_table_menu_column {
	background-color: #DBE6EB;
}
 
.store_category_list {
 	list-style-type: none;
	margin-left: -30px;
 	margin-top: 4px;
 	display:none;
}
 
.store_special_list {
 	list-style-type: none;
	margin-left: -30px;
 	margin-top: 4px;
}

.store_category_item {
 	margin-bottom: 4px;
}
 
.store_special_item {
 	margin-bottom: 10px;
}

.store_cart_contents_header {
	background-color: #ABC5D0;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 12px;
}
.store_cart_item_row_tr {
	
}
.store_cart_item_row_td {
	
}

.store_cart_totals_tr {
	background-color: #DBE6EB;
}

.store_cart_totals_shippers_tr {
	background-color: #DBE6EB;
}

.store_cart_totals_total_tr {
	background-color: #ABC5D0;
}

.store_cart_billship_warning_tr {
	background-color: #DBE6EB;
}
 
a.store_heading, 
a.store_special_heading:hover {
	background-color: #ABC5D0;
	border-bottom: 2px solid #DBE6EB;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_heading:hover, 
a.store_special_heading {
	background-color: #2E6F89;
	border-bottom: 2px solid #DBE6EB;
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.store_special_heading {
	background-color: #2E6F89;
	border-bottom: 2px solid #DBE6EB;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_heading_toggle {
	background-color: #ABC5D0;
	border-bottom: 2px solid #EEEEEE;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_heading_toggle:hover {
	background-color: #ABC5D0;
	border-bottom: 2px solid #EEEEEE;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_category_link {
 	border-bottom: 1px solid #DBE6EB;
 	color: #646464;
}
 
a.store_category_link:hover {
 	border-bottom: 1px solid #2E6F89;
  	color: #2E6F89;
}
 
a.store_category_boldlink {
 	border-bottom: 1px solid #DBE6EB;
 	color: #646464;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_category_boldlink:hover {
 	border-bottom: 1px solid #2E6F89;
  	color: #2E6F89;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_item_link {
 	border-bottom: 0px;
 	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_item_link:hover {
 	border-bottom: 0px;
 	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link_mini {
 	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_item_link_mini:hover {
 	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link_nano {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_item_link_nano:hover {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
	letter-spacing: -1px;
}

.store_featured {
	border-bottom: 1px solid #999;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}
 
.store_pix_left {
	float: left;
	margin-bottom: 4px;
	margin-right: 8px;
}

.store_pix_right {
	float: right;
	margin-bottom: 2px;
	margin-left: 6px;
}


/* -----------------------------------------------
 Store - List View 
 ----------------------------------------------- */

.store_gallery_td {
	padding-right: 10px;
	width: 565px;
}

.store_gallery_head {
	background-color: #DBE6EB;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 12px;
}

a.store_header_link {
	border-bottom: 1px solid #DBE6EB;
	color: #2E6F89;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_header_link:hover {
	border-bottom: 1px solid #00B7E4;
	color: #00B7E4;
	font-weight: bold;
	letter-spacing: -1px;
}

.store_gallery_sortbar {
	background-color: #DBE6EB;
	float: right;
	padding: 10px;
	text-align: right;
}

.store_gallery_left {
	border-right: 1px solid #777;
	height: 425px;
	padding-right: 10px;
	padding-top: 10px;
	width: 185px;
	padding-left: 10px;
}

.store_gallery_right {
	border-right: 1px solid #777;
	height: 425px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 185px;
}

.store_gallery_hrule {
	border-bottom: 1px solid #777;
	height: 2px;
	margin-bottom: 2px;
}

.store_list_desc {
	margin-top: 5px;
	margin-bottom: 5px;
}

.store_item_title {
	height: 80px;
}

.store_item_desc {
	height: 275px;
}

.store_footer_bg {
	background-color: #ABC5D0;
}

.resource_sidebar_bg {
	background-color: #DBE6EB;
}

.store_header_search_results {
	color:#000;	
}

/* -----------------------------------------------
 Columns and Rules 
 ----------------------------------------------- */
 
.table_rules {
	border: 1px solid black;
}

.table_rules_light {
	border: 1px solid #ABC5D0;
}

.table_rules_topbot {
	border-top: 1px solid #00698A;
	border-bottom: 1px solid #00698A;
}

.table_rules_topbot_black {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.cell_rule_left {
	border-left: 1px solid black;
}


.cell_rule_right {
	border-right: 1px solid black;
}

.column_left {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.column_right {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* -----------------------------------------------
 Footnotes 
 ----------------------------------------------- */
 
 .footnote_sup {
	color: #999;
}
 
.footnotes {
	font-size: 9px;
	color: #999;
}

/* -----------------------------------------------
 Lists 
 ----------------------------------------------- */

.list_noindents {
	list-style: disc outside;
	margin-left: -22px;
	margin-right: 10px;
}

.list_square_bullets {
	list-style: square outside;
	
}

.sidebar_list {
	list-style: disc outside;
	margin-left: -15px;
	margin-right: 10px;
}

/* -----------------------------------------------
 List Views 
 ----------------------------------------------- */
 
.capitals_caption {
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
}

.filterbar_caption {
	color: #444444;
	font-size: 9px;
}

.sortbar_caption {
	color: #ABC5D0;
	font-size: 9px;
	padding-right: 10px;
}

a.sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.sort_btn:hover {
	background-color: #00698A;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.star_sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.star_sort_btn:hover {
	background-color: #00698A;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.sortselected_btn {
	background-color: #ABC5D0;
	border-bottom: 0px;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.sortselected_btn:hover {
	background-color: #00698A;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

/* -----------------------------------------------
 Sidebars 
 ----------------------------------------------- */
 
.sidebar_float {
	background-color: #DBE6EB;
	border: 1px solid #ABC5D0;
	float: right;
	margin-left: 10px;
	margin: 5px;
}

.sidebar_float_left {
	background-color: #DBE6EB;
	border: 1px solid #ABC5D0;
	float: left;
	margin-left: 10px;
	margin: 5px;
}

.sidebar_heading {
	background-color: #ABC5D0;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.sidebar_quote {
	color: #00B7E4;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 15px;
	text-align: left;
}

.sidebar_attribution {
	color: #777777;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 15px 15px 15px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Table Padding 
 ----------------------------------------------- */

.td_pad_R {
	padding-right: 10px;
}
.td_pad_BR {
	padding-bottom: 10px;
	padding-right: 10px;
}
.td_pad_RTB {
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* -----------------------------------------------
 List engine 
 ----------------------------------------------- */

.std_filterbar,
.filter_bar_tr {
	background-color:	#ABC5D0;
	padding: 6px;
}

.std_sortbar {
	background-color: black;
	padding: 6px;
}

/* -----------------------------------------------
 Pictures 
 ----------------------------------------------- */

.floatpixright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
 
.floatpixleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* -----------------------------------------------
 Misc 
 ----------------------------------------------- */

.list_noindent {
	margin-left: 14px;
	padding-left: 0px;
}
.li_color {
	color: #2E6F89;
	list-style-type: square;
}

.header_bkgd {
	background: url(art/header_center.jpg) no-repeat;
	height: 84px;
	width: 519px;
}
.cargo_ship_pano {
	background: url(art/cargo_ship_pano.jpg) no-repeat center center;
	height: 230px;
	width: 444px;
}

.portrait {
	float: right;
	margin-left: 10px;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

.form_correction {
	margin:0px;
	padding:0px;
}

#pure_development_toolbar {
	position:fixed;
	z-index:100;
	right:30px;
	top:2px;
	border:1px dotted #555;
	background-color:#ccc;
	padding:2px;
	width:200px;
}
.light_green_border_bottom {
	border-bottom:1px solid #ABC5D0;
}

.underlined {
	text-decoration: underline;
}

INPUT.redButtons,
.redbuttons,
.redButtons {
	background: #C20029;
	background-color: #C20029;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
INPUT.redButtons:hover,
.redbuttons:hover,
.redButtons:hover {
	background: black;
	background-color: black;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* -----------------------------------------------
 AlertMessages 
 ----------------------------------------------- */

.pure_alerts_container{
	width: 	400px;
	height:	400px;
	text-align: left;
}

.pure_alerts_container_heading {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	background: #ABC5D0;
	border-bottom: 1px solid white;
}

#scrolling_alerts_container {
}

.pure_alerts_listItem {
	display: block;
	background: #EEEEEE;
	border-bottom: 1px solid white;
	padding: 10px;
}
.pure_alerts_listItem:hover {
	display: block;
	background: #1E465B;
	color: white;
	border-bottom: 1px solid white;
	padding: 10px;
}

.pure_alerts_detail_container {
	display:	none;
	padding:	10px;
	border:		1px solid #ABC5D0;
}

.deebeeque {
	text-align:left;
	border:1px solid #0099ff;
	background-color:#ddddff;
	padding:6px;
	margin:3px;
}
.deebeeque_title{
	background-color:#0000cc;
	color:white;
	padding:2px 20px 2px 20px;
	font-weight:bold;
}

/* -----------------------------------------------
 Glossary of Terms Inline
 ----------------------------------------------- */

a.glossary_term {
	position: relative;
	border-bottom: 1px dotted;
	cursor: help;
	color:inherit;
}
a.glossary_term:hover {
	z-index:1;
	color:inherit;
}
a.glossary_term span.glossary_tooltip_container {
	visibility: hidden;
	display:block;
	position: absolute;
	
	background-color:#FFFFAF;
	border:1px solid gray;
	padding:8px;
	font-weight:bold;
	z-index: 2;
	top: 1.5em;
	left: 10;
	line-height: 1.2em;
	color:black;
	text-align:left;
}
a.glossary_term:hover span.glossary_tooltip_container {
	visibility: visible;
	width:250px;
}

.glossary_tooltip_term {
	font-size:14px;
}
.glossary_tooltip_definition {
	margin-top:10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
}



.select75 {
	width: 75px;	
}

.select100 {
	width: 100px;	
}

.select125 {
	width: 125px;	
}

.select150 {
	width: 150px;	
}

.select175 {
	width:175px;
}

.select200 {
	width: 200px;	
}

.select250 {
	width:300px;
}


#registration_steps_container{
	position:relative;
	width:700px;
	height:50px;
	border:1px solid #5C8CA0;
	margin:10px 0px 10px 0px;
	text-align:left;
	font-weight:bold;
}

.registration_step{
	position:absolute;
	width:233px;
	height:50px;
	border-right:1px solid #5C8CA0;
	background: url('/art/registration_step_grad.jpg') no-repeat top left;
}

.registration_step_text{
	padding:0px 5px 5px 40px;
	line-height:50px;
	color:#29637C;
}

.registration_step_number {
	position:absolute;
	left:6px;
	font-size:48px;
	font-family:Helvetica, Arial, sans-serif;
	color:#29637C;
	line-height:50px;
}

#step1 {
	left:0px;
}
#step2 {
	left:233px;
	border-left:1px solid #5C8CA0;
}
#step3 {
	left:466px;
	width:234px;
	border-width:0px;
}

.selected_registration_step{                                                                 
	background: url('/art/registration_step_grad_selected.jpg') no-repeat top left;
}

#registration_form_container{
	width:700px;
	border:1px solid black;	
}

#registration_step_indicator{
	position:relative;
	width:700px;
	top:-4px;
	text-align:left;
}

.registration_step_indicator1{
	position:relative;
	left:88px;
}

.registration_step_indicator2{
	position:relative;
	left:320px;
}

.registration_step_indicator3{
	position:relative;
	left:552px;
}

.HUD_controller{
	border:0px solid #ffff00;	
}

a.puffy_button {
	background-color: #2E6F89;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}
a.puffy_button:hover {
	background-color: black;
	color: #ABC5D0;
}

#dashboardCSVUploadProgress {
	margin-top:50px;
	width:725px;
	min-height:100px;
	padding:10px 0px 10px 0px;
	outline:0px solid green;
}
#dashboardCSVUploadProgress p {
	text-align:center;
}
#dashboardCSVUploadTable {
	margin-top:50px;
	width:400px !important;
	height:auto;
	outline:0px solid blue;
	vertical-align:top;
}
#progressSpinner {

}


/* -----------------------------------------------
 Menus 
 ----------------------------------------------- */

.header_menu {
	background-color: #1E465B;
	color: white;
	padding: 8px 0px 8px 0px;
	border-top: 1px solid white;
}

.menu {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: -1px;
	border-bottom: 0px;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
}

a.menu_item,
a.menu_left,
a.menu_right,
a.menu_item_selected:hover {
	color: #ABC5D0;
}

a.menu_item_yellow,
a.menu_item_yellow_selected,
a.menu_item_yellow_selected:hover {
	color: #E3AB1B;
	border-bottom: 0px;
}
a.menu_item_yellow:hover {
	color: #1E465B;
	background-color: #E3AB1B;
	border-bottom: 0px;
}

a.menu_item:hover,
a.menu_left:hover,
a.menu_right:hover,
a.menu_item_selected,
a.menu_left_selected, 
a.menu_right_selected, 
a.menu_item_selected:hover,
a.menu_left_selected:hover,
a.menu_right_selected:hover {
	color: white;
	border-bottom: 0px;
}


