#header, #body, #footer {
	margin: 0 auto;
}
#body{
	width: 98%;
	font-size: 82%;
}

.bothclear {
	clear: both;
}
.leftclear {
	clear: both;
}
.rightclear {
	clear: both;
}

.pagination_navbar{
	width: 100%;
	text-align: right;
	font-size: 12px;
}

.pagination_navbar .current{
	color: Red;
	font-weight: bold;
}

.pagesbar {
	display:-moz-inline-box;
	display:block;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	line-height: 24px;
	float: right;
	text-align:right;
}

.pagesbar SPAN,.pagesbar A{
	width: 18px;
	display:-moz-inline-box;
	display:inline-block;
	text-align: center;
	vertical-align: baseline;
	color: blue;
}

.pagesbar A{
	cursor: pointer;
}

.pagesbar .current{
	background-color:#E5F3FE;
	border:1px solid #336699;
	color: Red;
	font-weight: bold;
}

SPAN.label-error{
  color: Red;
}

label.error {
	color: red;
	font-style: oblique;
}

.field-error{
  color: White;
  background-color: Red;
}

.highlight {
  color: Red;
}

em {
	color:#c03;font-style:normal;font-weight:normal;
}


IMG {
	border: none;
}

PRE {
	font-size: 12pt;
}


H1{
    font-weight: bold;
    font-size: 25px;
    font-family: Arial, Sans-Serif;
    margin-bottom: 0px;
}


.alertButton {
    width: auto;
    border: none;
    background-color: #699ED9;
    color: #fff;
    padding: 0.1em;
    border-bottom: 1px solid #5885b6 !important;
    border-right: 1px solid #5885b6 !important;
    border-top: 1px solid #92b8e2 !important;
    border-left: 1px solid #92b8e2 !important;
    cursor: hand;
    cursor: pointer;
}

.alertDialog {
    width: 30em;
    border: 2px solid #ff660a;
    padding: 1em;
    background: #ffffff;
    -moz-border-radius: 10px;
}

.alertContent .alertButton {
    float: right;
    position: relative;
    bottom: 1em;
}

.missingList, .invalidList {
    padding-bottom: 0.6em;
    padding-top: 0.2em;
    padding-left: 0.1em;
    padding-right: 0.2em;
    margin: 0;
}

.missingList {
    border-top: 4px solid #bedef4;
}

.invalidList {
    border-top: 4px solid #ffaf7e;
}

.missingList li, .invalidList li {
    list-style: none;
    font-style: italic;
}

.fieldMissing {
    background: #bedef4;
}

.fieldInvalid {
    background: #ffaf7e;
    font-weight: bold;
}