/* style common to all sites */

a.menu {
	display:block;float:left;padding:4px;
}

a {
	color:#000;
}
body {
}

#container {
	text-align:left;
}
#main {
	min-height:350px !important;
}

.liner { 
	padding:10px;
	text-align:left;
}

.linerright {
	padding:10px;
	text-align:right;
}
.linercenter {
	padding:10px;
	text-align:center;
}

/* controls year tabs at top of availability calendar */
a.year {
	border:0px;
	background:#ccc;
	padding:5px;
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	font-weight:600;
	margin-right:5px;
}
a.yearSelected {
	background:#333;
	color:#ccc;
}

#loginlogout {
/*	background:#000;
	width:100%; */
	font-size:9pt;
	text-align:left;
}
#loginlogout a {
/*	color:#ccc !important;*/
}

a.related {
	display:block;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.special {
	font-size:90%;
	font-style:italic;
}
.function_author {
	text-align:right;
}
.clickable_header {
	display:block;
	clear:both;
}
.summary_thumbnail {
width:100px;
float:right;
margin-left:10px;
clear:right;
}

/* drop shadow on photos */
.alpha-shadow {
  float: left;
  background: url(img/shadow1.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(img/shadow2.png) no-repeat left top !important;
  background: url(img/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

#token1 {
	display:none;
	visibility:hidden;
}

div.users {
width:99%;
text-align:center;
}

div.user {
float:left;
width:24%;
margin-right:5px;
background:#ccc;
margin-bottom:10px;
height:270px;
}

div.user .liner {
text-align:center !important;
padding:10px !important;
}

.user img {
margin-bottom:5px;
}
.user a {

}


