#adminbar 
{
    float: right;
}

.inpForm span
{
    display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	text-align: right;
}

.inpForm input, .inpForm select, .inpForm textarea
{
    margin-left: 10px;
    font-size: 80%;
    border: silver 1px solid;
    padding: 1px 2px 1px 2px;
}

.inpForm .frmButtons 
{
    position: relative;
    left: 160px;
    white-space: nowrap;
}

.inpForm .frmButtons a 
{
    display: inline;
}

.inpForm .fdbk {
    font-weight: bold;
    color: Red;
    font-size: 75%;
    text-align: center;
    width: 100%;
    display: block;
}

.inpForm .btnSubmit 
{
    position: relative;
    margin-top: 5px;
    left: 100px;
}

.inpForm .validator {
    margin: 5px 0 5px 0;
}

.grid 
{
    margin-top: 10px;
}

.grid a, .grid a:visited 
{
    color: Navy;
}

.grid a:hover 
{
    color: Blue;
}

.grid ol {
	margin: 0;
	padding: 0;
}

.grid ol li {
	list-style-position: inside;
	}

.gridPager a, .gridPager a:visited {
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    color: White;
    font-weight: bold;
}
.gridPager a:hover {
    color: White;
    font-weight: bold;
}

.gridPager input, .gridPager select
{
    font-size: 80%;
    border: silver 1px solid;
    padding: 1px 2px 1px 2px;
}

.backbtn 
{
    margin-left: 10px;
    margin-right: 10px;
}

.smalltext 
{
    color: Green;
    font-size: 80%;
    display: inline;
}

.Watermark 
{
    color: Silver;
    font-size: 70%;
}

/* Modal Popups */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.pnlModalHdr 
{
    cursor: move;
    background-color: #DDDDDD;
    border: solid 1px Gray;
    color: Black;
    white-space: nowrap;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	color: Black;
	border-color:Gray;
	padding:3px;
	width:450px;
}

.modalPopup span
{
    display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 100px;
	padding: 0;
	text-align: right;
}

.modalPopup input, .modalPopup select, .modalPopup textarea
{
    margin-left: 10px;
    font-size: 80%;
    border: silver 1px solid;
    padding: 1px 2px 1px 2px;
}