a.ui-dialog-titlebar-close {
	display:none;
}

form.page {
	height:540px;
}

.display {
	color:black;
	font-weight:bold;
}

.error {
	color:red;
	font-weight:bold;
}


/*a:link {
	color:#0066cc;
}*/

body,p,td {
	font-family: Arial;
	font-size: 13px;
}

.background {
	margin:auto 0px;
	top:0px;
	background-image: url(../images/background-white.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.head {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: black;
	text-align:left;
	display:block;
}

table.io tr td {
	padding-bottom:6px;
}

table.output tr {
	border:1px solid black;
	border-collapse:separate;
	padding:0px;
	margin:0px;
}

table.results tr td {
	border-collapse:collapse;
	padding:2px;
	margin:0px;
	border-right:1px solid black;
	border-bottom:1px solid black;
}

td.header {
	background-color:#0066cc;
	color: white;
	text-align: center;
}

td.label {
	padding: 4px 0px 4px 0px;
	white-space:nowrap;
}

div.text-block {
	font-size:1.2em;
}

td.grid_label {
	font-size:1.5em;
	text-align: center;
}

td.grid_image {
	background-color: white;
}

td.grid_image img {
	width:230px;
	height:125px;
	border: 0px solid gray;
}

td.selected {
	border:3px solid black;
}

td.unselected {
	border: 3px solid white;
}
	

a {
	line-height:22px;
	color:#0066cc;
	text-decoration:none;
}

a.sj {
	color:#0066cc;
	text-decoration:none;
	cursor:pointer;	
}

a:hover {
	color:#0066cc;
	text-decoration:underline;
}

a.sj:hover {
	color:#0066cc;
	text-decoration:underline;	
	cursor:hand;
}

.home-link {
	font-size:14px;
	line-height:120%;
}

.blue-text {
	color:#0066cc;
	white-space: nowrap;
}

.red-text {
	color:red;
	white-space: nowrap;
}

.large_message {
	font-size:larger
}

.disabled {
	color:Gray;
}

span.disabled {
	cursor:inherit;
}

a.blue-text {
	color:#0066cc;
}

.white-text {
	font-family: Arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

label.value {
	font-size:12px;
	margin-left:7px;
	font-family:arial,helvetica;
	white-space:nowrap;
}

label.label {
	white-space:nowrap;
}

.actionMessage {
	margin:0px auto;
	list-style: none !important;
	list-style-image: none !important;
	list-style-position: inside;
	margin-left:-30px;
	font-weight:bold;
	width:500px;
}

.errorMessage {
	margin:0px auto;
	color:red;
	list-style: none !important;
	list-style-image: none !important;
	list-style-position: inside;
	margin-left:-30px;
	font-weight:bold;
	#width:500px;
}

div#error {
	color: red;
	text-align: center;
	margin: 0px auto 15px auto
}

span.help_title {
	color: #0066cc;
	font-weight: bold;
}

table.help {
	border:1px solid gray;
	border-collapse: collapse;
}

table.help th {
	font-size:11px;
	text-align:center;
}

table.help td {
	font-size:11px;
	font-weight: bold;
	border-top:1px solid gray;
	border-right:1px solid gray;
	text-align:center;
}

.DataTableHead {
	text-align:center;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	#background-image: url(../images/bg.jpg);
	#background-repeat: no-repeat;
	#background-position: right;
	background-color: #0066cc;
	border: 1px solid #000;
	height: 18px;
}

.DataTableRow {
	background: #ffffff;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #999;
	border-top: none;
	cursor: pointer;
}

.DataTableDisable {
	color: #000066;
	background-image: url(../images/checked.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #99DDCB;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #999;
	border-top: none;
}

.DataTableDisableOnMove {
	color: #000066;
	background-color: #99DDCB;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #999;
	border-top: none;
}

.DataTableClicked {
	cursor: pointer;
	color: #ffffff;
	background-color: #60BB46;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #999;
	border-top: none;
}

.DataTableMoved {
	cursor: pointer;
	color: #000000;
	background-color: #CCEEE5;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #999;
	border-top: none;
}

input.button {
    background-color: #0066cc; 
}
