body 
{
	font-family:Arial,Helvetica,sans-serif;
	height:100%;	
	margin:0;
  padding:0;
}

input
{
  font-size: 14px;
  border: 1px solid rgb(209, 209, 209);
}

select
{		   
  font-size: 14px;
  border: 1px solid rgb(209, 209, 209);			 
}

a
{
	color:black;
	text-align:center;
	font-weight:bold;
	padding:2px;	
	text-decoration:none;
	border:none;
}

h1
{
  color:black;
	text-align:center;
	font-weight:bold;
	padding:2px;	
	text-decoration:none;
	border:none;
}

.mainWindow
{
	width: 100%;
  height: 100%;
	background-color:#F3F3F3;
}

.header
{
	height: 13%;
  background-color: #FEFEFE;
  text-align: center;
  position: absolute;
  width: 100%;
}

.languageSelect
{
	width:150px;
	height:25px;
	margin-right:25px;
	margin-top:40px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  font-size:14px;
}

.menueArea
{	
  box-sizing:border-box;
	width:0px;
	height:0px;
	border:1px solid #666666;
	float:left;
	color:black;
	margin-top:5px;
	float:left;
	background: linear-gradient(top, #f7f7f7 0%, #e9e9e9 72%, #d9d9d9 100%); 
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 72%, #d9d9d9 100%); 
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #e9e9e9 72%, #d9d9d9 100%); 
	background: -ms-linear-gradient(top, #f7f7f7 0%, #e9e9e9 72%, #d9d9d9 100%); 
	background: -o-linear-gradient(top, #f7f7f7 0%, #e9e9e9 72%, #d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7f7f7, endColorstr=#d9d9d9,GradientType=1);
}

.contentArea {
    box-sizing: border-box;
    width: 100%;
    height: 87%;
    overflow: hidden;
    display: block;
    top: 13%;
    position: absolute;
}

.breadCrumbArea
{
	width: 0px;
	height: 0px;
}

.dataArea
{
  box-sizing: border-box;
  background: #FEFEFE;
  color: black;
  height: 100%;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding-left: 4px;
  text-align: left;
  position: relative;
}

.lowContentArea
{
  box-sizing:border-box;
	background-color:#E9E9E9;
	height:30px;
	text-align:left;	
}

.formFieldset 
{
	margin: auto;
	margin-top: 5%;
	width: 750px;
	height: 180px;
	border: none;
}

.formFieldset legend
{
	position:relative;
  top:1px;
  color:#233B53;
  font-size:18px;
  font-weight:bold;
  margin-left:15px;
  text-align:left;
  text-align: -webkit-left;
  border-bottom:1px solid #999;
  width:400px;
  padding-bottom: 4px;				
}

.formFieldset th
{
	padding-left:5px;
	font-size:16px;
}

.formFieldset td
{
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

.formFieldset input
{
	font-size:13px;
}

.formTable
{
	text-align:left;
	table-layout:fixed;
	width:90%;
	font-weight:bold;
	padding:5px;
	margin:5px;
}

.formInfoTD
{
	width:29%;
}

.formDataTD
{
	width:31%;
	overflow:visible;
}

.formTable td
{
	padding-top:10px;
}

.editUser
{
	width:195px;
	height:25px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.editPassword
{
	width:195px;
	height:25px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.selectType
{
	width:200px;
	height:28px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.loginButton
{
	font:normal normal normal 16px Arial,Helvetica,sans-serif; /*font: font-style font-variant font-weight font-size/line-height font-family" */  
	position:relative;
	border:2px outset #AAA;
	background-color:#FEFEFE;
	overflow:hidden;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  width:150px;
	height:25px;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
  cursor:pointer;
  line-height: 22px;
  margin-left: 50px;
}

.loginButton:hover
{
	background-image:url(/ANY/images/barDark.gif);
}

.errorMesage
{
	margin-top:5px;
	color:Red;
}

.noLoginButton {
	font: normal normal normal 12px Arial,Helvetica,sans-serif; /*font: font-style font-variant font-weight font-size/line-height font-family" */
	position: relative;
	top: 30%;
	margin: auto;
	border: 2px outset #AAA;
	background-color: #FEFEFE;
	overflow: hidden;
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	height: 50px;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
}

.noLoginButton:hover
{
	background-color:#EFEFEF;
}