/*** CSS for the Film Wellington Created By SilverStripe 2005 ***/
/** If you have any browser compatibility issues, please contact simon@silverstripe.com **/

/* Global Selectors */
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%; /* 62.5% */
	/* reset font-sizes to 1em == 10px */
	background-color: #E5E5E5;
}

* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px  */
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica, sans-serif;
}
ul li{
	list-style:none;
}

a img{
	border:0;
	text-decoration: none;
}


/* Local Styles */

#main {
	width: 715px;
	margin: 0 auto;
}
#headerHolder {
	border-left: 2px #FFF solid;
	border-right: 2px #FFF solid;
	height: 150px;
}
#headerHolder #header {
	background: #404040 url(../images/headerBkgrnd.gif) bottom left repeat-x;
	height: 111px;
	font-weight: normal;
	padding: 0px 25px 0px 25px;

}
#headerHolder #header .LowGraphics {
	float: right;
	font-size: 9px;
	padding: 7px 5px 2px 5px;
	background-color: #303030;
	text-decoration: none;
	margin-right: 6px;
	height: 12px;
}
/* added temporarily to keep the height */
#headerHolder #header .LowGraphicsHolder {
	float: right;
	/*height: 21px;*/
	background-color: none;
	text-decoration: none;
}
#headerHolder #header a.LowGraphics {
	color: #999;
}
#headerHolder #header a.LowGraphics:hover {
	color: #FFF;
}
#headerHolder #header #topMenuHolder {
	clear: both;
	height: 91px;
	position: relative;
	top: 0px;
}
#topMenuHolder img.main {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
#topMenuHolder a {
	border: 0;
}
#topMenuHolder img.pwb {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 16px;
}
    
#TopMenu {
	position: absolute;
	right: 0;
	bottom: 0;
	list-style-type: none;
	text-align:right;
	line-height:12px;
	white-space:nowrap;
}
#TopMenu li {
	display:inline;
	padding: 0px 6px 0px 6px;
	margin: 0px;
	border-right: 1px solid black;
}
#TopMenu li.last{
	border: 0px;
}
#TopMenu li a {
	padding: 0px;
    margin: 0px;
    font-size: 9px;
    color: #c4c4c4;
    text-decoration: none;
}
#TopMenu li a:hover {
	color: #999;
}


#LoginInfo {
	display: none;
	float: right; 
	width: 100px;
	margin-top: 10px;
    color: #c4c4c4;

}
#LoginInfo a {
    color: #c4c4c4;
}

/* Menu1 */

#Menu1 {
	background: #E5E5E5 url(../images/menuBkgrnd.gif) top left repeat-x;
	width: 711px;
	height: 39px;
	list-style-type: none;
}
#Menu1 li {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 8px 11px 20px 11px;
	line-height: 11px;
	background: url(../images/menuBar.gif) top right no-repeat;
	cursor: pointer; 
}
#Menu1 li.last {
	background-image: none;
}
#Menu1 li a {
	font-size: 10px;
	text-decoration: none;
	color: #000;
}
#Menu1 li a:hover {
	color: #B30101;
}
#Menu1 li a.current, #Menu1 li a.section {
	color: #B30101;
}
#Menu1 li.first a {
	padding-left: 0px;
	margin-left: 8px;
}
#Menu1 li.last a {
	padding-right: 0px;
	margin-right: 8px;
}

/** Menu2 Sub Menu **/

/* 
 * This hides our Submenu till we mouse over it 
 * and sets the default attributes  
 */
 
#Menu1 li ul {
	font-size: 9px; 
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px; 
	position: absolute;
	top: 28px;
	display: none;
	width: 134px;
	text-align: left;
	z-index:10000;
	background-color: #424242;
	margin-left: 22px; 
	left: -7px;
	/*opacity: .92;
	filter: alpha(opacity=92);*/
}


/*  Shows the submenu on hover    */
#Menu1 li.over ul.menu2{
	display: block;
}

/*    format for a sub menu link holders ( li's ) (no hover)   */
#Menu1 li ul li{
	position: static;
	float: none;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #666666;
}
#Menu1 li ul li div.last {
	margin-bottom: 4px;
	background-color: #666666;
}
#Menu1 li ul li .underline {
	width: 115px;
	padding: 5px 6px;
	margin: 0px;
	margin-left: 3px;
	color: #FFF;
	cursor: pointer; 
	background-image: none;
	border-bottom: 1px solid black;
	font-size:x-small;
	display:block;
}
/* Likewise when you mouse over we want to change the color */

/*submenu too */
#Menu1 li.over ul li.over,
#Menu1 li.over ul li.over div.last {
	background-color: #858585;
	color: #FFF;
}
#Menu1 li.over ul li.current {
	background-color: #858585;
	color: #FFF;
}
#Menu1 li il li a,
#Menu1 li il li a:hover,
#Menu1 li.over ul li.current a,
#Menu1 li.over ul li.over a 
{
	color:white;
}

/* Lefthand Menu2 */
#Menu2 {
	padding: 8px 10px;
	background-color: #DDD;
}
#Menu2 li {
	margin: 0;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 10px;
	background: url(../images/arrowOver.gif) 0px 3px no-repeat;
	_background: url(../images/arrowOver.gif) 0px 4px no-repeat;
}
#Menu2 li.over {
	padding-left: 15px;
	background: url(../images/arrowGrnOver.gif) -2px 3px no-repeat;
    _background: url(../images/arrowGrnOver.gif) -2px 4px no-repeat;
}
#Menu2 li a {
	text-decoration: none;
	text-decoration: underline;
	color: #666666;
}
#Menu2 li a:hover {
	text-decoration: underline;
	color:#4c4c4c;
}
#Menu2 li.current {
	background: url(../images/arrowGrnOver.gif) -2px 3px no-repeat;
    _background: url(../images/arrowGrnOver.gif) -2px 4px no-repeat;
}
#Menu2 li.current a {
	color:#4c4c4c;
}

/* Main Title */

h1.pageTitle{
	display: block;
	background: url(../images/titleBkgrnd.jpg) 2px 0px no-repeat;
	padding: 15px 20px 15px 20px;
	color: #CC3333;
	font-size: 22px;
	letter-spacing: .025em;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1.pageTitleImage{
	display: block;
	color: #5D5F5F;
	font-size: 20px;
	font-weight:normal;
	background:url(../images/titleBkgrnd.jpg) 2px 0px no-repeat;
}
h1.pageTitleImage img{
	margin-left:2px;
}

h1.pageTitle strong{
	color:#CC0000;
	font-weight:normal;	
}
.secondaryTitle{
	display: block;
	height: 20px;
	padding: 10px 20px;	
	color: #CC3333;
	font-size: 15px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.secondaryTitle.smart {
	color: black;
}
.secondaryTitle.smart strong {
	font-size: 15px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #CC3333;
}

/* Content Holder */

#contentHolder {
	clear:left;
	width: 711px;
	border: 2px #D2D2D2 solid;
	border-top: 0;	
	background:#FFF;
	margin: 0;
}

/* Home Page */

#homeContent {
	float: left;
	width: 465px;
}
#homeContent .pageTitle{
	padding:0;
}
#homeContent #block {
	background: url(../images/dottedBar.gif) bottom no-repeat;
	margin: 0px 0px 18px 20px;
	clear:left;
	width: 445px;
}
#homeContent .LeftColumn{
	width:220px;
	float:left;
	margin-right:15px;
}
#homeContent .RightColumn{
	width:210px;
	float:left;
}

/* RightMenu on home page */
#rightMenu {
	margin-left: 465px;
	width:240px;
}
#shortcutHolder {
	width: 214px;
	float: right;
}
#shortcuts {
	margin: 0px;
}
#shortcuts img {
	display:block;
}
#ShortcutMenu {
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 2px 0px;
	width: 214px;
	background: url(../images/shortcutBkgrnd.gif) top right repeat-y;
}
#ShortcutMenu li a{
	margin: 0px;
	margin-bottom: 6px;
	padding-left: 25px;
	height: 10px;
	background: url(../images/arrowOver.gif) 8px 1px no-repeat;
	display: block;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}
#ShortcutMenu li a:hover {
	font-size: 9px;
	text-decoration: underline;
	margin-bottom: 6px;
	padding-left: 25px;
	height: 10px;
	background: url(../images/arrow.gif) 8px 1px no-repeat;
}
#currentWeather {
	margin-bottom: 2px;
	background-color: #DDD;
	border-bottom:3px solid #cc0000;
}
#currentWeather img {
	display:block;
}
#weatherInfo {
	padding: 5px 0px;
	height: 33px;
	color: #666;
	background: url(../images/weatherBkgrnd.gif) top left repeat-y;
	border-bottom:1px solid white;
}
#weatherInfo img {
	display: block;
	float: left;
	background-color: #DDD;
	padding: 0px 13px;
	padding-top: 1px;
}
#weatherInfo .deg, #weatherInfo .date {
	display: block;
	float: left;
	margin-top: 7px;
}
#weatherInfo .deg {
	width: 45px;
	font-size: 12px;
	font-weight: bolder;
	padding-left: 3px;
}
#weatherInfo .date {
	font-size: 11px;
	font-weight: bold;
	padding-left: 7px;
	margin-top: 9px;
}
.advert {
	float: right;
	width:240px;
}



/* Generic Page */

#block.editDoc a, #Content a, #Content u
{
    color: #70B6B6;
}

#block.editDoc a:hover, #Content a:hover
{
    color: #CC0000;
}

#Content {
	float: left;
	width: 494px;
}
#Content h1 {
	margin-top: 2px;
}
#Content #block {
	width: 444px;
	margin: 0px 30px 0px 20px;
}
#Content .editDoc {
	margin-left: 20px;
}
#homeContent strong,
#homeContent b{
	font-weight:bold;
}
#leftMenu {
	float: left;
	width: 180px;
	line-height: 1em;
	margin: 2px 0px 10px 2px;
}
#leftInfo div {
	width: 155px;
	font-size: 9px;
	line-height: 1.4em;
	padding: 2px 0px 0px 12px;
	color: #333;
}
#leftInfo img {
	display: block;
}
#leftInfo div a {
	color: #B30101;
	font-weight: bold;
}

#leftCaption {
   width: 167px !important;
   background-color: #F2F2F2;
   padding: 2px 5px 5px 5px !important;
}

#leftCaption span {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #666;
   line-height: 1.5em;
}  

#Content strong.First,
#Content b.First{
	color:#CC0000;
}

/* Home page feature */

#featureHolder {
	padding: 5px 0px;
	margin: 0em 0em 1em 0em;
}
#feature.Home {
	width: 435px;
	margin-left: 20px;
}
#feature img {
	display: block;
}
#featureImage {
	float: left;
	width: 220px;
	display: block;
}
#featureImage .ShowLine{
	padding-bottom:1px;
	border-bottom:3px solid #cc0000;
}
#feature #featureText {
	margin-left:235px;
}
#featureText .FeatureHome{
	width: 190px;
}
#feature h5 {
	height: 16px;
	padding: 7px 0px 0px 10px;
	margin-bottom: 1px;
	background: url(../images/featureTitle.gif) no-repeat;
}
#featureText b, #featureText strong{
	color:#CC0000;
	font-weight:bold;
}

.linkButton {
	margin-top: 9px;
	padding-left: 15px;
	background: url(../images/arrow.gif) 0px 2px no-repeat;
}
.linkButton.over {
	margin-top: 9px;
	padding-left: 15px;
	background: url(../images/arrowOver.gif) 0px 2px no-repeat;
}
.linkButton a{
	display: block;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}
.linkButton a:hover {
	font-size: 9px;
	color: #333;
	text-decoration: underline;
}

/* Generic Feature Image */
dl.image {
	width: 220px;
	margin: 3px 17px 1px 0px;
}
dl.left {
	float: left;
}
dl.image dt {
	height: 16px;
	padding: 6px 0px 1px 10px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	background: url(../images/featureTitle.gif) no-repeat;
}
dl.image dd {
	height: 99px;
	border-bottom: 3px solid #CC3333;
}

#contact {
	clear: both;
	font-size: 9px;
	text-align: center;
	color: #666666;
	padding: 85px 0px 15px 0px;
}
#contact a{
	color: #666666;
}
#contact a:hover{
	color: #CC3333;
}
#contact strong{
	color:#CC3333;
}
#contact b{
	font-weight:bold;
}
#footer {
	background-color: #BAC8C6;
	width: 707px;
	margin: 2px 0px 2px 2px;
	padding: 15px 0px 15px 0px;
	text-align: center;
}
#footer img {
	vertical-align: top;
}
.clear{
	clear: both;
	height: 0px;
	width: 0px;
}

/**
 * PERMIT STUFF
 */
 
#PermitLocations,#AddLocation{
	margin-left:40px;
	padding:10px;
}
#PermitLocations li{
	padding:5px;
	border-bottom:1px dashed #9D9D9D;
}
#PermitLocations li a{
	float:right;
}
#AddLocation{
	display:block;
	text-align:right;
	padding:5px;
	margin:0px 10px 0px 50px;
}
.successmessage {
	background-color: #DEFFD2;
	border: 1px #00A400 solid;
	padding: 0.5em;
}

/** Permit?operation=send **/
#PermitConfirmation #Locations{
	margin: 5px;
}
#PermitConfirmation #Locations .left{
	float:left;
	width:275px;
	padding-left:25px;
	clear: both;
}
#PermitConfirmation #Locations .right{
	float:left;
	margin-left:25px;
	width:275px;
}
#PermitConfirmation #Locations dl {
}
#PermitConfirmation #Locations dt{
	clear: left;
	width:125px;
	float:left;
	font-weight:bold;
	border-bottom:1px dashed #eee;
}
#PermitConfirmation #Locations dd{	
	border-bottom:1px  dashed #eee;
	margin-left: 125px;
	padding-bottom: 0.5em;
	min-height: 1em;
}
#PermitConfirmation #Locations h3{
	color:#cc3333;
	border-bottom:1px solid #ddd;
	clear: both;
	padding-top: 20px;
}


/** Location Page Type **/
#Locations{
	margin-top: 20px;
	padding-bottom:100px;
}
#Locations li{
	padding:5px 0px;
	background: url(../images/HorozontalRule.gif) bottom left repeat-x;
}
#Locations li div{
	margin-left:335px;
	padding:10px;
	background:#DDD;
	height:109px;
	color:#333;
}
html>body #Locations li div.noMapView,
html>body #Locations li div.MapView {
	height: auto;
	min-height: 111px;
}
#Locations li div.noMapView{
	margin-left:253px
}
#Locations li div h3{
	color:#CC3333; 
	font-size: x-small;
	padding-bottom:8px;
}
#Locations li div a{
	display: block;
	background: url(../images/arrowOver.gif) 0px 2px no-repeat;
	padding-left:15px;
	margin-top:8px;
	color:#333333;
	font-weight:bold;
}
#Locations li div a:hover{
	background: url(../images/arrow.gif) 0px 2px no-repeat;
}
#Locations li .LocationImage {
	float:left;
	display:block;
	margin-right:2px;
	padding-bottom:1px;
	border-bottom:3px solid #cc0000;
}
#Locations .clear {
	height: 1px !important;
	margin: 0px;
	padding: 0px;
	width: 474px;
}

/** Showcase Page Type **/
#Showcases{
	margin:10px 0px;
}
#Showcases .LocationImage {
	padding-bottom:1px;
	border-bottom:3px solid #cc0000;
}
#Showcases .bg{
	background: url(../images/ShowcaseBg.gif) top right repeat-y;
}
#Showcases .Credits{
	float:right;
	width:235px;
	padding:15px 0px;
	background:#dddddd;
}
#Showcases .Credits p,
#Showcases .Credits h3{
	padding:0px 15px;
	line-height:1.5em;
}
#Showcases .Credits h3{
	color:#cc3333;
	font-size:15px;
}
#Showcases .Quote{
	background:#bdcecf;
	width:220px;
	margin-top:5px;
	padding:10px 15px;
}
#Showcases .Quote .right{
	text-align:left;
	margin-top:5px;
}
#Showcases .clearBoth {
	height: 4px !important;
	width: 100%;
}
#Showcases li div.Credits a{
	display: block;
	background: url(../images/arrowOver.gif) 0px 2px no-repeat;
	padding-left:15px;
	margin-top:8px;
	color:#333333;
	font-weight:bold;
}
#Showcases li div.Credits a:hover{
	background: url(../images/arrow.gif) 0px 2px no-repeat;
}

/** Services Page Type **/
#Services{
	margin-top: 20px;
	padding-bottom:100px;
}
#Services li,#Showcases li {
	padding:5px 0px 1px 0px;
	background: url(../images/HorozontalRuleRepeat.gif) bottom left repeat-x;
}

#Services li div{
	margin-left:335px;
	padding:10px;
	background:#DDD;
	height:109px;
	color:#333;
}
#Services li div.noMapView{
	margin-left:253px !important;
}
html>body #Services li div.noMapView,
html>body #Services li div.MapView {
	height: auto;
	min-height: 111px;
}
#Services li div.noLocationImage {
	margin-left:83px;
}
#Services li div.noLocationImage.noMapView {
	margin-left:0px;
}
#Services li div h3{
	color:#CC3333; 
	font-size: x-small;
	padding-bottom:8px;
}
#Services li div a{
	display: block;
	background: url(../images/arrowOver.gif) 0px 2px no-repeat;
	padding-left:15px;
	margin-top:8px;
	color:#333333;
	font-weight:bold;
}
#Services li div a:hover{
	background: url(../images/arrow.gif) 0px 2px no-repeat;
}
#Services li .LocationImage {
	float:left;
	display:block;
	margin-right:2px;
	padding-bottom:1px;
	border-bottom:3px solid #cc0000;
	margin-bottom:5px;
}
#Services li .clear {
	height: 1px !important;
	background: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/** Form CSS **/

/** General **/
form fieldset{
	border:0;
}
form div{
	margin:15px 0px;
}
form .subdropdown {
	margin: 0px 0px 0px 180px;
	padding: 0px;
}
form h5{
	clear:left;
	display: block !important;
}

/** Labels **/
form .readonly label {
	width:100%;
}
form label{
	display:block;
	float:left;
	width:180px;
	font-weight: bold;
}
form label img{
	display:inline;

}
form .optionset label{
	width:100%;
	float:none;
}

/** Inputs and default widths **/
form .dropdown select{
	width:205px;
}
form .text input,
form .password input,
form .date input {
	width:200px;
	background:#ccc;
}
form .imageupload input {
	width: auto;
	background:#ccc;
}

form #CityLabel{
	display:none;
}
form .textarea #EditObjectForm_Form_ProjectName{
	clear:none;
	width:200px;
}
form .textarea textarea{
	clear:left;
	width:380px;
	background:#ccc;
}
form select{
	background:#ccc;
}

form .text{
	clear:left;
}
form .text input.ShowCheckbox{
	width:14px;
}
form .checkbox {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	clear: both;
}
form .checkbox label.right {
	width: 310px;
	margin-left: 10px;
	text-align: left;
}
form input.field_checkbox {
	float: left;
	margin-left: 20px;
}
form p.select b{
	margin-left: 150px;
}
form .stretchytable td{
	vertical-align:top;
}
form .stretchytable th{
	font-weight:bold;
}
form h5{
	background: url(../images/HorozontalRuleRepeat.gif) 50% 0% repeat-x;
	padding-top:10px;
}

#Projects div{
	background: url(../images/HorozontalRule.gif) 50% 100%  no-repeat;
	height:120px;
}
#Projects #ClearRecord{
	float:right;
}

#Projects div div{
	float:left;
	width:230px;
	height:auto;
	text-align:center;
	font-weight:bold;
	background: none;
	margin:0;
	margin-bottom:15px;
	
}
#Projects div input,
#Projects div textarea{
	width:210px;
	clear:left;
	font-weight:normal;
	background:#ccc;
}


/** Optionsets **/

form .optionset div.optionset_item{
	margin:0px 0px 10px 20px;
}
form .optionset .ThreeColumn .optiongroup{
	clear: both;
	padding:10px 0px 5px 0px;
}

form .optionset .ThreeColumn div.optionset_item{
	margin:0;
	padding:2px 0px;
	float: left;
	width: 29%;
	height: 3.5em;
	padding-left: 16px;
}

form .optionset .ThreeColumn input{
	margin-left: -16px;
	margin-top: -2px;
	float: left;
}
/* HACK */
html>body form .optionset .ThreeColumn input{
	margin-top: 2px;
}

/** Actions **/
form .Actions{
	margin:10px 0px 0px 0px;
	text-align: center;
}
form .Actions li{
	display:inline;
}
#application-form form .Actions input {
	font-size: 100%;
	padding: 0.5em;
}


.editDoc form p.ErrorMessage, form .ErrorMessage{
	color: #CC3333;
	font-size:small;
	font-family:"Arial Narrow";
	font-weight: bold;
	letter-spacing:1px;
}
#Locations{
	padding-left:20px;
} 


/** Search results **/

#SearchResults{
	width:100%;
	text-align:left;
}
#SearchResults tr th {
	background:#DDD;
	padding:5px;
	border-bottom:2px solid #CC3333;
}
#SearchResults tr td{
	background: url(../images/HorozontalRuleRepeat.gif) bottom left repeat-x;
	padding:5px;
	/*opacity: .8;
	filter: alpha(opacity=80);*/
}
#SearchResults .RightLink{
	float:right;
}
#SearchResults .even td{
	background: #eee url(../images/HorozontalRuleRepeat.gif) bottom left repeat-x;
}
.SearchRight{
	float:right;
	width:50px;
	text-align:right;
	margin-top:10px;
}
.SearchLeft{
	float:left;
	text-align:left;
	width:50px;
	margin-top:10px;
}
.PageNumbers{
	margin:10px 50px;
	text-align:center;
}

/* Members Pages */
#ContactInfo{
	margin:10px 15px;
}
#ContactInfo dt{
	float:left;
	width:150px;
	font-weight:bold;
	background:url(../images/HorozontalRuleRepeat.gif) bottom left repeat-x;
	padding:5px 0px;
}
#ContactInfo dd{
	background:url(../images/HorozontalRuleRepeat.gif) bottom left repeat-x;
	padding:5px 0px;
}
#ContactInfo dt.address{
	background:none;
}
#ContactInfo dd.address{
	clear:left;
}

#Projects{
	margin-top:15px;
	width:100%;
	clear:left;
}
#Projects tr th{
 	background:#DDD;
	padding:2px 5px;
	border-bottom:2px solid #CC3333;
	text-align:left;

}
#Projects .Heading{
	border:0;
	text-align:center;
	background: url(../images/HorozontalRuleRepeat.gif) bottom left repeat-x;
}
#Projects tr td{
	background: url(../images/HorozontalRuleRepeat.gif) bottom left repeat-x;
	padding:5px;
		text-align:left;

}
#ServiceCategories{
	padding-bottom:20px;
}
#ServiceCategories ul li h3{
	padding:10px 0px 5px 0px;
	background: url(../images/HorozontalRuleRepeat.gif) bottom left repeat-x;
	border:0;
	clear:left;
	color:#333;
}
#ServiceCategories ul li{
	list-style:none;
	clear:left;
}
#ServiceCategories ul li ul li{
	width:200px;
	float:left;
	clear:none;
}
.editDoc.Member h3{
 	background:#DDD;
	padding:2px 5px;
	border-bottom:2px solid #CC3333;
	color:#333;
	margin: 15px 0px 0px 0px;
}

/*form .Actions li input,
form .Actions .Next,
form .Actions .Prev{
	padding:0;
	border: 0px;
	padding: 0px 10px;
	font-size: 11px;
	line-height:20px;
	cursor: pointer;
}
html > body form .Actions li input,
html > body form .Actions #Next,
html > body form .Actions #Prev{
	padding:5px 20px;
	font-size:x-small;
}
form .Actions li input,
form .Actions li.action_LogIn input,
form .Actions li.action_Search input,
form .Actions #Next{
	background: url(../images/Submit-Right.png) top left no-repeat;
}
form .Actions li.action_ForgotPassword input,
form .Actions li.action_editObjectFormSave input,
form .Actions li.action_RunSignupForm input,
#EditObjectForm_Content .Actions li input{
	background: url(../images/Submit-Long.png) top left no-repeat;
}
form .Actions #Prev{
	background: url(../images/Submit-Left.png) top right no-repeat;
}


*/

/** Sitemap **/

#Sitemap {
    margin: 1em 0 0 5px;
}

#Sitemap ul {
    margin: .5em 0;
}

#Sitemap li {
	margin: 0;
	padding: 0 0 0 15px;
	margin-bottom: 25px;
	line-height: 15px;
	font-size: 10px;
}

#Sitemap li a {
	text-decoration: underline;
	padding-left: 15px;
	color: #666666;
	background: url(../images/Sitemap-a.gif) 0px 3px no-repeat;
}

#Sitemap li a:hover {
	color:#4c4c4c;
	background: url(../images/Sitemap-a-hover.gif) -2px 3px no-repeat;
}



#Sitemap ul.level2 li 
{
    padding-left: 30px;
    margin-bottom: 0;
}     

#Sitemap ul.level2 li a
{
	background: none;
	padding-left: 0;
}

#Sitemap ul.level2 li a:hover
{
	background: none;
}

#Sitemap ul.level3 li
{
    padding-left: 60px;
    _padding-left: 30px;
}

#Sitemap ul.level4 li
{
    padding-left: 90px;
    _padding-left: 30px;
}

#Sitemap ul.level5 li
{
    padding-left: 120px;
    _padding-left: 30px;
}

/* Google Map */

#map_wellington_city, #map_hutt_city, #map_porirua_city, #map_upper_hutt_city, #map_kapiti_coast {
	width: 465px;
	height: 275px;
	margin-bottom: 30px;
	background: #eee;
}

div#PermitInfo{
	width: 700px;
}
div#PermitInfo table{
	margin: 20px;
	width: 660px;
	border-spacing: 1px 0px;
}

div#PermitInfo table tr.hidden{
	display: none;
}

div#PermitInfo table tr td{
	border-bottom: 1px dashed #999;
	padding: 3px 1em;
	width: 33%;
}

div#PermitInfo table thead tr.title{
	font-size: 200%;
	font-weight: bolder;
	text-align: center;
}

div#PermitInfo table tr.blockheader{
	font-size: 150%;
	font-weight: bold;
}

div#PermitInfo table tr.blockheader td{
	padding-top: 20px;
}

div#PermitInfo table tr.updated {
	background-color: #aaa;
}

div#PermitInfo table tr.updated td{
	border-bottom: 0pt;
}

div#PermitInfo table tr td.previousVal{
	color: #fff;
}

div#adminActionForm{
	margin: 2em;
	width: 700px;
}

div#adminActionForm form label{
	width: 6em;
}

div#adminActionForm h2{
	font-size: 150%;
	font-weight: bold;
}
