#review {
	margin: 25px;
}

#subNavBar{
   	width: 96%;
   	min-height: 35px;
	border: 1px dotted #50899E;
	border-right: none;
	border-left: none;
	padding: 0 10px;
	margin: 9px 0 22px;
}
nav {
    background:#FFF;
    float:left;
}

nav a{
    text-decoration: none;
}

nav ul li ul li a:hover{
    text-decoration: underline;
}

nav ul {
    text-align:center;
    margin-top : 0;
}

nav ul li {
    float:left;
    display:inline;
    padding-top: 6px;
}

nav ul li:hover {
    background:#D3E8F0;
}

nav ul li a {
    padding: 10px 19px;
	color: #444;	
	font-size: 14px;
}

nav ul li ul {
    position:absolute;
    width:290px;
    background:#D3E8F0;
    padding-left: 10px;
    font-size: 14px;
    box-shadow: 3px 5px 15px -4px #999;
    padding-bottom: 20px;
}

/*
nav ul li ul li {
    width:250px;
}
*/

nav ul li ul li:hover {
    border : none;
}

nav ul li ul li a {
    display:block;
    padding:17px 10px 0px;
    color:#444;
    text-align: left;
    font-size: .9em;
}


#reviewChanges {
    width: 939px;
    margin: 10px auto;
    font-size : 10pt;
}

.viewEntryButton, .approveEntryButton, .rejectEntryButton{
    cursor : pointer;
}

#startHere {
	float: left;
	font-size: 14px;
	padding-top: 6px;
	font-weight: bold;
	margin-right: 20px;
}

h4 {
	margin-bottom: 0px;
}

#helpDialogButton {
	float: right;
	cursor: pointer;
	text-decoration: underline;
	font-size: 13px;
	margin: 0 20px 0 0;
}

#buttonRow {
	text-align: right;
}

table {
	width: 99%;
}

table tr td {
	font-size: 13px;
	padding: 2px 7px;
	border-bottom: 1px dotted #999;
}
img {
	vertical-align: middle;
}
#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 3000;
    background: url('../../../images/community/common/loading_md.gif') no-repeat #fff;
    box-shadow: 0px 0px 16px -3px #000;
    -webkit-box-shadow: 0px 0px 16px -3px #000; 
    -moz-box-shadow: 0px 0px 16px -3px #000; 
    border-radius: 50px;
    text-align: center;
	font-weight: normal;
	left: 46%;
	top: 410px;
	display: none;
}
