*
{
    box-sizing:border-box;
    -moz-box-sizing:border-box;	
    padding:0px;
    margin:0px;	
}
html,body
{
	height:100%;
}
table 
{
	height:100%;
	width:100%;
	padding:0px;
    margin:0px;	
}

#menuFrame
{
	position:fixed;
	top:143px;
	left:0px;
	overflow:no;
}

#homeFrame
{
	position:fixed;
	top:143px;
	left:190px;
	float:right;
	overflow:no;
}

#footerFrame
{
	position:fixed;
	bottom:20px;
	left:0px;


}

#dialogFrame
{
	background-color:rgb(230, 230, 230); 
	-moz-opacity:35;
	-khtml-opacity:35;
	opacity: 0.35;	
	filter:Alpha(opacity=35); 
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;	
	display:none;
}
#bodyDialog
{
	border-width:0px;
}

.loginLabel
{
	width:80px;
	height:20px;
	font-family:Verdana;
	font-size:10pt;
	margin:5px 0px 0px 8px;	
	position:relative;
	left:0px;
	float:left;
}
 
#username, #password
{ 
	float:left;
	width:250px;
	height:20px;
	margin:5px 0px 0px 0px;	 
}

#loginDialog
{
	width:300px;
	display:none;
}
#errorMessage
{
	width:220px;
	color:red;
	height:20px;
	margin:5px 0px 0px 8px;	
	
}

.alertImg
{
	height:20px;
	width:20px;
    margin:5px 0px 0px 0px;	 
}

#usernameAlert
{
	visibility:hidden;
}
#passwordAlert
{
	visibility:hidden;
}
 

 
