/* -----------------------------------------------
 Colors 
 ----------------------------------------------- */
.black  	{color: black;}
.blue_dark	{color: #004178;}
.blue_meddk	{color: #8BA8C5;}
.blue_med	{color: #BAD0EC;}
.blue_medlt	{color: #CBDCF1;}
.blue_lt	{color: #DDE8F6;}
.blue_xlt	{color: #EEF3FA;}
.gray_lt	{color: #EEEEEE;}
.gray_medlt	{color: #aaaaaa;}
.gray_med	{color: #777777;}
.gray_dark	{color: #444444;}
.white		{color: white;}
                             
.red  		{color: #C20029;}
.gold 		{color: #BAD0EC;}	/* use on dark bkgds */
.gold_dark	{color: #8BA8C5;}	/* was CA8800 - use on lite bkgds */

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */
.body {
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 95%;
	margin: 0px;
	padding: 0px;
}

.body_oic {
	background-image: url(/art/menu_bkgd.jpg);
	background-repeat: repeat-y;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 95%;
}

html, body, .body_oic, body_oic, .slideshow_body, #wrapper, #slideshow_wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

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

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

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

.page_headline {
	color: white;
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	text-indent: 20px;
}

.redhead {
	color:  #004178;
	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 {
	background-image: url(/images/arrows/arrow_right_ov.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color:  #C20029;
	font-weight: bold;
	letter-spacing: -1px;
	padding-left: 10px;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

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

.bolditalic {
	color: #777777;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}

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

.smallcaps {
	color: #CA8800;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

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

a.res_category_link:hover {
	border-bottom: 1px solid;
	color: #004178;
}

a.product_link {
	font-style: italic;
}

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

a.imagelink {
	text-decoration: none;
}
a.imagelink:hover {
	text-decoration: none;
}
a.button {
	color:  white;
	background-color: #004178;
	border: 1px solid #004178;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}
a.button:hover {
	background-color: #EEEEEE;
	color: #004178;
	border: 1px solid #004178;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

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

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

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

a.arrowlink_beige:hover {
	background-color: #004178;
	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;
}

.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: #004178;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}

a.button_outlined:hover {
	background-color: #004178;
	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.mini_btn {
	background-color: #CA8800;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

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

a.mini_btn_red {
	background-color: #004178;
	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: #BAD0EC;
	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: #004178;
	color: white;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

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

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

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

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

.ic_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 178px;
	height: 180px;
	margin: 0;
	padding: 0;
	border: 0px;
	background-image: url(art/logo.jpg);
	background-repeat: no-repeat;
}
.ic_logo:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 178px;
	height: 180px;
	margin: 0;
	padding: 0;
	border: 0px;
	background-image: url(art/logo_ov.jpg);
	background-repeat: no-repeat;
}

a.MenuText {
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.MenuText:hover {
	text-decoration: underline;
	color: #004178;
}
a.MenuText:active {
	text-decoration: none;
	color: #000000;
}

/* -----------------------------------------------
 Table rows, columns, rules
 ----------------------------------------------- */
.ruledRow {
	border-bottom:1px solid #999999;
}
.ruledRow_blue {
	border-bottom:1px solid #336699;
}
.ruledCol_blue {
	border-left:1px solid #336699;
}
.ruledRow_white {
	border-bottom:1px solid #FFFFFF;
}
/* -----------------------------------------------
 Captions
 ----------------------------------------------- */
.CaptionText {
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-size: 10px;
	color: #BAD0EC;
	text-decoration: none;
	font-style: italic;
}
.CaptionLink {
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-size: 10px;
	color: #DDE8F6;
	text-decoration: none;
	border-bottom: 1px dotted #DDE8F6;
	font-style: italic;
}
.CaptionLink:hover {
	text-decoration: underline;
	color: #004178;
	text-decoration: none;
	border-bottom: 1px solid #004178;
}
/* -----------------------------------------------
 Copyright
 ----------------------------------------------- */
.CopyrightText {
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-size: 10px;
	color: #BAD0EC;
	text-decoration: none;
	font-style: italic;
}
/* -----------------------------------------------
 Media Review Ratings
 ----------------------------------------------- */
.media_review_block {
	float: right;
	margin-left: 10px;
	width: 120px;
	padding: 10px;
	background-color: #E8EFF7;
}
a.media_review_link {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #004178;
}
a.media_review_link:hover {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: black;
}
a.media_review_rating {
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-size: 9px;
	text-decoration: none;
	color: #004178;
}
a.media_review_rating:hover {
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-size: 9px;
	text-decoration: underline;
	color: black;
}

/* -----------------------------------------------
 Testimonial Block
 ----------------------------------------------- */
 
a.testimonial_link {
	background-color: #EEF3FA;
	width: 600px;
	display: block;
	border: 0px;
	padding: 10px;
	text-align: left;
}
a.testimonial_link:hover {
	background-color: #DDE8F6;
	width: 600px;
	display: block;
	text-decoration: none;
	border: 0px;
	padding: 10px;
	text-align: left;
}

.testimonial_banner {
	color: #004178;
	border: 1px solid #BAD0EC;
	font-size: 9px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0px;
}

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

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

.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;
}

/* -----------------------------------------------
 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_table {
	border-bottom: 1px solid #004178;
}

.SP0NS0R_heading {
	border: 1px solid #004178;
}

.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: #BAD0EC;
	border-bottom: 0px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}

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: #BAD0EC;
	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: #BAD0EC;
	border-bottom: 1px solid;
	color: #004178;
}

/* -----------------------------------------------
 Fake Dialog boxes (login, search, etc)
 ----------------------------------------------- */
 
.form_titlebar {
	background-color: #004178;
	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: #CA8800;
	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: #CA8800;
	font-weight: bold;
	letter-spacing: -1px;
}

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

/* -----------------------------------------------
 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: 9px;
}

/* -----------------------------------------------
 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 {
	color: #444444;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

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

.inputform_problem {
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

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

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

/* -----------------------------------------------
 Login | Registration
 ----------------------------------------------- */

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

.login_btn {
	border-bottom: 0px;
	color: #BAD0EC;
	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: #BAD0EC;
	border-bottom: 0px;
	color: #777777;
	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: #004178;
	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: #CA8800;
	font-size: 10px;
	font-weight: bold;
}

a.helper_app_link:hover {
	border-bottom: 1px solid;
	color: #C20029;
	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 #BAD0EC;
	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 #BAD0EC;
	color: #646464;
	display: block;
	text-decoration: none;
}

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

.reminder_block {
	background-color: #EEEEEE;
	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: #C20029;
}	


/* -----------------------------------------------
 T-Team 
 ----------------------------------------------- */

.t_definition_text {
	/*color: #EEEEEE;*/
	color: black;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	width: 260px;
}

.column_fill_gray {
	/*height: 100%;    // screws up FireFox */
	padding: 4px;
	background-image: url(/art/body_gradient_gray.jpg);
	background-repeat: repeat-x;
}

.column_fill_beige {
	/*height: 100%;    // screws up FireFox */
	padding: 4px;
	background-image: url(/art/body_gradient_beige.jpg);
	background-repeat: repeat-x;
}

.column_fill_tan {
	/*height: 100%;    // screws up FireFox */
	padding: 4px;
	background-image: url(/art/body_gradient_tan.jpg);
	background-repeat: repeat-x;
}

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

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

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

.query_input {
	border-bottom: 1px solid #EEEEEE;
	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: #777777;
	float: right;
	font-weight: normal;
	margin-right: 14px;
	margin-top: 4px;
}

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

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

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

a.spotlite_rezlink:hover {
	border-bottom: 1px solid #EEEEEE;
	color: #C20029;
}	

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: #CBDCF1;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.poll_heading_red {
	background-color: #C20029;
	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: #CA8800;
	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: #EEEEEE;
	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: #CA8800;
	font-weight: bold;
}

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

.workshoptime_onwhite {
	color: #999;
}

.workshoptime_ongray {
	color: #888;
}

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

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

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

.copyright_btn:hover {
	background-color: #BAD0EC;
	border-bottom: 0px;
	color: #777777;
	text-decoration: none;
}

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

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

#locations_logo_block {
	background-color: #CBDCF1;
	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 #C20029;
	margin-bottom: 10px;
	position: relative;
}

.compass_description {
	font-style: italic;
	padding: 20px;
}
 
a.compass_btn {
	background-color: #C20029;
	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: #BAD0EC;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 10px;
	padding: 4px 10px 4px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* -----------------------------------------------
 Resources 
 ----------------------------------------------- */
 
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: #CA8800;
	color: white;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

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

.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: #8BA8C5;
	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_category_list {
 	list-style-type: none;
 	margin-top: 4px;
 	display:none;
}

.store_special_list {
 	list-style-type: none;
 	margin-top: 4px;
}

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

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

.store_cart_totals_tr {
	background-color: #CBDCF1;
}

.store_cart_totals_shippers_tr {
	background-color: #CBDCF1;
}

.store_cart_totals_total_tr {
	background-color: #8BA8C5;
}

.store_cart_billship_warning_tr {
	background-color: #CBDCF1;
}

a.store_heading, 
a.store_special_heading:hover {
	background-color: #CBDCF1;
	border-bottom: 2px solid #EEEEEE;
	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: #004178;
	border-bottom: 2px solid #EEEEEE;
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.store_special_heading{
	background-color: #004178;
	border-bottom: 2px solid #EEEEEE;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_heading_toggle {
	background-color: #CBDCF1;
	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: #8BA8C5;
	border-bottom: 2px solid #EEEEEE;
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_category_link {
 	border-bottom: 0px;
 	color: #646464;
}
 
a.store_category_link:hover {
  	color: #004178;
}
 
a.store_category_boldlink {
 	color: #646464;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_category_boldlink:hover {
  	color: #004178;
	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: #BAD0EC;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 12px;
}

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

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

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

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

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

.store_gallery_hrule {
	border-bottom: 1px solid #777777;
	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: #BAD0EC;
}

.resource_sidebar_bg {
	background-color: #EEEEEE;
}

.store_header_search_results {
	color: black;	
}

.store_row_color_light {
	background-color: white;
}
.store_row_color_dark {
	background-color: #eeeeee;
}

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

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

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

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

.cell_rule_left {
	border-left: 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;
}

.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: #CBDCF1;
	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: #C20029;
	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: #C20029;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

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

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

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

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

.sidebar_quote {
	color: #CA8800;
	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;
}

/* -----------------------------------------------
 Toolkit listings on Compass pages 
 ----------------------------------------------- */
.toolkit_description_list {
	padding-bottom: 0px;
}

/* -----------------------------------------------
 Decorative Backgrounds 
 ----------------------------------------------- */
 
.oregon_chart_bkgd {
	background-image: url(/art/oregon_chart.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #C20029;
}

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

.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 #CBDCF1;	
}
.underlined {
	text-decoration: underline;
}

.checkStatusButton {
	text-transform:uppercase;
	font-size:9px;
	border:0px;
	padding:2px;
	margin-bottom:2px;
	background-color:#004178;
	color: white;
	letter-spacing: -1px;
	font-weight: bold;
}

