﻿#yearSelect {
	float:left;
	margin-bottom:20px;
}
#yearSelect div {
	float:left;
	margin-right:5px;
}
#yearSelect select {
	font-size:10px;
}
#yearSelect .btn {
	color:#565656;
}


#body .newsItem h2 {
	font-size:11px;
	margin:0;
	font-weight:normal;
}

.newsItem {
	margin-bottom:20px;
	clear:both;
}
.newsItem .date {
	color:#000000;
	font-weight: bold;
}
.newsItem.item .date {
	color:#6b7378;
	font-weight: normal;
}
.newsItem.item .date a {
	color:#6D6E71;
	font-weight: normal;
}
#body .newsItem h2 a {
	color:#6b7378;
	text-decoration:none;
}
.newsItem .readMore a{
	color:#00678A;
	font-weight:bold;
	background: url('../../../Resources/Global/Image/Icons/ArrowRightBlue.gif') no-repeat 0px 5px;
    padding-left:12px;  	
	text-decoration: none;
}

#body .newsItem.item h2 {
	color:#000000;
    font-size:14px;
    font-weight:bold;
    margin-bottom:12px;
}
.newsItem.item .body {
    padding-top:4px;
}

.pressRelease.item .body A{
	color:#00678A;
}
.date_top
{
    color:#000000;
}
.date_top A
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.text_middle
{
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    font-weight: lighter;
    color:#6D6E71;
}





#button
{
    float:left;
    width:50px;
    xbackground:blue;
}

#button div
{
    margin-right:0px;
}

#button .loginButton
{
    background:none;
    float:left;
    height:17px;
    border:none;
    cursor: pointer;
}

#button #middle
{
    background: #00678a;
    float:left;
    padding-left:5px;
    height:17px;
}

#button #middle INPUT
{
    padding-top:2px;
    font-weight:bold;
    color:#ffffff;
}

#button #left
{

}

#button #right
{
    background:url('../../../Resources/Global/Image/Icons/button_right_bg.gif') ;
    float:left;
    width:9px;
    height:17px;
    border:none;
}

@media print {
	h2 {
		font-size:14px!important;
	}
	#headerBox
	{
		display:none;
	}
	
}

