﻿ #portal {
  width: 740px;
  border: 0px;
 }
 
 #portal .photo {
  width: 328px;
  height: 282px;
  background-image: url('../images/portal_vidilan.jpg');
  background-position: 0px 37px;
  background-repeat: no-repeat;
 }
 
 #portal .cat {
  width: 142px;
  height: 115px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-size: 9pt;
  font-weight: bold;
  color: #214263;
  text-align: center;
  cursor: pointer;
 }
 
 #portal .title {
  font-size: 11pt;
  font-weight: bold;
  color: #DE2100;
  text-align: center;
  height: 22px;	
 }
 
 #portal #news .title {
	 width: 130px;
	 height: 20px;
	 background-color: #DE2100;
	 font-family: Verdana, Arial;
	 font-size: 8pt;
	 font-weight: bold;
	 color: #FFFFFF;
 }
 
 #portal #news .item {
	 width: 198px;
	 height: 20px;
	 border: 1px solid #DE2100;
	 color: #000080;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 9pt;
 }
 
 #portal #news a { text-decoration: none; }
 #portal #news a:hover { text-decoration: underline; }
 
 #portal #oneliner .oneliner {
  font-size: 11pt;
  font-weight: bold;
  color: #DE2100;
 }
 
 #portal #oneliner .quote, #portal #oneliner .person {
  color: #B0B0B0;
 }
 
 #portal #oneliner .person {
	 font-size: 8pt;
	 font-weight: normal;
	 text-align: left;
 }
 
 #portal #oneliner a {
	 color: #B0B0B0;
	 text-decoration: underline;
 }
 #portal #oneliner a:hover { color: #000000; }
 
 #portal .contact {
	 height: 32px;
	 padding-top: 10px;
	 text-align: right;
 }
