.font-common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	font-style: normal;
}

.font-commonb {
	font-weight: bold;
}

.font-commonb_a {
	font-weight: bold;
	text-decoration: none;
}

.font-commoni {
	font-style: italic;
}

.font-commoni_a {
	text-decoration: none;
	color: black;	
	font-style: italic;
}

.font-commonig {
	color: gray;
	font-style: italic;
}


.font-commonbi {
	color: gray;
	font-weight: bold;
	font-style: italic;
}

.font-common_a {
	text-decoration: none;
	color: black;	
}

.font-bigger {
	font-size: 15px;
}

.font-biggeri {
	font-size: 15px;
	font-style: italic;
}

.font-biggerb {
	font-size: 15px;
	font-weight: bold;
}

.font-biggerbg {
	font-size: 15px;
	font-weight: bold;
	color: gray;
}

.font-biggerbi {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.font-smaller {
	font-size: 10px;
}

.font-smaller_a {
	font-size: 10px;
	text-decoration: none;
	color: black;	
}

.font-smallerb {
	font-size: 10px;
	font-weight: bold;
}

.textarea { 
	border: 0px; 
	text-align: center; 
	background-color: #088473; 
	color: white; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	overflow: auto;
}

.button_album {
	cursor: hand; 
	background-color: #088473; 
	color: white; 
	font-size: 14px bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 0px;
}

.field_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-top: 0px;
	border-bottom: 1px solid gray;
	border-left: 0px;
	border-right: 0px;
}

ul li.camera { padding-left: .2em;}

ul.camera {
	margin:0;
	padding-left: 1.5em;
	line-height: 1.5em;
	padding-left: 2em;
	list-style-image: url(../templates/images/icon_camera.png);
}

.highlight {
	background-color: #CCFFCC;
}

.font_alert {
	color: red;
}

