
body
{
    background:white;
}
.noBord
{
    border-bottom:none;
}
.noBord td
{
    border-bottom:none;
}
.mainformtable
{
    width: 789px;
    background:white;
}
.mainformtable td
{
    width:50%;
    height:30px;
    text-align:left;
    margin-bottom:5px;
    border-bottom:1px white solid;
}

.mainformtable input
{
    width:100%;
}
.mainformtable textarea
{
    width:100%;
}
.mainformtable select
{
    width:100%;
}

#submitter
{
    width:auto;
}
.inputreq
{
    background:#eeeeaa;
}

.inputreq_bad
{
    background:#ffaaaa;
}

.form_paginator
{
    width:100%;
}

.form_paginator span
{
    display:block;
    float:left;
    width:109px;
    height:74px;
}

.form_paginator span a span
{
    display:block;
    float:left;
    width:109px;
    height:74px;
}
.form_paginator img
{
    border:none;
    display:block;
    width:109px;
    height:74px;
}
.form_paginator a img
{
    border:none;
    display:block;
    width:109px;
    height:74px;
}
.form_paginator a
{
    text-decoration:none;
    display:block;
    width:109px;
    height:74px;
}
.form_paginator a:hover
{
    text-decoration:none;
}
.selected_paginator
{
    
}


.form_tables
{
    width:100%;
    background:white;
    height:100%;
}


.next-butt
{
    text-align:right;
}
.prev-butt
{
    text-align:left;
}

.next-butt a, .prev-butt a
{
    text-decoration:none;
    font-weight:bolder;
    color:black;
}


#admin_div
{
	width:100%;
	border:1px black solid; 
	font: 75%/120% Arial, Helvetica, sans-serif;
}

.toggler {
	background: #e9e7e7 url(/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.toggler:hover {
	background-color: #e3e2e2;
}
.toggler.active {
	background-position: right 5px;
}
#admin_div div {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}