/* CSS 2009 Meeting Site */


body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#000000;
}

td,th {
	font-size: x-small;
}


/* body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:x-small
} */


/* .style1 {font-size: x-small} */

/* .style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
} */

/* .style7 {color: #FFFFFF} */




a {
	font-size: x-small;
} 

a:link {
	color: #AD2C55;
	text-decoration: underline;
}
a:visited {
	color: #AD2C55;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #AD2C55;
	text-decoration: underline;
}
/*
#class2 a:link {color: #AD2C55 !important;	text-decoration: underline !important;}
#class2 a:visited {color: #AD2C55 !important;	text-decoration: underline !important;}
#class2 a:active {color: #DFB442 !important;	text-decoration: none !important;}
#class2 a:hover {color: #DFB442 !important;	text-decoration: none !important;}*/
a.class2:link {color:rgb(55, 100, 160);; text-decoration: underline;}
a.class2:visited {color:rgb(55, 100, 160);text-decoration: underline;}
a.class2:active {color:#AD2C55;	text-decoration: none;}
a.class2:hover {color:#AD2C55;	text-decoration: none;}

/* LEFT-COLUMN NAVIGATION MENU LINKS: left_nav applies style to DIV tag in _menu.cfm   */

/* #left_nav p{color:#fff; line-height:140%;} */
#left_nav p{color:#fff; height:70%;} 

#left_nav .sublink{color:#fff; margin-left:10px; border:none;} 

#left_nav a{color:#fff; text-decoration:none;}

#left_nav a:hover{color:#ddd; text-decoration:underline;}


/* Why is style10 necessary on DEV site but not on live site??????????????? */
 .style10 {font-size: x-small; color: #FFFFFF; }

/* .style11 {font-size: x-small;} */

/* element {
	cursor: pointer;
	cursor: hand;
} */

	
.top_bar td{
	border-width:thin;
	border-style:solid;
	border-color:#FFFFFF;
	background-color:#cccccc;
	padding:5px;
}
.top_bar td:hover{
	text-decoration:underline;
	background-color:#5F8097;
	color:#ffffff;
	cursor:pointer;
	cursor: hand;
}


.top_bar a{
	border:thin;
	border-color:#FFFFFF;
	background-color#5F8097:
}

/*
.top_bar a:hover{
	text-decoration:underline;
	color:#000000;
} */

.top_bar a:hover{
	text-decoration:underline;
	background-color:#5F8097;
	color:#ffffff;
	cursor:pointer;
	cursor: hand;
}

.top_bar a:active{
	text-decoration:none;
	color:#666666;
}

/*.horizontal_nav controls style of links just above RSNA 2009 logo: HOME | Technical Exhibits | Attendees | etc.  */
#horizontal_nav a:link {
	color: white;
	text-decoration: none;
}
#horizontal_nav a:visited {
	color: white;
	text-decoration: none;
}
#horizontal_nav a:hover {
	color: #DFB442;
	text-decoration: none;
}
#horizontal_nav a:active {
	color: #DFB442;
	text-decoration: none;
}

#top_nav a:link {
	color: black;
	text-decoration: none;
}
#top_nav a:visited {
	color: black;
	text-decoration: none;
}
#top_nav a:hover {
	color: black;
	text-decoration: underline;
}
#top_nav a:active {
	color: black;
	text-decoration: none;
}

/* KS 8-24-09
Heading styles copied from 2008 stylesheet   */
.heading1, h1{font-size:140%; font-weight:bold; letter-spacing:1.2px; color:#000; background-color:#FFF; margin:20px 0 6px 0;}
.heading2, h2{font-size:120%; font-weight:bold; color:#000; background-color:#FFF; margin:20px 0 6px 0; }
.heading3, h3{font-size:100%; font-weight:bold; color:#000; margin:7px 0 6px 0; background-color:#FFF;}


		/* KS Added style for list item with arrowhead */
		.list_item_arrowhead {list-style-image: url(/images/more_arrowhead.gif);}

/* Miscellaneous */
/* orangeheader is used in RSNA Technical Exhibit Committee News */
.orangeheader{font-family:Verdana;font-weight:bold;color:#cc6600;}


