@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	}
html>body { font-size: small; } /* be nice to Opera */

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}
#resolutions {
	width: 550px;
	position: relative;
	top: 170px;
}
#contentHSS {
	width: 98%;
	height: 125px;
	overflow: auto;
	position: relative;
	margin-top: 15px;
	
}
#selected {
	width: 27px;
	height: 100px;
	overflow: auto;
	position: absolute;
	top: 325px;
	left: 199px;
	
}
#information {
	width: 528px;
	position: relative;
	background-color: #FFFFFF;
	height: 200px;
}
#contentbox {
	display: inline;
	margin-left: -10px;
}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #333333;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }
.even {
	background-color: #CCCCCC;
}

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected {
	color: #FF0000;
	background-image: url(../images/spryarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.EvenRow { background-color: #151515; }

/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
#search {
	position: relative;
	top: 175px;
	width: 93%;
}
#statlist {
	height: 100%;
}

