
/* main css */

form {
	display: inline;
}

img.loading
{
	float: left;
	text-align: center;
}

/* form table css */

#form-table {
	border: 1px solid #9a9a9a;
	border-bottom: 0;
	border-left: 0;
	margin: 0;
	width: 100%;
}

#form-table a {
	color: #cc0000;
	text-decoration: underline;
}

#form-table a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#form-table th,
#form-table td {
	border: 1px solid #9a9a9a;
	border-top: 0;
	border-right: 0;
	margin: 0;
}

#form-table th {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

#form-table td {
	color: #000000;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	padding: 8px;
	text-align: left;
	white-space: nowrap;
}

#form-table input {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	margin: 0 2px 0 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#form-table .checkbox {
	vertical-align: middle;
}

#form-table .hr {
	border-top: 1px solid #d6d6d6;
	margin: 5px 0 5px 0;
}

#form-table .submit-button {
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	margin-top: 3px;
	padding: 0;
	vertical-align: middle;
}

#form-table .header-row {
	background: #ffffff;
	background-image: url(http://www.visible.net/graphics/header-row-bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	vertical-align: middle;
}

#form-table .data-row {
	background: #eff8ff;
}

/* form table page css */

#form-table-page {
	border: 1px solid #9a9a9a;
	border-bottom: 0;
	border-left: 0;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

#form-table-page a {
	color: #cc0000;
	text-decoration: underline;
}

#form-table-page a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#form-table-page th,
#form-table-page td {
	border: 1px solid #9a9a9a;
	border-top: 0;
	border-right: 0;
	margin: 0;
}

#form-table-page th {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

#form-table-page td {
	color: #000000;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	padding: 8px;
	text-align: left;
	white-space: nowrap;
}

#form-table-page input {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	margin: 0 2px 0 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#form-table-page .checkbox {
	vertical-align: middle;
}

#form-table-page .hr {
	border-top: 1px solid #d6d6d6;
	margin: 5px 0 5px 0;
}

.form-spacer {
	width: 100%;
}

#form-table-page .submit-button {
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	margin-top: 3px;
	margin-left: 0;
	vertical-align: middle;
}

#form-table-page .header-row {
	background: #ffffff;
	background-image: url(http://www.visible.net/graphics/header-row-bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	vertical-align: middle;
}

#form-table-page .data-row {
	background: #eff8ff;
}

/* result css */

#result-details {
	background: #eff8ff;
	border: 1px solid #9a9a9a;
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	margin-top: 15px;
	padding: 8px;
	text-align: center;
	white-space: nowrap;
}

#result-details a {
	color: #000000;
	text-decoration: underline;
}

#result-details a:hover {
	color: #000000;
	text-decoration: underline;
}

#result-details img {
	vertical-align: middle;
}

.result-table {
	border: 1px solid #9a9a9a;
	border-bottom: 0;
	border-left: 0;
	margin: 0;
	margin-top: 15px;
	width: 100%;
}

.result-table a {
	color: #cc0000;
	text-decoration: underline;
}

.result-table a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.result-table th,
.result-table td {
	border: 1px solid #9a9a9a;
	border-top: 0;
	border-right: 0;
	margin: 0;
}

.result-table th {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	white-space: nowrap;
}

.result-table td {
	color: #000000;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	padding: 6px;
	text-align: left;
}

.result-table .header-row {
	background: #ffffff;
	background-image: url(http://www.visible.net/graphics/header-row-bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	vertical-align: middle;
}

.result-table .header-row .legend {
	font-weight: normal;
}

.result-table .header-row .details {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
}

.result-table .data-row {
	background: #ffffff;
}

.result-table .data-hl-row {
	background: #d6d6d6;
}

.result-table .data-hl-row td {
	color: #666666;
	font-weight: bold;
}

.result-table .left-cell {
  	font-weight: bold;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}

.result-table .left-cell a {
  	color: #000000;
	text-decoration: underline;
}

.result-table .left-cell a:hover {
	color: #000000;
	text-decoration: underline;
}

.result-table .right-cell {
	font-weight: normal;
}

.result-table .right-cell a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.result-table .right-cell a:hover {
	color: #000000;
	text-decoration: underline;
}

.result-table .fixed-cell {
	width: 10%;
}

.result-table .list-cell {
	font-size: 11px;
	/* padding: 2px 0px 2px 0px; */
	padding: 6px;
	white-space: nowrap;
}

.result-table .list-cell .message {
	font-size: 12px;
	padding: 6px;
}

.result-table .container-cell {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

.result-table hr {
	background-color: #d6d6d6;
	color: #d6d6d6;
	border: 0;
}

.result-strip-1 {
	background: #efefef;
	margin: 0 2px 0 2px;
	padding: 4px 6px 4px 4px;
}

.result-strip-2 {
	background: #eff8ff;
	margin: 2px;
	padding: 4px 6px 4px 4px;
}

/* result table bottom css */

.result-table-bottom {
	border: 1px solid #9a9a9a;
	border-bottom: 0;
	border-left: 0;
	margin: 15px 0 20px 0;
	padding: 0;
	width: 100%;
}

.result-table-bottom a {
	color: #cc0000;
	text-decoration: underline;
}

.result-table-bottom a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.result-table-bottom th,
.result-table-bottom td {
	border: 1px solid #9a9a9a;
	border-top: 0;
	border-right: 0;
	margin: 0;
}

.result-table-bottom th {
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	white-space: nowrap;
}

.result-table-bottom td {
	color: #000000;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	padding: 6px;
	text-align: left;
}

.result-table-bottom .header-row {
	background: #ffffff;
	background-image: url(http://www.visible.net/graphics/header-row-bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	vertical-align: middle;
}

.result-table-bottom .header-row .legend {
	font-weight: normal;
}

.result-table-bottom .header-row .details {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
}

.result-table-bottom .data-row {
	background: #ffffff;
}

.result-table-bottom .data-hl-row {
	background: #d6d6d6;
}

.result-table-bottom .data-hl-row td {
	font-weight: bold;
}

.result-table-bottom .left-cell {
  	font-weight: bold;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}

.result-table-bottom .left-cell a {
  	color: #000000;
	text-decoration: underline;
}

.result-table-bottom .left-cell a:hover {
	color: #000000;
	text-decoration: underline;
}

.result-table-bottom .right-cell {
	font-weight: normal;
}

.result-table-bottom .right-cell a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.result-table-bottom .right-cell a:hover {
	color: #000000;
	text-decoration: underline;
}

.result-table-bottom .fixed-cell {
	width: 10%;
}

.result-table-bottom .list-cell {
	/* padding: 2px 0px 2px 0px; */
	padding: 6px;
	white-space: nowrap;
}

.result-table-bottom .list-cell .message {
	padding: 6px;
}

.result-table-bottom .container-cell {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

.result-table-bottom hr {
	background-color: #d6d6d6;
	color: #d6d6d6;
	border: 0;
}

/* sub-result css */

.sub-result-table {
	border: 2px solid #ffffff;
	border-bottom: 0;
	border-left: 0;
	margin: 0;
	margin-top: 10px;
	width: 100%;
}

.sub-result-table th,
.sub-result-table td {
	border: 2px solid #ffffff;
	border-top: 0;
	border-right: 0;
	margin: 0;
}

.sub-result-table th {
	color: #666666;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}

.sub-result-table td {
	color: #000000;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	padding: 3px;
	text-align: left;
}

.sub-result-table .header-row {
	background: #d6d6d6;
}

.sub-result-table .data-row-1 {
	background: #efefef;
}

.sub-result-table .data-row-2 {
	background: #eff8ff;
}

/* status label css */

.alert {
	color: #ff6633;
}

.advisory {
	color: #0000ff;
}

.notice {
	color: #990099;
}

.warn {
	color: #ff0000;
}

.good {
	color: #009933;
}

/* other css */

.error-message {
	background: #ffffd6;
	border: 1px solid #cc0000;
	color: #cc0000;
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 7px 0 7px 0;
	text-align: center;
}

.no-padding {
	padding: 0px;
}
	

