.XTX_DEBUG
{
	background-color: blue;
	color:white;
	padding:5px;
	visibility: normal;
}

.h1
{
	font-size:18pt;
}

.Text {
	padding: 5px;
	text-align: justify;
	margin-top: 0.1in;
}
	
.meven {
	border-top: 1px solid #cccccc;
	padding-top: 0.1in;
	padding-bottom: 0.1in;
}

.mpara {
	border-top: 1px solid #cccccc;
	padding-top: 0.1in;
	padding-bottom: 0.1in;
}
.image {
	border:3px solid #aaaaaa;
	padding:2px;
	margin-top:0.2in;
	background: #cccccc;
}

.Entity > table {
	.background: lightyellow;
}

.Entity > td {
	border-bottom: 1px solid #cccccc;
	padding: 4px;
}

.Entity > td.first {
	border-top: 1px solid #cccccc;
}

.Entity > tr {


}

.xtx_profile td {
	height:30px;
	padding:8px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	width: 50%;
	opacity:0.8;
	font-weight: normal;
	font-family: Century Gothic, Verdana, Arial;
}

.xtx_profile td.Left {
	background: #555555;
	color: white;
	width:30%;
}

.xtx_profile td.Right {
	width:70%;
	font-weight: bold;
}

.Validated td.Right {
	background-color: yellow;
}

.xtx_profile td.Head {
	width:100%;
	height: 50px;
	text-align:left;
	background-color:darkgreen;
	color: lightyellow;
	border: 1px solid #bbbbbb;
	opacity: 0.9;
	margin-top: 0.2in;
}

.xtx_form {
    padding: 15px;
}

.xtx_profile a {
	opacity: 0.8;
	background: lightgreen;
}

.xtx_note {
	padding:10px;
	opacity: 0.6;
	border: 1px solid #cccccc;
	background: #eeeeee;
	font-weight: normal;
	font-family: Verdana, Arial;
	font-size:12pt;
}
#MENU li {
	opacity:0.5;
}

.SS {
	margin-top: 0.1in;
	margin-bottom: 0.2in;
}
.SS h3 {
	font-weight: 16pt;
	margin-top: 0.3in;
	border-bottom: 2px solid #999999;
	text-align: center;

}

.dirhead a {
	text-decoration: none;
	color:#bbbbbb;
}
.dirhead a:visited {
	color:#bbbbbb;
}

.Entity {
	width:100%;
}

.Entity td {
	background: #cccccc;
	color: black;
	opacity : 0.7;
	border: 1px solid #999999;
	padding:7px;
}

.Entity td.Left {
	width: 25%;
	font-weight: bold;
}

.Entity td.Right {
	width: 75%;
}

li.ui-li
{
	overflow: hidden;
}

.Error
{
	background-color:red;
	color:white;
	padding:10px;	
	margin-top:0.1in;
	margin-bottom:0.1in;
}
.Warning
{
	background-color:yellow;
	color:navy;
	padding:10px;
	border: 1px solid #cccccc;
}
.Message
{
	font-weight:bold;
	text-align: left;
	color: white;
	font-size:14pt;
}

.Note
{
	margin:0.1in;
	padding:0.1in;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
	background-color: yellow;
	opacity: 0.5;
	color: #000000;
	border: 1px solid #bbbbbb;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
	text-shadow: 0 1px 0 #FFFFFF;
}
.EntityReview
{

}

.EntityReview > .Date
{
	font-variant: italic;	
}

.EntityReview > .Review
{
	padding:0.1in;
	padding-left:0.2in;
}
.TownHeader
{
    color: darkblue;
    width: 100%;
    padding: 0.1in;
    margin: 0;
    text-align: center;
    font-style: small-caps;
    font-size: 1.4em;
    text-shadow: none;
    font-weight: bold;
}

.BACKGROUNDIMAGE {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

