﻿BODY
{
	width:100%;
	height:100%;
	color:#737373;
	padding:10px;
	font-family:Verdana,Arial;
	font-size:11px;
	/*margin:0px;*/
	background-color:rgb(227,227,227);

}
A
{
	outline-width:medium;
	outline-style:none;
	outline-color:invert;

}
H3
{
	color:#0077a7;
	font-size:18px;
	font-weight:normal;
	
	
}
.left
{
	clear:left;
	float:left;
}
.right
{
	float:right;
}
.centered {
    text-align: center;
}
.border
{
	background-color:Blue;
}.back_gnd
{
	background-color:#CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
}
.title
{
	font-family:Arial;
	font-size:x-large;
	font-style:italic;
	color:Blue;
}
.intro
{
	font-family:Batang;
	font-size: medium;
	font-style:italic;
	font-weight:bold;
	color:Blue;
}
.navigator
{
	background-color:Blue;
	height:2px;
	font-family:Batang;
	font-size: medium;
	font-style:italic;
	color:Blue;
}
.content_table
{
	background-color:Transparent;
	height:100%;
	width:100%;
	text-align:center;
	
}

.navigator_table
{
	background-color:Transparent;
	/*height:550px;
	width:150px;*/
	
	
}
.user_area
{
	
	height: auto;
	width:auto;
    /*align-items:flex-end;
        right:auto;
    */
    text-align:right;
	
	
}
.reg_field
{
	
	width:151px;
}
.panelset
{
	/*width:152px;
	color:#0ffff0;*/
	/*margin-top:10px;
	margin-right:0px;
	
	margin-bottom:0px;
	
	float:left;*/
    text-align:center;
	background-image:url("./picture/shadowright.gif");
	background-repeat:no-repeat;
	/*	background-position-x:right;
	background-position-y:top;*/
	background-position:right;
	background-color:rgb(227,227,225);
	border: 0;
}
.panelset_content
{
	/*width:121px;
	
	border-left-color:#d6d6d7;*/
	border-left-style:solid;
}
.panelset_content H3
{
	/*width:150px;*/
	color:#ffffff;
	text-indent:2px;
	text-align:center;
	/*padding:4px;
	font-size:13px;
	margin-top:1px;
	display:block;
	background-color:rgb(0,119,167);*/
	background-color:#0080aa;
}
.panelset_content p
{

	color:#333333;
	text-align:left;
	line-height:20px;
	padding-right:4px;
	padding-left:6px;
	font-size:11px;
	font-weight:bold;
	margin-top:3px;/**/
	
}
.panelset_content a,.panelset_content a:link
{
	color:#333333;
	
	text-decoration:none;/*:underline;*/
	
}
.panelset_footer
{
	/*width:150px;*/
	
	
	text-align:center;
	background-image:url("./picture/shadowbottom.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	
}
.dxpControl {
        margin-left: auto;
        margin-right: auto;
    }