.stats_sent {
	margin: 0px 5px 0px 5px;
	color:green;
	font-size:20px;
}
.stats_err {
	margin: 0px 5px 0px 5px;
	color:red;
   font-size:20px;
}
.stats_not_sent {
	margin: 0px 5px 0px 5px;
	color:black;
   font-size:20px;
}

table.level1 {
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	background-color:#F0FFFF;
}

table.level1 thead {
   border: 1px solid black;
   background-color:lightgray;
   color:black;
}
table.level1 thead th{
   border: 1px solid black;
}
table.level1 td {
   border: 1px solid black;
}

td.number {
	text-align:right;
}

th.number {
    text-align:right;
}

td.string {
   text-align:left;
}
/* the overlayed element */
.msg_overlay {
   
   /* initially overlay is hidden */
   display:none;
   
   /* growing background image */
   background-image:url(../images/overlay/bg.png); 
   
   /* 
      width after the growing animation finishes
      height is automatically calculated
   */
   width: 570px;
   
   /* some padding to layout nested elements nicely  */
   padding:3px;
   

   /* a little styling */  
   font-size:12px;
   font-family:Arial, Helvetica, sans-serif;
   border: 2px solid silver;
}

/* the overlayed element */
.rcpt_overlay {
   
   /* initially overlay is hidden */
   display:none;
   
   /* growing background image */
   background-image:url(../images/overlay/bg.png); 
   
   /* 
      width after the growing animation finishes
      height is automatically calculated
   */
   width: 700px;
   
   /* some padding to layout nested elements nicely  */
   padding:3px;
   

   /* a little styling */  
   font-size:12px;
   font-family:Arial, Helvetica, sans-serif;
   border: 2px solid silver;
}

/* the overlayed element */
.attach_overlay {
   
   /* initially overlay is hidden */
   display:none;
   
   /* growing background image */
   background-image:url(../images/overlay/bg.png); 
   
   /* 
      width after the growing animation finishes
      height is automatically calculated
   */
   width: 700px;
   
   /* some padding to layout nested elements nicely  */
   padding:3px;
   

   /* a little styling */  
   font-size:12px;
   font-family:Arial, Helvetica, sans-serif;
   border: 2px solid silver;
}

div.row {
	padding:5px 5px;
}
div.row label{
   margin:0px 5px 5px 5px;
}
/* default close button positioned on upper right corner */
.msg_overlay .close, .rcpt_overlay .close, .attach_overlay .close {
   background-image: url(../images/overlay/close_mac.png); 
   position:absolute; right:-14px; top:-14px;
   cursor:pointer;
   height:35px;
   width:35px;
   z-index: 10001;
}

/* the overlayed element */

.apple_overlay {
   
   /* initially overlay is hidden */
   display:none;
   
   /* growing background image */
   background-image:url(../images/overlay/bg.png); 
   
   /* 
      width after the growing animation finishes
      height is automatically calculated
   */
   width: 570px;
   
   /* some padding to layout nested elements nicely  */
   padding:25px;

   /* a little styling */  
   font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
   background-image: url(../images/overlay/close_mac.png); 
   position:absolute; right:5px; top:5px;
   cursor:pointer;
   height:35px;
   width:35px;
}

div.apple_overlay.black {
      background-image:url(../images/overlay/transparent.png);     
      color:#fff;
}

img.btn {
	height: 24px;
   margin: 5px 5px 5px 5px;
   /*padding: 2px 5px;*/
}

img.btn.disabled {
   opacity: 0.3;
   cursor: not-allowed;
}

button.btn {
   height: 22px;
   margin: 5px 0px 5px 15px;
   padding: 2px 5px;
   position: relative;
   overflow: visible;
}

button.btn span {
   padding: 0 5px 0 25px;
}

button.btn img {
   position: absolute;
   top: -9px;
   left: -12px;

}

/*
 * buttons 32x
 */
button.send_32 {
	background: #C3E6E6 url('../images/ico/send_32.png') no-repeat scroll 2px center;
	height: 36px;
	padding: 0px 5px 2px 36px!important;
}

button.search_32 {
   background: #C3E6E6 url('../images/ico/search_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.file_import_32 {
   background: #C3E6E6 url('../images/ico/file_import_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.recycle_bin_32 {
   background: #C3E6E6 url('../images/ico/recycle_bin_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.check_32 {
   background: #C3E6E6 url('../images/ico/check_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.stop_32 {
   background: #C3E6E6 url('../images/ico/stop_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.email_env_32 {
   background: #C3E6E6 url('../images/ico/email_env_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.email_block_32 {
   background: #C3E6E6 url('../images/ico/email_block_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.download_32 {
   background: #C3E6E6 url('../images/ico/download_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.add_32 {
   background: #C3E6E6 url('../images/ico/add_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.new_32 {
   background: #C3E6E6 url('../images/ico/icon-32-new.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.delete_32 {
   background: #C3E6E6 url('../images/ico/delete_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.green_dollar_32 {
   background: #C3E6E6 url('../images/ico/green_dollar_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.remove_32 {
   background: #C3E6E6 url('../images/ico/remove_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.email_edit_32 {
   background: #C3E6E6 url('../images/ico/email_edit_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.email_new_32 {
   background: #C3E6E6 url('../images/ico/email_new_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

button.email_send_32 {
   background: #C3E6E6 url('../images/ico/email_send_32.png') no-repeat scroll 2px center;
   height: 36px;
   padding: 0px 5px 2px 36px!important;
}

/*
 * buttons 16x
 */
button.send_16 {
   background: #C3E6E6 url('../images/ico/send_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.search_16 {
   background: #C3E6E6 url('../images/ico/search_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.file_import_16 {
   background: #C3E6E6 url('../images/ico/file_import_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.recycle_bin_16 {
   background: #C3E6E6 url('../images/ico/recycle_bin_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.check_16 {
   background: #C3E6E6 url('../images/ico/check_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.stop_16 {
   background: #C3E6E6 url('../images/ico/stop_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.email_env_16 {
   background: #C3E6E6 url('../images/ico/email_env_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.email_block_16 {
   background: #C3E6E6 url('../images/ico/email_block_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.download_16 {
   background: #C3E6E6 url('../images/ico/download_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.add_16 {
   background: #C3E6E6 url('../images/ico/add_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.new_16 {
   background: #C3E6E6 url('../images/ico/new_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.delete_16 {
   background: #C3E6E6 url('../images/ico/delete_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.green_dollar_16 {
   background: #C3E6E6 url('../images/ico/green_dollar_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.remove_16 {
   background: #C3E6E6 url('../images/ico/remove_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.email_edit_16 {
   background: #C3E6E6 url('../images/ico/email_edit_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.email_new_16 {
   background: #C3E6E6 url('../images/ico/email_new_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

button.email_send_16 {
   background: #C3E6E6 url('../images/ico/email_send_16.png') no-repeat scroll 2px center;
   height: 20px;
   padding: 0px 5px 2px 20px!important;
}

div.multisel_inline {
	position: absolute;
	background-color: white;
	border: 2px solid red;
}

.small {
  font-size: 10px;
  color: white;
  font-style: italic;
}

.desk {
  border: 1px solid silver;
  margin: 0 auto;
}

.dbg {
  font-size: 10px;
  position: relative;
  color: white;
  top: -54px;
}

.hidden {
  display: none;
}

.hide_out {
	left: -22px;
	position: relative;
}

.status {
  position: fixed;
  padding: 10px 0 0 10px;
  left: 50px;
  top: 150px;
  border: 1px solid silver;
  width: 150px;
  height: 150px;
  overflow: auto;
  color: white;
  background: black;
  display: none;
  font-size:12px;
}

.chk_box {
  cursor: default;
}

.dwnl {
  cursor: pointer;
}

.chk_box.allow{
  background: transparent url('../images/ico/check_16.png') no-repeat scroll center center;
  background-color: inherit;
}

.chk_box.disallow{
  background: transparent url('../images/ico/stop_16.png') no-repeat scroll center center;
  background-color: inherit;
}

/*
 * notoficatio sending fee classes
 */
.chk_box.fee_charge{
  background: transparent url('../images/icon-16-new.png') no-repeat scroll center center;
  background-color: inherit;
  cursor: pointer;
}
.chk_box.fee_charged{
  background: transparent url('../images/ok_16x16.png') no-repeat scroll center center;
  background-color: inherit;
}
.chk_box.fee_err{
  background: transparent url('../images/err.png') no-repeat scroll center center;
  background-color: inherit;
}

.price_grp {
  display: block!important;
}

.sortable {
  cursor: pointer;
}

.sortable_act {
	cursor: pointer;
	color: white;
}
	
.asc {
	width: 16px;
	height: 16px;
	display: inline-block;
	float: right; 
	background: transparent url('../images/uparrow-1.png') no-repeat scroll center bottom;
}

.desc {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: right; 
  background: transparent url('../images/downarrow-1.png') no-repeat scroll center top;
}
	
.loading_32 {
  display:none;
  background: transparent url('../images/ajax-loader_32.gif') no-repeat scroll center 50%;
  width: 50px;
  height: 50px;
  margin-left: auto ;
  margin-right: auto ;
  position:absolute;
}

.loading_64 {
  display:none;
  background: transparent url('../images/ajax-loader_64.gif') no-repeat scroll center 50%;
  width: 64px;
  height: 64px;
  margin-left: auto ;
  margin-right: auto ;
  position:absolute;
}

.loading_64 span {
	display: block;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: white;
	width: 64px;
	height: 64px;
	top: 25px;
	position: relative;
}

.pagenation {
	margin: 10px 0 10px 0;;
  /*border: 1px solid silver;*/
  text-align: center;
}

select.pagenation {
  margin: 0px 10px!important;
}

.import_status {
  
}

.custom {
  min-width: 40px;
  height: 20px;
}

.ok {
	background: transparent url('../images/ok_16x16.png') no-repeat scroll center 50%;
  display: none;
  height:20px;
  margin-left:28px;
  position:relative;
  top:-40px;
  width:40px;
  cursor: pointer;
}

.pause {
  background: transparent url(../images/pause_16x16.png) no-repeat scroll center 50%;
	display: none;
	height: 20px;
	margin-left: 28px;
	position: relative;
	top: -40px;
	width: 40px;
	cursor: pointer;
}

.clear_float{
  clear: both;
}

.vspacer_10 {
  padding-right: 10px;
}

.spacer_10{
  height: 10px;
}

.spacer_20{
  height: 20px;
}

.spacer_30{
  height: 30px;
}

.toolbar {
  border: silver dotted 1px;
  margin: auto;
  width: 500px;
}

.toolbar * {
  /*display: inline;*/
}

.toolbar table tr td {
  margin: 3px 0px 0px;
}

fieldset, .actions {
  background: #FFFECC;
}

.pb_holder {
  position: relative;
  top: 20px;
  left: 10px;
  display: none;
}

.notify {
	font-size: 12px;
  border: silver;
  color: white;
  background-color: black;
  overflow: hidden;
  display: block;
  width: 100px;
  height: 100px;
}

.notify_holder {
	
  position: fixed;
  top: 75px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
  margin: 10px 10px 0 0;
}

tr.odd {
  background-color: #C3E6E6;
}

tr.even {
  background-color: #FFCC99;
}

tr.selected {
  background-color: #FFFECC;
}

tr.thead {
   background-color: #669999;
   font-weight: bold;
   color: #C3E6E6;
}

thead {
	background-color: #669999;
	font-weight: bold;
	color: #C3E6E6;
}

table.filter thead{
	background-color: #FFF!important;
	color: #000!important;
	font-weight: normal;
}

table.filter thead th{
   font-weight: normal;
}

#status {
	font-size:12px;
	float:right;
	position:absolute;
	top: 60px;
	right:10px;
}

a:link,a:active,a:visited { 
	color : #000000; 
	text-decoration: none;
	/*
	font-family : Tahoma, Verdana, Arial;
	font-size: 11px;
	*/
}

a:hover		{
	/*
	font-family : Tahoma, Verdana, Arial;
	font-size: 11px;
	*/
	text-decoration: underline; 
	color : #CC3333; 
}

a.itemText:link,a.itemText:active,a.itemText:visited,a.itemText:hover { 
	text-decoration: none; 
	color: #FFFFFF; 
	font: 12px Tahoma, Verdana, Arial;
}

.itemText { 
	text-decoration: none; 
	color: #FFFFFF; 
	font: 12px Tahoma, Verdana, Arial; 
}
.itemBorder { 
	border: 1px solid #333333 
}

body {
	_scrollbar-face-color: #C3E6E6;
	_scrollbar-highlight-color: #FFFFFF;
	_scrollbar-shadow-color: #669999;
	_scrollbar-3dlight-color: #D1D7DC;
	_scrollbar-arrow-color:  #CC3333;
	_scrollbar-track-color: #EFEFEF;
  _scrollbar-darkshadow-color: #98AAB1;
}

.froms {
	background-color: #C3E6E6;
	border: 1px outset #669999;
	vertical-align: middle;
	display: inline;
	margin: 1px;
	padding: 0px;
	background-position: center center;
	cursor: pointer;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	list-style-type: circle;
}

.specialform {
	background-color: #CC3333;
	border: 1px outset #669999;
	vertical-align: middle;
	display: inline;
	margin: 1px;
	padding: 0px;
	background-position: center center;
	cursor: pointer;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: circle;
}

.t_area {
	background-color: #C3E6E6;
	border: 1px solid silver;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

input.hover {
  border: 1px solid #000;
}

input.sel {
  border: 1px solid #000;
  background-color: #fFfFEE;
}

.rakendus {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.tg {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	text-decoration: underline;
}

.margins {
	margin: 0px;
	padding: 0px;

}

.gen {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	border: 1px dotted #669999;
}

.general {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: auto;
}

.head {
	font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #2b99fc;
  text-align: center;
}

.main {
	display: block;
	position: relative;
	top: 40px;
}

.header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC3333;
	display: block;
}

.invisible {
	visibility: hidden;
}

td.cal{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  background-color : #d3d3d3;
}

select.month{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  width : 85px;
}

input.year{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  width : 30px;
	}
	td.calDaysColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #000000;
	}
	td.calWeekend {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #c0c0c0;
	}
	td.calBgColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #d3d3d3;
	}
	.calBorderColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #a9a9a9;
	}
	td.calHighlightColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #ffffcc;
	}
	A.cal {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  text-decoration : none;
	}  
	A.cal:Hover {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FF0000;
	  text-decoration : none;
	} 
	.disabled {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #808080;
	  text-decoration : none;
	}  
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 22px;
	background: #669999;
	font-weight: bold;
	font-family : Arial,Helvetica,Sans-serif;
	font-size : 11px;
	padding: 0px;
	border: solid #FFFFFF;
	border-width: 0px;
	margin: 0px;
}

#nav a {
	display: block;
	font-family : Tahoma, Verdana, Arial;
	font-size : 12px;
	color: #FFFFFF;
	text-decoration: none;
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 20px;
	width: 200px;
}

#nav a:hover {
	color: #CC3333;
	font-weight: bold;
}

#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0px;
	width: 200px;
	border: solid #FFFFFF;
	border-width: 0px;
}

#nav li ul {
	position: absolute;
	left: -999px;
	height: auto;
	width: 200px;
	font-weight: normal;
	border: solid #FFFFFF;
	border-width: 1px;
	margin: 0px;
}

#nav li li {
	padding-right: 1px;
	width: 200px
}

#nav li ul a {
	width: 200px;
}

#nav li ul ul {
	margin: -22px 0px 0px 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #99CCCC;
}

ul.nav iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	_filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

ul.nav li {
	z-index: 201;
}

select.hide {
	visibility: hidden;
}

img.cal {
	vertical-align: baseline;
	margin-left: 5px;
	cursor: pointer;
}

.added_manualy {
  font-weight: bold;
  color: red;
  margin-right: 5px;
}

cite {
  color: blue;
}

.err {
   background-color: red;
   color: white;
   font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 25%;
	left: 40%;
	height: 25px;
	width: 200px;
	padding-top: 5px;
	text-align: center;
}

.error_field {
	margin: 0 auto;
   display: block;
}

.td-error {
	background-color: red;
   color: white;
   font-style: italic;
   font-weight: bold;
   text-align: center;
}

td div.td-error:parent {
   background-color: red;
}

.text-danger {
    color: red;
}

.text-primary {
    color: blue;
}

.text-black {
    color: black;
}

.icon-normal {
    font-size: 1rem!important;
}

.icon-small {
    font-size: 0.75rem!important;
}
.icon-big {
    font-size: 1.5rem!important;
}

.mr-2 {
    margin-right: 5px;
}
td.dt-collapse {
    cursor: pointer;
}
