p{
	color: #444444;
}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
	font-size: 12px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
	font-size: 12px;
}
dl.altrow {
	background: #f4f4f4;
	font-size: 12px;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	font-size: 12px;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
	font-size: 12px;
}

div.m_chkbox required {
	clear: none;
	float: left;
	padding: 0;
	margin: 0;
	font-weight: lighter;
}
div.checkbox { 
	clear: none;
    float: left;
	font-weight: lighter;
}
div.checkbox label{ 
	white-space: pre;
}

form div {
	clear: both;
	vertical-align: text-top;
}
form div.input {
	display: inline;
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
/*
	margin-top: 10px;
	margin-left: 140px;
*/
}
label {
/*
	display: block;
	font-size: 110%;
*/
	font-size: 12px;
	padding-right: 10px;
}
input, textarea {
	display: inline;
/*	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;*/
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
/*	font-size: 120%;*/
	padding: 0 3px;
}
input[type=text]{
	display:inline;
}
input[type=password]{
	display:block;
}
input[type=file]{
	display:block;
}
input[type=button]{
	display:block;
}
input[type=checkbox] {
/*	clear: both;*/
	display: inline;
	vertical-align: baseline;
}
input[type=radio] {
	clear: both;
	display: inline;
	vertical-align: baseline;
}
input[type=submit] {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 90px;
	padding-top: 4px;
	padding-bottom: 1px;

/*
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
*/
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	background-color: pink;
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
#flash {
	position: absolute;
	top: 72px;
	left: 0;
	z-index: 10;
	width: 100%;
}
.message {
    width: 100%;
    font-size: 14px;
    border-bottom: solid 1px #c9b484;
    border-top: 0px;
    padding: 12px 0 12px 0;
    color: #000;
    background-color: pink;
    text-align: center;
}
#categorieslist {
	float:left;
	width:350px;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
}
ul {
	margin:0;
	overflow:auto;
	padding-left:0;
}
li {
	border:1px solid #C0CFFF;
	cursor:pointer;
	padding:3px;
	margin-right: 8px;
	margin-bottom: 5px;
}


div.error-message2 {
	clear: both;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px
}


