@charset "UTF-8";

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}
#resolutions {
	width: 550px;
	position: relative;
	top: 170px;
}


#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  width: 200px;
  float: left;
}
#LeftColumn, #articles {
  border-left: solid 1px #404040;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #404040;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 750px;
}
#PMcontent {
	width: 98%;
	height: 175px;
	overflow: auto;
	position: relative;
	font-size: 0.9em;
	font-weight: normal;
	
}
#information {
	width: 98%;
	position: relative;
	background-color: #FFFFFF;
	z-index: 1;
	
}
.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 center;
}

.productinfo {
	width: 700px;
	margin-left: 250px;
}

.category {
	float:right;
	margin-top:18px;
}

.boximage {
	float: left;
	background-color: white;
}
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

.EvenRow { background-color: #151515; }
.ListBoxItemHover {	background-color: #777; color: #000; }

/* 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;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code {
	color: #000000;
}
pre { font-size: small; color: #000; }
#search {
	position: relative;
	top: 175px;
	width: 93%;}
	
#policytable p {margin-top:10px;
}

