/*
 * base.css - basic ui reset, part of:
 * WV CMS - the ever evolving custom content management system
 *
 * Copyright 2006-2011, Gravinese Enterprises Inc
 * Released under LGPL License.
 *
 * Author Jules Gravinese
*/

TD, TH {
	vertical-align:top;
	empty-cells: show;
}

IMG {
	/* border: none; */
	outline: none;
}

FORM {
	margin: 0px;
	padding: 0px;
}

UL {
	margin: 0px 0px 12px 0px;
	padding-left: 0;
}

LI {
	margin-left: 1.1em;
	padding-left: 0em;
}

UL LI {
	margin-left: 1.1em;
	padding-left: 0;
}

BLOCKQUOTE {
	margin: 10px 20px;
}

SUP {
	font-size: 60%;
	vertical-align: text-top;
}


input[type~="text"], input[type="text"], input[type~="password"], input[type="password"], TEXTAREA, SELECT {
	border-width: 1px;
	background-color: #efefef;
}

SELECT {
	cursor: pointer;
}

input[type~="radio"],
input[type="radio"],
input[type~="checkbox"],
input[type="checkbox"] {
	background: none;
	cursor: pointer;
	margin: 0px 3px 3px;
	border: 0;
}

input[type~="submit"],
input[type="submit"],
input[type~="button"],
input[type="button"],
input[type~="image"],
input[type="image"] {
	cursor: pointer;
}

TEXTAREA {
	resize: none;
}

LABEL {
	cursor: pointer;
	border: dotted #666;
	border-width: 0px 0px 1px 0px;
}

a:link IMG, a:visited IMG {
	border: none;
	outline: none;
}

#wvAdminEdit {
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
}

/* ===================== UTILS ================ */

.posabs {
	position: absolute;
}

.mceContentBody {
	overflow:auto;
	padding: 5px;
	margin: 0 !important;
}

TABLE.layout {
	border-collapse: collapse;
	caption-side: bottom;
}
TABLE.layout TBODY TR TD {
	padding: 0;
}

.clear {
	clear: both;
}