/*  Realm Selections */

.emptyRealms { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #EA4003; }
.listItem { cursor: pointer; padding: 4px; color: #009cec; background-color: #F3F4F3; font-weight: bold; margin-bottom: 2px;line-height: 17px; }
ul#selectedList .listItem div{
	color: #009CEC;		
}

#rightColumnMargin { padding-left: 5px; padding-top: 5px; }
#footerWelcome { padding: 10px 10px; }	/***fixes the welcome */
/** Project Covers **/

.coverWrapper {
	margin-bottom: 20px; /*height: 100%;*/
	width: 15px;
}
.innerWrapper {float: left; /*width: 202px; */ }
.coverInfo { font-family: Arial, Helvetica, sans-serif; width: 182px; background-color: #FFFFFF; padding-left: 10px; padding-bottom: 2px; padding-right: 10px; padding-top: 7px;text-align: left; margin-top:0px;}
.coverInfo .titleColored-header { height: 30px; }
.coverInfo .titleColored-header a { line-height: 16px; }
.coverModOn {  font-size: 11px; line-height: 11px; height: 11px; font-family: Arial, Helvetica, sans-serif; }
.coverStat { font-size: 12px; font-weight: bolder; font-family: Arial, Helvetica, sans-serif; }
.coverImg {width: 202px; height: 158px; padding:0px;margin:0px;background-color: #DADADA;cursor:pointer;cursor:hand;}
.coverRealmBg { width: 192px; height:14px; background-color: #d1d2d4; text-align: left; padding-top: 5px; font-size: 11px; padding-bottom: 5px; padding-left: 10px; }
.coverAppImg { padding-bottom: 3px; }
.coverAppNum { padding-left: 3px; }
.coverDivision { height: 5px; font-size: 1px; border-bottom: solid 1px #7FCDF5; width: 182px; }
/****some of these rules are redundant and are wreaking havoc with customiztion**/
.coverBy { padding-top: 9px;  font-size: 11px; height: 15px; font-family: Arial, Helvetica, sans-serif; width: 182px; }
a.coverByLink:link { font-size: 11px; line-height: 11px; height: 11px; font-family: Arial, Helvetica, sans-serif; }
a.coverByLink:hover { font-size: 11px; line-height: 11px; height: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
a.coverByLink:active { font-size: 11px; line-height: 11px; height: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }

.coverStatDiv { color: #A7A7A7; padding-left: 10px; padding-right: 10px; font-size: 10px; font-weight: bolder; font-family: Arial, Helvetica, sans-serif; }
.txtCoverWrap { position: relative;  padding: 12px 15px 20px 15px; text-align: left; width: 172px; height: 105px; overflow: hidden;  background-color: #DADADA; }
.txtCoverInner { position: relative; top: 0; left: 0;letter-spacing: 0.03em; word-spacing: .05em; font-size: 14px; line-height: 18px;font-family: Georgia, 'Times New Roman', Times, serif; color: #4C4C4C; }

.coverByWrap { position: relative;  text-align: left; width: 142px; height: 11px; overflow: hidden;  }
.coverByInner { position: relative; top: 0; left: 0;  font-size: 10px; line-height: 11px; height: 11px; font-family: Arial, Helvetica, sans-serif; color: #009CEC; }

.pointer { cursor: pointer; }
.peopleWrap { background-color: #333333; z-index: 9; margin: 0px 0px 13px 0px; }

/***************************** realm popup styles  **********/ 

#realm-see-all-link {	color:#009CEC;	cursor:pointer; cursor: hand;}
#realm-see-all-link:hover {	text-decoration:underline;	}

#realm-pop-up #header {
	background-image: url("bgTool.gif"/*tpa=http://www.behance.net/images/projects/bgTool.gif*/);
	cursor: move;
	height: 23px;
}

#realm-pop-up #header img {
	float: right; 
	margin-top:5px;
	margin-right:5px;
	cursor:hand;
	cursor:pointer;
}

#realm-pop-up #body {
	padding: 6px;
	background-color: #525355;
}

#realm-pop-up #body #inner {
	background-color:#4C4C4C;
	padding:12px;
	padding-bottom:30px;
}

#realm-pop-up #body #inner #title{
	border-bottom: 1px solid #85bbe2;
	width:auto;
	height: 20px;
	margin-bottom: 20px;
	color: #1a99dd;
	font-size: 14px;
}

#realm-pop-up #body #inner #click {
	font-weight:bold;
	margin-bottom: 8px;
	color: #F3F4F3;
}

#realm-pop-up #body #inner #all-realms-list {
	width:190px;
	height:250px;
	overflow-y:scroll;
	float:left;
	background-color: #FFF;
} 

#realm-pop-up #body #inner #all-realms-list div {
	color: #636465;
	padding:2px;
	background-color: #FFF;
	cursor:pointer;
	cursor:hand;
}

#realm-pop-up #body #inner #all-realms-list div:hover {
	color:#fff;
	background-color:#009CEC;
}

#realm-pop-up #body #inner #explanation {
	float:left;
	width:144px;
	margin-left: 14px;
	color: #F3F4F3;
	line-height:1.3em;
	font-size:11px;
}

/**** header ****/
.mainSearch { width: 120px; }
#mainRealmDrop { width: 144px; }

#searchSpace { height:53px; margin-bottom:-4px; }
#searchSpace form { height:45px; padding-top:0;  }
