
a.title {
	text-decoration: none;
}

label {
	font-weight: normal;
}

#logo {
	color: #4C4C4C;
	display: inline;
	text-transform: lowercase;
}
#logo a {
	text-decoration: none;
	color: inherit;
}

#authMessage {
}
.message {
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 5px 0;
	text-align: center;
}

.left {
	float: left;
}
.right {
	float: right;
}
.txt-right {
	text-align: right;
}

.center {
	text-align: center;
}

.green {
	color: #008040;
}

.quiet a { 
	color: #666;
}

.small2 {
	font-size: .9em;
}

.space-right {
	margin-right: 10px !important;
}

.profileimg {
	max-width: 70px;
}

.thumbnail {
	width: 48px;
	height: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.thumbnail img {
	width: 48px;
	height: 48px;
}

.inline {
	display: inline;
}

.link {
	cursor: pointer;
	text-decoration: underline;
}

.favicon, .openid-icon, .feed {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

#map {
	width: 310px;
	height: 230px;
}

#searchForm label {
	font-size: 1.3em;
}
#searchForm input {
	font-size: 1.1em;
	padding: 3px;
}
#searchForm button {
	font-size: 1.5em;
}

ul.inline {
	margin: 0;
}
ul.inline li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
ul.inline li:last-child {
	padding-right: 0;
}

ul.nodots {
	margin: 0;
}
ul.nodots li {
	list-style-type: none;
}

#servicons li {
	margin-bottom: 15px;
}

.stdForm label {
	display: block;
}
.stdForm .input {
	margin-bottom: 10px;
}
.stdForm .input input[type="text"], .stdForm .input input[type="password"] {
	width: 250px;
}
.stdForm input:last-child {
	margin-bottom: 0;
}
.stdForm .submit {
	margin-top: 20px;
}
.stdForm .checkbox input {
	margin-left: 0;
}
.stdForm .checkbox label {
	display: inline;
}

.relative {
	position: relative;
}

.fg-icon { width: 22px; }
.fg-button { outline: 0; margin:0 4px 0 0; padding: .1em .3em; text-decoration: none !important; cursor: pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

#footer span {
	padding-left: 10px;
}

#searchbar {
	padding: 10px;
	border: 1px solid #C0C0C0;
	background-color: #E9E9E9;
}

.light {
	color: #5F68BA;
}
