﻿INPUT, SELECT, OPTION, TEXTAREA {
		background-color:#FFFFFF;
		border: 1px solid #000000;
		color: #O00000;
		margin: 1px 1px 1px 1px;
		vertical-align: top;
}

.tabela{
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	border-top-style: solid;
 	border-left-width: 1px;
	border-left-color: #C0C0C0;
	border-left-style: solid;
 	padding: 0px;
}


.tabela th, .tabela td{
  border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
 	border-right-width: 1px;
	border-right-color: #C0C0C0;
	border-right-style: solid;
  padding: 5px;
}


.tabela2 th, .tabela td{
 	border-right-width: 1px;
	border-right-color: #C0C0C0;
	border-right-style: solid;
  padding: 5px;
}



.tabela th{
   background-color: #FFFFFF;
   /*background-color: #B5CECE;*/
   color: black;
}

.tabela th.head{
   /*background-color: #9CADC6;*/
   background-color: #cccccc;
   color: black;
}



A { }
A:LINK, A:VISITED, A:HOVER, A:ACTIVE{color:#000000; text-decoration:underline;}

.tableRollOverEffect1{
		background-color:#FDFEC2;
		color:#Black;
}

.tableRollOverEffect2{
		background-color:#C0C0C0;
		color:#FFFFFF;
}