@charset "utf-8";
/* CSS Document */
body {
		background: url(../../images/Grid.GIF)
	}
	
h1 { 
	color:#000;
	margin: 15px 0px 12px 0px; 
	margin: 0px 0px .5em 0px; 
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 48px;
	font-weight: 600px;	
	line-height:1.5em;
	}
	
h2 { 
	color:#000;
	margin: 0px 0px .5em 0px; 
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 32px;
	font-weight: normal;	
}

h3 { 
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
	color: #000; 
}
	
	/********************* Dialog styles ***********************/
	
	.ui-dialog {
		background:#000;
	}
	
	#dialog {
		visibility:hidden;			
	}

	.ui-dialog-content {
		width:550px;
		overflow:visible;	
		margin:0px auto;
		color:#fff;
	}

	.ui-widget-overlay {
		background:#888;
	}
	
	#panel:hover {
		cursor:pointer;
	}
	
	#description {
		width:480px;
	}
	
	#description {
		margin-top:20px;	
		margin-bottom:50px;	
	}
