/********************************************************************************************
	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 .visible { display:block; }
#mr_all .invisible { display:none; }
#mr_all .top10px { margin-top:10px; }

#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;	
}

/*Updated By Phillip Gross on 9/08/08 - Width to 99% - Removed left: 22px;
	top: 377px; - for updated header-nav */
#mr_all
{
	position:relative;
	width:99%;
	
}

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

/*Updated By Phillip Gross on 9/08/08 - to 99% */
#mr_masthead
{
	width:99%;
	height:79px;
	margin:0 0 10px 0;
}

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

/*Updated By Phillip Gross on 9/08/08 - to 99% */
#mr_masthead #mr_top1 #mr_img
{
	position:absolute;
	width:221px;
	height:53px;
	background:transparent url(../images/masthead_newsroom.jpg) top left no-repeat;
}

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

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

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

#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 .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 .odd { background-color:#f7f7f5 }
#mr_all .even { background-color:#fff; }

#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; }



/* home page styles ----------------------------------*/
.mr_home_main {}
.mr_home_spacer
{
	width:1px;
	height:1px;
}
#mr_home_emailalerts
{
	background:transparent url(../images/bg_bar_green.gif) center center repeat-x;
}

#mr_home_emailalerts p
{
	margin:0;
	color:#fff;
	font-weight:bold;
}

#mr_home_specialfeature_head
{
	background:transparent url(../images/bg_bar_blue.gif) center center repeat-x;
}
#mr_home_specialfeature_head p {
	margin:0;
	color:#fff;
	font-weight:bold;
}

#mr_home_emailalerts a, #mr_home_emailalerts a:link, #mr_home_emailalerts a:visited, #mr_home_emailalerts a:active
{
	color:#fff;
	font-weight:bold;
	background:transparent none;
}
.mr_home_icons 
{
	float:right;
}
#mr_home_av li
{
	clear:right;
}

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

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

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