/* Administrator Technology - Framework CSS File */

/* -------- */
/* DEFAULTS */
/* -------- */

* { padding: 0;	margin: 0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, p
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
img { border:none; }
ol, ul { list-style: none; margin-bottom: 0; margin-top: 0; }
.h1 { font-size: 22px; }
.h2 { font-size: 20px; }
.h3 { font-size: 18px; }
.h4 { font-size: 16px; }
.h5 { font-size: 14px; }
.h6 { font-size: 12px; }
.h1, h2, h3, h4, h5 { margin-bottom: 10px; margin-top: 10px; }
.p { margin-top: 0px; margin-bottom: 10px; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; margin: 0 35px; }
strong { font-weight:bold; }
a { color: #105CB6; text-decoration:none; }
a:hover { color:#59788b; text-decoration:underline; }
hr { border:0; background-color:#dadada; height:1px; color:#dadada; }
input:focus { background-color: lightyellow; }
textarea:focus { background-color: lightyellow; }
select:focus { background-color: lightyellow; }
.clearing { clear: both; }


/* ------------------------------- */
/* PAGE SELECTOR FOR SUMMARY SITES */
/* ------------------------------- */
.page-selector { text-align: right; }
.page-selector span { padding-left: 2px; padding-right: 2px; }
.page-selector a { margin-left: 1px; padding-left: 2px;	padding-right: 2px; }
.page-selector a:hover{ text-decoration: none; background-color: gray; color: white; margin-left: 1px; padding-left: 2px; padding-right: 2px; }
.page-selector strong a { background-color: #1B5790; color: white; padding-left: 2px; padding-right: 2px; }

