/* general css rules */
@font-face {
	font-family: 'Humanist';
	src: url('/templates/default/ttf/Hum521Rm.ttf') format('truetype');
} 
form{
	margin: 0px;
	padding: 0px;
}
label{
	cursor: pointer;
}
/********************************************************/
.debug{
	border: 1px dashed #FF0099;
	background: #FFB7E2;
}
.disabled{
	color: Silver;
}
/* Error Messages */
div.error, #main div.error {
	border-top: 1px solid #E0B2B2;
	border-left: 1px solid #E0B2B2;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	background-color: #FFF0F0;
	padding: 5px 5px 5px 43px;
	margin: 10px;
	background: #FFF0F0 url(../images/error.png) no-repeat 5px 5px;
	color: #990000;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
div.error h3, #main div.error h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	background: none;
	color: inherit;
}
div.error hr, #main div.error hr { border-bottom: 1px solid #E0B2B2; border-top: none; border-left: none; border-right: none; height: 1px; }
div.error p, #main div.error p { margin: 0px; padding: 0px; }
div.error a, #main div.error a { font-weight: bold; }
div.error ul, #main div.error ul {
	list-style-type: circle;
	margin-left: 20px;
}
div.error ul li, #main div.error ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}

/* Alert Messages */
div.warn {
	border-top: 1px solid #FFDC93;
	border-left: 1px solid #FFDC93;
	border-bottom: 1px solid #F0A300;
	border-right: 1px solid #F0A300;
	background-color: #333333;
	padding: 5px 5px 5px 43px;
	margin: 10px;
	background: #FFF0F0 url(../images/warning.png) no-repeat 5px 5px;
}
div.warn{
	color: #333333;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
div.warn h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
div.warn hr { border-bottom: 1px solid #F0A300; border-top: none; border-left: none; border-right: none; height: 1px; }
div.warn p { margin: 0px; padding: 0px; }
div.warn a { font-weight: bold; }
div.warn ul {
	list-style-type: circle;
	margin-left: 20px;
}
/* Messages */
div.message, #main div.message {
	border-top: 1px solid #C4D5E9;
	border-left: 1px solid #C4D5E9;
	border-bottom: 1px solid #789ED8;
	border-right: 1px solid #789ED8;
	padding: 5px 5px 5px 43px;
	margin: 10px;
	background: #F2F7FB url(../images/message.png) no-repeat 5px 5px;
	color: #274679;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
div.message h3, #main div.message h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	background: none;
	color: inherit;
}
div.message hr, #main div.message hr { border-bottom: 1px solid #C4D5E9; border-top: none; border-left: none; border-right: none; height: 1px; }
div.message p, #main div.message p { margin: 0px; padding: 0px; }
div.message a, #main div.message a { font-weight: bold; }
div.message ul, #main div.message ul {
	list-style-type: circle;
	margin-left: 20px;
}

div.error .close, div.warn .close, div.message .close{
	float: right;
	cursor: pointer;
	font-weight: bold;
}

.l{
	text-align: left;
}
.c{
	text-align: center;
}
.r{
	text-align: right;
}

.fl{
	float: left;
}
.fr{
	float: right;
}

.ul{
	text-decoration: underline;
}

.show-mobile{
	display: none;
}