@charset "utf-8";

/* Gold Coast City Council - goldcoast.qld.gov.au
---------------------------------------------------

[IE only Stylesheet]

[Table of contents]

1. Text Styles
2. Global Search
3. Page Filter
4. Form Styles
5. Generic Styles

/*====================================
1.	TEXT STYLES
=====================================*/

a[href^="mailto:"] {
    padding: 2px 0 3px 22px;
}

/*====================================
2.	GLOBAL SEARCH
=====================================*/

#search #search-bg {
	background-position: -5px -353px;!important;
	height:28px;
	padding-left:15px;
	width:280px;
}
#search #global-search {
	background:none !important;
	width:235px !important;
	height:22px;
	padding: 6px 0 0px 0px;
}
#search .searchSubmit {
	background:none;
	font-size: 0;
	line-height: 0;
	margin-left:0 !important;
	overflow: hidden;
	text-indent: -9999px;
	z-index:300;
}

/*====================================
3.	PAGE FILTER
=====================================*/

#page-filter #filter-search-bg {
	background-position: -523px -50px;
	height:24px;
	width:102px;
	padding:0 15px 0 28px;
}
#page-filter #filter-search {
	background:none !important;
	border:none;
	height: 19px;
	padding: 5px 0px 0 0;
	width:102px;
}
#page-filter #ctl00_Body_ucGCAccess_ListCategory1_txtSearch {
	height:21px;
	width:117px;
	padding: 5px 0px 0px 28px;
}
#page-filter li select {
	height:26px;
	max-width:auto;
}
#page-filter .gcform_Select {
    padding: 2px 30px 3px 10px;
}

#page-filter input.datepicker {
	height:19px !important;
	padding:5px 25px 0px 10px !important;
}
#page-filter input.access {
	background:none !important;
}
#page-filter input.submit {
	padding-bottom:0 !important;
}
/*====================================
4.	FORM STYLES
=====================================*/

#register input.datepicker, input.datepicker {
	height:21px !important;
	padding: 7px 25px 0px 10px !important;
}
#register input.text, input.text {
	height: 21px;
    padding: 7px 8px 0px 7px;
}
#login ul li input.login {
	height: 21px;
    padding: 7px 0 0px 7px;
}
/*====================================
5.	GENERIC STYLES
=====================================*/

#content-main-inner {
	width:1087px;
}


/* Mega menu IE6 fix */
.main-menu li ul li ul, .mm-menu li ul li ul {
    height:100%; 
} /* keeps mega lists visible in IE6 */


