﻿* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:100%;
}

body
{
	font-family: Tahoma;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
}
.header
{
	font-size: 12px;
	color: #191790;
}
.ajax__tab_inner
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
.ajax__tab_body
{
	color: #000080;
	font-size: 12px;
}
.box
{
    padding: 2px 5px 5px 5px;
    width: 100%;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: auto;
}
.box1
{
    width: 99%;
    background-color: White;
    margin: 5px 5px 5px 5px;
    text-align: center;
    border: 0.2em double #666666;
}
.box2
{
	height: 100%;
	overflow-y: auto;
	text-align: center;
	padding: 20% 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

input[type=text], input[type=password], textarea, select
{
	font-family: Tahoma;
	border: 1px solid #BBBBBB;
}
.title
{
    background-color: #CCCCCC;
    margin: 0px;
    width: auto;
    font-weight: bold;
    height: 22px;
    padding: 3px 3px 3px 25px;
    color: #000000;
}
.odd
{
	background-color: #F0FFFF;
}
.even
{
	background-color: #EEEEEE;
}
.number
{
	text-align: center;
}
.hidden
{
	display: none;
	visibility: hidden;
}
/*Progress*/
.progress
{
	position: fixed;
	text-align: center;
	height: 100%;
	width: 900px;
	top: 0;
	right: 40;
	left: 0;
	z-index: 9999999;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.progress_text
{
	padding: 20% 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.bnt_gray
{
    background-color: #CCCCCC;
    width: auto;
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    border: 1px solid #000000;
    cursor: hand;
    text-decoration: blink;
    width: 60px;
}
.bnt_blue
{
    padding: 4px 8px;
    background-color: #ffc000;
    margin: 0px;
    width: auto;
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    border: 1px solid #E8B900;
    cursor: hand;
    font-weight: bold;
}
.txtred {
	font-family: "Tahoma";
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.txtblack {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	border: 1px solid #000000;
}
.popup_background
{
	 background-color: #FFFFFF;
	 filter: alpha(opacity=90);
	 opacity: 0.9; 
}
.popup_yellow
{
	padding: 10px 10px 10px 10px;
	color: #000000;
	background-color: #FDC44D;
	border: 0px;
	padding: 0px;
	-moz-box-shadow: 0px 2px 4px #999999; /* FF3.5+ */
	-webkit-box-shadow: 0px 2px 4px #999999; /* Saf3.0+, Chrome */
	box-shadow:	0px 2px 4px #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.popup_title
{
	/*margin: 10px 10px 10px 10px;*/
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	/*width: 100%;*/
}
.popup_detail
{
	color: #000000;
	padding: 8px 8px 8px 8px;
	margin: 10px 10px 10px 10px;
	background: #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	min-height: 80px;
	min-width: 300px;
	vertical-align:bottom;
}
/*Progress*/
.progress
{
	position: fixed;
	text-align: center;
	height: 100%;
	width: 100%;
	top: 0;
	right: 40;
	left: 0;
	z-index: 9999999;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.progress_text
{
	padding: 20% 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}