body {
  margin:0;
  padding:0;
	font-family:Tahoma, Arial, verdana, sans-serif;
	font-size:11px;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-color:#D3E8FC;
}
/*layout*/
.top {
  background: #A9D0FF url(../images/bg.png) 0 0 repeat-x;
  height:130px;
}
.logo {
	position:absolute;
	right:15px;
	top:5px;
	width:196px;
	height:128px;
	background: url(../images/cityscapes.png) 0 0 no-repeat;
}
.appTitle {
	position:absolute; 
	top:45px; 
	left:25px; 
	font-family:Georgia, Times, serif; 
	color:#FFFFFF; font-size:24px;
}
.appSubTitle {
	position:absolute; 
	top:75px; 
	left:65px; 
	font-family:Georgia, Times, serif; 
	color:#FFFFFF; 
	font-size:12px;
}
#green {color:#009900}
#red {color:#FF0000}
.menu {
  text-align:center;
  height:30px; 
  background: #FFFFFF;
  filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
  border-top:solid 1px #CCCCCC;
  border-bottom:solid 1px #CCCCCC;
}
.menuItem {
	white-space:nowrap;
	float:left;
	left:60px;
	height: 32px;
	border-right:solid 1px #CCCCCC;
}
.adminMenu .menuItem a {
	text-decoration:underline;

}
.menu a {
  border:none;
  color:#000000;
  font-family:georgia, times new roman, tahoma, verdana, sans-serif;
  line-height:30px;
  height:30px;
  padding: 0 20px;
  margin: 0;
  display:block;
  float:left;
  text-decoration:none;
}
.menu a:hover {
  border:none;
  color:#71838F;
  background:#B4DAFF;
}
.dropShadow {
  background: #fff url(../images/bgSmall.png) 0 0 repeat-x;
  height:1px;
}
.content {
  clear:both;
}
/*layout*/
img {
	border:none;
}
input {
	width:210px;
}
textarea {
	width:210px;
}
#centerWide {
	position:relative; 
	width:800px; 
	height:515px; 
	margin:auto; 
	margin-top:50px;
}
#center {
	position:relative; 
	width:355px; 
	height:140px; 
	margin:auto; 
	padding-top:100px;
}
.wrapper {
	width:800px;
	border:solid 1px #8DB2E3;
}
.wrapperSmall {
	width:350px;
	border:solid 1px #8DB2E3;
}
.formHeader {
	float:left;
	width:100%;
	height:21px;
	font-family:Tahoma, Arial, verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#15428B;
	padding-top:5px;
	background-image: url(../images/formHeaderBack.jpg);
	background-repeat: repeat-x;
	background-color:#C4D8F1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8DB2E3;
}
.formHeader span {
	margin-left:6px;
}
.formBody {
	position:relative;
	float:left;
	width:96%;
	background-color:transparent;
	padding: 2%;
	z-index:0;
}
#transparent {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: #CCCCCC;
    filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;
	z-index:-1;

}
.leftColumn {
	float:left;
	width:50%;
}
.wrapperSmall .leftColumn {
	width:100%;
}
.rightColumn {
	float:left;
	width:50%;
}
#pPresented {
	width:205px;
	height:72px;
	overflow:auto;
	border:solid 1px #7F9DB9;
	background-color:#FFFFFF;
	padding:4px;
}
#pPotential {
	float:left;
	width:205px;
	height:72px;
	overflow:auto;
	border:solid 1px #7F9DB9;
	background-color:#FFFFFF;
	padding:4px;
}

#attached {
	width:206px;
	height:72px;
	overflow:auto;
	border:solid 1px #7F9DB9;
	background-color:#FFFFFF;
	padding:4px;
}
.radioGroup  {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.radioGroup label {
	float:left;
	clear:left;
	width:150px;
}
.submitButton{ 
	width:auto; 
	float:right; 
	margin-right:30px; 
	margin-top:10px;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 210px;
	float: left;
}

/*
Auto Suggest
*/	
.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}
#potCross {
	float:left;
	width:205px;
	height:72px;
	overflow:auto;
	border:solid 1px #7F9DB9;
	background-color:#FFFFFF;
	padding:4px;
}
/*
Auto Suggest
*/
#showCatDiv {
	position:absolute; 
	z-index:200; 
	left:50%; 
	margin-left:-170px; 
	top:250px; 
	display:none;
}

