html { background:#ebebeb; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #52555a;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-position:0 12px;
}


* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	list-style-type: none; 
	text-decoration: none;
	outline: none;
}
.left		{ float:left; }
.right		{ float:right; }
.clear		{ clear:both; }
p, td, span, div {
	font-family:Tahoma,MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #52555a;
	vertical-align: top;
}
th {
	font-family:Tahoma,MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: #52555a;	
	vertical-align: top;
}
h1 {
	font-size:130%;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-weight:bold;
	text-align:left;
	color: #52555a;	
}
h2 {
	font-size:120%;
	font-weight:bold;	
	color: #52555a;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
h2.pagesubtitle {
	font-size:120%;
	font-weight:bold;	
	color: #52555a;
	margin: 15px 0px 15px 0px;
	/*
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #737573;
	width: 98%; 
	text-transform:uppercase;
	*/
}
h3 {
	font-size:110%;
	font-weight:bold;
	margin: 10px 0px 10px 0px;
	color: #52555a;
	padding: 0px;
}
h4 {
	margin: 10px 0px 10px 0px;
	font-size:107%;
	font-weight:bold;
	padding: 0px;
}
h5 {
	margin: 7px 0px 7px 0px;
	font-size:105%;
	font-weight:bold
	padding: 0px;
}
h6 {
	margin: 5px 0px 5px 0px;
	font-size:102%;
	font-weight:bold;
	padding: 0px;
}

a, a:link, a:visited {
	color:#003399;
	text-decoration: none;
	font-weight:inherit;
}
a:active, a:hover {
	text-decoration: underline;
	color:#003399;
	font-weight:inherit;
}
b {
	font-weight:bold;
}
p {
	margin-bottom:10px;
}
ul {
	list-style-type:disc;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:8px;
	color: #52555a;
}
ul li {
	padding-left:4px;
	margin-left:15px;
	color: #52555a;
}

ol {
	list-style-type:decimal;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:8px;
	color: #52555a;
}
ol li {
	list-style-type:decimal;
	padding-left:4px;
	margin-left:15px;
	color: #52555a;
}
/*ul {
	list-style-type:bullet;
	margin: 0px 0px 10px 0px;
	padding-top: -10px;
}
ul li {
	padding-left:20px;
}*/

/* Layout
--------------------------------------------------------*/

#container {
	position: relative;
	width: 990px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	background:url(images/headerbg.gif) top repeat-x;
	margin-top:15px;
	position:relative;
}
#header #logo {
	position:relative;
	left:70px;
	top:5px;
	margin-bottom:14px;
	width:200px;
	height:54px;
	overflow:hidden;
}
#header #beta {
	font-size:22px;
	font-family:verdana;
	color:#FF0000;
	float:right;
	width:200px;
	position:absolute;
	top:15px;
	right:435px;
	background:none;
	display:none;
}
#header #country_select {
	float:right;
	width:200px;
	position:absolute;
	top:10px;
	right:165px;
}
#header #link_select {
	float:right;
	width:130px;
	position:absolute;
	top:6px;
	right:375px;
}
#header #country_select span {
	font-size:10px;
	font-family:verdana;
	color:#333;
	padding-right:15px;
	display:block;
}
#header #site_search {
	float:right;
	width:200px;
	position:absolute;
	top:10px;
	right:55px;
	z-index:10;
}
#header form fieldset {
	display: block;
	width: 133px;
	height: 17px;
	overflow: hidden;
	border:1px solid #787878;
	background:#fff;
}
#header form fieldset legend {
	display: none;
}
#header form fieldset .text {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	width: 114px;
	float: left;
	margin-top: 1px;
	margin-left: 2px;
	color: #888886;
	border:0;
}
#header form fieldset .submit {
	display: inline;
	float: right;
	width: 12px;
	height: 11px;
	background: #FFFFFF url(images/search.gif) left top no-repeat;
	text-transform: uppercase;

	text-indent: -999999px;
	overflow: hidden;
	margin-top: 3px;
	margin-right: 3px;
	cursor: pointer;
	border:0;
}
#footer_container {
	background: #ebebeb;
	border-top: 1px solid #787878;
}
#footer {
	width: 990px;
	text-align: center;
	background: #ebebeb;
	margin: 0 auto;
	padding-bottom: 20px;
	color:#555;
}
#footer ul {
	display: block;
	width: 984px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
}
#footer ul li {
	display: inline;
	float: left;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left:0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}
#footer ul li.copyright {
	margin-right: 20px;
		color: #52555a;
}
#footer ul li.print,
#footer ul li.blog,
#footer ul li.rss,
#footer ul li.share {
	float: right;
}
#footer ul li a,
#footer ul li a:visited,
#footer ul li a:active {
	display: inline;
/*	border-right: 1px solid #828282; */
	padding-right: 0px;
	margin-right: 15px;
	color: #52555a;
}
#footer ul li a:hover,
#footer ul li a:focus {
	text-decoration: underline;
}
#footer ul li.print a,
#footer ul li.print a:visited,
#footer ul li.print a:active,
#footer ul li.print a:hover,
#footer ul li.print a:focus,
#footer ul li.rss a,
#footer ul li.rss a:visited,
#footer ul li.rss a:active,
#footer ul li.rss a:hover,
#footer ul li.rss a:focus,
#footer ul li.share a,
#footer ul li.share a:visited,
#footer ul li.share a:active,
#footer ul li.share a:hover,
#footer ul li.share a:focus 
#footer ul li.blog a,
#footer ul li.blog a:visited,
#footer ul li.blog a:active,
#footer ul li.blog a:hover,
#footer ul li.blog a:focus {
	color: #52555a;
}
#footer ul li.contact a,
#footer ul li.contact a:visited,
#footer ul li.contact a:active,
#footer ul li.contact a:hover,
#footer ul li.contact a:focus,
#footer ul li.share a,
#footer ul li.share a:visited,
#footer ul li.share a:active,
#footer ul li.share a:hover,
#footer ul li.share a:focus {
	border: none;
	padding-right: 0;
	margin-right: 0;
}
#footer ul li.print a,
#footer ul li.print a:visited,
#footer ul li.print a:active,
#footer ul li.print a:hover,
#footer ul li.print a:focus {
	background: url(images/print-icon.gif) left no-repeat;padding-left: 24px; padding-top: 4px;padding-bottom: 3px;

}
#footer ul li.rss a,
#footer ul li.rss a:visited,
#footer ul li.rss a:active,
#footer ul li.rss a:hover,
#footer ul li.rss a:focus {
	background: url(images/rss-icon.gif) left no-repeat;
	text-transform: uppercase; padding-left: 24px; padding-top: 3px;padding-bottom: 4px;
}
#footer ul li.blog a,
#footer ul li.blog a:visited,
#footer ul li.blog a:active,
#footer ul li.blog a:hover,
#footer ul li.blog a:focus {
	background: url(images/wordpress-icon.gif) left no-repeat;padding-left: 24px; padding-top: 4px;padding-bottom: 3px;
}
#footer ul li.share a,
#footer ul li.share a:visited,
#footer ul li.share a:active,
#footer ul li.share a:hover,
#footer ul li.share a:focus {
	/*background: url(images/share.gif) right center no-repeat;*/
}
#content_containers {
	padding:30px 15px 15px 15px;
}
#main_content {
	width:705px;
	overflow:hidden;
	float:left;
	padding: 4px 0px 15px 4px;
	/*border:1px solid #00f;*/ /*To outline*/
}
#sidebar {
	width:246px;
	overflow:hidden;
	float:left;
	/*border:1px solid #f00;*/ /*To outline*/
	margin-left:15px;
}

#sidebar b {
	color:#666;
	font-weight:normal;
	margin-bottom:8px;
	display:block;
}

.header_blue {
	background:url(images/sidebar_header.gif) no-repeat;
	line-height:23px;
	width:246px;
	text-transform:uppercase;
}

div#level_2_banner {
	overflow:hidden;
	width:984px;
	height:171px;
}

div#page_header_level_3 {
	width:970px;
	margin:0 auto;
	height:67px;
	overflow:hidden;
}
div#page_title {
	font-family:MS Reference Sans Serif, Trebuchet MS, Arial;
	color:#fff;
	font-size:20px;
	float:left;
	line-height:40px;
}
div#decor_image {
	float:right;
}
div#breadcrumb {
	clear:left;
	color:#fff;
	position:relative;
	top:8px;
	left:-5px;
	white-space:nowrap;
	z-index:0;
}
div#breadcrumb ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
div#breadcrumb ul li {
	display:inline;
	padding:0 5px;
	margin:0;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color:#fff;
}
div#breadcrumb ul li a {
	color:#fff;
}
.search_results_link, .search_results_link:link,.search_results_link:active, .search_results_link:visited, .search_results_link:hover
{
	font-size:13px;
	font-weight:bold;
}
.search_result_description
{
	color:#777777;
	padding:0px 0px 10px 0px;
}

.border_left_grey
{
	border-left:1px solid #B9B9B9;	
}

.border_bottomRightLeft_grey
{
	border-right:1px solid #B9B9B9;	
	border-left:1px solid #B9B9B9;
	border-bottom:1px solid #B9B9B9;
}
.border_left_white
{
	border-left:1px solid #FFFFFF;	
}
.border_right_midgrey2
{
	background-color:#B9B9B9;
}
#sidebar ul,
#sidebar ul li	{ margin:0; padding:0; list-style-type:none; 
}
a.sidebar_box_link {
	color:#35383d;
	padding-left:20px;
	line-height:20px;
	font-family: verdana, sans-serif;
	font-size: 10px;
}
.sidebar_box_link a:hover {
	text-decoration:underline;
}
li.sidebar_box_heading_blue,
li.sidebar_box_heading_green,
li.sidebar_box_heading_purple
{
	background: url(images/sidemenu_header.gif) top no-repeat;
    height:23px;
    line-height:23px;
	color:#5F5F5F;
	font-weight:bold;
	font-size:11px;
	padding:5px;
	text-transform:uppercase;
	text-indent:10px;
}
.sidebar_box_heading_blue,
.sidebar_box_heading_green,
.sidebar_box_heading_purple	
{ 
	border-left:3px solid #787878; 
}
.menu1 {
  color: #4F4F4F;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight: bold;
  padding-left: 23px;
  padding-right: 23px;
  line-height:22px;
}
.menu1_over {
  background: url('images/navigation.gif') top #FFFFFF;
  color: #4F4F4F;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight: bold;
  padding-left: 23px;  
  padding-right: 23px;
  line-height:22px;
  cursor:pointer;
}
.menu2 {
  color: #4F4F4F;
  background: url('images/break-sub.gif') #FFFFFF;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight: normal;
  padding-left: 16px;  
  padding-right: 16px;  
  padding-bottom: 0px; 
  padding-top: 2px; 
  cursor:pointer;
  line-height:18px;
  height:18px;
  white-space:nowrap;
}
.menu2_nolink {
  color: #4F4F4F;
  background: url('images/break-sub.gif') #FFFFFF;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-top: 2px; 
  line-height:18px;
  height:18px;
  white-space:nowrap;
}
.menu3 {
  color: #4F4F4F;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 15px;
  width:210px;
  background-color: #f6f5f3;
  padding-bottom: 5px;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  border-left:1px solid #666;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
  text-align: left;
  position:absolute;
  left:-17px;
  _left:-40px;
  z-index:100;
}
.menu3 td {
  padding:0;
}
.menu3 a {
  display:block;
  padding:2px 0 2px 25px;
  color:#52555a;
  background:#f6f5f3;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px; 
}
.menu3 a:hover {
  background:url(images/bullet_arrow_blue.gif) no-repeat #f6f5f3;
  background-position:5% 50%;
  text-decoration:underline;
}
.menuBreak {

  width:3px;
  height:23px;
  padding-left: 5px;  
  padding-right: 5px;  
}
.menuPanelPad {
  height:23px;
}
.cursorPointer {
  cursor:pointer;
}
.menuContainer {
  width:1000px;
  height:23px;
  background-image : url(../../images/main_menu_bg.png);
  background-repeat: repeat-x; 
}
.menuContainer a{
  color: #4F4F4F;
}
.top {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-weight: bold;
	font-size: 10px;
	margin: 10px 0 30px 0;
}

.tableRow {
  background: #FFFFFF;
  border-top: 1px solid  #FFFFFF;
  border-bottom: 1px solid  #FFFFFF;
}

.tableRowOver {
  background: #DFDFDF;
  border-top: 1px solid  #7F7F7F;
  border-bottom: 1px solid  #7F7F7F;
}

/* MEDICAL TERMS */
#medterm p {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
font-size:12px;
}     
#medterm h1 {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
font-size:12px;
	font-weight:bold;
	margin: -20px 5px 0px 0px;
	text-align:left;
}   
#medterm td {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
font-size:12px;
	padding: 2px 2px 10px 2px;
	vertical-align: top;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #e3dfe0;
	cursor: pointer;
	overflow: hidden;
	width: 6px;
	margin-left: 1px;
	margin-right: 1px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #fff;
	background: url(images/scroll-arrow-up.gif) center top no-repeat;
	height: 26px;
}
a.jScrollArrowUp:hover {
	background-color: #fff;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #fff;
	background: url(images/scroll-arrow-down.gif) center bottom no-repeat;
	height: 26px;
}
a.jScrollArrowDown:hover {
	background-color: #fff;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #fff;
}
.table_header_grey {
	font-size:12px;
	text-transform:uppercase;
	font-weight: bold;
	padding: 7px 7px 7px 7px;
	color: #52555a;
	background-color: #efefef;
	border: 1px solid #b9b9b9;
	width: 100%;
}
.content {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-weight: normal; font-size: 10px;
	line-height: 15px;
	padding:6px;
}
.frontpage {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-weight: normal; font-size: 10px;
}
.investorintro {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #52555a;
	background-color: #FFFFFF;
	border: 1px solid #787878;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #52555a;
	background-color: #FFFFFF;
	border: 1px solid #787878;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #52555a;
	background-color: #FFFFFF;
	border: 1px solid #787878;
}

/*********** To be deleted ************/
body#level_1 {
  background:url('images/body_bg_magenta_1.jpg') repeat-x #ffffff;
  background-position:0 12px;
}

body#level_2 {
  background:url('images/body_bg_magenta_2.jpg') repeat-x #ffffff;
  background-position:0 12px;
}

body#level_3 {
  background:url('images/body_bg_magenta_3.jpg') repeat-x #ffffff;
  background-position:0 12px;
}
/**************************************/



/* @group Accordion Box */

/*
	Vertical Accordions
*/

.accordion_box {
    font-size: 11px;
    margin-bottom: 18px;
    line-height: 14px;
}
.accordion_toggle {
	background: url(images/sidemenu_header.gif) top no-repeat;
    height:23px;
    line-height:23px;
	color:#5F5F5F;
	font-weight:bold;
	font-size:11px;
	padding:0 5px;
	text-transform:uppercase;
	text-indent:10px;
}
.accordion_toggle_blue,	
.accordion_toggle_green,
.accordion_toggle_purple 
{ 
	border-left:3px solid #787878; 
}
h3.accordion_toggle {
	cursor: pointer;
}
.accordion_toggle_active {
} 
h3.accordion_toggle_active{
		cursor: default;
} 
.accordion_content {
	display: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
}
.accordion_content ul li {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color:#555;
	background:none;
	display:block;
	padding-left:10px !important;
}
.accordion_content ul li a,
.accordion_content ul li a:visited,
.accordion_content ul li a:active 
{
	color: #35383d;
}
.accordion_content ul li hover 
{
	text-decoration:underline;
	color: #35383d;
}
.accordion_image {
	margin-left: -6px;
	margin-right: -6px;
}
.accordion_image_first{
	margin-top:  -1px;
	margin-left: -6px;
	margin-right: -6px;
}
ul.iconlist {
	padding: 6px 0 0;
	margin: 0;
}
.iconlist li {
	margin-left: 0;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(sidebar_divider.png) repeat-x 0 top;
}
.iconlist  li.first {
	background: none repeat-x 0 top;
	padding-top: 0;
	border-top: none;
}
.iconlist li img {
	vertical-align: bottom;
	margin-right: 5px;
}
.iconlist li.last {
	border-bottom: none;
	padding-bottom: 0;
} 
.iconlist li.text {
	padding-left: 0;
}
 
#container .iconlist li a
{
	color: #35383d;
	display: block;
	margin-bottom:6px;
}
.newsheader {
	font-family:Tahoma,MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 14px; line-height: 20px; color: #52555a;
}
.news_title_date_row{
background-color: #ffffff;
color: #52555a;
font-family:Tahoma,MS Sans Serif, Arial, Helvetica, sans-serif;
padding-bottom: 5px;
}
.news_title a {
font-weight: bold;
font-size: 12px;
color: #003399;
}
.news_date{
font-weight: bold;
font-size: 11px;
font-family:Tahoma,MS Sans Serif, Arial, Helvetica, sans-serif;
line-height: 25px;
}
.news_short_content{
margin-top: 10px;
font-size: 12px;
font-family:Tahoma,MS Sans Serif, Arial, Helvetica, sans-serif;
}
.news_read_more,
.news_read_more a,
.news_read_more a:active,
.news_read_more a:link,
.news_read_more a:visited
{
	font-size: 11px;
	font-weight: bold;
	font-family:Tahoma,MS Sans Serif, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	background-color: white;
}
.news_read_more a:hover
{
  font-size: 11px;
	font-family:Tahoma,MS Sans Serif, Arial, Helvetica, sans-serif;
	color: #7421A4;
	text-decoration: underline;
	background-color: white;
}
.whitetext{
	font-weight: normal;
	font-size: 10px;
	font-family:Tahoma,MS Sans Serif, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
fieldset.news_search_form{
  
	/*border-left: 1px solid #d3a8ff;
	border-top: 1px solid  #d3a8ff;
	border-right: 1px solid #8b6fa9;
	border-bottom: 1px solid #8b6fa9;*/
	border: 0px solid white;
	border-top: 1px dashed  #43b2ff;
	width: 790px;
}
.news_search_form_lbl_td{
  font-weight: bold;
	color: #00007f;
  background-color: #eff0ff;
}
.search_hint{
  font-family: arial;
	font-size: 8pt;
	color: darkblue;
	/*background-color: #fffac4;
	border: 1px dashed #efefff;*/
	margin: 5px;
	padding: 5px;
	width: 90%;
}
.related_button
{
	background-image: url(http://dave.dev.staging.elekta.com/images/header_bg22.png);
    background-repeat: repeat-x; 	
	background-color:#ffffff;
	color:#e7040f;
	font-size: 10px;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid White;
}

#relatedCategories {
	margin-top:10px;
}
#relatedCategories td {
	padding-bottom:4px;
}

.associatedContentTitle a {
	color: #52555a;
	font-weight: bold;
}
.associatedContentTitle{
	font-weight: bold;
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: -10px;
}
.associatedContentTitle2 a {
	color: #52555a;
	font-weight: bold;
}
.associatedContentTitle2{
	font-weight: bold;
	font-size: 12px;
	margin-top: 15px;
	border-bottom: 1px solid #000000;
	width: 98%; 
	padding-bottom: 3px;
}
.associatedContent{
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 5px;
	width: 98%; 
}
a.associatedContentLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: darkblue;
	/*color: #3981FA;*/
	font-weight: bold;
}
#list_az a {
   font-weight: bold;
}

#list_az blockquote {

   padding-bottom: 10px;
} 
.disclaimer_text

{

	font-size:10px;

	font-weight:bold;

	padding:40px 0px 0px 0px;

	color: #4C4C4C;

}
/* DICOM */
#dicom td {
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}
#dicom th {
	padding: 30px 0px 10px 0px;
}
table.borderAll {border: 1px solid #CCCCCC; padding:10px;}
td.borderAll {border: 1px solid #CCCCCC; padding:10px;}
th.borderAll {border: 1px solid #CCCCCC; padding:10px;}


ol.events_actions		{ margin:0 auto 15px auto; padding:0; list-style-type:none; width:310px; }
ol.events_actions li		{ margin:0; padding:0 2px; list-style-type:none; display:inline; }
ol.events_actions li img	{ position:relative; top:-1px; }

a.grey_link {
	color:#35383d;
	line-height:20px;
	font-family: verdana, sans-serif;
	font-size: 10px;
        padding-left: 4px;
}