/** SPEED DATA **/
table.speed_data th, table.speed_data td {
	text-align: left;
}
table.speed_data td {
	border-bottom: 1px solid black;
}
table.speed_data {
	font-size: .9 em;
	width: 200px;
}
table.speed_data td.direction {
    font-weight: bold;
}

table.speed_data td.south {
    padding-top: .5em;
}

table.speed_data tr:hover {
    background-color: #E6E9DC;
}

p.fastlanelink {
    margin: 0;
    margin-top: .2em;
}

#i85 {
    display: block;
}

#traffic ul.hwy  {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	border-bottom: 1px solid black;
}

#traffic ul.hwy li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	padding: 3px 3px 0 3px;
	background: none;
}

#traffic ul.hwy li.selectable {
	background-color: #069;
}

#traffic ul.hwy li.selectable:hover {
	background-color: white;
}

#traffic ul.hwy li.selectable:hover a {
	color: blue;
}

#traffic ul.hwy li.selectable a {
	color: white;
}

#traffic ul.hwy li a {
	text-decoration: none;
}

#traffic ul.hwy li a:hover {
	text-decoration: underline;
}

/*** Construction styles ***/
#traffic table.construction { 
    display: block !important;
    width: 400px !important; 
}

#traffic table.construction td { 
    padding-right: 5px;
    vertical-align: top;
}

#traffic table.construction .county {
    width: 5%;
}

#traffic table.construction .marker {
    width: 20%;
}

#traffic table.construction .status {
    width: 15%;
}



/**ALERT **/
.alert #alert_level{
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 1.3em;
	font-weight: bolder;
}

.alert .level_4 {
	background-color: #ff3c00;
}

.alert .level_3 {
	/** background-color: #ff7800;	**/
	background-color: #ff6c00;

}

.alert .level_2 {
	background-color: #ffa500;
}

.alert .level_1 {
	background-color: #ffd700;
}

.alert .level_0 {
	background-color: #ddd;
}

.alert h4, .alert h2, .alert h3 {
	margin: 0;
}

.alert h4 {
	font-size: .9em;
}
.alert h2 {
	font-size: 0.9em;
}
.alert h3 {
	font-weight: normal;
	font-size: 0.9em !important;
}
.alert .alert_content {
	padding: 5px;
}


/**CONTENT **/
#traffic h3 {
	font-size: 1.2em;
	margin: 0;
}

#traffic .content a img {
	border: 0;
}

#traffic p.trail {
	margin: 0;
	margin-top: .9em;
	margin-bottom: .5em;
}

#traffic table.bigmapview img {
	border: 0;
}


#maplinks {
	font-size: .9em;
}

/** Map data view styles
#dataview {
	font-size: .8em;
	margin-top: .5em;
}

#dataview .overlib_txt {
	font-size: .9em;
}

#dataview h3 {
	font-size: 1.3em;
	font-size: 1.1em;
    margin: 0;
} 
***/

#dataview {
    font-size: .9em;
}

#dataview .overlib_txt {
	font-size: .8em;
}

td#dataview h3 {
	font-size: 1.3em;
}




.alert {
	margin-bottom: .5em;
}

#maplinks, #speedlinks {
	margin-top: .3em;
	margin-bottom: 1em;
}

#camera_select {
	margin-top: 0;
	margin-bottom: 1em;
}

.globalnav {
	margin: 1em 0 0 0;
}

.mapcontent p {
    margin: 0;
    font-size: .8em;
	margin-bottom: .5em;
}

.mapcontent h4 {
	margin-bottom: 0;
}


.columns th {
	text-align: left;
}

#intersections td {
	padding-bottom: 1em;
}

/** MAST **/
#traffic .mast h1 {
	font-size: 1.45em;
	margin: 0;
	padding: 0;
}

#traffic .mast h1 span {
	font-size: .75em;
	font-weight: normal;
}

#traffic .mast h1 span strong span {
	font-size: .8em;
}

#traffic .mast {
	text-align: left;
}

#traffic ul {
    margin: 0;
    padding: 0;
}

#traffic ul li {
	list-style-type: none;
	list-style-position: inside;
}

#traffic p.cutline {
    font-weight: bold;
    margin: 0;
}


/**GLOBAL**/
#traffic {
	font-family: arial,helvetica,geneva;
	font-size: 1 em;
	color: #333;
	padding: 0;
	margin: 0;
	/** width: 760px; **/
}

#traffic .content .columns {
	font-family: arial,helvetica,geneva;
	font-size: 1em;
	color: #333;
} 