@CHARSET "UTF-8";

@import url(ie.css);

@import url(screen.css);

/* liste inline per menu */
ul.inline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.inline li {
	display: inline;
	list-style-type: none;
	padding-left: 1em;
	margin-left: 1em;
	border-left: 1px solid #ccc
}

ul.inline li:first-child {
	border-left: none
}

ul.inline a {
	
}

ul.inline a.current {
	color: inherit;
	cursor: pointer;
	text-decoration: inherit;
}

ul.inline a:hover {
	text-decoration: underline;
}

ul.inline a.current:hover {
	color: inherit;
	cursor: pointer;
	text-decoration: inherit;
}

ul.paging_list {
	list-style-type: none;
	text-align: center;
	font:12px arial, sans-serif;
	height:20px;
	margin-left:0px;
}

ul.paging_list li {
	float:left;
	background-image: none;
	font-weight: bold;
	padding:0px;
	line-height:17px!important;
}

ul.paging_list li span {
	display:block;
	border: 1px solid #ccc;
	height:18px;
	line-height:18px;
	width:18px;
	margin-right:1px;
}

ul.paging_list li span.selected {
	color: #fff;
	background: #3366DE;
	border: 1px solid #3366DE;
}

ul.paging_list li a {
	color: #3366DE;
	text-decoration: none;
	line-height:18px;
}

ul.paging_list li a:hover {
	color: #000;
	text-decoration: none;
}

.message {
	float: left;
	margin-left: 15px;
}

.messages_end {
	clear: both;
	display: block;
	margin-bottom: 10px;
}

#templatemo_content_mid {
	overflow-y: hidden;
}

.formLayout {
	padding: 10px;
	width: 90%;
}

.formLayout label,
.formLayout input
{
	display: block;
	width: 80%;
	float: left;
	margin-bottom: 10px;
}

.formLayout label {
	text-align: right;
	padding-right: 10px;
}

.formLayout br {
	clear: left;
}

.highlight {
	padding: 0.8em;
	margin-bottom:1em;
	border:1px solid #ddd;
	background: #edf28d;
	color: #777 !important;
}
.highlight a {
	color: #777 !important;
}
.highlight a:hover {
	text-decoration: none !important;
}
