body
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width:100%;
	height:100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 12px; -moz-user-select: none;  
	color: black;
}

td.left_content
{
	width: 30%;
	height:100%;
	
}

td.middle_content
{
	width:100%;
	height:100%;
}

td.footer_content
{
	background-color:#ffdc5f;
	height:20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px; -moz-user-select: none;  
	color: black;
}

/* login */
#login
{
	width:400px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px; -moz-user-select: none;  
	color: black;
	border: 2px solid #efe5e6;

}
#login td
{
	width:400px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px; -moz-user-select: none;  
	color: black;
	border: 2px solid #efe5e6;

}
/* end login */

/* optim settings */
#tSettings
{
	width:90%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 10px; -moz-user-select: none;  
	color: black;
}

#tSettings th
{
	background-color:  #ffc20d;
}
/* end optim settings */

/* user msg div  */
#userMsg
{
	position:relative;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 18px; -moz-user-select: none;  
	color: black;
	font-weight : bold;
	vertical-align: middle;
	z-index: 100000000;
}

#userMsgPanel
{
	position:absolute;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 18px; -moz-user-select: none;  
	color: black;
	font-weight : bold;
	vertical-align: middle;
	z-index: 100000000;
	width:400px;
	height:200px;
	top: 50%;
	left: 50%;
	border: 3px solid black;
	display: none;
	background-color:  white;
}
/* end user msg div  */

/* sel lang div  */
#langDiv
{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 18px; -moz-user-select: none;  
	color: black;
	position: absolute;
	top: 2px;
	right:5px;

}
/* end sel lang div  */

.input_orange
{
	color: #781351;
	background: #ffc20d;
	border: 2px solid #781351;
	width:70%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 12px; 
	color: black;
	font-weight : bold;
}

#htmlContentPanel
{
  width: 100%;
  height: 85%;
	background-color: white;
	overflow: hidden;	
	margin:0;
  position:absolute;
  left:0px;
  top:100px;
  display: none;
}


