/* CSS Document */

body{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-image:url(../../../images/Grid_Blk.gif);
	background-color:#000;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-size:1.1em;
	font-weight:bold;
}

a:active {
	text-decoration: none;
}

img {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	margin-left:5px;	
	margin-right:5px;	
}

img:hover {
	opacity: 1;
	-webkit-transform: scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}

h1, h2 {
	color:#fff;	
}
#grid {
	margin-top:50px;
	margin-bottom:50px;
}

#grid ul{
	width: 760px;
	height: 700px;
/*		background:rgba(0,0,255,0.58);*/
}

#grid li{
	list-style-type: none;
	float:left;
	width: 220px;	
	padding:5px;
	margin:5px;
}

#buttons p{
	font-size:.75em;	
}

.ui-dialog-titlebar {
	background:#888;	
}

.ui-widget-content {
	background:#000;
	
}