/* For text, I've found that #00FFFF is a good neon blue color. */







.drag{

      position:relative;
      cursor:hand;
      z-index: 100;

}



body {
	margin: 20px auto 20px auto;
	text-align: center;
}

.wrapper {

	margin: auto;
	text-align: left;
	width: auto; /* Change to 950px for a static page.*/
	
}

.head {

	background:#FFFFFF;

}

.image {
	
	width: auto;
	float: left;
	
}

.googleads {
	float: right;
	margin: 10px;
}

.clear {
	clear: both;
}


/* This controls the border of the core of the index page. */
.menu,select,optgroup,.body,.footer {
	background: #DAE9F3;
	text-align: right;
	border: 1px solid #004E82;
	padding: 5px;
	font-family: tahoma;
	font-size: 8pt;
	color: #004E82;
}

.menu {
	border-top: 0;
}

select {
	padding:0px;
	text-align: left;
	width:auto;
}
.body,.footer {
	padding:0;
	text-align: left;
	margin-top: 20px;
	padding:10px;
}


/* Controls the core of the page, where the games are listed. */
.core {
	float:left;
	width: 70%; /*Remember to change back to 700 if this doesn't work. */
	height: auto;
	border: 1px solid #96A9C9;
	max-width: 70%;
	min-height: 100%;
	background: white;
}


/* This controls the navigation bar background on the right.  */
.right {
	float: right;
	width: 25%;
	border: 1px solid #96A9C9;
	background: white;
}


/*  */
a {
	color: #008B8B; /* previously #004E82 */
}


/*  */
a:hover {
	color: #00FFFF; /* Previously #E9592F */
}


.img {
	float: left;
	position: relative;
	margin: 10px !important;
	margin-left: 5px;
	margin-bottom: 0px;
}



.ic {
	float: left;
	position: relative !important;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	width: 160px; /*DO NOT CHANGE*/
}



.img img {
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	width: 50px;
	height: 50px;
}



.game {
	width: auto;
	float: left;
}




/*  */
.header {
	border-bottom: 1px solid #96A9C9;
	margin: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #E9592F;
}




/*  */
.general {
	margin: 7px;
	margin-left: 10px;
}


/*  */
option.headname {
	font-weight: bold;
}



/*  */
object {
	display: block;
	border: 1px solid black;
	margin: auto;
	margin-top: 20px;
}


/*  */
.playcenter {
	margin: 10px;
}


/* Controls the header. Only the background color. */
.top {
	text-align: left;
	border: 1px solid #004E82;
	background:#99BDE6;
}



/*  */
.top img {
	margin-left: 8px;
}


/* This is my favorite shade of yellow. */
.divide {
color:#FFCC00

}

.text {
text-color: #00FFFF;
/* color:#00FFFF; */
}