﻿/* CAPITANATA ORIGINAL CSS */

body         { font-size: 11px; font-family: Verdana, sanserif; color: #000000; 
				background-repeat: repeat; 
               font-weight: normal; font-style: normal; margin: 0px;
               background-color: #E1E2FF
               }
body.bianco  { font-size: 11px; font-family: Verdana, sanserif; color: #000000;
               font-weight: normal; font-style: normal; background: white;
               background-image: none;
               margin: 0px;}
               
p, td, th, form	{ font-size: 11px; font-family: Verdana, sanserif; color: #000000; font-weight: normal; font-style: normal}

.FondoNero {  color: #FFFFFF; background-color: #000000}

A:link 		{text-decoration: underline; color: #D65E6A} 
A:visited 	{text-decoration: underline; color: #D65E6A} 
A:active 	{text-decoration: underline; color: #D65E6A} 
A:hover 	{text-decoration: none; color: yellow}

A.bianco     { color: white;}
a:visited.bianco { color: white;}
a:hover.bianco { color: white; text-decoration: none }

h1           { font-size: 16px; font-family: Arial, serif; text-align: center; 
	background-color: #D65E6A; 
               color: #FFFFFF; font-weight: bold; margin: 4px}
h2           { font-size: 14px; font-family: Arial, serif; color: #D65E6A; font-weight: bold; 
               margin-left: 3px }
h3           { font-size: 14px; color: orange; font-weight: bold; margin: 4px;}

p.giustificato  { text-align: justify; margin: 8px;}
p.errori 		{ color: white; text-align: center; font-weight: bold; background-color: #D65E6A;}

.note	       	{ font-family: Verdana, Arial, serif; font-size: 10px; color: gray; font-style:italic;}
.piccolo   		{ font-family: Verdana, Arial, serif; font-size: 10px; font-style: normal; font-weight: normal;}
.rosso          { color: #3E7662; font-weight: bold;}
.testo-footer 	{ font-family: Verdana, Arial, serif; font-size: 10px; color: gray; 
                  text-align: right; font-style: italic; border-top: 1 solid grey; }
.warning 		{ color: #FF0000; text-align:left; font-weight:bold;}
.enfasidato { color: #D65E6A; font-weight: bold;}

td.contenuto		{ font-size: 10px; font-family: Verdana, Arial, serif; 
                  color: #000000; background-color: #FFFFFF; border: 1px solid #CCCCCC;}

input#pulsante { color: white; background-color: #D65E6A; font-family: Verdana, Arial, serif; 
               font-size: 12px; font-weight: normal }
input
{
    COLOR: #000000;
    BACKGROUND-COLOR: #CCCCCC;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, serif
}

input.numero { text-align:right;}

textarea
{
    COLOR: #000000;
    BACKGROUND-COLOR: #CCCCCC;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, serif;
}

select
{
    COLOR: #000000;
    BACKGROUND-COLOR: #CCCCCC;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, serif;
}

.col-c      { background-color: #CCCCCC;}
.col-a      { background-color: #D65E6A; color: white;}
.col-d 	   	{ background-color: #D65E6A;}


.clsHiddenOnPrint 
{
	display:inline-block;
	visibility:visible;
}


.clsShowOnPrint
{
display:none;
visibility: hidden;
}


.headeronprint
{
display:none;
visibility: hidden;
height:1px;
}



@media print 
{

.clsHiddenOnPrint 
{
visibility: hidden;
}

.clsShowOnPrint
{
	display:inline;
	visibility:visible;
}

.headeronprint
{
	background-image:url(../images/capitanata/logocbc.gif); 
	background-position:left; 
	background-repeat:no-repeat;
	display:block;
	visibility:visible;
	  width:756px;
	 height:50px;
	  text-align:left;
	   border:none 0px white;
}


body, p, td, th, form, h1, h2, h3, h4, a, a:visited, a:hoover
{
  background-color: white;
  font-family: Verdana, Arial, Sans-Serif;
  font-size:9px;
   margin:0px;
   color:Black;
}



input
{
	background: white;
	border: solid 1px gray;
	color: #000000;
	font-weight:normal;
	font-size:9px;
}

Textarea
{
	background: white;
	border: solid 1px gray;
	color: #000000;
	font-weight:normal;
	font-size:9px;
}

Select
{
	background: white;
	border: solid 1px gray;
	color: #000000;
	font-weight:normal;
	font-size:9px;
}

FIELDSET
{
	border: #000000 1px round;
	padding: 10px;
	
}
LEGEND
{
	color: #000000;
}




}

