/* local styles */

/* top navigation colors */
body {
       margin-top:20px;
}
#mainnav {
	text-align: left;
	text-indent: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #eeeeee;
	background-position: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	
}

#mainnav a:link {
	color: #003366;
	text-decoration: none;
	background-color: transparent;
}

#mainnav a:visited {
      color: #003366;
		text-decoration: none;
}
#mainnav a:hover {
	color: #003366;
	text-decoration: underline;
	background-color: transparent;
}
#mainnav a:active {
   color: #900;
}

/* newsblock colors and links */

.mainheader {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}

/* Uncomment this section to add a background graphic to the headers in the news blocks */
/*.mainheaderback {
	background: url(http://static.cnhi.zope.net/sites/enidnews/images/titleback.jpg) no-repeat left top;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align: top;
}
*/

a.newsblocktoplinks {
      color: #003366;
		text-decoration: none;
}

a.newsblocktoplinks:visited {
   color: #003366;
   text-decoration: none;
}

a.newsblocktoplinks:hover {
	color: #c00;
	text-decoration: none;
	background-color: transparent;
}

a.newsblocktoplinks:active {
   color: #900;
}

/* main left link in the newsblock */

a.newsblockmainlink {
   color: #003366;
   text-decoration: none;
   background-color: transparent;
}

a.newsblockmainlink:visited {
   color: #003366;
   text-decoration: none;
   background-color: transparent;
}

a.newsblockmainlink:hover {
	color: #c00;
	text-decoration: none;
	background-color: transparent;
}

a.newsblockmainlink:active {
   color: #900;
	background-color: transparent;
}

/* community box headers */

.communityboxhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #EEEEEE;
	text-align: left;
}

/* top story front page */

/* vertical story pics */
.mediaboxvert {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* horizontal story pics */
.mediaboxhor {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.mediaboxhorbottom {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

/* black bars on top story front page */
.mediaboxborder {
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.mediaphotobox {
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}