html {
	height: 99%;
}

body {
	margin: 0; padding: 0;
 	background-color: #ddd;
    text-align: center;
}

div#main {
	margin: 0 auto;
    border-left: 1px dotted #888; border-right: 1px dotted #888;
    width: 1000px;
    padding: 15px;
    background-color: #fff;
    text-align: left;
    overflow: auto;
}


p, ul, ol, dl, li, th, td, h1, h2, h3, h4, h5, h6, input, select, option, button, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
p, ul, ol, dl, li, dt, dd, th, td, input, select, option, button, textarea {
	font-size: 11px;
	color: #333;
}
p, ul, ol, li, th, td, input[type=text] {
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #038;
}

h1 {
	font-size: 18px;
    font-weight: bold;
    margin: 5px 0 20px 0;
    padding: 0;
}
h2 {
	font-size: 16px;
    font-weight: bold;
    margin: 30px 0 20px 0;
    padding: 0;
}
h3 {
	font-size: 14px;
    font-weight: bold;
    margin: 5px 0 15px 0;
    padding: 0;
}
h4, h5, h6 {
	font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0;
}


a {
	color: #09F;
    font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

dt {
	font-weight: bold;
}
dd {
	padding-bottom: 8px;
}


table {
	border-collapse: collapse;
}

th, td {
	border: 0px solid white;
	text-align: left; vertical-align: top;
}


input[type=text], input[type=password], input[type=file], select, textarea {
	border: 1px solid #333;
	padding: 2px;
}
input.formwidth {
	width: 100px;
}
select.formwidth {
	width: 127px;
}

button {
	border: 1px solid #333;
    color: #333;
	background: url(../img/buttonbg.gif) bottom left repeat-x;
	margin: 0 10px 0 0; padding: 0 4px;
    overflow: visible;
    cursor: pointer;
}

button.mouseover {
	background-image: url(../img/buttonbg_mo.gif);
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.rpad {
	padding-right: 5px;
}
.nodisplay {
	display: none;
}


.leftfloat {
	float: left; margin: 0; padding: 0 8px 8px 0;
}
.rightfloat {
	float: right; margin: 0; padding: 0 0 8px 8px;
}

/* special formats */

p.error, p.message {
	border-style: solid; border-width: 2px;
    width: 98%;
    padding: 4px;
    font-weight: bold;
    margin-bottom: 20px;
}
p.error {
	border-color: #800;
    color: #800;
    background-color: #fcc;
}
p.message {
	border-color: #080;
    color: #080;
    background-color: #cfc;
}


div.pageheader {
	background-image: url(../img/fadebg.gif); background-repeat: repeat-x;
    margin: 6px 0; padding: 2px;
}

div.pageheader p {
	margin: 0; padding: 0;
}

div.pageheader a {
	font-weight: normal; color: #039;
}


table.list {
	border: 1px solid #888;
}
table.list th, table.list td {
	padding: 4px;
}
table.list th {
	border-bottom: 1px solid #888;
}
table.list td.link {
	border-left: 1px solid #888;
}


table.form {
	border: 1px solid #888;
}
table.form th, table.form td {
	padding: 4px;
}
table.form th, table.form td.text {
	padding-top: 6px;
}


p.buttonrow, p.footrow {
	margin-top: 30px;
}
