@charset "utf-8";
/* CSS Document */

body {
	/*background-color: #F1F7FE;*/
	background-color: #ffffff;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.container{
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #98C0F4;
	border-left-color: #98C0F4;
}
.topline{
	background-color: #000000;
	height: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.topmenu{
	background-image: url(../img/topmenu_strip.jpg);
	background-repeat: repeat-x;
	background-position: right top;

/*	height: 5px;*/
}


.logo_line{
	background-image: url(../img/logo_line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
	padding-right: 0px;
	padding-left: 0px;
	/*padding-top: 10px;*/
}
.toolbar{
	background-image: url(../img/toolbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #98C0F4;
	border-bottom-color: #98C0F4;
	height: 21px;
	text-align: left;
}
.content{
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.footer{
	background-image: url(../img/toolbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #98C0F4;
	border-bottom-color: #98C0F4;
	height: 21px;
	text-align: center;
}
.box_title{
	font-size: 12px;
	color: #FF6600;
	padding-left: 98px;
	font-weight: bold;
}
.feedtitle{
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 4px;
}
.itemtitle{
	font-size: 12px;
	font-weight: bold;
	color: #235195;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #235195;
}
.itemdate{
	color: #666666;
}
.itemdesc{
	margin-bottom: 4px;
	color: #000000;
}
.icontent{
	/*padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;*/
}
.close{
	padding-top: 2px;
	padding-bottom: 2px;
}
#contentdivcontainer{
	font-size: 13px;
	line-height: 120%;
	color: #000000;
}

#search
{
float:right;
padding:0px;
}
