/* Styles for the Emergency Response Kit templated pages */

/* 
---------------------------- 
GLOBAL ITEMS
---------------------------- 
*/

/*
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin:0;padding:0; }
h1 { font-size: 2.25em; font-family: Verdana, Arial, Helvetica, sans-serif; }
h2, h3 { font-size: 1.23em; font-family: Verdana, Arial, Helvetica, sans-serif; }
*/
h1.emergency {
	font-size: 2.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: .6em;
	margin-left: 10px;
	line-height: 30px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: oblique;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p, ul, ol, dl {
	margin-top: 0.5em;
}
ol, ul, dl {
	margin:0em;
	padding: 0px;
}
ol li {
	list-style: decimal outside;
}
/*
ul li { list-style: disc outside; }
*/
dl dd {
	margin-left:1em;
}
td {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E6E6E6;
}
td.header {
	background-color: #FFFFFF;
	vertical-align: top;
}
/* a better way to clear floats */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/*
.masthead {
	margin-left: 10px;
}
.masthead_transit {
	margin-left: 10px;
}
*/

/* 
---------------------------- 
MISC
---------------------------- 
*/
.red {
	color: #BF1E2D;
	text-align: left;
}
.redHeaders h1, .redHeaders h2, .redHeaders h3, .redHeaders h4, .redHeaders h5, redHeaders h6 {
	color: #BF1E2D;
}
.indented, .indentedParagraphs p {
	margin-left: 1em!important;
}
.spaceAbove {
	margin-top: 1em;
}
.spaceBelow {
	margin-bottom: 1em;
}
.right {
	text-align: right;
	margin-bottom: 0em;
}
.small {
	font-size: 80%;
	line-height: 1.5em;
}
.centered {
	text-align: center;
}
.floatLeft {
	float: left;
}
.hr {
	margin: 1em 0;
	border-top: 1px solid #999;
}
.hr hr {
	display: none;
}

/* 
---------------------------- 
RED BULLETS LISTS
---------------------------- 
*/
ul.redBullets {
	margin-left: 1em;
}
ul.redBullets li {
	list-style-position: outside;
	list-style-image: url('../img/emergency_kit/redBullet.gif');
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: .4em;
	line-height: 17px;
}
ul.blackBullets {
	margin-left: 3em;
	list-style: disc;
	line-height: 24px;
}
/* link lists (1 per line) */
ul.links {
	margin: 0;
}
ul.links li {
	list-style: none;
	margin-bottom: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
ul.linksCompact {
	margin: 0;
}
ul.linksCompact li {
	list-style: none;
}

/* 
---------------------------- 
TRAFFIC DISRUPTION IMAGES
---------------------------- 
*/
.trafficDisruption {
	margin-right: 10px;
	margin-top: 20px;
	width: 159px;
	height: 98px;
}
.transitDisruption {
	margin-right: 10px;
	margin-top: 20px;
	width: 159px;
	height: 98px;
}
.bartDisruption {
	margin-right: 10px;
	margin-top: 20px;
	width: 159px;
	height: 98px;
}

/* 
---------------------------- 
NAVIGATION TABS
---------------------------- 
*/
#mainTabsOuter {
	padding-right: 0;
}
#mainTabs {
	padding-top: 1.69em;
	float: left;
	width: 100%;
	background: #FFF url('../img/emergency_kit/tabs/bg.gif') repeat-x bottom;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
}
#mainTabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0.77em 0.77em 0;
}
#mainTabs li {
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: center;
}
#mainTabs a {
	display: block;
	color: #666;
	text-decoration: none;
	background: url('../img/emergency_kit/tabs/main_up.gif') no-repeat left top;
	padding: 0.58em 0em 4px;
	width: 142px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainTabs a:hover {
	display: block;
	color: #505050;
	text-decoration: none;
	background: url('../img/emergency_kit/tabs/main_over.gif') no-repeat left top;
	padding: 0.58em 0em 4px;
}
#mainTabs li.active {
}
#mainTabs li.active a {
	background-image: url('../img/emergency_kit/tabs/main_active_up.gif');
	color: #000;
	padding-bottom: 6px;
}
#mainTabs li.active a:hover {
	background-image: url('../img/emergency_kit/tabs/main_active_up.gif');
	color: #505050;
	padding-bottom: 6px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainTabs a {
	float:none;
}
/* End IE5-Mac hack */

/* 
---------------------------- 
CONTENT SECTIONS
---------------------------- 
*/
#content {
	background-color: #E6E6E6;
	padding-top: 20px;
	padding-right: 0;
}
.mainbody {
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.mainbody .section {
	margin-bottom: 2.46em;
}
.mainbody .section h2, .mainbody .section h3 {
	position: relative;
	left: -20px;
	padding: 0.4em;
	padding-left: 20px;
	background: #E6E6E6 url('../img/emergency_kit/h2_bg.gif') repeat-y left;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
.mainbody .section h4 {
	margin-top: 1em;
}
.mainbody .section table {
	border-collapse: collapse;
}
.mainbody .section table caption {
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
.mainbody .section table th {
	background-color: #CCC;
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 0.1em 4em;
	white-space: nowrap;
	text-align: center;
	font-size: 0.9em;
}
.mainbody .section table th.alt {
	background-color: #F2F2F2;
}
.mainbody .section table td {
	padding: 0.8em 0;
	border-bottom: 1px solid #AAA;
	vertical-align: top;
}
#affectedServices {
	width: 100%
}
/
/* 
---------------------------- 
SIDEBAR CONTENTS
---------------------------- 
*/
.sidebar .section {
	position: relative;
	/*margin-bottom: 20em;*/
	padding-left: 1em;
	
}
.sidebar .roundedBox, .sidebar .roundedBoxGrey {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.sidebar .roundedBox .top {
	background: url('../img/emergency_kit/roundedBoxHeadBottom.gif') repeat-x bottom;
	padding-bottom: 2px;
	zoom: 1;
}
.sidebar .roundedBox .top .titleOuter {
	background: url('../img/emergency_kit/roundedBoxHeadLeft.gif') no-repeat left top;
	padding-bottom: 2px;
	white-space:nowrap;
	zoom: 1;
}
.sidebar .roundedBox .top .title {
	background: url('../img/emergency_kit/roundedBoxHeadRest.gif') repeat-x top;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 13px;
	padding: 0.8em 1em 0.7em 0;
	zoom: 1;
}
.sidebar .roundedBox .contents {
	background: #F4F2DF url('../img/emergency_kit/roundedBoxBodyLeft.gif') repeat-y left;
	padding: 1em 1em .1em 2em;
	zoom: 1;
}
.sidebar .roundedBox .bottom {
	background: #F4F2DF url('../img/emergency_kit/roundedBoxBottomLeft.gif') no-repeat left bottom;
	padding-left: 10px;
	zoom: 1;
}
.sidebar .roundedBox .bottom * {
	background: url('../img/emergency_kit/roundedBoxBottomRest.gif') repeat-x bottom;
	display: block;
	height: 10px;
	zoom: 1;
}
.sidebar .roundedBox ul.redBullets {
	margin-left: 0.2em;
	margin-bottom: 1.2em;
}
.sidebar .roundedBox ul.redBullets li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.sidebar .roundedBoxGrey .top .titleOuter {
	background: url('../img/emergency_kit/roundedBoxGreyHeadLeft.gif') no-repeat left top;
	zoom: 1;
}
.sidebar .roundedBoxGrey .top .title {
	background-color: #999;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 13px;
	padding: 0.8em 1em 0.7em 0;
}
.sidebar .roundedBoxGrey .contentsOuter {
	position: relative;
	width: 100%;
	height: 100%;
}
.sidebar .roundedBoxGrey .bkgd, .sidebar .roundedBoxGrey .bkgd img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sidebar .roundedBoxGrey .contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	margin: 1em;
}
img {
	border: 0;
}

/* 
---------------------------- 
BREAKING NEWS TICKER
---------------------------- 
*/
#breakingNewsTicker {
	margin-left: 2px;
	margin-top: -8px;
}
#breakingNewsTicker a {
	text-decoration: underline;
	color: #FF0000;
}

/*** START - REMOVE??? ***/
#ticker {
	position: relative;
	border: 2px solid #BF1E2D;
	margin-bottom: 1em;
}
#ticker .title {
	display: inline;
	float: left;
	padding: 0.35em 1em 0.35em 1.35em;
	margin-right: 0.5em;
	color: #FFF;
	background-color: #BF1E2D;
	text-transform: uppercase;
	font-size: 85%;
}
#ticker .contents {
	position: relative;
	padding: 0.35em 1em;
	color: #000;
	font-size: 85%;
}
/*** END - REMOVE??? ***/

/* 
---------------------------- 
RETURN TO TOP LINK
---------------------------- 
*/
#returnToTop {
	background-color: #E6E6E6;
	text-align: right;
	padding: 10px;
	margin-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.baybridge_table_text {
	font-size: 12px;
	padding-left: 5px;
}
