body {
  margin: 0px; 
  padding: 0px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
}
table td {
  font-size: 11px;
}
table th {
  font-size: 11px;
  text-align: center;
  font-weight: normal; 
  font-style: italic; 
}
.link { 
  cursor: pointer;
}
.drag {
  cursor: move;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold; 
}
.normal {
  font-weight: normal; 
}
.white {
  color:white; 
}
.green {
  color: green; 
}
.blue {
  color: navy; 
}
.yellow {
  color: yellow; 
}
.grey {
  color: #C0C0C0; 
}
.darkgrey {
  color: #C0C0C0; 
}
.red {
  color: red; 
}
.orange {
 color: #DA750E;
}
.lightorange {
 color: #F8E3CF;
}
.bg_black {
  background-color: #000000;
}
.bg_lightgrey {
  background-color: #777777;
}
.bg_verylightgrey {
  background-color: #CCCCCC;
}
.bg_veryverylightgrey {
  background-color: #fafafa;
}
.bg_lightgreen {
  background-color: #F0FFF0;
}
.bg_red {
  background-color: red;
}
.bg_verylightred {
  background-color: #fff5f5;
}
.bg_blue {
  background-color: blue;
}
.bg_verylightblue {
  background-color: #f5ffff;
}
.bg_green {
  background-color: green;
}
.bg_verylightgreen {
  background-color: #f5fff5;
}
.bg_yellow {
  background-color: yellow;
}
.bg_verylightyellow {
  background-color: #fffff5;
}
.m { 
  position: absolute !important; 
}
.small {
  font-size: 9px; 
}
.bigger_11 {
  font-size: 11px; 
}
.bigger {
  font-size: 12px; 
}
.big {
  font-size: 15px; 
}
.huge {
  font-size: 18px; 
}
.very_small {
  font-size: 8px; 
}
.vspace{
  height: 15px;
  line-height: 5px;
}
.grammi{
  background-color: black;
  height: 1px;
  line-height: 1px;
}

.active {
  border: solid 1px black;
  color: black;
  font-weight: normal;
  background-color: #DCFDFF;	
}
.inactive {
  border: solid 1px black;
  color: black;
  font-weight: normal;
  background-color: #CCCCCC;	
}
.border {
  border-width: 1;
  border-style: solid;
  border-color: black;
}
.border_grey {
  border-width: 1;
  border-style: solid;
  border-color: #C0C0C0;
}
.border_green {
  border-width: 2;
  border-style: solid;
  border-color: green;
}
.border_right {
  border-width: 0;
  border-right-width: 1;
  border-style: solid;
  border-color: #C0C0C0;
}
.border_bottom {
  border-width: 0;
  border-bottom-width: 1;
  border-style: solid;
  border-color: #C0C0C0;
}
.border_right_bottom {
  border-width: 0;
  border-right-width: 1;
  border-bottom-width: 1;
  border-style: solid;
  border-color: #C0C0C0;
}
.border_bold {
  border-width: 3;
  border-style: solid;
  border-color: black;
}
input.login {
  font-size: 10px;
  border-width: 1;
  border-style: solid;
  border-color: black;
}
input.file {
  font-size: 10px;
  border-width: 1;
  border-style: solid;
  border-color: black;
}
input.user {
  font-size: 10px;
  border-width: 1;
  border-style: solid;
  border-color: black;
}
.messages_bg{ 
  background-color: #CCCCCC;
}
.messages_title {
  background-color: #58B4DB;
  color: #FFFFFF; 
}
.messages_calendar_bg { 
  background-color: #197698;
}
.messages_calendar_select {
  border-width: 1;
  border-style: solid;
  border-color: #197698;
  color: #197698;
  font-size: 9px;
}
.message_bg{ 
  background-color: #E5E3E4;
}
.message_title {
  background-color: #58B4DB;
  color: #FFFFFF; 
}
.message_data{ 
  background-color: #A8D4F0;
  color: #197698; 
}
td.dentro {
  display: block; 
  overflow: auto;
  max-height: 633px;
  height: 633px;
  max-width: 391px;
  width: 391px;
}

tr.Alink, td.Alink, span.Alink {
  cursor: pointer;
} 
tr.Alink:link, td.Alink:link, span.Alink:link {  } 
tr.Alink:visited, td.Alink:visited, span.Alink:visited {  }  
tr.Alink:hover, td.Alink:hover, span.Alink:hover   { background-color: #F0F0F0; } 
tr.Alink:active, td.Alink:active, span.Alink:active  { background-color: #C0C0C0; }  

.opac50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.opac30 {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.center_div {
  position: fixed;
  width: 380px;
  top: 10%;
  left: 50%;
  margin-left: -190px;
}
.close {
  width: 32px;
  height: 32px;
  background-image: url('images/popup_close.png');
}
.close_over {
  width: 32px;
  height: 32px;
  background-image: url('images/popup_close_hover.png');
}
