td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html{margin:0;padding:0;border:0;vertical-align:baseline}td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html,:focus{outline:0}body{line-height:150%;color:black;background:white}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}td,th,caption{text-align:left;font-weight:normal}q:after,q:before,blockquote:after,blockquote:before{content:""}q,blockquote{quotes:"" ""}h1,h2,h3,h4,h5,h6,strong{font-weight:bold}html{font-size:100%}

body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6875em;
}

input, select, textarea {
	font-size: 1em;
	margin-left: 1em;
}

code, pre {
	font-family: "ProFontWindows", Consolas, monospace;
	font-size: 10pt;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

a.nou{
	text-decoration: none !important;
}

img {
	vertical-align: middle;
}

.fl{float:left;}
.fr{float:right}
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.fc{overflow:hidden;width:100%}
.cl{clear:left}
.cr{clear:right}
.third{width:33%;}
.half{width:50%;}
.quarter{width:25%;}

#c li {
	list-style: inside square;
}

p, #c ul {
	margin-bottom: 1em;
}

.msg p, .field p {
	margin-bottom: 0;
}

#c ul {
	margin-left: 1em;
}

/* TABLES */

table {
	width: 100%;
}

th {
	font-weight: bold;
	border-bottom: 1px solid #c7c7c7;
}

th, td {
	padding: .25em;
}

.a {
	background: #f7f7f7;
}

.sortedplus, .sortedminus {
	background: #f7f7f7 no-repeat 5px center;
	padding-left: 15px;
}

.sortedplus {
	background-image: url(../images/sortasc.gif);
}

.sortedminus {
	background-image: url(../images/sortdesc.gif);
}

/* PICTURE HYPERLINKS */

.pic {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	text-align: left;
}

input.pic {
	padding-left: 25px;
}

.add{background-image:url(../images/admin/add.png)}
.edit{background-image:url(../images/admin/edit.png)}
.delete{background-image:url(../images/admin/delete.png)}
.more{background-image:url(../images/admin/folder.png)}
.info{background-image:url(../images/admin/info.png)}
.published{background-image:url(../images/admin/ok.png)}
.unpublished{background-image:url(../images/admin/unpublished.png)}
.featured{background-image:url(../images/admin/featured.png)}
.mail{background-image:url(../images/admin/mail.png)}
.read{background-image:url(../images/admin/mail_read.png)}
.settings{background-image:url(../images/admin/settings.png)}
.close{background-image:url(../images/admin/close.png)}
.save{background-image:url(../images/admin/save.png)}

/* MESSAGES */

.msg {
	background-color: #e7f7f7;
	background-repeat: no-repeat;
	background-position: 1em center;
	border-bottom: 1px solid #c7f7f7;
	border-top: 1px solid #c7f7f7;
	color: black;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	//margin: 1em 0;
	overflow: hidden;
	padding: 1em 1em 1em 5em;
	width: 91.5%;
}

.notice {
	background-color: #FDFFFF;
	//background-image: url(../images/icons/msg.png);
	border-bottom-color: #CADAE0;
	border-top-color: #CADAE0;
}

.notice h3 {
	color: #666666;
}

.warning, div.delete {
	background-color: #f7f7e7;
	background-image: url(../images/icons/warn.png);
	border-bottom-color: #f7f7c7;
	border-top-color: #f7f7c7;
}

div.delete {
	background-image: url(../images/icons/delete.png);
}

.error {
	background-color: #f7e7e7;
	background-image: url(../images/icons/error.png);
	border-bottom-color: #f7c7c7;
	border-top-color: #f7c7c7;
}

.error h3 {
	color: red;
}

.msg h3 {
	font-size: 1.25em;
	margin-top: 0;
}

/* FORMS */

.required {
	background: url(../images/required.gif) no-repeat 99% center;
}

fieldset {
	border-top: 1px solid #c7c7c7;
	margin: 1em 0;
	padding: 0.5em;
}

legend {
	font-size: 1.5em;
	padding: 0 .5em;
}

.error .text, .error textarea, .error select {
	border: 1px solid #f7c7c7;
}

.field {
	padding: 1em 0;
	overflow: hidden;
}

.field:hover {
	background-color: #fcfcfc !important;
}

.field.error {
	background: white;
	color: red;
}

.field .image {
	text-align: center;
}

label {
	font-weight: bold;
}

.field label {
	display: block;
	float: left;
	padding-right: 1em;
	text-align: right;
	width: 50%;
}

.field label.right {
	display: inline;
	float: none;
}

.field p {
	color: #666666;
	font-size: .91em;
	margin-left: 51%;
}

.field p.right {
	color: inherit;
	font-size: 1em;
}

textarea {
	width: 100%;
}

textarea.normal {
	width: auto;
}

.tc .button {
	padding: .25em 0;
	width: 10em;
}

input.submit {
	font-weight: bold;
}

.pages {
	margin-top: 1.25em;
	text-align: center;
}

.pages a, .pages span {
	border: 1px solid #cccccc;
	padding: .25em .5em;
	text-decoration: none
}

.pages a:hover {
	border-color: #e7e7e7;
}

.pages span {
	border: 1px solid #cccccc;
}

.pages span.page {
	border: none;
	font-weight: bold;
}
