/*
 * FreeSCADA CSS
 *
 */
body
{
           background-color: #d0d0d0;
           font-family: verdana;
	   font-size:10pt;
           margin-left:0px;
           margin-right:0px;
           margin-top:5px;
           margin-bottom:5px;
}

a:link
{
	color: blue;
}
a img
{	
	border: none;
}
a:visited
{
           color: blue;
}

td
{
	font-family: verdana;
	font-size: 10pt;
}

p
{
           color:black;
	   font-family: verdana, helvetica, arial;
           font-size:10pt;
           margin-left:0.0cm;
           font-style:normal;
}
p.address
{
           color:black;
           font-size:10pt;
           margin-left:0.5cm;
           margin-right:0.5cm;
           font-family:arial;
           font-style:normal;
}

h1
{
           color:blue;
           font-family: verdana, arial;
           font-size:18pt;
           font-style:bold;
}

h2
{
           color:blue;
           font-family: verdana, arial;
           font-size:16pt;
           font-style:italic;
}

h3
{
           color: blue;
           font-family verdana, :arial;
           font-size:12pt;
           font-style:normal;
}

.horizonline
{
	background-color : #999999;
}

.footer
{
	font-family: verdana, arial;
	background-color: #ffffcc;
	font-size: 10pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	text-align: center;
}

.menulink
{
	font-family:verdana, arial,helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
  	width: 150;
}
TD.mainpage
{
	margin-left: 10pt;
	margin-top: 10pt;
}

td.banner
{
        background-image: url('images/FreeSCADA_Site_Banner_blank.jpg');
}


/* News high-lights formating */
H1.news
{
	margin-left: 10pt;
	font-size: 12pt;
	font-family: verdana;
	font-weight: bold;
	color: black; 
}
p.news
{
	font-size: 8pt;
	margin-left: 10pt;
	margin-right: 5pt;
}

a.news:link
{
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
}
a.news:visited
{
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
}
a.news:hover
{
	font-size: 8pt;
	font-style: italic;	
	text-decoration: underline;
}

/* article styles */
p.ingress
{
	font-style: italic;
}
