
/* ------------------
 styling for div tables
   ------------------   */
form {
	color: #fff;
}

form table tr td table tr td {
	color: #fff;
}

.container {
	cursor: default;
	top: 0px;
	margin-top: 0px;
	display: table;
	height: 100%;
	width: 100%;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	
}

.caption { display: table-caption; padding: 0.5em; border: 1px solid #000; }

.row  {
	display: table-row;
	width: auto;
	height: auto;
	
	padding: 8px; 
	background: white;
}
.cell:hover {
	background: #eee;
}

.cell {
	font-family: times new roman;
	width: auto;
	height: auto;
	
	display: table-cell;
	margin-right: 5px;
}
.heading {
	font-size: 12pt;
	padding-top:15px;
	border-bottom: 1px dotted lightgray;
	font-family: arial;
}
   
.label {
	font-weight: bold;
	font-family: arial;
}

.highligh {

	font-size: 12pt;
	font-weight: bold;
	color: white;
	border: 1px solid #FAFA77;
	background-color: gray;
	padding: 5px;
}


/* STANDARD */

.ViewUIButton {
   display:block;
    float:left;
    margin:7px 7px 7px 7px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:10px 20px 12px 14px; /* Links */
}

.ViewUIButton:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.ViewUIButton a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

#ViewTemplateBody > div.ViewTemplateWrapper > div > div.ViewTemplateContent > form > table > tbody > tr > td {
    color: #ccc;
}

#ViewTemplateBody > div.ViewTemplateWrapper > div > div.ViewTemplateContent > form > table > tbody > tr > td{
    color: #ccc;
}
