#inactive_tabs {
	width: 211px;
	height: 17px;
	background:url(../images/tabs_inactive.jpg);
	position: absolute;
	z-index: 3;
	margin-left: 68px;
	top: -18px;
      selected: true;

}
#activity_only_inactive_tabs {
	width: 70px;
	height: 17px;
	background:url(../images/activity_tab_inactive.jpg);
	position: absolute;
	z-index: 3;
	margin-left: 68px;
	top: -18px;
	selected: true;

}
/**********************************
*		Symposium Styles	      *
**********************************/
.tabs {
}

#container_tabs {
 width: 575px;
	padding: 5px;
	margin: 5px 0 5px 1px;
}

table.symposium_list, 
table.symposium_list_gray {
	width: 100%;
	padding: 5px;
	margin: 5px 0 5px 1px;
      padding-right:		15px;
	padding-left:		15px
}

table.symposium_list_gray {
	background: #CCCCCC;
}

table.symposium_info {
	width: 400px;
      padding-right:		15px;
	padding-left:		15px
}
table.sym_description {
      padding-right:		15px;
	padding-left:		15px

}
table.back img{
	border: none;
}
table.back a {
	text-decoration: none;
}
table.back a:hover {
	text-decoration: underline;
}
.sym_title {
	font-size: 15px;
	font-weight:bold;
	color: #000caa;
	padding-bottom:5px;
}
.pres_title {
	font-size: 12px;
	font-weight:bold;
	text-align:left;
}

.pres_author {
	font-size:12px;
	padding-left: 5px;
	text-align:left;
}


table.symposium_list a img, 
table.symposium_list img, 
table.symposium_list_gray a img, 
table.symposium_list_gray img, 
table.mod_featuredsym img, 
table.mod_featuredsym img a {
	border: 1px solid #333;
}
table.symposium_list a, 
table.symposium_list_gray a {
	text-decoration: none;
}
table.symposium_list a:hover, 
table.symposium_list_gray a:hover, 
h2 a:hover {
	font-weight: bold;
	text-decoration:underline;
}

/**********************************
*			Module Styles		  *
**********************************/

#featured_presentations {
	padding-left: 10px;
	text-align:left;
}
table.mod_featuredsym {
	width: 100%;
}

.mod_pres_author {
	font-size: 11px;
	text-align:left;
	padding-left: 5px;
}
.mod_pres_title {
	font-size: 11px;
	font-weight:bold;
	text-align:left;
}
.mod_sym_title {
	font-size: 12px;
	font-weight:bold;
	color: #000caa;
	padding-bottom:3px;	
}
.mod_sym_title a {
	font-size: 12px;
	font-weight:bold;
	color: #000caa;
	padding-bottom:3px;	
	text-decoration: none;
}
.mod_sym_title a:hover {
	font-size: 12px;
	font-weight:bold;
	color: #000caa;
	padding-bottom:3px;	
	text-decoration: underline;
}

/**********************************
*			Eval Form			  *
**********************************/

table.quality {
	text-align:center;
	border: 1px solid #dedede;
	margin-bottom: 5px;
	width: 100%;
}
table.quality th {
	background: #dedede;
	border-bottom: 1px solid #c1c0c0;
}
table.quality td {
	border-bottom: 1px solid #dedede;
}
.options {
	width: 65px;
}
.left_column {
	width: 55%;
	text-align: left;
	padding: 3px 0px 3px 5px;
}
.objective_left_column {
	text-align: left;
	padding: 3px 0px 3px 5px;
	width: 85%;
}
.general_left_column {
	text-align: left;
	padding: 3px 0px 3px 5px;
	width: 60%;
}
.index {
	width: 25px;
	text-align:center;
}
.objective_options {
	width: 30px;
}
/**********************************
*			Quiz Form			  *
**********************************/

table.quiz {
	border: 1px solid #dedede;
	margin-bottom: 5px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
table.quiz th {
	background: #dedede;
	border-bottom: 1px solid #c1c0c0;
	padding-left: 10px;
}
table.quiz td {
	border-bottom: 1px solid #dedede;
}
/**********************************
*		Podcasts & Slides		  *
**********************************/

table.podcast, table.slides, table.custom_options {
	margin-bottom: 5px;
	text-align:left;
	width: 100%;
}
table.podcast th, table.slides th {

}
table.podcast td, table.slides td, table.custom_options td {
	padding-left: 5px;
	border: none;
	text-align:left;
	
}
table.podcast a , table.slides a, table.custom_options a {
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
}
table.podcast a:hover , table.slides a:hover, table.custom_options a:hover {
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	text-decoration: underline;
}
table.podcast a img, table.slides a img, table.custom_options a img {
	border:none;
}
/**********************************
*		Custom Symposiums		  *
**********************************/
table.custom_sym {
	margin-bottom: 5px;
	width: 100%;
}
table.custom_sym th {
	background: #dedede;
	border-bottom: 1px solid #c1c0c0;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom:5px;
}
table.custom_sym td {
	padding-left: 5px;

}
table.custom_options {
	border-bottom: 1px solid #dedede;
	padding: 5px 0 5px 0;
	width: 100%;
}
.border_separator {
	height:2px;
	width: 150px;
	display:block;
	border-bottom: 1px solid #dedede;
}
.clear_separator {
	height: 5px;
}
.bold {
	font-weight: bold;
}
