body {
	margin:auto;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;		
	color:#555;		
	font-size:14px;
	width:100%;
}
input, select, textarea{
	font-family: Georgia;
}		

[disabled], [readonly] { 
	background-color:#DDDDDD; color:#333;
}

input[type="button"], input[type="submit"]{
	padding:3px 10px;		
	background:lime;	
	color:white;	
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8);
}
input[type="button"]:hover, input[type="submit"]:hover{
	cursor:pointer;
	background: LawnGreen;		
}
input[type="button"][disabled], input[type="submit"][disabled]{	
	background:gray;			
}
input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover{	
	background:gray;			
}

.nTitle {	
	font-size:20px;
	padding:35px 20px 0px 15px;
	font-weight:bold;	
}

.clickable:hover{	
	cursor:pointer;
	text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.8);
}
.nIcon {	
	width:15px;		
}
/* Pop Up Style */
.popUpArea{
	position:absolute;
	background-color:#FFFFFF;
	border:2px solid gray;			
	width:650px;	
	padding:15px;		
}
div.modalPopupTransparent{
	opacity:0.7;
	background:#555555;
	position:absolute;
	top:0px;
	left:0px;			
}
/* Pop Up Style */