
/*
Handheld stylesheet
*/

/*
HTML tags
*/

html, body {
	font-family: Helvetica, "Bitstream Vera Sans", Arial, Verdana;
	color: #555;
	padding: 0px;
	margin: 0px;
}

img {
	display: none;
}

textarea {
	width: 95%;
	height: 6em;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:visited {
	color: inherit;
}

/*
Generic classes
*/

.notm {
	display: none;
}

.error, .notice {
	font-weight: bold;
	padding: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.notice {
	color: #09BD00;
	background-color: #FAFFFA;
}

.error {
	color: #BD0600;
	background-color: #FFFAFA;
}

.hidden {
	display: none;
}

.smalltext {
	font-size: 70%;
}

a.biglink {
	font-variant: small-caps;
}

button.bigbutton {
	font-size: 1em !important;
}

.help {
	text-align: justify;
	line-height: 1.8em;
}

/*
Specific elements
*/

div#toolbar {	
	background-color: #F4F4F4;
	padding: 0.2em;
	border-bottom: 2px solid #E7E7E7;	
}

#toolbar .auth_label {
	font-family: monospace;
	white-space: pre;
}

#tb_right {
	white-space: nowrap;	
}

#url_copy {
	display: none;
}

#dialog_forgot {
	background-color: #F4F4F4;
	padding: 0.2em;
	border-top: 2px solid #E7E7E7;
}


