html{
overflow-y: scroll;
}
body{
margin: 0px;
}

table{
width: 100%;
padding: 0px;
margin: 0px;
border-spacing: 0px;
border-collapse: collapse;
}

td, th{
color: #000000;
border-width: 0px;
border-spacing: 0px;
margin: 0px;
padding: 0px;
text-align: left;
vertical-align: top;
}

td table{
border-spacing: 0px;
}




img{
border: 0px;
}

a{
text-decoration: none;
}
a:hover{
color: #C0C0C0;
}
h1{
font-size: 20px;
margin: 0px 0px 0.5em 0px;
}
h2{
font-size: 14px;
letter-spacing: -0.02em;
line-height: 1em;
padding: 0px;
margin: 0px;
}
h3{
font-weight: bold;
margin: 0px 0px 1em 0px;
padding: 0px;
line-height: 100%;
}
p{
margin-top: 0px;
padding-top: 0px;
margin-bottom: 9px;
}
hr{
border: 1px solid #C0C0C0;
}
ul{
margin: 0px;
}













input, textarea, select, option{
font-family: Verdana;
font-size: 10px;
margin-bottom: 1px;
}
textarea, select, fieldset{
border: 1px solid #C0C0C0;
}
input.full, textarea.full{
width: 100%;
}
textarea.full{
margin-bottom: 28px;
min-height: 100px;
}
input.btn{
margin-top: 2px;
cursor: pointer;
}
fieldset{
margin: 0px;
}



.heading{
font-weight: bold;
}
.page_heading{
font-size: 150%;
clear: both;
display: block;
margin-bottom: 0.5em;
}





.center-page-float{
position: absolute;
top: 50%;
left: 50%;
}


table.heading-indent td{
padding-left: 10px;
}
table.heading-indent th span{
font-weight: normal;
}


.indent-table th{
vertical-align: top;
text-align: right;
white-space: nowrap;
}
.indent-table td{
padding-left: 0.5em;
vertical-align: top;
width: 100%;
}
.indent-table th.double-col{
text-align: left;
}
.indent-table td.double-col{
padding-left: 0.5em;
}
.indent-table td.full-col{
padding: 0px;
}




.datagrid td, .datagrid th{
border: 1px solid #C0C0C0;
border-collapse: collapse;
padding-left: 4px;
}
.datagrid td.clear{
border-width: 0px;
}
.datagrid td.spacer{
height: 15px;
width: 5px;
}


.padded_datagrid th{
padding: 0px 5px 0px 5px;
border: 1px solid #C0C0C0;
border-collapse: collapse;
white-space: nowrap;
}










.list-table{
margin-bottom: 50px;
border: solid #000000;
border-width: 1px 0px 0px 0px;
}
.list-table th{
white-space: nowrap;
text-align: right;
padding-right: 4px;
width: auto;
}
.list-table td{
color: #909090;
padding: 4px;
}
.list-table td td{
padding: 0px;
width: 150px;
}
.list-table a{
color: #336699;
}
.list-table tr.odd td{
background-color: #E9E9E9;
}


.cell-indent th{
text-align: left;
}
.cell-indent td{
padding-left: 1em;
}
.cell-indent td.double{
padding: 0px;
}
