
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, dl, dt, dd, ol, ul, li {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}

dl {
        width: 250px;
}

dt { background: #000; font-size: 18px; padding: 5px; margin: 2px; }
dt a { color: #FFF; }
dd a { color: #000; }
ul { list-style: none; padding: 5px; }

h2 {
        font-size: 150%;
        font-weight: normal;
        margin: 20px 0 0;
}

h3 {
        font-size: 130%;
        font-weight: normal;
}

a:link,
a:visited {
        font-weight: normal;
        text-decoration: none;
}

a:hover {
        /*color: #E90017;*/
        text-decoration: underline;
}

a.pagebutton {
	clear: both;
	border: 1px solid #000;
	/*background: #000;*/
	color: #000;
	margin: 0px;
	padding: 2px;
}

/*----------page container----------*/
#container {
        margin: 0 auto;
        padding: 0;
        width: 100%;
		height: 100%;
}

/*----------header, logo and site name styles----------*/
#header {
        height: 125px;
/*        position: relative; */
}

#header a {
        color: #FFFFFF;
}

#logo-wrapper {
        height: 70px;
		width: 75%;
        line-height: 4em;
        position: absolute;
        top: 28px;
}

#logo {
	position: relative;
	top: 10px;
}

#header #logo {
        float: left;
        height: 100px;
        margin: -14px 0 0;
}

#header h1.site-name {
        color: #0a0;
        float: left;
        font-size: 350%;
        margin: 6px 0 0;
}

#header h1.site-name a {
        color: #0a0;
        text-decoration: none;
}

#header h1.site-name a:hover {
        color: #070;
        text-decoration: none;
}

#header h2.site-slogan {
        color: #eee;
        float: left;
        font-size: 170%;
        margin: 16px 0 0 12px;
        text-transform: lowercase;
        white-space: nowrap;
}

/*----------main content----------*/

#displaybody {
        width: 100%;
		height: 100%;
        margin-top: 20px;
}

#query table {
	border: 0px;
}

#content {
	clear: both;
	position: relative;
	margin: 0;
	overflow: auto;
	width: 1024px;
	height: 50%;
	padding: 40px 5px 5px 5px;
	margin-left: 20px;
	background: #f4f4f4 url(../images/navtile.jpg) repeat-x top left;
}

#content table {
	border: 1px solid #aaa;
	font-size: 12px;
}

#content td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #000;
}

#query {
	margin: 0;
	overflow: auto;
	margin-left: 20px;
}

/* tooltip */
#formtip { 
    display:none; 
    background:transparent url(images/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

/*------------tables--------------*/
table.unsortable {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	border-collapse: collapse;
	font-size: 90%;
	color: #000000;
	width: 100%;
}

table.unsortable td, table.unsortable th {
	border: 1px solid #000000;
	padding: 3px;
}

table.unsortable th {
	/*font-size: 110%;
	font-weight: 600;*/
	color: #FFFFFF;
	background-color: #000;
	text-align: left;
}

table.unsortable th.sort_header {
	text-decoration: underline;
	cursor: pointer;
}

tr.odd {
	background-color: #CCCCCC;
}

tr.over td {
	background-color:#FFFF99;
}

table.loginlayout {
	border-width: 0px;
}

table.loginlayout td.warning {
	color: #f00;
	padding: 3px;
	text-align: center;
}

/*-------------forms--------------*/
.form-submit {
	background-color: #F6F6F5;
	border: 1px solid #989898;
	cursor: pointer;
	margin: 10px 0;
}

.invalidtext {
	border: 3px dotted #f00;
}

/*-------------formatting------------*/

.small {
	font-size: 8pt;
}