
*.smallgrey { font-size: 0.92em; color: #999999; }
*.txt_center { text-align: center; }
*.date { float: right; width: 20%; background: none; vertical-align: top; text-align:right}
*.txt_small { font-size: .92em; }
*.txt_xsmall { font-size: .83em; }

html {
    font-size: 100%;
}

body {
    font-family: "Arial";
    font-size: 0.75em;
    margin: 0;
    padding: 0;
    background: #fff;
}

img { border: none }

a {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #555;
}

h5 {
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 12px;
    display: block;
}

form {
    margin: 0 0 20px 0;
    padding: 0;
}

.row {
    margin: 2px 0;
    display: block;
    float: left;
    width: 100%;
}

label {
    display: inline-block;
    float: left;
    padding: 3px 0;
    margin: 0;
    color: #3c3c3c;
    width: 100px;
}

form#comp_entry label {
    width: 140px;
}

label.inline { width: auto !important; float: none; }

input.txt,
textarea.txt {
    background: #ffffff;
    border: 1px solid #afafaf;
    margin: 0;
    padding: 2px 0;
    font-size: 12px;
    font-family: "Arial";
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

input.button {
    background: url('http://3008docklands.com.au/image?filename=btn.jpg') 0 0 no-repeat;
    margin: 0 0 2px 0;
    padding: 0;
    overflow: visible;
    display: inline-block;
    width: 145px;
    border: none;
    text-align: center;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    font-family: "Arial";
}

textarea.txt {
    height: 80px;
    width: 220px;
}


.errors {
    color: #bd1c49;
    padding: 5px 0;
    margin-bottom: 10px;
    width: 100%;
}

.errors span.no {
    float: left;
    display: inline;
    width: 15px;
    padding: 3px 0;
}

.errors span.txt {
    float: none;
    overflow: hidden;
    width: auto;
    display: block;
    padding: 3px 0;
}

.clear {
    height: 0;
    line-height: 0;
    font-size: 1px;
    clear: both;
    margin: 0;
    padding: 0;
}

p {
    display: block;
    margin: 0 0 1em 0;
    padding: 0;
    overflow: hidden;
}

.clearfix:after,
.article:after,
#mainbody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,
.article,
#mainbody { display: inline-block; }

#outercontainer {
    margin: auto;
    width: 996px;
    background: url('/imgs/outtercontainerbg.gif') 50% 0 repeat-y;
}

#formcont {
    float: left;
    width: 460px;
    height: auto;
}


#innercontainer{
    margin: auto 30px;
    width: 936px;
}

#header {
    height: 134px;
    font-size: 10px;
    color: #ffffff;
    background: url('/imgs/topbg.jpg') 0 0 no-repeat;
}

#header a {
    color: #ffffff;
    text-decoration:none;
}

#header a:hover, a:active {
    text-decoration: underline;
    color: #ffffff;
}

#topinnerleft {
    float: left;
    padding: 10px;
    margin: 0;
}

#logo {
    height: 90px;
    width: 380px;
    text-indent: -9999em;
    display: block;
    margin: 10px 0 0 0;
}

#topinnerright {
    float: right;
}

#topinnerright img {
    margin: 8px;
    float: right;
}

#mainnav {
    width: 936px;
    height: 22px;
    background: url('http://3008docklands.com.au/image?filename=navbg.jpg') 0 0 repeat-x;
}

#mainnavleft {
    float: left;
    width: auto;
    height: 22px;
    display: inline;
    overflow: hidden;
    border-left: 1px solid #aaa;
}

#mainnavleft a {
    float: left;
    display: inline;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #3c3c3c;
    background: url('http://3008docklands.com.au/image?filename=navigation-link-bg.gif') 0 0 repeat-x;
    padding: 0 10px;
    margin-right: -1px;
    margin-left: -1px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

#mainnavleft a:hover,
#mainnavleft a.active {
    background-position: 0 -22px;
    display: inline;
    color: #000000;
}

#mainnavright {
    float: right;
    width: auto;
    height: 22px;
    display: inline;
    overflow: hidden;
}

#mainnavright a {
    float: left;
    display: inline;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #bababa;
    background: url('/imgs/left-navigation-link-bg.gif') 0 0 repeat-x;
    padding: 0 10px;
    margin-right: -1px;
    margin-left: -1px;
    border-left: 1px solid #919191;
    border-right: 1px solid #919191;
}

#mainnavright a:hover,
#mainnavright a.active {
    background-position: 0 -22px;
    color: #ffffff;
}

#mainbody {
    margin: 10px 0;
}

#mainbodyleft {
    float: left;
    width: 495px;
    overflow: hidden;
}

/*
.leftcontainer{
    width: 474px;
    height: 180px;
}
*/

#mainbodyleft_lrg {
    float: left;
    width: 665px;
    overflow: hidden;
}

.pad { padding: 10px; }
.hpad { padding-left: 10px; padding-right: 10px; }

#mainbodyleft_lrg .hpad { padding-right: 0; }

.title {
    background: #ffae77 url('http://3008docklands.com.au/image?filename=title-bg.gif') 0 0 repeat-x;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 10px;
    padding: 0 10px;
}

.title span {
    display: block;
    line-height: 40px;
}

.title .details {
    float: right;
    font-size: 10px;
    line-height: normal;
    padding: 8px 0;
    font-weight: normal;
    color: #ffffff;
}

.title h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    background: none;
}

.title h1.multiline {
    line-height: normal;
    padding: 13px 0;
}

.title h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    color: #ffffff;
    display: block;
}

.article {
    width: 100%;
}

.subtitle {
    background: #ffae77 url('http://3008docklands.com.au/image?filename=eventsheaderbg.jpg') 0 0 no-repeat;
    font-size: 1em;
    font-weight: bold;
    color: #3c3c3c;
    margin: 0;
    margin-bottom: 10px;
    padding: 4px 10px;
    display: block;
    vertical-align: top;
}

.subtitle h1 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: normal;
    font-weight: bold;
    color: #3c3c3c;
    display: block;
    background: none;
    float: left;
    width: 79%;
}

.thumb {
    float: left;
    margin: 10px;
    margin-top: 0;
    margin-left: 0;
    clear: left;
}


#left {
    float: left;
    width: 170px;
}

.box {
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.grey_title {
    background: #f1f1f1 url('/imgs/greybg.jpg') 0 100% repeat-x;
    padding: 0 10px;
    margin: 0;
}

.grey_title h1 {
    font-size: 1em;
    line-height: 3.33em;
    margin: 0;
    padding: 0;
    color: #999999;
    font-weight: normal;
}


.feat_img {
    margin-bottom: 10px;
}

#left ul,
ul.bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

#left ul li,
ul.bullets li {
    font-size: 11px;
    background: url('/imgs/bulletpoint.jpg') 3px 8px no-repeat;
    padding-left: 0;
    margin: 0;
}

#left ul li a,
ul.bullets li a {
    border: none;
    text-decoration: none;
    display: block;
    padding: 5px;
    padding-left: 15px;
    border-bottom: dotted 1px #8d8d8d;
}

ul.bullets ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}


#vote_graph {
    position: relative;
    background: #fafafa;
    height: 120px;
    margin-bottom: 26px;
    margin-top: 26px;
    text-align: center;
}

#vote_graph #yes {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 30%;
    background: #009ce1 url('/imgs/blue-graph-bg.gif') 0 100% repeat-x;
}

#vote_graph #no {
    position: absolute;
    bottom: 0;
    left: 55%;
    width: 30%;
    background: #e00000 url('/imgs/red-graph-bg.gif') 0 100% repeat-x;
}

#vote_graph .percent {
    position: relative;
    top: -16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
}

#vote_graph .label {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    line-height: 16px;
    font-size: 14px;
    font-weight: normal;
}


/*
#midboxtitle h1{
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #919191;
	display: block;
}


#midboxtitle2 h1 {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #919191;
	display: block;
}
*/


#right {
    float: right;
    width: 271px;
}

#search {
    background: url('http://3008docklands.com.au/image?filename=title-bg.gif');
    margin-bottom: 10px;
}

#search form {
    margin: 0;
}

#search .title {
    line-height: 40px;
}

#search label {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #ffffff;
    width: 80px;
    float: none;
    font-size: 12px;
}

#search input.search_txt {
    background: #ffffff;
    border: 1px solid #aaa;
    margin: 0;
    padding: 2px 0;
    width: 110px;
    display: inline-block;
    font-size: 12px;
}

#search input.btn {
    border: 1px solid #aaa;
    margin: 0;
    padding: 1px 0;
    width: auto;
    display: inline-block;
    font-size: 12px;
}

#advertisements #comp_title {
    margin-bottom: 0;
}

#advertisements a {
    display: block;
    margin-bottom: 10px;
}

#boldlistings {
    padding: 10px;
    background: #EFEFEF;
    margin-bottom: 10px;
}

.clmn_thrd {
    width: 33%;
    float: left;
}

.clmn_full {
    width: 100%;
    float: left;
}

/*
#newstitletop{
	line-height: 22px;
	float: none;
	width: 474px;
	height: 39px;
	background:url('/imgs/newstitletop.jpg') 0 0;
}

#newstitletopleft{
	padding: 0 10px;
	float: left;
	width: 150px;
	height: 39px;
}

#newstitletopleft1{
	padding: 0 10px;
	float: left;
	width: 100px;
	height: 39px;
}


#newstitletopright{
	float: right; 
	width: 310px;
	height: 39px;
    display: none;
}

#newstitlebottom{
line-height: 13px;
	padding: 0 0;
	width: 474px;
	height: 39px;
	background:url('/imgs/newstitlebottom.jpg') 0 0;
}

#newstitlebottomleft{
	padding: 0 1px;
	float: left;
	width: auto;
	height: 39px;
}

#newstitlebottomleft1{
	padding: 0 3px;
	float: left;
	width: auto;
	margin-right:10px;
	height: 39px;
}

#newstitlebottomleft1 p{
		font-size: 20px;
		color: #ffffff;
		font-weight: bold;
		padding:0;
		margin-top:8px;

		line-height:22px;
}


#newstitlebottomleft p{
		font-size: 20px;
		color: #ffffff;
		font-weight: bold;
				padding:0;
		margin-top:8px;

		line-height:22px;
}

#newstitlebottomright{
	float: right; 
	width: auto;
	height: 39px;
	text-align: left; 
	margin-right:4px;
}

#newstitlebottomright p{
	font-size: 10px;
	color: #ffffff;
	margin-top:8px;
}

#advertisetitletop{
	line-height: 22px;
	width: 656px;
	height: 39px;
	background:url('/imgs/newstitletop.jpg') 0 0;
}

#advertisetitletopleft{
	padding: 0 10px;
	float: left;
	width: auto;
	height: 39px;
}

#advertisetitlebottom{
	line-height: 13px;
	padding: 0 0;
	width: 656px;
	height: 39px;
	background:url('/imgs/newstitlebottom.jpg') 0 0;
}

#advertisetitlebottomleft{
	float: left;
	width: 640px;
	height: 39px;
}

#advertisetitlebottomleft p{
		font-size: 20px;
		color: #ffffff;
		font-weight: bold;
}

#search1 h1 {
	margin: 0;
	padding: 7px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	display: block;
}



#advertisetext{
	padding: 5px;
	width: 656px;
	height: auto;
}


#eventsheader1{
	width: 474px;
	height: 28px;
	background:url('/imgs/eventsheaderbg.jpg') 0 0;
}

#eventtitle1{
	margin-left: 5px;
	float: left;
	width: 360px;
	height: 28px;
}

#eventdate1{
	float: right;
	width: 100px;
	height: 28px;

}

#eventbody1{
	width: 474px;
	height: auto;
}

#eventimg1{
	float: left;
	width: 128px;
	height: 101px;
}

#eventtext1{
	float: right;
	width: 320px;
	height: auto;
}
*/

#event_details {
    margin-bottom: 10px;
    background: url('http://3008docklands.com.au/image?filename=event-details-bg.gif');
}


#foot {
    clear: both;
    background: url('http://3008docklands.com.au/image?filename=basebg.jpg') 0 0 repeat-x;
    height: 156px;
    overflow: hidden;
    font-size: 10px;
    line-height: 14px;
    color: #3c3c3c;
}

#base {
    float: left;
    height: 78px;
    width: 100%;
    margin: 0;
}

#foot a { font-weight: bold; }

#foot a:hover, a:active { text-decoration: underline; }

#foot #links {
    padding: 20px;
}

#smithlogo {
    display: inline;
    width: 80px;
    height: 60px;
    border: none;
    float: right;
    margin: 20px 10px;
    text-indent: -9999em;
}





/*
#rows  {
	margin: 0 10px;
	float: none;
	overflow: hidden;
	width: 455px;
	height: auto;
}

#rows ul{
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	width: 100%;
	list-style-type: none;
}

#rows li{
	float: left;
	width: 33%;
	margin-bottom:0;
	padding-bottom:10px;
	margin-top:0;
	padding-top:0;
	line-height:20px;
	height:90px;

}
*/

	
	.eventtitle{
	margin-left: 5px;
	float: left;
	width: 360px;
	height: 28px;
	}

	.eventdate{
	float: right;
	width: 100px;
	height: 28px;
	}

	.eventbody{
	width: 474px;
	height: auto;
	}

	.eventimg{
	float: left;
	width: 128px;
	height: 101px;
	}

	.eventtext{
	float: right;
	width: 320px;
	height: auto;
	}
	
	.emailunderscore{
	text-decoration: underline;
	}
	
	