﻿
------------------------------------------------------------------*/
html, body, form, fieldset, label, h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}


/* Content
------------------------------------------------------------------*/
div#content {
	padding: 20px 10px 10px 30px;
}


/* Loading Dialog & Overlay
------------------------------------------------------------------*/
.loading-overlay	{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #ffffff;
	opacity: .50;
}

.loading-dialog	{
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin: -36px 0 0 -69px; /* use half the value of the div's height for the negative top margin and half the value of the div's width for the negative left margin */
	background-color: #ffffff;
	width: 138px;
	height: 71px;
	border: 1px solid #cccccc;
}


/* Modal Dialog & Overlay
------------------------------------------------------------------*/
.modal-overlay	{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000000;
	opacity: .75;
}
.widget-overlay	{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000000;
	opacity: .87;
}

.modal-dialog	{
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

.modal-dialog {
	border: 1px solid #000000;
	background-color: #ffffff;
}

.modal-dialog .titlebar {
	padding: 0 4px;
	background-color: #85C115;
	border-top: 1px solid #ffffff;
	border-bottom: 2px solid #c4e48a;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.modal-dialog .instructions {
	background-color: #e6e6e6;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	padding: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444433;
}

.modal-dialog .content {
	border-top: 1px solid #999999;
	padding: 10px;
}

.modal-dialog fieldset {
	border: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.modal-dialog div.upload-files {
	overflow: auto;
	width: 480px;
	height: 200px;
}

.modal-dialog .upload-files p {
	margin: 0 0 4px 0;
}

.modal-dialog fieldset label {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #555555;
}

.modal-dialog fieldset input[type="radio"] {
	vertical-align: -3px;
}

.modal-dialog fieldset .radiolist-vertical p {
	margin: 0 0 4px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444433;
}

.modal-dialog fieldset .radiolist-horizontal p {
	display: inline;
	margin: 0 15px 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444433;
}

.modal-dialog .buttons {
	margin: 10px;
	border-top: 1px solid #cccccc;
	padding: 10px;
	text-align: right;
}

.modal-dialog .buttons a {
	margin: 0 0 0 10px;
}


/* Response Dialog
------------------------------------------------------------------*/
.response-dialog	{
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

.response-dialog {
}

.response-dialog .titlebar {
	padding: 0 4px;
	background-color: Gray;
	border-top: 1px solid #ffffff;
	border-bottom: 2px solid #c4e48a;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.response-dialog .content {
	border-top: 1px solid #999999;
	padding: 10px;
	text-align: center;
}

.response-dialog .content p {
	margin: 20px 10px 0 10px;
	font-weight: bold;
	text-align: center;
}

.response-dialog .buttons {
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.response-dialog .buttons a {
	margin: 0 0 0 10px;
}

/*----------------------------*/
