body {
	font-family:Arial, sans-serif;
	font-size:12pt;
	background-color:#7A96B9; 

	color:#3E3F3C;
  min-width:960px;
/*	overflow-y:scroll; */
}


.result_tbl_frame {
	background-color:#F8F5E5;
	padding:5px 5px 0px 5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
	margin-bottom:20px;


	background-color:#F8F5E5;
	background-image: -moz-linear-gradient(top, #ffffff, #F8F5E5);
  background-image: -ms-linear-gradient(top, #ffffff, #F8F5E5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F8F5E5));
  background-image: -webkit-linear-gradient(top, #ffffff, #F8F5E5);
  background-image: -o-linear-gradient(top, #ffffff, #F8F5E5);
  background-image: linear-gradient(top, #ffffff, #F8F5E5);
  padding-bottom:1px;
}

td.result_tbl_frame {
	padding:20px;
}

table {
  border-collapse:collapse;
}

table td {
	vertical-align:top;
	text-align:left;
}

.result_tbl {
	width:100%;
  border-collapse:collapse;
	margin-bottom:5px;

}


p {
	margin-bottom:15px;
}


.result_tbl tr:hover td {
	background-color:#F5E6AE;
}

.result_tbl tr.marked td {
	background-color:#C2CE99;
}

.yellow {
	background-color:yellow;
}

.result_tbl td {
	padding:2px;
	border:none; /* 1px solid lightgray; */

	font-size:11pt;
}

.result_tbl_big td {
	font-size:14pt;
}

.result_tbl td.right {
	text-align:right;
}

.result_tbl td.center {
	text-align:center;
}

.result_tbl td.marked {
	background-color:yellow;
}

.result_tbl td.separator {
	height:15px;
	line-height:15px;
	padding-top:20px;
	text-align:center;
	font-weight:bold;
	font-style:italic;

}

.result_tbl td.separator:hover {
	background:none;
	background-color:none;
}

.result_tbl.smaller td {
	font-size:9pt;

}


.header td {
	background-color:#E9E9E9;


	font-weight:bold;
}

td.firstcol {
	width:16px;
}

td.secondcol {
	width:60px;
}

td.lastcol {
	width:16px;
}

td.lastcol2 {
	width:80px;
}


.highlight td {

}

.highlight2 td {
}

.gray {
	background-color:#E9E9E9;
	white-space:nowrap;

}

.bold {
	font-weight:bold;
	border-top:1px dashed #000000;

}


.white {
	background-color:#FFFFFF;
	white-space:nowrap;

}

input,select,textarea {
	font-size:11pt;
	padding:4px;
	line-height:18px;
	color:#3E3F3C;
	font-family:Arial, sans-serif;
	margin:0;

}


select.courier {
	font-family:Courier, sans-serif;
	font-size:9pt;
}

.input_form {

}

.input_label {
	font-size:9pt;
	margin-bottom:5px;
	color:#616161;
}

.input_element {
	font-size:12pt;
	margin-bottom:10px;

}



form {
	margin-bottom:20px;
}

a {
	color:black;

}

.error {
	color:#FFFFFF;

}

.input_form .error {
	color:red;
	font-weight:bold;
	font-size:9pt;
}

h1 {
	font-size:24pt;
	color:#F9F6E6;
	font-style:italic;
	text-shadow: 1px 1px 1px #000;
}

h2 {
	font-size:14pt;
	margin-bottom:15px;
	margin-top:5px;
	color:#7A96B9;
	font-style:italic;

}

.report_sel {
	float:right;
	margin-top:-45px;
	height:105px;
	overflow:auto;
	width:300px;
}

.report_sel input {
	vertical-align:middle;
}

.report_sel label {
	font-size:8pt;
	line-height:20px;
}


.header_frame_out {
}

.header_frame {
	position:fixed;
	width:100%;
	background-color:white;
	top:0px;
	left:0px;

	color:#000000;
	background-image: -moz-linear-gradient(top, #ffffff, #F8F5E5);
  background-image: -ms-linear-gradient(top, #ffffff, #F8F5E5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#F8F5E5));
  background-image: -webkit-linear-gradient(top, #ffffff, #F8F5E5);
  background-image: -o-linear-gradient(top, #ffffff, #F8F5E5);
  background-image: linear-gradient(top, #ffffff, #F8F5E5);

	
	box-shadow:0px 1px 21px #666;
	-moz-box-shadow: 0px 1px 21px #666;
	-webkit-box-shadow: 0px 1px 21px #666;
	filter:progid:DXImageTransform.Microsoft.shadow(direction = 180, Color='gray', strength=5);
  min-width:960px;	
}

.header_frame .error {
	color:red;
	font-weight:bold;
}



.header_frame_in {
	padding:15px 15px 0px 15px;
}


#content {
	clear:both;
	margin-top:140px;
	padding:10px;

}


/* Popup windows */

.popup_window {
	/* background-color:#FEFFCF; */
	background-color:white;
	border:1px solid #000000;
/*
	box-shadow:2px 2px 11px #666;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	filter:progid:DXImageTransform.Microsoft.shadow(direction = 135, Color='gray', strength=5);
*/
	overflow:hidden;	
	z-index:2000;
	width:400px;
	height:200px;
	position:relative;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
	
}


.popup_header {
	height:26px;
	line-height:26px;
	background:url(../images/popup_header.png) repeat-x;
	cursor:move;
	position:relative;
	color:white;
	font-weight:bold;
	font-size:10pt;
	padding-left:14px;
	-webkit-user-select:none;
	-moz-user-select:none;
	/*
	
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-khtml-border-radius:6px; 
	border-radius:6px;
	*/
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	overflow:hidden;
	white-space:nowrap;
	

}

.popup_content {
	padding:10px;
}

.popup_close {
	width:26px;
	height:26px;
	background:url(../images/popup_close.gif) no-repeat;
	display:inline-block;
	right:0;
	top:0;
	position:absolute;
	outline:none;
}

.popup_resize {
	position:absolute;
	right:0;
	bottom:0;
	width:26px;
	height:26px;
	background:url(../images/popup_resize.png) no-repeat;
	outline:none;
	cursor:nw-resize;
	z-index:2001;
}

#popup_filter {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity:0.2;
	filter: alpha(opacity=20);
	z-index:1000;
}

.popup_search_frame {
	margin-bottom:20px;
}

.popup_search_frame .input_wrap {
	display:inline-block;
}

.logout {

}

.print_entry {
	padding:5px;
	background-color:white;
	border:1px solid black;
	width:400px;
	min-height:300px;
	font-size:8pt;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


a.pdf_link, a.pdf_link:link,  a.pdf_link:visited,  a.pdf_link:active {
	line-height:20px;
	height:20px;
	display:inline-block;
	background:url(../images/pdf.gif) 0 1px no-repeat;
	padding-left:22px;
	font-size:9pt;
}


a.email_link, a.email_link:link,  a.email_link:visited,  a.email_link:active {
	line-height:20px;
	height:20px;
	display:inline-block;
	background:url(../images/email.gif) 0 1px no-repeat;
	padding-left:22px;
	font-size:9pt;
}

a.excel_link, a.excel_link:link,  a.excel_link:visited,  a.excel_link:active {
	line-height:20px;
	height:20px;
	display:inline-block;
	background:url(../images/excel.png) 0 1px no-repeat;
	padding-left:22px;
	font-size:9pt;
}
