@charset "UTF-8";

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}
#articles {	margin-bottom: 10px; }
#content {
	width: 92%;
	
}
#members {
	width: 92%;
		
}
#information {
	width: 92%;
	
}
#depdesc {
	width: 92%;
	left: 20px;
	
}
.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: #CCCCCC;
	cursor: pointer;
}

.rowSelected {
	color: #FF0000;
}

.productinfo {
	width: 700px;
	margin-left: 250px;
}

.category {
	float:right;
	margin-top:18px;
}

code {
	color: #000000;
}
pre { font-size: small; color: #000; }

