/* Main.ascx */

.middleColumn .Main {
	margin:20px;
}
.Main .Head {
	font-size: 20px;
	font-weight: bold;
}
.Main {
clear:both;
}

.middleColumn .Main .Head {
	font-size: 24px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color:#2B368C;
}
.Main H2 {
	margin-bottom: 10px;
}
.Main .contentMain {
	margin-right: 10px;
}

.middleColumn .Main .contentMain .Normal {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.latestNewsTitle, .startMediaTitle{
	background:url(images/latestNewsBack.jpg) top left repeat-y #003366;
	text-align:left;
	padding:7px 0px 7px 5px;
	padding: expression('0px 0px 7px 5px');
	width:150px;
	width: expression('155px');
}
.latestNewsTitle .Head, .startMediaTitle .Head{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.startMediaTitle {
	margin-bottom:30px;
}
.startMediaTitle a:link,
.startMediaTitle a:visited,
.startMediaTitle a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.LatestNews .ContentPane, .RightLinks .ContentPane{
	width:155px;
}
.LatestNews, .RightLinks{
	margin-bottom:10px;
	width:155px;
	float:right;
}
.LatestNews .AnnouncementList{
	width:140px;
}
.LatestNews .AnnouncementList a:link,
.LatestNews .AnnouncementList a:visited {
	text-decoration:none;
	color:#0B3E91;
	font-weight:bold;
}
.LatestNews .AnnouncementList a:hover {
	text-decoration:underline;
}

.LatestNews2 {
	margin-bottom:0px;
	width:155px;
	float:right;
}

.NewsItem H2 {
	color:#2B368C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}
.NewsItem cite {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	padding-bottom:10px;
	font-style:normal;
	/*font-weight:bold;*/
}

.NewsItem {
	padding-bottom:20px;
}


/* Empty.ascx */
.OrangeBox .col1 .contentEmpty {
	border:1px #f9bb88 solid;
}

/* Right Links */
.RightLinks {
	margin-bottom:-10px;
}
.RightLinks a.Normal:link,
.RightLinks a.Normal:visited,
.RightLinks a.Normal:hover {
	display:block;
	padding:5px 0 5px 5px;
	width:150px;
	width: expression('155px');
	color:#2A4493;
	font-weight:bold;
	text-decoration:none;
}
.RightLinks a.Normal:hover {
	background: #badce9 url(images/BackRightNewsItem.gif) top left repeat-x;
}


/* ODS.Form */
.FormTable {
	width: 600px;
	margin: 20px 0;
}
.FormTable TD {
	padding: 2px 0;
}
.FormLabelCell {
	width: 150px;
}
.FormLabelCell SPAN {
	color: Red;
	font-size: 11px;
}
SPAN.FormLabel {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	margin-left: 5px;
}
.FormTextBox {
	font-size: 12px;
	padding: 1px 3px;
	border:1px #a0d064 solid;
	width: 100%;
}


/* Latest article on frontpage left side */
A.newsRightItem:link,
A.newsRightItem:visited,
A.newsRightItem:hover {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 6px;
}
A.newsRightItem:hover {
	background: #badce9 url(images/BackRightNewsItem.gif) top left repeat-x;
}
.newsRightItem H3 {
	font-size: 11px;
	font-weight:bold;
	color: #0b3e91;
	font-family:Arial, Helvetica, sans-serif;
}
.newsRightItem .linkMore {
	text-align: right;
	color: #0b3e91;
	font-weight: bold;
}


/* XSL */
/* Ticker */
#tickerHolder {
	width:595px;
	overflow:hidden;
	margin: 5px 5px 0 5px;
}
#tickerContent {
	white-space:nowrap;
	color:#fff;
}
#tickerContent .Item {
	font-size: 12px;
	padding: 0 10px;
	border-right: 1px #8c8c8c solid;
}
#tickerContent .Name {
	color: #e60128;
}
#tickerContent .Trend {
	font-weight: bold;
}
#tickerContent A:link,
#tickerContent A:hover,
#tickerContent A:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#tickerContent A:hover {
	text-decoration:underline;
}

/*______________________________*/
.middleColumn .Floor .Head {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}



