body {
	font-family:sans-serif;
	margin:0px;
	float: none;
	/*	background-color:black;*/
}
td {
/*	width:100px;*/
}
/*th:first-child {
	text-align:left;
}*/
tr:odd td {
	background-color:green;
}
@media only all {
	td.ui-table-cell-label {
		min-width:70%;
	}
}
td.serviceUsed, td.siteOk, td.siteNOk {
	background-repeat: no-repeat;
	background-position: 85% center;
	padding:10px;
}
td.serviceUsed {
	background-image:url('check.png');
}
td.siteOk {
	background-image:url('ok.png');
}
td.siteNOk {
	background-image:url('X.png');
}
div.main {
	padding:10px;
	background-color:#cfcfcf;
}
input, textarea {   
    padding: 9px;  
	width: 80%; 	
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    background: #FFFFFF; 
    }  
  
textarea {   
    line-height: 150%;  
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {   
    border-color: #E9E9FF;   
    }  
  
.form label {   
    margin-left: 10px;   
    color: #999999;   
    }  
  
.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #617798;  
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;  
    }  
	
.submit input:disabled {
	background:red;
}
	
a:link {
	text-decoration:none;
	color:#001010;
}
a:visited {
	text-decoration:none;
	color:#303040;
}
a:hover {
	text-decoration:underline;
}
table {
	border-collapse: collapse;
}
tr.extrasite td {
	border:collapse;
	background-color:#9f9fcf;
}
