/* **************************************************************** */
/* Tables                                                           */
/* **************************************************************** */

table.PressuTable {
 /* float: left; */
 /* clear: left; */
  width: 705px;
  font-size: 12px;
  color: #333;
  margin: 3px 0 0 3px;
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
  margin: 20px 0px 20px 0px;
}



table.PressuTable tr.alt { background: #f7f7f7; }

table.PressuTable th {
  color: #24466b;
  text-align: left;
  padding: 15px 0 14px 10px;
  background: url(/res/images/2009/bg-table-header.gif) repeat-x 0% 0%;
}

table.PressuTable td {
  border: 1px solid #e3e3e3;
  padding: 5px 5px 5px 10px;
}

/**** Extra for table ****/
table.PressuTable td.strong { font-weight: bold; }
table.PressuTable td.strong a { color: #414141; }

table.PressuTable td a.view {
  display: block;
  width: 21px;
  height: 21px;
  text-indent: -10000px;
  background: url(/res/images/2009/icon-view.gif) no-repeat 0% 0%;
}

table.PressuTable td.sub { padding: 20px; background: #f7f7f7; }

table.PressuTable td.sub .col { float: left; width: 189px; margin-right: 10px; }
table.PressuTable td.sub .col.right { position: relative; width: 273px; margin-right: 0; }
table.PressuTable td.sub .col div.item { margin-bottom: 15px; }
table.PressuTable td.sub .col div.item.last { margin-bottom: 0; }

table.PressuTable td.sub .col span.title { 
  float: left; 
  width: 80px; 
  font-size: 11px; 
  color: #24466b;
  font-weight: bold;
}

table.PressuTable td.sub .col span.value { font-size: 11px; }

table.PressuTable td.sub .col div.title { 
  font-size: 11px; 
  color: #24466b;
  font-weight: bold;
}

table.PressuTable td.sub .col div.value { font-size: 11px; color: #c72525; margin-top: 5px; }

table.PressuTable td.sub .col.right .func { float: left; width: 100%; margin-top: 18px; }

table.PressuTable td.sub .col.right .func ul.functions-left { margin: 0; padding: 0; }

table.PressuTable td.sub .col.right .func ul.functions-left li { display: inline; padding: 0; margin: 0; }
table.PressuTable td.sub .col.right .func ul.functions-left li a { 
  float: left;
  width: 21px;
  font-size: 11px;
  color: #696969;
  padding: 3px 0 0 25px; 
  margin-right: 25px;
}

table.PressuTable td.sub .col.right .func ul.functions-left li a.cancel { height: 16px; background: url(/res/images/2009/icon-cancel.gif) no-repeat 0% 0%;  }
table.PressuTable td.sub .col.right .func ul.functions-left li a.view2 { height: 18px; background: url(/res/images/2009/icon-view2.gif) no-repeat 0% 0%;  }

table.PressuTable td.sub .col.right .func ul.functions-right { float: right; margin: 0; padding: 0; }

table.PressuTable td.sub .col.right .func ul.functions-right li { display: inline; padding: 0; margin: 0; }
table.PressuTable td.sub .col.right .func ul.functions-right li a { 
  float: left; 
  width: 21px;
  height: 19px;
  text-indent: -10000px;
  margin-right: 6px;
  background: url(/res/images/2009/icon-functions.gif) no-repeat 0% 0%; 
}

table.PressuTable td.sub .col.right .func ul.functions-right li a.print2 { background-position: 0% -19px; }
table.PressuTable td.sub .col.right .func ul.functions-right li a.mail2 { margin-right: 0; background-position: 0% -38px; }


table.PressuTable th.left {text-align: left; padding-left:10px;}
table.PressuTable th.right {text-align: right; padding-right:10px;}
table.PressuTable th.center {text-align: center; padding-left:5px;padding-right:5px;}


table.PressuTable td.left {text-align: left; padding-left:10px;}
table.PressuTable td.right {text-align: right; padding-right:10px;}
table.PressuTable td.center {text-align: center; padding-left:5px;padding-right:5px;}

/**** Til aš skipta litum ****/
table.PressuTable tbody tr.Alt td{
	background: #FDFDFD;}


table.Width200 { width: 200px; }
table.Width300 { width: 300px; }
table.Width400 { width: 400px; }
table.Width500 { width: 500px; }
table.Width600 { width: 600px; }
