/* v1.0 | 20080212 | Reset CSS styles */

table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset CSS styles */

#segment-section-area {
width: 798px;
}

#bridges {
font: 62.5% Arial, Helvetica, sans-serif;
margin-top: 5px;
margin-bottom: 10px;
width: 97%;
background-color: #f8f8f9;
color: #000 !important;
font-size: 1.2em;
margin-left: auto;
margin-right: auto;
line-height: 1.5;
}

#bridges tr {
border-bottom: 1px dashed #bbb;
}

#bridges tr.bridgesHeader {
background-color: #efefef;
border-style: none;
}

#bridges tr.bridgesHeader:hover {
background-color: #efefef;
}

#bridges th {
font-weight: bold;
padding: 2px 2px 2px 4px;
text-align: left;
}

#bridges td {
padding: 2px 2px 2px 4px;
color: #000 !important;
}

#bridges td.marketing {
letter-spacing: 1px;
font-size: 1.1em;
}

#bridges tr:hover {
background-color: #fff;
}

tr.primary {
background-color: #eee;
}

span.displayNotes {
display: block;
font-size: .9em;
letter-spacing: 0;
}

.warning, .info {
width: 90%;
font-size: 1.1em;
font-weight: bold;
margin: 25px auto;
margin-top: 5px;
margin-bottom: 5px;
padding: 8px 0 8px 30px;
text-align: center;
background-position: 5px 50%;
background-repeat: no-repeat;
}

.warning {
color: #222222;
background-color: #f7cbca;
background-image: url(/brand/global/img/24-message-warn.gif);
border: 1px solid #222222;
}

.info {
color: #005293;
background-color: #d9e5ef;
background-image: url(/brand/global/img/24-message-info.gif);
border: 1px solid #005293;
}