body {
    background-color: "#FFFFFF"; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
   background-color: white;
   padding: 1px;
   }

.greyTable { background-color: #CCCCCC;}
.lightGreyTable { background-color: #CCCCCC;}
.lightGreyTable td { background-color: #EDEDED;}
.ultraLightGreyTable{ background-color: #EEEDEC;}


.tdTitlu {
	background-color: #095BA6;
	color: white; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	/*border-width: 1;*/
	background-color: #FFFFFF;
}
/*a {font-family: Arial, Helvetica, sans-serif; color: #333333;}
a:visited {color: #4e4e4e;}
a:hover {color: #CC0909;}
a:active {color: #CC0909;}*/

input {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
select {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}


.small {font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; font-weight: bold;}
.medium {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}
.big {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-align: center;}

A {  font-size: 12px; color: #095BA6; text-decoration: none; font-weight: normal;}
A:visited { font-size: 12px; color: #095BA6; text-decoration: none; font-weight: normal;}
A:hover { font-size: 12px; color: #095BA6; text-decoration: underline; font-weight: normal;}
A:active { font-size: 12px; color: #095BA6; text-decoration: none; font-weight: normal;}

A.small {  font-size: 10px; color: #095BA6; text-decoration: none; font-weight: normal;}
A.small:visited { font-size: 10px; color: #095BA6; text-decoration: none; font-weight: normal;}
A.small:hover { font-size: 10px; color: #095BA6; text-decoration: underline; font-weight: normal;}
A.small:active { font-size: 10px; color: #095BA6; text-decoration: none; font-weight: normal;}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

.errorSmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

.formbutton, input, select, textarea {
        background-color: #FFFFCC;
        /*border-color: #790601;*/
		border-color: #000000;
        border-width: 1;
        color: #000000;
        font-size: 11px; 
        font-family: arial;
        font-weight: bold;  
}

.formButtonInfo {
        background-color: #EDEDED;
		border-color: #000000;
        border-width: 1;
        color: #000000;
        font-size: 11px; 
        font-family: arial;
        font-weight: bold;  
}

.hidden {display:none;}

.help
{
background-color: #CC0000;
}

.blackTable
{
background-color: #000000;
}

.id
 { 
  font-size: 16px;
  font-weight: bold;
  font-family: arial;
  color: gray;
  display: inline;
  }

.titlu
 { 
  font-size: 16px;
  font-weight: bold;
  font-family: arial;
  color: black;
  display: inline;
  }

img.withborder {border: 1px white solid;}

A.smallcat {  font-size: 10px; color: #095BA6; text-decoration: underline; font-weight: normal;}
A.smallcat:visited { font-size: 10px; color: #095BA6; text-decoration: underline; font-weight: normal;}
A.smallcat:hover { font-size: 10px; color: orange; text-decoration: underline; font-weight: normal;}
A.smallcat:active { font-size: 10px; color: #095BA6; text-decoration: underline; font-weight: normal;}
