/*CMS Made Simple - NCleanGrey Theme version 1.5-cmsms1.9x2008/2010 (c) Nuno Costa - nuno@cmsmadesimple.org [criacaoweb.net]*/
/************General tags************/
* {
	margin: 0;
	list-style: none;
	outline: none;
}
img {
	border: none;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
	/*color: #464646;*/
	padding-left: 1em;
	padding-right: 1em;
}
fieldset {
	border: 3px double;
	padding: 1em;
	/*-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
}
hr {
	display: none;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.pagecontainer a, .breadcrumbs a , .pageback a, .MainMenu a, .itemmenucontainer a {
	text-decoration: underline;
}
a.move_up {
	margin-left: 16px;
}
.pagecontainer a:hover, .breadcrumbs a:hover, .pageback a:hover, .MainMenu a:hover, .itemmenucontainer a:hover {
	text-decoration: none;
	background: transparent;
	color: #333;
}
a:hover img {
	background: transparent;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em;
}
.pagecontainer h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
blockquote, input, li, select, th, td {
	font-size: 1em;
}
p {
	font-size: 1em;
	margin: 0px;
}
form {
	margin: 0px;
	display: inline;
}
input {
	font-size: 1.2em;
	border: 1px solid #ccc;
	background: #F0F0F0;
	margin-right: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
input:hover, input:focus, textarea:hover, select:hover, checkbox:hover {
	border: 1px solid #A4A4A4;
	background: #fff;
}
input[type="text"], input[type="password"] {
	padding: 4px;
}
input[type="button"], input[type="submit"] {
	cursor: pointer;
	background: url(/admin/themes/NCleanGrey/images/layout/nav.png) repeat-x left 0;
	color: #fff;
	padding: 5px 10px 6px 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover {
	cursor: pointer;
	background: url(/admin/themes/NCleanGrey/images/layout/nav.png) repeat-x left -50px;
}
input[type="checkbox"] {
	background: #fff;
	border: none;
}
textarea {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #F0F0F0;
	/*width: 48em;
	height: 30em;*/
	overflow: auto;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
select, menu {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #F0F0F0;
	padding: 2px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
div {
	text-align: left;
}
th, td {
	text-align: left;
}

code, tt, pre {
	font-size: 120%;
}
/************ Full Page Container ************/
/* everything else's been cut out */