/* Profile import settings */
#piHead {
  color: #30629a;
  font-weight: bold;
  font-size: 14px;
  background: #eee url(img/headbg.png) repeat scroll 0%;
  padding: 3px;
  cursor: move;
}

#piUrlSelector div {
  border: 1px solid #fff;
}

#piUrlSelector p {
  margin: 0px;
}

#piUrlSelector {
  padding: 6px;
  border-bottom: 1px dashed #ccc;
}

#piShortTitle {
	padding: 6px;
}

#piUrlForm {
  padding: 6px;
  border-bottom: 1px dashed #ccc;
}

#piUrlText {
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
}

#piResultSetOverflow {
  position:absolute; 
  left: -1px;
  width: 100%; 
  overflow: hidden; 
  background-color: #ffffff;
  border-left: 1px solid #30629a;
  border-bottom: 1px solid #30629a;
  border-right: 1px solid #30629a;
}

#piResultText {
  color:#444444;
  padding: 10px;
  padding-left: 25px;
  border-bottom: 1px dashed #ccc;
  background: url(img/info.png) no-repeat scroll 0% 50%;
}

#piResultSetContainer {
  width: 1200px;
  position: relative; 
  left: 0px
}

#piResultSetOverview {
  float: left;
  width: 600px;
}

#piResultSetOverview .element {
	background-color:#eee;
	cursor:pointer;
	float:left;
	overflow:hidden;
	padding:10px;
	width:580px;
	border-bottom:1px dashed #CCCCCC;
}

#piResultSetOverview .elementodd {
  background-color:#e6e6e6;
}

#piResultSetOverview .element img {
	float:left;
	height:50px;
	padding-right:6px;
}

#piResultSetOverview .elementhover {
  background-color:#b7cfe8;
}

#piResultSetSelection {
  float: left;
  width: 600px;
}

#piResultSetSelection .element {
  float: left;
  width: 580px;
  overflow: hidden;
  background-color: #eef5f8;
  padding: 10px;
  cursor: pointer;
  border-bottom:1px dashed #CCCCCC;
}

#piResultSetSelection .element img {
  
}

#piResultSetSelection .elementodd {
  background-color:#e1e8ec;
}

#piResultSetSelection .elementhover {
  background-color: #7f7;
}

.piFormOverlay {
  background-color: #7f7;
  z-index:3050;
}

.piHcardName {
  font-size: 9px;
}

.piElementText {
	float:left;
	padding-left: 40px;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#modalOverlay {background-color:#999; cursor: default; }

/* Container */
#modalContainer { width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:1px solid #30629a;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
text-align: left;
color: #000;}

#modalContainer a, #modalContainer a:link, #modalContainer a:visited {
	color: #30629a;
  text-decoration: none;
}
#modalContainer input {
  border: 1px solid #ccc;
}
#modalContainer a:hover, #modalContainer a:active {
  color: #10427a;
}
#modalContainer a.modalCloseImg {background:url(img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}
