/* city council layout */


#cityHeaderDiv{
	font-size: 1.5em;
	text-align:left;
	margin-left:1em;
	padding:.5em;
}
#commentHeaderDiv{
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
}
#cityDiscussDiv{
	text-align:left;
}

#aniLoadingSpan{	
	padding:5px;	
	margin-left:5em;
	float:left;
}
#agendaNavDiv{
	background-color:#F0F0F8;
	text-align:center;
}
#agendaNavDiv #searchHeadDiv{
	
	border: 1px solid #654;
	background-color: #333333;
	color:#FFFFFF;
	padding:4px;
}
form{ 
	background-color:#F0F0F8;
	padding:10px;
}
form h4 {
	background-color: #336699;
	font-weight:bold;
	color:#FFFFFF;
	size:13px;
	padding:2px 0 2px 20px;
	margin:0px;
}
form div .sideNote{ 
	padding-top:3px;
	size:12px;
	background-color: #CCCCCC;
}
form #optionsDiv{
	border-top: 1px solid #654;
	text-align:right;
	padding:2px;
	margin-top:5px;
	clear:both;
}
form #editInstructions{
	float:left;
	padding:3px;
	font-weight:bold;
}

form .comOptions{
	text-align:right;
	margin-left:40px;
	padding-right:5px;
}
form .emph{
	padding:5px;
	background-color: #FFFFFF;
}
form legend {
    color: #666;
    font-weight: bold;
    font-variant: small-caps;
    padding: 2px 6px;
    margin: 2px 0 8px 0;
}
form label  {
    font-weight: bold;
    line-height: normal;
    margin-right: 10px;
    position: relative; 
}
/*
input.navButton{
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	background-color: #CCCCCC;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
}
*/


.lftBlLine{
	background: #F0F0F8 url(../../images/listmenuLeft.png) left repeat-y;
	margin-bottom:5px;
	border: 1px solid #654;
	vertical-align:top;
}

.userComment{
	margin-left: 8em;
	width:40em;
	
}
.userComment h5{
	background: url(../../images/top-left.png) left top  no-repeat;
	margin:10px 0px 0px 20px;
	padding-left:50px;
}
.box{
	background: #f2a646 url(../../images/bottom-left.png) left bottom no-repeat;
	margin-bottom:5px;
}
.box-outter{
	background: url(../../images/bottom-right.png) right bottom no-repeat;
	padding-bottom:3%;
}
.box-inner{
	background: url(../../images/top-leftB.png) left top no-repeat;
}
.box h5{
	font-weight:bold;
	color:#FFFFFF;
	padding-top:3%;
	background: url(../../images/top-right.png) no-repeat right top;
	margin:0px;
}
.box p, .box h6{
	padding-left: 3%;
	padding-right: 3%;
}
#mainNewEntryTemp{
	margin-left:9em;
	width:35em;
	padding:10px;
}

.entryTitle {
  margin-bottom: 12px;
  font-weight: bold;
}
.leftButton {
  float: left;
}
.rightButton {
  float: right;
  padding-top: 12px;
  padding-bottom: 12px;
}
.entryBody {
  margin-bottom: 16px;
}
.titleInput {
  width: 280px;
}
.miniHeader {
	background:#6699CC;
	padding:.5em;
	font-weight:bold;
}
.iHov{
	padding:3px;
}
.iHov:hover{
	background-color: #CCCCCC;	
}
