/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* COMMON */
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
p, h1 {
	margin: 15px 0px 15px 0px;
}
ul, ol {
	margin: 0px 0px 20px 30px;
	list-style: disc;
}
blockquote {
	margin: 0 0 0 20px;
}
.copy {
	font-size: 1.0em;
}
.copyfoot {
	font-size: 0.9em;
}
.err {
	font-weight: bold;
	color: #cd3300;
	border: 1px solid #cd3300;
	margin: 15px 0;
	padding: 10px;
}
.warning {
	font-weight: bold;
	color: #cd3300;
	border: 1px solid #cd3300;
	margin: 15px 0;
	padding: 10px;
}

/* TEMPLATE */
#container {
	width: 940px;
	margin: 0 auto;
	padding: 5px 20px 20px 20px;
	background-color: #fff;
}
#skipnavigation {
	display: none;
}
#header {
	width: 940px;
}
#header #nav {
	text-align: right;
	padding: 3px;
}
#header #logo {
	margin: 5px 0;
}

/* CORE */
#core {
	width: 940px;
}
#core #main {
	width: 900px;
	padding: 20px;
}
#core #main h1 {
	font-size: 1.5em;
}

/* CUSTOM */
#core #main #login {
	width: 300px;
	margin: 0 300px;
}
#core #main #content {
	width: 600px;
	margin: 20px 130px;
	padding: 20px;
	border: 1px solid #a5a7a7;
}
#core #main #contentsidebar {
	width: 214px;
	margin: 20px 323px;
	padding: 20px;
	border: 1px solid #a5a7a7;
}

/* CLEAR */
#cleartop {
	clear: both;
}
#clearbot {
	clear: both;
	height: 4px;
	background-color: #fff;
	border-bottom: 4px solid #000;
}

/* FOOTER */
#footer {
	clear: both;
	margin: 10px 0 0 0;
	width: 940px;
	font-size: 0.9em;
	color: #666;
	text-align: left;
	line-height: 150%;
}
#footer a {
	color: #666;
	text-decoration: none;
	border-bottom: none;
}

/* TABLE */
.tablehead {
	color: #fff;
	background-color: #000;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	padding: 3px;
}
.tabledata {
	background-color: #f2f2f2;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.tabledatact {
	text-align: center;
	vertical-align: top;
}
.tabledataleft {
	text-align: left;
	vertical-align: middle;
}
.tabledatalefttop {
	text-align: left;
	vertical-align: top;
}
.tabledatart {
	text-align: right;
	vertical-align: middle;
}
.tabledatarttop {
	text-align: right;
	vertical-align: top;
}
.tableon {
	background-color: #f2f2f2;
}

/* FORM */
.forminput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #000;
}
.formdrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

/* CONTENT ADMINISTRATION */
.contentdata {
	width: 900px;
}
.contentdata:hover {
	background-color: #f2f2f2;
}
.contentpage {
}
.contentadmin {
	width: 200px;
	float: right;
	text-align: center;
}
.contentadmin a {
	margin: 0 5px;
}
.contentnote {
	font-size: 0.9em;
}

/* SIDEBAR ADMINISTRATION */
.sidebaradmin a {
	margin: 0 5px;
}
/* CSS Buttons */
.buttonsmall a {
	display:inline-block;
	padding:2px 5px;
	background:#000;
	color:#fff;
	font-size:10px;
	margin:0px 2px;
	text-decoration:none;
}

.buttonsmall a:hover {
	text-decoration:none;
	background-color: #444;
}

.buttonsmall a:active {
	text-decoration:none;
	background-color: #000;
}
