﻿/*************************************************************/
.ime_auto 
{
	ime-mode: auto;
}
/*************************************************************/
.ime_active 
{
	ime-mode: active;
}
/*************************************************************/
.ime_inactive 
{
	ime-mode: inactive;
}
/*************************************************************/
.ime_disabled 
{
	ime-mode: disabled;
}
/*************************************************************/
.content
{
	float: left;
	margin: 0px 0px 0px 10px;
	height: 100%;
}
/*************************************************************/
.content_header
{ 
	text-align: center;
	background: Black url(../Images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x; 
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff; 
}
/*************************************************************/
.content_main
{
	padding: 10px 20px 10px 20px;
	border: 1px solid #0F2543;
	background-color: White;
	line-height: 1.5em;
}
/*************************************************************/
.modal_background 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*************************************************************/
.updateprogress_background 
{
	position: absolute; 
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	overflow: hidden; 
	padding: 0px; 
	margin: 0px; 
	background-color: white;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 1000;
}
/*************************************************************/
.updateprogress_message
{
	position: absolute;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 14%;
	color: White;
	text-align: center;
	background-color: Black;
	z-index: 1001;
}
/*************************************************************/
.gridview_header
{ 
	position: relative;
	top: expression(this.parentNode.parentNode.parentNode.scrollTop);
	z-index: 10;
	text-align: center;
	background: Black url(../Images/Menu_background.png) 50% 50% repeat-x; 
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: White;
}
/*************************************************************/
.gridview_header_without_scrollTop
{ 
	text-align: center;
	background: Black url(../Images/Menu_background.png) 50% 50% repeat-x; 
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: White;
}
/*************************************************************/
.gridview_footer
{ 
	position: relative; 
	bottom: expression(GridViewFixFooter(this.parentNode.parentNode.parentNode.parentNode));
	z-index: 10;
	text-align: center;
	background: Black url(../Images/Menu_background.png) 50% 50% repeat-x; 
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: White;
}
/*************************************************************/
.gridview_pager
{ 
	position: relative;
	top: expression(this.parentNode.parentNode.parentNode.scrollTop);
    z-index: 10;
	text-align: left;
	background: Black url(../Images/Menu_background.png) 50% 50% repeat-x;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: White;
}
/*************************************************************/
.gridview_pager_without_scrollTop
{ 
	text-align: left;
	background: Black url(../Images/Menu_background.png) 50% 50% repeat-x;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: White;
}
/*************************************************************/
.gridview_empty
{ 
	text-align: left;
	background: Black url(../Images/ui-bg_glass_40_111111_1x400.png) repeat-x; 
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: White;
}
/*************************************************************/
.gridview_scroll
{
	overflow: auto;
}
/*************************************************************/
.gridview_header_for_multi
{
	position: relative; 
	top: expression(this.parentNode.parentNode.parentNode.scrollTop);
	z-index: 10;
	text-align: left;
	background: Black url(../Images/Menu_background.png) 0% 0%; 
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: White;
}
/*************************************************************/
.table_data
{ 
	text-align: center; 
	background: Black url(../Images/Menu_background.png) 50% 50% repeat-x;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: White;
}
/*************************************************************/
.just_table 
{
	border-collapse: collapse;
}
/*************************************************************/
.just_table tr
{
	background-color: #dcdcdc;
	height: 24px;
}
/*************************************************************/
.just_table td
{
	border: solid 1px Gray;
	padding-left: 3px;
}
/*************************************************************/
.confirm_table 
{
	border-collapse: collapse;
}
/*************************************************************/
.confirm_table tr
{
	background-color: Aquamarine;
	height: 24px;
}
/*************************************************************/
.confirm_table td
{
	border: solid 1px Gray;
	padding-left: 3px;
}
/*************************************************************/
.table_space td
{
	background-color: White;
	border-color: transparent;
}
/*************************************************************/
.ajax__calendar tr
{
	height:auto;
	border-style: none;
	padding: 0px;
}
/*************************************************************/
.ajax__calendar td 
{
	height: auto;
	border-style: none;
	padding: 0px;
}
/*************************************************************/
.ajax__validatorcallout td
{
	height: auto;
	padding: 3px 0px 3px 3px;
	font-size:8pt;
}
/*************************************************************/
.checkbox td
{
	border-style:none;
	padding-left: 3px;
}