/* CSS Document */
/*
Blues
Dark blue: #424B63
Medium Blue: #2558AD alt: #306DD1 //used in home slideshow  boxes
Light Blue: #4D84DE alt: 6494E3
Super Light Blue: #95D2FD

light gray: #E1E0E2
DARK GRAY: #B3B2B2

BROWN: #5D411D

Greens
Dark Green: #384F29
CACKI GREEN: 8C8D10
Medium green: 4E6E3A

purples
Dark Purple #731182
Medium purple: #8D3495
lIGHT PURPLE: #9C0EB2
SUPER LIGHT PURPLE #CC9BC9
Secondary pages FONTS:

#FIREWEED - NEW PURPLE
#83054F  was 840550
#A62782

    * All headers for all landing/topics/articles/etc
    * Trebuchet MS- Bold - 26px - 2558ad


    * Byline - Tahoma Regular, 12px, color 808080, style: By FIRST LAST

    * Body - Tahoma Regular, 12px on 15px, color 5d5c61, 5px paragraph space after
    * Subhead - Tahoma Regular, 17px, color 4d84de, 5px paragraph space after
    * Links in text block - Tahoma Regular, 12px, color 2558ad, underlined
    * Download Icon - Trebuchet Bold, 16px, color 670f74, underlined, ALL CAPS
    * Photo Caption - Tahoma Regular, 11px on 12px, color 5d5c61
	
	ebsite colors

    * Colors - effects:
    * Dark Blue - 2558ad
    * Light Blue - 4d84de
    * Dark Purple - 670f74
    * Light Purple - 8d3495
    * Arrow Green - 075960
    * White - ffffff :)
    * Dark Green - 384f29
    * Light Green - 4e6e3a
    * Arrow Orange - ab6103
    * Navbar Blue - aac8fa
    * Navbar Gray - b3b2b2
    * Background Gray - e1e0e2
	* event border/line gray cdcccf

*/
/* *{border:0px solid #eee;margin:0;padding:0;list-style:none} */

body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	cursor:default;
	margin-left: 0px;
	margin-top: 0px;
	top:0px;
	left:0px;
	bottom:0px;
	margin-bottom:0px;

}

a
{
	/*color:#8da87d;*/
	color:#2558ad;
}
a:hover
{
	color:#9b289f;
}

#sidebar_top /*TOP COLUMN*/
{
	width:100%;
	height:80px; 
	background-image:url(/images/shell/top_bg_gradient.jpg);
	background-repeat:repeat-x;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}
.top_sitename
{
	margin-left:14px;
	/*background-image:url(/images/shell/top_bg_travel_juneau.png);
	background-repeat:no-repeat;
	background-position:right;*/
	
}
.top_sitename a 
{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FFFFFF;
	text-decoration:none;
	
}
.top_sitename a:hover
{
	color:#d0e4fd;
}
.top_tagline
{
	margin-left:10px;
	margin-top:0px;
	
}
.top_tagline a
{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;

}
.top_tagline a:hover
{
	color:#d0e4fd;
}
.Textinput
{
	border: 1px solid #ADBA84;
}
#sidebar_top_left /*LEFT TOP COLUMN*/
{
	height:70px;
	width:35%; /* 335px*/
	background-image:url(/images/shell/top_bg_travel_juneau.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:10;
	
}
#top_bar
{
	height:10px;
	background-color:#4e6e3a;
}
#sidebar_top_right /*RIGHT TOP COLUMN*/
{
	position:absolute;  
	right:0px; 
	top:0px; 
	width:252px; 
	height:80px;  
	background-image:url(/images/shell/top_bg_right2.jpg);
}

.sidebar_top_right_1, .sidebar_top_right_1 a 
{
/*	
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFFFFF;
	text-decoration:none;*/
	
}
.sidebar_top_right_1 a:hover
{
	color:#9b289f;
}
#sidebar_top_right_b /*RIGHT TOP COLUMN A*/
{
	float:right;
	padding:15px 15px 10px 10px;
	position:relative;
	top:0px;
	height:80px;
	width:40%;/* of TOP RIGHT div not just  TOP div*/
	background-image:url(/images/shell/top_bg_right.jpg);
	background-repeat:repeat-x;
	z-index:10;
	overflow:hidden;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;

}
#sidebar_bottom /*BOTTOM COLUMN*/
{
	width:100%;
	height:80px; 
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:10;
	overflow:hidden;
	background-color:#4e6e3a;
}
#sidebar_bottom_interior /*BOTTOM COLUMN*/
{
	width:100%;
	height:80px; 
	position:relative;
	left:0px;
	bottom:0px;
	z-index:10;
	overflow:hidden;
	background-color:#4e6e3a;
}
#sidebar_bottom_right /*RIGHT BOTTOM COLUMN*/
{
	width:39%;
	height:80px;
	background:#ffa520;
	position:absolute;
	background-image:url(/images/shell/footer_bg_home_right.jpg);
	right:2px;
	bottom:0px;
	z-index:11;
	overflow:hidden;
}
#sidebar_bottom_left /*LEFT BOTTOM COLUMN*/
{
	width:60%;
	height:70px;
	background:orange;
	background-image:url(/images/shell/footer_bg_home_left.jpg);
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:11;
	overflow:hidden;
}
#sidebar_bottom_default /*LEFT BOTTOM COLUMN*/
{
	width:100%;
	height:70px;
	background-image:url(/images/shell/bottom_bg_default.jpg);
	background-repeat:repeat-x;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:11;
}

#slideshow_buttons_bg
{
	position:absolute;
	right:0px;
	top:83px;
	width:30%; 
	/*width:300px;*/
	height:30px;
	z-index:10;
	background-color:#CBB;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	/*filter:alpha(opacity=100);
	-moz-opacity:1.0;*/

}
#slideshow_buttons_interior_bg
{
	position:absolute;
	right:0px;
	top:0px;
	width:354px; 
	/*width:300px;*/
	height:30px; /*37px*/
	z-index:10;
	background-color:#CBB;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	font-family:Tahoma;
	font-size:11px;
	color:#2558ad;
	text-decoration:underline;
	/*filter:alpha(opacity=100);
	-moz-opacity:1.0;*/

}
.SubHeading_body
{
	color: #4D84De; 
	font-family: Tahoma; 
	font-size: 13px; 
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
}
#slideshow_buttons_interior_bg a
{
	font-family:Tahoma;
	font-size:11px;
	color:#2558ad;
	text-decoration:underline;
}
.caption, .caption a 
{

	font-size:11px;
}

.footer_text, .footer_text a 
{
	color:#000000;
	font-size:12px;
}
.footer_text_heading, .footer_text_heading a
{
	font-weight:bold;
	font-size:12px;
}
.welcome_heading, welcome_heading a
{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;

}
.welcome_text, welcome_text a
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;

}

.top_links
{
	text-align:right; 
	padding:12px 17px 10px 17px; 
}
.top_links a
{
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif; 
	font-size:15px;
	color:#FFFFFF; 	
	font-weight:bold;
	text-decoration:none;
}
.top_links a:hover
{
	color:#9b289f;
}

.bottomlinks, .bottomlinks a
{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
}
.bottomlinks a:hover
{
	color:#9b289f;
}
#breadcrumbarea
{
	background-color:#f0eff0;
	/*width:775px; */
	margin-top:15px; 
	margin-left:15px; 
	height:27px; 
	margin-bottom:15px; 
	overflow:hidden;
	color:#4d84de;
	font-size:11px;
	

}
.breadcrumb
{
	font-family:Tahoma; 
	font-size:11px; 
	color:#5d5c61;
	text-decoration:underline; 
}
.breadcrumbpageyouron
{
	text-decoration:underline;
	color:#4d84de; /*blue*/
	font-size:11px;
}
.breadcrumb a 
{
	color:#5d5c61;
	text-decoration:underline;
}
.breadcrumb:hover
{
	color:#9b289f;
}
.breadcrumb_seperator
{
	font-family:Tahoma; 
	font-size:11px; 
	color:#5d5c61;
	text-decoration:none;
}

#print_send_buttons a
{
	color:#4d84de;
	text-decoration:underline;
	font-size:11px;
}
#print_send_buttons a:hover
{
	color:#9b289f;
}
/*right  menu */
.menu_list_right {
	width: 172px;
	text-align:left;
	margin:auto;
	/*background-color:#e2e0e3; gray */
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:13px;	
}
.menu_head_right {
	padding: 5px;
	cursor: pointer;
	position: relative;
	margin:1px 0px;
	color:#FFFFFF;
	background-image:url(/images/shell/menu_head_left_right.jpg);
      /* background: #eef4d3 url(left.png) center right no-repeat; */
}
.menu_head_right a:hover
{
	background-image:url(/images/shell/menu_head_left_right_over.jpg);
}
.menu_body_right span {
	display:none;
	font-family:Tahoma;
	font-size:13px;
	padding: 1px;
	display:block;
	color:#585560;
	background-color: #e1e0e2;
	text-decoration:none;
	border-bottom:1px solid #9dafd6;
}
.menu_body_right a {
	font-family:Tahoma;
	font-size:11px;
	color:#585560;
}

.menu_body_right a:hover {
	background-color: #c4dcf8;
  color: #9b289f;
  /*text-decoration:underline;*/
}

.menu_head_single_right {
	margin:5px auto;
	text-align:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	width: 165px;
	padding: 5px 0px 5px 5px;
	font-size:11px;
	font-weight:bold;
	background-color:#B3B2B2;
	cursor: pointer;
}
.menu_head_single_right a
{
	color:#FFFFFF;
	text-decoration:none;
}
.menu_head_single_right a:hover
{
	background-color:#B3B2B2;
}
.menu_purple_right
{
	margin:5px auto;
	text-align:left;
	width: 165px;
	padding: 5px 0px 5px 5px;
	background-image:url(/images/shell/menu_head_left_purple.jpg);
	cursor: pointer;
}
.menu_purple_right a
{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
.menu_purple_right a:hover
{
	color:#9b289f;
	text-decoration:underline;
}
.menu_divider_right
{
	background-color:#95d2fd;
	height:5px;
	margin:3px auto;
	margin-bottom:0px;
	width: 171px;
}
.menu_rounded_bottom_right
{
	/*background-color:#e2e0e3; */
	background-image:url(/images/shell/menu_rounded_bottom.png);
	background-position:top; 
	width:172px;
	height:10px;
}
/*end right menu */

/* cms Article styles */
.cmsHeading 
{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#2558ad;
	font-weight:bold;

}
.cmsSubHeading, .cmsSubHeading a
{
	font-family:Tahoma;
	font-size:17px;
	color:#4d84de;
	margin-top:5px;
	text-decoration:none;
	/*Tahoma Regular, 17px, color 4d84de, 5px paragraph space after*/
}
.cmsSubHeading a:hover
{
	color:#9b289f;
}



h3, h3 a
{
	color: #4D84De; 
	font-family: Tahoma; 
	font-size: 13px; 
	font-weight: bold; 
	margin: 0px;
	padding: 0px;

}
h3 a:hover
{
	color:#9b289f;
}
.cmsByLine
{
	font-family:Tahoma;
	font-size:12px;
	color:#808080;
	margin-top:5px;
	
}
.cmsByLine span
{
	text-transform:uppercase;
}
.cmsBody
{
	margin-top:15px;
	font-family:Tahoma;
	font-size:13px;
	line-height:20px;
	color:#333333;
	/*Body - Tahoma Regular, 12px on 15px, color 5d5c61, 5px paragraph space after*/
}
.cmsBody.TopicPage
{
	font-family:Tahoma;
	font-size:13px;
	line-height:20px;
	color:#333333;

}
.cmsBody a
{
	color:#4d84de;
	font-weight:bold;
}
.cmsBody a:hover
{
	color:#9b289f;
}
.cmsBody.TopicPage a
{
	color:#4d84de;
	font-weight:bold;
}
.cmsBody.TopicPage a:hover
{
	color:#9b289f;
}
.cmsBody.TopicPage a.TopicPage_link2 
{
	color:#5d5c61;

}
.cmsBody.Article a
{
	color: #2558ad;
	text-decoration:underline;
}
.cmsBody.Article a:hover
{
	color:#9b289f;
}
.cmsBody hr
{
	color:#5179bd;
	background-color:#5179bd;
	height:1px;
	width:300px;
	text-align:center;

}
.DownloadIcon
{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#670f74;
	text-decoration:none;
	text-transform:capitalize;
}
.cmsCaption
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333; /*5d5c61*/
	background-color:#e1e0e2;
	padding:0px;
	font-weight:normal;
	margin:10px 10px 0px 10px;
	
}
.cmsCaption_padding
{
	padding:10px;
}
.cmsBody ul
{
   position:relative; 
}
.cmsBody li
{
	list-style-image: url(/images/shell/icon_bullet.jpg);
	vertical-align:middle;
	margin-top:5px;
	margin-left:-20px;
}
/*
<!--[if lte IE 6]><style>
ul, ol { 
    height:0; 
    overflow:visible;
}
</style>< ![endif]-->
 
<!--[if gt IE 6]><style>
    ul, ol { height:1%; }
</style>< ![endif]-->
*/

.OverviewThumbnail
{
	padding-right:10px;
}
.Overview_Rightbar_Heading, .Overview_Rightbar_Heading a
{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:17px;
	color:#6d86bb;
	font-weight:bold;
	text-decoration:none;
}
.Overview_Rightbar_Heading a:hover
{
	color:#9b289F;

}
.Overview_Rightbar_Heading span
{
	font-size:16px;
}

.Landing_Rightbar_Heading a, .Landing_Rightbar_Heading a
{

}

.Landing_Rightbar_Heading, .Landing_Rightbar_Heading a
{
	font-family:"myriad pro", Verdana, sans-serif;
	font-size:16px;
	line-height:17px;
	color:#2558ad;
	margin-bottom:0px;
        text-decoration:none;      
}
.Landing_Rightbar_Heading a:hover
{
	color:#9b289F;
        
}

.Landing_Rightbar_Heading a.goIcon
{
        position:absolute;
        right: 10px;
        display:block;
        height: 20px;
        width: 39px;
        overflow:hidden;
        padding: 0;
        margin: 0;
        background-image:url(/images/shell/icon_go_gray_roll.gif);
        background-position:right top;
        background-repeat: no-repeat;
}
.Landing_Rightbar_Heading a.goIcon:hover
{
	background-position:right bottom;
}

.Landing2_Rightbar_Heading, .Landing2_Rightbar_Heading a
{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:17px;
	color:#2558ad;
	margin-bottom:0px;
	text-decoration:none;
}
.Landing2_Rightbar_Heading a:hover
{
	color:#9b289F;

}
.Landing2_Rightbar_Heading span
{
	font-size:16px;

}
.LearnMore
{
	display:none;	
	background-color:#9b99a0;
	width:61px;
	text-align:center;
	height:30px; 
	overflow:hidden;


}

.LearnMore_padding
{
	display:none;	
	padding:1px;
}

.LearnMore a
{
	display:none;	
	text-decoration:none;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;

}
.ViewListings
{
	background-color:#9b99a0;
	width:67px;
	text-align:center;
	height:30px; 
	overflow:hidden;

}

.ViewListings_padding
{
	padding:1px;
}

.ViewListings a
{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;

}

#ad_space1
{
	width:100%;
	background-color:#d4e3fc;
	padding:10px;
	position:relative;
	float:left;
	margin-bottom:10px;
}
#ad_space3
{
	width:100%;
	background-color:#d4e3fc;
	padding:10px;
	position:relative;
	float:left;
	margin-bottom:10px;
}
.learn_more
{
	display:none;
	float:left;
	background-color:#9b99a0;
	text-align:center;
	margin:0px 10px 0px 0px;
	width:61px;
	height:15px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	
}


.learn_more:hover
{
	background-color:#B3B2B2;
	color:#FFFFFF;
}
.view_listings
{
	display:block;
	float:left;
	background-color:#A62782;
	text-align:center;
	margin:0px;
	width:67px;
	height:15px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	
}

.view_listings:hover
{
	background-color:#83054F;
	color:#FFFFFF;
}

/******* EVENTS ********/
.eventOuterContainer{

	margin-right:25px;
	
}
.eventPageTable{
	background-color:#ffffff;
	width:100%;
}
td.eventLeftColumn, td.eventLeftColumn a {
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:#5d5c61;

}
.search_links a {
	font-family:Tahoma;
	font-size:11px;
	line-height:20px;
	color:#5d5c61;
}
.search_links:hover
{
	color:#9b289f;
}
td.eventRightColumn
{
	font-family:"myriad pro", Verdana, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
	background-image:url(/images/shell/bg_topic_right_sm.gif);
	background-repeat:repeat-x;
	padding:5px 8px 5px 8px;
	font-weight:bold;
}
.eventBodyContainer{
	background-color:#ffffff;
	text-align:left;
	padding-left:5px;
	padding-top:4px;
	padding-right:10px;
}
.eventContainerClosed{
	font-family:Tahoma;
	font-size:13px;
	line-height:20px;	
	border-bottom:2px solid #cdcccf;
	/*width:344px;*/
	padding-left:10px;
	padding-right:4px;
	padding-top:10px;
	padding-bottom:20px;
	color: #333333;
	text-align:left;

}
.eventContainerClosed:hover{
	background-color:#f8f8f8;
}
.eventClosedName{
	font-family:Tahoma, Verdana, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
	color:#333333;
	padding-top:2px;
	padding-left:5px;	
	float:left;
	width:160px;
	text-align:left;
}
.eventClosedDate{
	padding-top:2px;
	float:right;
	text-align:right;
	vertical-align:top;
	font-size:11px;

}
.eventMainInfo{
	font-weight:bold;
	font-family:Arial;
}
.eventGroupBy{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:17px;
	color:#4d84de;
	text-transform:uppercase;
	/*background-image:url(/images/shell/bg_topic_right_sm.gif);
	background-repeat:repeat-x; */
	font-weight:bold;
	text-align:left;
	margin-top:15px;
}
.listingOuterContainer{
	padding-bottom:20px;
	vertical-align:top;
	text-align:left;
	/*width:344px;*/
}
.listingOuterContainerEmpty{
	text-align:left;
	padding-bottom:20px;
	/*width:344px;*/
}
.listingContainerClosed{
	font-size:13px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #FFFFFF;
	width:344px;
	padding-left:10px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:10px;
	color: #333333;
	text-align:left;


}
.listingContainerClosed:hover{
	background-color:#999999;
}
.listingContainerOpen{
	font-size:13px;
	line-height:20px;
	border-bottom:1px solid #FFFFFF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;
	
}
.listingContainerOpen2{

	font-size:13px;
	line-height:20px;
	border-bottom:2px solid #CDCCCF;
	border-top:2px solid #CDCCCF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;
	

}
.listingClosedName{
	padding-left:5px;
	font-weight:bold;
	float:left;
	width:170px;
	text-align:left;
}
.listingClosedPhone{
	float:right;
	text-align:left;
	vertical-align:top;
}
.listingClosedLink
{
	font-family:Tahoma;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	color:#333333;
	
}

/******* end EVENTS ********/

.landing_right_column
{	
	width:305px; overflow:hidden; float:right;  background-color:#e1e0e2; margin-left:25px;margin-top:5px;/*f0eff0 original gra*/
}
.landing2_right_column
{
	/*width:186px; */
	width:305px; overflow:hidden; background-color:#e1e0e2; margin-left:10px;margin-top:5px; 
}
.article_right_column
{
	width:305px; overflow:hidden; float:right;  background-color:#e1e0e2; margin-left:25px;
}
.overview_right_column
{
width:305px; overflow:hidden; float:right;  background-color:#e1e0e2; margin-left:25px; margin-top:5px;
}
.topic_right_column
{
width:305px; 
overflow:hidden; 
float:right;  
background-color:#e1e0e2; 
margin-left:25px;
margin-top:5px;
font-family:"Myriad pro", Verdana, sans-serif; 
font-size:16px;
line-height:17px;
color:#585560;
text-decoration:none; 
font-weight:normal; 
padding:0px;
}
.explore_more
{
font-family:myriad pro, Verdana, sans-serif; font-size:16px; line-height:17px;color:#585560; text-decoration:none; font-weight:normal; padding:0px;
}
.explore_more a:hover
{
	color:#9b289f;
}
.mytripname
{
	font-weight:bold;
	
}
.mytripbody
{
	
}
 .myadd
    {
      display:block;
	  color:#FFFFFF;
      font-family:Tahoma;
      font-size:13px;
      font-weight:normal;
      text-decoration: none;
      background-color:#98959E;
      padding-top: 2px;
      padding-bottom:2px;
      padding-left:4px;
      padding-right:4px;
	  text-align:center;
	  width:165px;
	  margin-top:5px;

    }
	a.myadd:hover
	{
		background-color:#9b289f;
		color:#FFFFFF;
	}
 .myremove
    {
      display:block;
	  color:#FFFFFF;
      font-family:Tahoma;
      font-size:13px;
      font-weight:normal;
      text-decoration: none;
      background-color:#98959E;
      padding-top: 2px;
      padding-bottom:2px;
      padding-left:4px;
      padding-right:4px;
	  text-align:center;
	  width:225px;

    }
	.myremove:hover
	{
		background-color:#9b289f;
		color:#FFFFFF;
	}
	.memberlogin_box
	{
		background-color:#e1e0e2;
	
	}
	.contentlinks
	{
		border-bottom:1px solid #9dafd6;
    font-size:14px;
		margin-bottom:5px;
	}
  .contentlinks_rightnav
 {    
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#5d5c61;
  overflow:hidden;
  border-bottom:1px solid #9dafd6;
 }
 .rightsidelinks
 {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#1861B5;
  text-decoration:none;
 }
.back_to_events
{
	font-family:Tahoma;
	font-size:13px;
	color:#2558AD;
}
.back_to_events:hover
{
		color:#9b289f;
}
td.purple_bg_forms, td.purple_bg_forms a
{
	font-family:"myriad pro", Verdana, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
	background-image:url(/images/shell/bg_topic_right_sm.gif);
	background-repeat:repeat-x;
	padding:5px 8px 5px 3px;
	font-weight:bold;
}
.memberloginlink
{
	text-decoration:none;
	
}
.memberloginlink span
{
	text-transform:lowercase;
	
}
.purple_bg_forms:hover
{
	border:1px solid #ffffff;
	background-image:url(/images/shell/bg_topic_right_sm_over.gif);

}
.checkbox_noshading
{
background-color:#FFFFFF;
}
.topic_pages_right_heading, .topic_pages_right_heading a
{
	font-family:"myriad pro", Arial, sans-serif;
	 font-size:12px; 
	color:#FFFFFF;	
	text-transform:uppercase;
	text-decoration:none;
	
}
.topic_pages_right_heading a {
    background-image: url(/images/shell/icon_go.gif);
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    width: 273px;
}

.topic_pages_right_heading a:hover {
    background-image: url(/images/shell/icon_go_shadow.gif);
}