/*
// ECS-TV primary stylesheet
// Defines header and footer related stuff, main colours, etc.
// tjeh102 (2005)
//
*/

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.news_title {
	font-size: 1.4em;
	font-weight: bold;
}
.news_date {
	text-align: right;
	font-style: italic;
}
.news_subtitle {
	font-size: 1.2em;
        font-weight: bold;
}
.news_content {
	margin: 1.4em; 
}
.menu {
        font-family: arial;
        color: black;
}
.menu a {
        color: blue;
        display: inline;
}
.menu a:hover {
        display: inline;
}
.menu a:visited {
        color: purple;
}
.bodyblock {
	margin: 0.6em 1em 0.6em 1em;
	color: #000000;
}
.banner {
	width: 100%;
	height: 68px;
	line-height: 0px;
}
.bannerline {
	width: 100%;
	height: 0.5em;
	line-height: 0px;
	border-style: solid;
	border-color: #000077;
	border-width: 1px 0px 0px 0px;
}
.bannerleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
.bannerright {
	position: absolute;
	top: 0px;
	right: 0px;
}
.bannertextleft {
	position: relative;
	top: -1px;
	padding-left: 0.2em;
	font-size: 250%;
	letter-spacing: 0.1em;
}
.bannertextleft a {
	text-decoration: none;
}
.bannertextright {
	position: relative;
	top: -1px;
	padding-right: 0.3em;
	font-size: 200%;
	font-style: italic;
	letter-spacing: 0.01em;
}
.navbar {
	width: 100%;
	color: #000077;
	clear: both;
	text-align: center;
}
.navbar a {
	color: #000077;
	text-decoration: underline;
}
.noncss {
	display: none;
}
.footer {
	width: 100%;
	text-align: right;
	font-size: 80%;
	font-style: italic;
	border-style: solid;
	border-color: #000077;
	border-width: 1px 0px 0px 0px;
}
.containerDiv {
        border: 1px solid #006699;
        padding: 5px;
        vertical-align: top;
}
.nicer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.generalColumnHeader {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #006699;
        background-image: url(pics/col_header_bg.gif);
        padding: 3px;
        text-align: left;
        border-top: 1px solid #006699;
        border-right: 1px solid #006699;
        border-bottom: 1px none #006699;
        border-left: 1px solid #006699;
}
.generalColumnContent {
        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: solid;
        border-left-style: solid;
        border-top-color: #006699;
        border-right-color: #006699;
        border-bottom-color: #006699;
        border-left-color: #006699;
        vertical-align:top;
}
.listitemOdd {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #666666;
        text-decoration: none;
        background-color: #F2F9FD;
        padding: 4px;
        cursor: hand;
        text-align: left;
}
.listitemEven {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #666666;
        text-decoration: none;
        background-color: #FFFFFF;
        padding: 4px;
        cursor: hand;
        text-align: left;
}
.listitemOther {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #666666;
        text-decoration: none;
        background-color: #E1E9FD;
        padding: 4px;
        cursor: hand;
        text-align: left;
}
.columndiv {
        overflow: auto;
}

.containerDiv {
        border: 1px solid #006699;
        padding: 5px;
        vertical-align: top;
}
.podcast_title {
	font-size: 1.2em;
}

