/* CANZ Stylesheet */

body{
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "MS Trebuchet", Verdana, sans-serif;
	font-size:16px;
	text-align:center;
	margin:0;
	padding:0;
	background-image:url('../images/gradient1.jpg');
	background-repeat:repeat-x;
}

/*===============================
Layout
===============================*/
#container{
	width:900px;
	margin:0 auto;
	background-color: #F4F4F4;
	/*background-color: #CCDDEE;*/
	padding:0;
	text-align:left;
}

#header-container{
	background:url('../images/gradient2.jpg') repeat-x;
}

#header{
	height:65px;
	padding:0;
	/*background-color: #006699;*/
}

#logo{
	float:left;
	line-height:45px;
	font-size:20px;
	padding:10px;
}

#navigation{
	text-align:center;
	float:right;
	font-size:1em;
}

#search{
	background:url('../images/gradient3.jpg') repeat-x top;
	text-align:center;
	font-size:1.2em;
	padding:10px;
}

#main{
	min-height:500px;
	float:left;
	width:700px;	
	padding:0;
	background-color:#F4F4F4;
}

#main-inner{
	width:680px;
	margin:0 auto;
}

#sponsors{
	float:right;
	width:200px;
	text-align:center;
	font-size:0.6em;
	background-color:#ccddee;
	margin:0;
}

#footer{
	clear:both;
	/*background-color:#E9ECE0;*/
	background-color: #E5E5E5;
	margin:0;
	padding:20px;
}

#frontpage{
	width:680px;
	margin:0 auto;
}

.premium-flat{
	border:1px solid #cccccc;
	font-size:0.8em;
	text-align:center;
	float: left;
	width:200px;
	height:200px;
	margin:10px 12px 10px 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.listing{
	border-bottom:1px solid #cccccc;
	padding:5px;
}



#media{
	margin-bottom:10px;
	font-size:0.8em;
	/*height:310px;*/
}

#flatphotos{
	float:left;
}

#flatphotos img{
	border: 1px solid #cccccc;
	padding:5px;
}

#googlemap{
	width:360px;
	height:216px;
	float:right;	
}

#clear{
	clear:both;
	margin-bottom:20px;
}

#user-menu{
	float:left;
	width:310px;
}

#expiry-date{
	float:right;
	text-align:right;
}

#stats{
	/*float:right;*/
	font-size:0.8em;
}


/*===============================
Styles
===============================*/

#navigation ul{
	list-style-type: none;
	margin:0;

}

#navigation li{
	float:left;
	padding-left:0px;
	padding-right:0px;
	width:100px;
}

a:link, a:active, a:visited{
	color:blue;
}

a:hover{
	color:red;
}

#footer p{
	font-size:0.8em;
}

#navigation a:link, #navigation a:active, #navigation a:visited{
	color:yellow;
	width:100%;
	height:65px;
	display:block;
	line-height:65px;
}

#navigation a:hover{
	background-color:#FFFC9E;
	color:blue;
}

#logo img{
	border:none;
}

#sponsors img{
	border:1px solid #cccccc;
	margin-top:10px;
}

#sponsors p{
	margin:0;
}

.premium-flat h1{
	font-size:1.5em;
	margin-top:5px;
}

.premium-flat img{
	border:none;
	padding:0;
}

.premium-flat p{
	padding-left:5px;
	padding-right:5px;
}

.premium-flat:hover{
	background-color:#ccddee;
	cursor: pointer;
}

.premium-flat a {
	color: #000000;
	text-decoration:none;
}

.premium-flat a:hover {
	color: blue;
	text-decoration:underline;
}

.small{
	font-size:0.8em;
}

h1.frontpage{
	text-align:center;
	margin-bottom:0px;
}

p.slogan{
	text-align:center;
	font-size:0.8em;
	padding-bottom:5px;
	margin-top:5px;
	border-bottom:1px solid green;
}

#search p{
	color:#000000;
	padding:10px;
	width:600px;
	margin:0 auto;
}

#search form{
	margin:0;
	padding:0;
}

#search select{
	font-size:1em;
}

.listing h2{
	font-size:1em;
}

.listing p{
	font-size:0.8em;
}

.listing-date{
	/*float:right;
	line-height:1.5em;
	margin-left:10px;*/
	font-size:0.8em;	
}

.listing-url{
	float:right;
	line-height:1.5em;
	margin-left:10px;
	font-size:0.8em;	
}

.listing-title:link, .listing-title:active, .listing-title:visited {
	color: black;
	text-decoration: none;
}

.listing-title:hover {
	text-decoration: underline;
}

/*#listing:hover{
	background-color:#E5DA86;
	cursor:pointer;
}*/

p.comments{
	font-size:0.8em;
}

p.indented{
	margin-left:40px;
	font-weight:bold;
	border-top:1px dashed #cccccc;
	padding-top:20px;
}

p.login-error{
	margin-left:40px;
	margin-bottom:20px;
	font-weight:bold;
}

fieldset{
	font-size:0.8em;
	margin-top:10px;
}

fieldset legend{
	font-weight:bold;
}

fieldset ul{
	list-style-type: none;
}

fieldset label{
	width:130px;
	display:block;
	float:left;
	font-weight:bold;
}

input{
	vertical-align:middle;
}

#email-form{
	border-top:1px dashed #cccccc;
}

#email-form li{
	margin-bottom:10px;
}

.highlight{
	background-color:yellow;
	font-weight:bold;
}

.error-message{
	color:red;
}

.photo-edit{
	float:left;
	width:250px;
	margin:15px 5px 5px 40px;
}

.photo-edit img{
	float:left;
	margin-right:10px;
}

.clear{
	clear:both;
}

.feedback1{
	border:1px solid red;
	padding:5px;
	background-color:#FFFF99;
	width:80%;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
}

.feedback2{
	border:1px solid red;
	padding:5px;
	background-color:#FFFF99;
	text-align:left;
	margin-top:10px;
}

.flat-stats{
    font-size:0.8em;
	border-bottom:1px dashed #cccccc;
	padding-bottom:5px;
}

.photo-warning {
	font-size:0.8em;
	font-weight:normal;
	margin-top:15px;
	margin-left:40px;
}

div.warning {
	border: 1px solid #C60000;
	background-color: #fff8c7;
}

div.warning p {
	font-size: 12px;
	padding-left: 30px;
	margin-left: 10px;
	background: transparent url(../images/error.png) no-repeat scroll center left;
}

#tooltip.canz {
	width:250px;
}

#tooltip.canz h3 {
	text-align: left;
}

/* Search Filter */
#search_filter_top {
	margin: 0 auto;
	width: 400px;
	background-color: #AABCC6;
	border: 1px solid #004080;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#box_rounded_top {
	background-image: url(/images/box_rounded_top.png);
	height: 10px;
	width: 400px;
	margin: 0 auto;
}

#box_rounded_btm {
	background-image: url(/images/box_rounded_btm.png);
	height: 10px;
	width: 400px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#search_filter_top p {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}

#search_filter_top a {
	color: #191919;
}

#search_filter_top a:hover {
	color: red;
}

#search_filter {
	width: 300px;
	margin: 0 auto;
}

#search_filter ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#search_filter li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 4px;
}

#search_filter label {
	width: 80px;
	display: block;
	float: left;
	font-size: 0.8em;
	line-height: 25px;
}

#search_filter input {
	font-size: 0.8em;
}

.photo_search {
	border:1px solid #000000;
	margin-left:10px;
}

table.user_listings td.left {
	text-align: left;
}

table.user_listings td.center {
	text-align: center;
}

.information {
	background: transparent url(../images/information.png) no-repeat scroll center left;
	padding-left: 30px;
	margin-left: 10px;
}

.email-ico {
	background: transparent url(../images/email.png) no-repeat scroll center left;
	padding-left: 30px;
	margin-left: 10px;
}

.review {
	background: transparent url(../images/page_edit.png) no-repeat scroll top left;
	padding-left: 30px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.review.first {
	margin-top: 20px;
}

/*===============================
Footer
===============================*/

#footer div.sitemap {
	width: 860px;
	margin: 0 auto;
}

#footer ul {
	width: 175px;
	float: left;
	list-style: none;
	padding: 0;
}

#footer ul li {
	font-size: 0.8em;
}

#footer ul li.title {
	text-transform: uppercase;
	font-weight: bold;
	color: #444444;
	list-style: none;
}

#footer ul li.link {
	list-style: square;
	margin-left: 15px;
}

#footer a:active, #footer a:visited, #footer a:link {
	text-decoration: underline;
	color: #000;
}

#footer a:hover {
	color: red;
}

#alert_message {
	display: none;
	font-style: italic;
}





