﻿body,html
{
    background:url(../Images/backPage.gif);
	height:100%;
	margin:0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}

img
{
	behavior: url(iepngfix.htc);
	border-style: none;
}

.overDiv{
  background-color: #666666;
  filter:alpha(opacity=60); 
  -moz-opacity: 0.6; 
  opacity: 0.6;
  z-index:1;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:none;
}

.inputForm
{
	background-image: url(../images/fondoInput.gif);
	BACKGROUND-POSITION: top;
	background-repeat: repeat-x;
	border:#d3d3d3 1px solid;
	font-size: 12px;
	color: #000000;
	font-family: tahoma;
	background-color: #ffffff;
}

.inputFormSearch
{
	background-image: url(../images/fondoInput.gif);
	BACKGROUND-POSITION: top;
	background-repeat: repeat-x;
	border:#d3d3d3 1px solid;
	font-size: 14px;
	color: #000000;
	font-family: tahoma;
	background-color: #ffffff;
}

.txtLittle
{
	font-size:9px;
}

.error
{
	color:#ff0000;
}

.wheaterText
{
    font-size:9px;
}

a.normalLink
{
	color: #666666;
	text-decoration: none;
}

a.normalLink:hover
{
    background-color:#0c57ab;
    color:#ffffff;
	text-decoration:none;
}

a.newLink
{
	color: #0c57ab;
	text-decoration: none;
}

a.newLink:hover
{
    background-color:#0c57ab;
    color:#ffffff;
	text-decoration:none;
}

.txtDate
{
    font-size:9px;
}

.txtTitleNew
{
    font-size:14px;
    color: #0c57ab;
    font-weight:bold;
}