﻿
.ddReorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}
.ddDragHandle {
	width:20px;
	height:15px;
	background-color:#498AB3;
	cursor:move;
	border: 1px solid black;
}

.adminMenu a
{
    text-align: left;
    color: White;
    padding: 8px;
    border-bottom: 1px solid white;
    display: block;
    font-size: 11px;
    background-color: #498AB3;
}

.adminMenu a:hover
{
    background-color: #E2E2E2;
    color: Gray;
}

.admin
{
    width: 100%;
    min-height: 530px;
    _height: 530px;
}

.admin h1
{
    text-align: left;
    color: #498AB3;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #498AB3;
}

.unconfirmed
{
    color: Red;
    font-weight: bold;
}

.helpBox
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    background-image: url(layoutImages/helpArrow.jpg);
    
    background-repeat: no-repeat;
    background-position: 100px 0px;
    width: 130px;
}

.helpBoxInner
{
    background-color: #F6F781;
    border: 1px solid #C2C41E;
    margin-top: 15px;
    padding: 5px;
    font-size: x-small;
    font-weight: bold;
}

.helpIcon
{
    position: relative;
    top: 3px;
}

.adminPhotoFrame
{
    width: 104px;
    height: 155px;
    background-color: Silver;
    text-align: center;
    vertical-align: middle;
}
