* {
    padding: 0px;
    margin: 0px;
}

body {
    background: url("../images/bg.gif") ;
    margin: 30px auto;
    width: 728px;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 0.8em;
    text-align: center;
}

div {
    position: absolute;
    z-index: 1;
}

div#ctr, div#admin_ctr {
    position: relative;
    width: 728px;
    text-align: left;
}

div#admin_ctr {
    padding: 20px;
    background: #d8d8d8;
}

div#header, div#topbox, div#leftside, div#largecenter, div#rightside, div#bottomcenter, div#details, div#approval {
    background: #d8d8d8;
}

div#header {
    top: 0px;
    left: 35px;
    width: 180px;
    height: 60px;
}

div#topbox {
    top: 0;
    left: 223px;
    width: 468px;
    height: 60px;
}

div#details a, div#close a {
    text-decoration: none;
    color: #666;
}

div#details a:hover { color: #444; }
	
div#details a#selected {
    font-weight: bold;
    color: #333;
}

div#details a#selected:hover { color: #000; }

div#flash { z-index: 20; }

div#approval {
    top: 120px;
    left: 200px;
    width: 320px;
    height: 310px;
    background: #d8d8d8;
    border: 1px solid #000000;
    padding: 0px 20px 20px 10px;
    z-index: 40;
    visibility: hidden;
}

div#approval div#close {
    position: absolute;
    top: 10px;
    right: 10px;
}

table { height: 442px; }

h1 {
    width: 180px;
    height: 60px;
    background: url("../images/mooklogo.gif") no-repeat 10px 23px;
}

h1 a {
    display: block;
}

h1 span { display: none; }

h2, h3 {
    font-size: 180%;
    color: #333;
    font-weight: normal;
    padding: 10px;
}

h2 { padding-bottom: 0px; }
h3 { padding-top: 0px; }

h4 {
    font-size: 120%;
    color: #333;
    font-weight: normal;
    padding: 10px;
}

a#a_adapproval {
    padding: 0 10px 0px 10px;
}

ul {
    list-style: none;
    padding: 0 10px 10px 10px;
}

p.indent {
    padding-left: 10px;
}

form#create {
    margin-bottom: 20px;
}

input, textarea {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 110%;
}

textarea {
    display: block;
    margin: 3px 0px 4px 10px;
}

input[type=text] {
    margin: 3px 0px 4px 10px;
}

input[type=checkbox] {
    margin-right: 12px;
}

input[type=submit] {
    margin-top: 2px;
    margin-left: 10px;
}