@import url('color.css');

/*- - - - - ( structure ) - - - - - - - - - - - - - - - */


#main {
	background-color: #fff;
	font: normal 90%/130% "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}


/*- - - - - ( hr ) - - - - - - - - - - - - - - - */

#main hr {
	background-position: top right;
	background-repeat: no-repeat;
	border: 0;
	clear: both;
	height: 1px;
	margin: 30px 0 30px -10px;
	overflow: hidden;
	text-align: left;
	background-color: #bbb;
	background-image: url('/commonpics/hr-right.gif');
}

#main hr:before {
	display: block;
	font-size: 1px;
	line-height: 0.1;
	content: url('/commonpics/hr-left.gif');
}


/*- - - - - ( img ) - - - - - - - - - - - - - - - */

img {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	vertical-align: bottom;

}

#main a img:hover {
	border-style: solid;
	border-width: 1px;
}

table.container {
	border: 0px;
	background-color: transparent;
}

th {
	border-bottom: 1px #ccc solid;
	text-align: left;
	background-color: #ddd;
}

.subth1 {
	border-bottom: 1px #ccc solid;
	text-align: left;
	background-color: #ddd;
}

.subth1bold {
	border-bottom: 1px #ccc solid;
	text-align: left;
	font-weight: bold;
	background-color: #ddd;
}

.subth {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	text-align: left;
	background-color: #ddd;
}

.subthbold {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	text-align: left;
	font-weight: bold;
	background-color: #ddd;
}

.newssource {
	color: #888;
	font-size: 0.6em;
}

.newssub {
	color: #888;
	font-size: 0.8em;
}

.newstime {
	color: #888;
	font-size: 0.6em;
}

.newsheadlines {
	color: #555;
}