fieldset { border: none; }

.notifications {
	background-repeat: no-repeat;
	margin: 5px 0;
	width: 100%;
}
.notifications.floating
{
/*
	position: absolute;
	top: 50px;
*/
}
.notifications .error em
{
	font-style: normal;
	font-weight: bold;
    color: #ff0000;	
}
.notifications .details
{
	font-style: italic;
	margin-left: 2em;
	display: block;
	margin-top: 0.4em;
}
.notifications ul
{
	list-style: square outside none;
	margin-left: 20px;
}
.notifications input
{
	margin-top: 10px;
	margin-left: 5px;
}
.notifications p
{
	margin: 5px auto;
	width: 450px;
}
.notifications .section {
    border: 2px solid;
    padding: 14px;
    color: #444444;
}
.notifications .warning
{
	border-color :#c17300;
}
.notifications .error
{
	border-color :#c13838;
}
.notifications .success
{
	border-color :#00aa00;
}
.notifications .information
{
	border-color :#00209F;
}

.paging
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.paging a
{
	padding: 2px;
	margin: 2px 3px;
}

.noborder { border: none !important; }
.nowrapp { border: none !important; }
.nodisplay { display: none; }
.minimalwidth { width: 1px; }
.smallerText { font-size: 90%; }
.monospacedText { font-family: 'andale mono','lucida console',monospace; }
.clear { clear: both; }
.first { margin-left: 0pt; padding-left: 0pt; }
.last { margin-right: 0pt; padding-right: 0pt; }
.xdebug-var-dump { font-size: 13px; }

p, table { font-size: 1em; line-height: 1.4em; margin-bottom: 10px; }
h3 { font-size: 13px; margin-bottom: 10px; padding-bottom: 4px; font-weight: bold }
.space
{
	background:#ffffff none repeat scroll 0%;
	color: #ffffff;
	height: 10px;
}
hr
{
	background:#dddddd none repeat scroll 0%;
	border:medium none;
	clear:both;
	color:#dddddd;
	float:none;
	height:0.1em;
	margin: 0.5em 0;
	width:100%;
}

.icon
{
	padding-left: 18px;
	background: transparent no-repeat 0 50%;
}

.icon_delete
{
	background-image: url("../images/icons/delete.gif");
}
.icon_edit
{
	background-image: url("../images/icons/edit.gif");
}
.icon_back
{
	background-image: url("../images/icons/back.gif");
}
.icon_save
{
	background-image: url("../images/icons/save.gif");
}
.icon_add
{
	background-image: url("../images/icons/add.gif");
}
.icon_employees
{
	background-image: url("../images/icons/employees.png");
}
.icon_history
{
	background-image: url("../images/icons/history.gif");
}

.rounded1 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.rounded2 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

a, a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input[readonly=readonly] {
  background-color: #eee;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.display--none {
  display: none;
}
th {
  font-weight: bold;
}