﻿#Actions
{
	background-color: #D5C3B8;
	font-size: 14px;
	padding: 5px;
	margin: 0 0 10px 0;
	vertical-align: middle;
}

.ActionsRight, .ActionsCenter, .ActionsLeft
{
	font-size: 14px;
	margin-top: 10px;
}

.ActionsRight
{
	text-align: right;
}

.ActionsCenter
{
	text-align: center;
}

.ActionsLeft
{
	text-align: left;
}

#Actions a, #Actions a:visited, .ActionsRight a, .ActionsRight a:visited, .ActionsCenter a, .ActionsCenter a:visited, .ActionsLeft a, .ActionsLeft a:visited
{
	color: #000;
}

/*
.ActionsRight input[type=submit]
{
	float: left;
}

.ActionsRight input[type=submit] + input[type=submit]
{
	float: none;
}

*/
.ModalPopupBackground {
	background-color:Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalPopup 
{
	border: solid 1px #666;
	padding: 10px;
	background-color: #F9F3EA;
}

