﻿
body {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

select {   
    font-family: Tahoma;
    font-size: 11px;
	height: 21px;
	vertical-align: middle;
}

fieldset {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #B7B5B7;
	padding-left: 0;
	padding-right: 0;
}

table { border-collapse: separate; border-spacing: 8px; } 

legend {
	margin-left: 8px;
}

.propertyHeader {
	vertical-align: middle;
	font-weight: bold;
	text-align: left;	
}

.propertyValue {
}

.propertyDescription {
}

input[type=text],
textarea {
	width: 100%;
}

button {
	white-space: nowrap;
}

thead  >tr > th {
	text-align: left;
}

.grid {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;	
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 11px;

}
.grid thead tr {	
	border-bottom: 1px solid #E5E5E5;
}

.grid td {	
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
}

.grid th {	
	padding-right: 15px;
	padding-left: 15px;
}

.buttonset {
	margin-top: 10px;
	margin-bottom: 10px;
}

.active-row {
	background-color: #F5C348;
}

a {
	outline: none;
}

input, select, textarea {
	outline-color: #F5C348;
}

div {
	outline: 0;
}