@charset "utf-8";
/* CSS Document */

#calendar
{
	display:none;
	position:absolute;
	z-index:10000;
}

#imgcal
{
	position:relative;
	left:-21px;
	top:2px;
	cursor:pointer;
}

#content h1
{
	text-align:center;
	width:20em;
	margin:0em auto;
}

#tabAcc
{
	list-style:none;
	padding:0em;
	text-align:center;
	width:45em;
	margin:0em auto;
}

#content
{
	position:relative;
}

#tabAcc li
{
	display:inline-block;
	width:9em;
	margin-right:0.2em;
	border-top-right-radius:0.2em;
	border-top-left-radius:0.2em;
	border:2px blue solid;
	border-bottom:none;
	font-size:1.5em;
	cursor:pointer;
	background-color:white;
	line-height:2em;
}

#tabAcc li:hover
{
	background-color:#E2FEFB;
}

#tabAcc li.selected
{
	background-color:blue;
	border-color:blue;
	color:white;
	cursor:default;
}

#advertlist.gallery .advert:before
{
	position:absolute;
	top:0em;
	right:0em;
	font-size:1.5em;
	color:#CCC;
}

#advertlist.gallery .advert.Available:before
{
	content:'Available';
}

#advertlist.gallery .advert.Wanted:before
{
	content:'Wanted';
}

#advertlist.Available .advert:not(.Available)
{
	display:none;
}

#advertlist.Wanted .advert:not(.Wanted)
{
	display:none;
}

.rate
{
	color:#dd0538;
	font-weight:bold;
}

#viewad .rate
{
	font-size:1.2em;
	display:block;
	width:26em;
	text-align:right;
}

#respBtn
{
	margin-top:0.5em;
	margin-left:6.3em;
}

#note
{
	max-width:50em;
	margin:0 auto;
	color:red;
	margin-top:0.5em;
	padding-bottom:0.5em;
}
/*#acclist
{
	list-style:none;
	background-color:white;
	padding:0em;
	margin:0em;
	border:1px blue solid;
	text-align:center;
	min-height:20em;
}

#acclist .accimg
{
	float:right;
	max-height:6em;
	max-width:6em;
	margin-top:1em;
	margin-right:0.5em;
}


#views
{
	position:absolute;
	right:1em;
	top:5em;
}

.acc
{
	display:inline-block;
	text-align:left;
	margin:0.5em;
	overflow:hidden;
	position:relative;
	vertical-align:top;
	border:1px black solid;
	background-color:#FFF;
	cursor:pointer;
}

.gallery .acc
{
	width:45%;
	margin:0.5em 1em;
	height:10em;
	max-height:10em;
}

.list .acc
{
	display:block;
	width:70%;
	margin:0.5em auto;
	height:auto;
}

.acc h1
{
	font-size:1.1em;
	margin:0em;
	position:relative;
	z-index:1;
	white-space:nowrap;
	width:auto;
}

.acc p
{
	margin:0em;
	max-height:1.2em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#acclist .acc .info
{
	display:none;
}

#viewacc .acc
{
	width:55em;
	margin:auto;
	display:block;
	height:auto;
	min-height:30em;
	overflow-y:auto;
	margin-top:2em;
}

#viewacc .accimg
{
	display:none;
}

#viewacc .acc p
{
	max-height:none;
	max-width:40em;
	white-space:normal;
}

#viewacc .acc .info
{
	display:inline-block;
}

.info label, .location label
{
	font-weight:bold;
}

#viewacc .link
{
	margin-left:1em;
}

#viewacc .respond
{
	width:20em;
	display:inline-block;
	margin-top:1em;
	margin-bottom:1em;
}

#viewacc .respond h1
{
	text-align:left;
	font-size:1.2em;
	margin-bottom:0.5em;
}

#accadd,
#accsearch
{
	float:right;
	margin-left:0.3em;
	margin-right:0.5em;
}

#accadd
{
	max-height:1.5em;
	max-width:1.5em;
}

#accform
{
	border:3px solid rgb(153, 153, 153);
	border-radius:1em 1em 1em 1em;	
	box-shadow:2px 2px 5px gray;
	background-color:#FFF;
	z-index:2;
	padding:1em 1em 1em;
	margin:5em 10em auto;
	top:5em;
	width:35em;
	display:none;
	position:fixed;
	top:1em;
}

#accform .icon
{
	float:right;
	margin:0.3em;
}

#accform label
{
	text-align:right;
	display:inline-block;
	width:10em;
	margin-right:0.2em;
}

#accform br
{
	margin-bottom:0.5em;
}

#accform input:focus
{
	border:2px green solid;
}

#description
{
	vertical-align:middle;
	margin-bottom:0.5em;
}

#accBtn
{
	margin-top:1em;
	text-align:center;
}

.submitdt
{
	color:#999;
	bottom:0em;
	right:0em;
	position:absolute;
}

#map
{
	width:50%;
	height:10em;
	margin-top:0.5em;
}

#imgthumbs
{
	max-height:10em;
	position:absolute;
	bottom:0em;
}
#imgthumbs img
{
	margin-left:0.3em;
	display:inline-block;
}

#images
{
	width:25em;
	border-radius:0.5em;
	box-shadow:1px 1px 3px gray;
	min-height:25em;
	text-align:center;
	padding:0.2em;
	position:absolute;
	right:1em;
	top:3.5em;
}

#images > img
{
	max-height:18em;
	max-width:20em;
}*/