/********************************************************************************************
	Division for Media Relations and Communication Services 
		CSS Style Sheet
		All styles have been prefixed with "mr_" so as not to conflict with the 
			ABA's CSS style sheets
********************************************************************************************/

/* common elements ----------------------------------*/

#mr_all .c { text-align:center; }
#mr_all .b { font-weight:bold; }
#mr_all .disabled { color:#999999; }
#mr_all .visible { display:block; }
#mr_all .invisible { display:none; }
#mr_all .top10px { margin-top:10px; padding-right:8px; }
#mr_all hr { margin:0 0 5px; border: none 0; border-top: 1px solid #b4bbb5; }

#mr_all, #mr_all td, #mr_all p, #mr_all div, #mr_all h1, #mr_all h2, #mr_all h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#mr_all h1
{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
}
#mr_all h2
{
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #b4bbb5;
	margin-bottom:5px;
}
#mr_all h3
{
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}

#mr_all a, #mr_all a:link
{
	color:#000099;
	text-decoration:none;
	background:transparent none;
}
#mr_all a:hover
{
	color:#990000;
	background:transparent none;
	text-decoration:underline;
}
#mr_all a:active {
	color:#ff0000;
	background:transparent none;
	text-decoration:none;
}
#mr_all a:visited {
	background:transparent none;
	color:#990099;
	text-decoration:none;	
}

#mr_all
{
	position:relative;
	/* top:40px; */
	width:99%;
	margin-bottom:50px;
}

#mr_all ul
{
	list-style:disc;
	margin:0 0 1em 1em;
	padding:0;
}
#mr_all li
{
	margin-left:1em;
	padding:0;
	margin-bottom:.2em;
}

#mr_top1
{
	width:100%;
	height:53px;
	background:transparent url(../images/masthead_abamrcs.jpg) top right no-repeat;
/*	border:1px solid #ff0000; */
}
#mr_top1 #mr_img
{
	width:334px;
	height:53px;
	background:transparent url(../images/masthead_left.jpg) top left no-repeat;
}

#mr_top2
{
	width:100%;
	height:26px;
	background:transparent url(../images/bg_bar_gray.gif) center center repeat-x;
	margin-bottom:10px;
}

#mr_pagetitle
{
	float:left;
	color:#333;
	font-weight:bold;
	font-size:14px;
	margin:5px;
}
#mr_date
{
	float:right;
	color:#333;
	font-weight:bold;
	font-size:14px;
	margin:5px;
}

#mr_all .mr_box
{
	background:#ecefec url(../images/bg_box.gif) bottom center repeat-x;
	border:1px solid #b4bbb5;
	padding:10px;
}

#mr_all .mr_box img
{
	border:none;
}

#mr_tabs
{
	margin-top:10px;
}
#mr_tabs .mr_box
{
	border-top:4px solid #000099;
}
#mr_tabs .tab {
	width:154px;
	height:22px;
	text-align:center;
	vertical-align:middle;
}
#mr_tabs .inactive a, 
#mr_tabs .inactive a:link, 
#mr_tabs .inactive a:visited, 
#mr_tabs .inactive a:active {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	background:transparent none;
}
#mr_tabs .active a, 
#mr_tabs .active a:link, 
#mr_tabs .active a:visited, 
#mr_tabs .active a:active {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:transparent none;
}
#mr_tabs .active {
	background:#fff url(../images/tab_active.jpg) center top no-repeat;
}
#mr_tabs .inactive {
	background:#fff url(../images/tab_inactive.jpg) center top no-repeat;
}

#mr_all .mr_img_floatlefttop { 
	float:left; 
	padding:0 10px 10px 0;
}
#mr_all .mr_img_floatrighttop {
	float:right; 
	padding: 0 0 10px 10px; 
}

#mr_all .mr_clearleft {
	clear:left;
}
#mr_all .mr_clearright {
	clear:right;
}
#mr_all .mr_clearboth {
	clear:both;
}

#mr_all ul.bluebullet { list-style-image:url(../images/bluebullet.jpg); }
#mr_all ul.bluebullet li { height:20px; }

#mr_all .mr_col1
{
	float:left;
	width:45%;
	margin-right:10px;
}
#mr_all .mr_col2
{
	float:left;
	width:45%;
}

#mr_all .mr_col1 ul li, #mr_all .mr_col2 ul li{
	margin-bottom:10px;
}

/* table styles ------------------------------------- */
#mr_all .mr_av_spacer { height:10px; background:transparent none; }

#mr_all .odd { background-color:#f7f7f5 }
#mr_all .even { background-color:#fff; }
#mr_all .bordertop { border-top:1px solid #b4bbb5; }

#mr_all .mr_table {	border-top:1px solid #b4bbb5; border-left:1px solid #b4bbb5; }
#mr_all .mr_table td, #mr_all .mr_table th { 
	border-right:1px solid #b4bbb5; 
	border-bottom:1px solid #b4bbb5; 
	padding:5px; 
	vertical-align:top; 
}
#mr_all .mr_table .left { text-align:left; width:50%; }
#mr_all .mr_table .right { text-align:right; width:50%; }

#mr_all .mr_table .col1 { text-align:left; width:35% }
#mr_all .mr_table .col2 { text-align:left; width:20% }
#mr_all .mr_table .col3 { text-align:left; width:45% }

#mr_all .mr_av_table {}
#mr_all .mr_av_table .mr_video { width:32px; border-left:1px solid #b4bbb5; border-bottom:1px solid #b4bbb5; }
#mr_all .mr_av_table .mr_audio { width:32px; border-bottom:1px solid #b4bbb5; padding-left:0px; }
#mr_all .mr_av_table .mr_date { text-align:right; font-weight:bold; border-bottom:1px solid #b4bbb5; padding-top:10px; }
#mr_all .mr_av_table .mr_clip { text-align:left; border-right:1px solid #b4bbb5; border-bottom:1px solid #b4bbb5; }
#mr_all .mr_av_table td { padding:5px; vertical-align:top; }
#mr_all .mr_av_table .odd { background-color:#ecefec; }
#mr_all .mr_av_table .even { background-color:#f7f7f5; }

#mr_all .mr_news_table {}
#mr_all .mr_news_table td { 
	text-align:left; 
	border-left:1px solid #b4bbb5; 
	border-right:1px solid #b4bbb5; 
	border-bottom:1px solid #b4bbb5; 
	padding:5px; 
	vertical-align:top; 
	background-color:#ecefec;
}
#mr_all .mr_news_table .mr_date { text-align:right; font-weight:bold; border-left:0px solid #fff; border-right:0px solid #fff; padding-top:10px; background:transparent none;}

#mr_all .mr_forum_table {	border-top:1px solid #b4bbb5; border-left:1px solid #b4bbb5; }
#mr_all .mr_forum_table .mr_video { width:32px; border-bottom:1px solid #b4bbb5; }
#mr_all .mr_forum_table .mr_clip { text-align:left; border-right:1px solid #b4bbb5; border-bottom:1px solid #b4bbb5; }
#mr_all .mr_forum_table td { padding:5px; vertical-align:top; }


/* home page styles ----------------------------------*/
#mr_home_main { height:236px; }
#mr_home_main #mr_left { 
	height:236px;
	margin:0 201px 0 0; 
}
#mr_home_main #mr_right { 
	position:absolute;
	top:89px;
	right:0px;
	width:191px;
	height:236px; 
	float:right;
}
#mr_home_main #mr_right img {
	margin:0 0 10px 0;
}
#mr_home_main .mr_story {
	overflow:hidden; 
	height:213px; 
	border:1px solid #b4bbb5; 
	background-color:#ecefec;
}
#mr_home_main .mr_story img {
	float:left; 
	margin:0 10px 0 0; 
}
#mr_home_main #mr_story_nav { 
	height:21px;
	background:transparent url(../images/bg_bar_gray.gif) center center repeat-x;
	border-right:1px solid #b4bbb5;
	border-left:1px solid #b4bbb5;
}
#mr_home_main #mr_story_nav #mr_prev { 
	float:left; 
	width:100px; 
	text-align:left; 
	vertical-align:middle; 
	margin:3px 5px;
}
#mr_home_main #mr_story_nav #mr_prev a { font-weight:bold; }
#mr_home_main #mr_story_nav #mr_next { 
	float:right; 
	width:100px; 
	text-align:right;
	vertical-align:middle; 
	margin:3px 5px;
}
#mr_home_main #mr_story_nav #mr_next a { font-weight:bold; }

#mr_home_main #mr_abaforum{ 
	width:191px;
	margin:0 0 10px 0;
	background:transparent url(../images/bg_bar_blue_tall.gif) center center repeat-x;
	padding-top:10px;
}
#mr_home_main #mr_abaforum.forum {  
	height:44px;
}
#mr_home_main #mr_abaforum.mreg {  
	height:26px;
}
#mr_home_main #mr_abaforum p {
	color:#fff;
	font-size:10px;
	margin:0 10px 0px;
}
#mr_home_main #mr_abaforum h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	margin:0 10px;
	border:none;
}
#mr_home_main #mr_abaforum a {
	color:#fff;
}
#mr_home_main #mr_pres { 
	overflow:hidden;
	width:191px;
	height:137px;
	padding:0px; 
	text-align:right;
}
#mr_home_main #mr_pres p { margin:15px 0 5px 10px; }
#mr_home_main #mr_pres img { float:right; margin:0 0 0 10px; }
#mr_home_main #mr_pres h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	border:none;
}

#mr_div_1 .mr_avicons {
	float:right;
}
#mr_div_1 li
{
	clear:right;
}

/* news release styles ------------------------- */
.mr_featured
{
	overflow:hidden;
}
.mr_featured img {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #b4bbb5;
}

#mr_all ul.withdates { 
	margin:0; 
	padding:0; 
	list-style:none;
}
#mr_all ul.withdates li {
	margin:0;
	text-align:left; 
	border-left:1px solid #b4bbb5; 
	border-right:1px solid #b4bbb5; 
	border-bottom:1px solid #b4bbb5; 
	padding:5px; 
	background-color:#f7f7f5;
}
#mr_all ul.withdates li.mr_date { 
	text-align:right; 
	font-weight:bold; 
	border-left:0px solid #b4bbb5; 
	border-right:0px solid #b4bbb5; 
	padding-top:10px; 
	background:transparent none;
}


/* omk styles ----------------------------------*/
#mr_omk_main { 
	position:relative; 
}
#mr_omk_main img {
	float:left;
	margin:0 10px 10px 0;
}
#mr_omk_other {
	clear:left;
	position:relative;
}

/* issues styles ----------------------------------*/
#mr_issues_main { 
	position:relative; 
}
#mr_issues_main img {
	float:left;
	margin:0 10px 10px 0;
}
#mr_issues_other {
	clear:left;
	position:relative;
}

/* audio/video styles --------------------------- */
#mr_av_main {}
#mr_av_main img {
	float:left;
	margin:0 10px 10px 0;
}
#mr_av_main #mr_links
{
	float:right;
	width:100px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #b4bbb5;
}

/* member discussion styles ------------------------------- */
#mr_forum_main {}
#mr_forum_main img {
	float:left;
	margin:0 10px 10px 0;
}

#mr_forum_main #mr_video {
	float:left;
	width:320px;
	height:285px;
	margin:0 10px 0 0;
}

/* images styles ------------------------------- */
.mr_images {
	width:150px;
	margin-right:20px;
	float:left;
	text-align:center;
}

/* av styles ---------------------------------------------- */
.mr_av_main {  }
.mr_av_main td { vertical-align:top; }

.mr_av_main .mr_player {
	width:320px;
	height:285px;
	padding-right:10px;
}

.mr_av_main .mr_rss {
	height:23px;
	background:transparent url(../images/bg_bar_orange.gif) center center repeat-x;
	text-align:center;
	vertical-align:middle;
}

