﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
   /*border:1.5px solid #e0dbdb;
    background-color:#fff;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.ulContainer
{
    
	list-style-type: none;
    padding: 0px;
    
}

.floatClear
{
	clear:both;
	float:none;	
}
/*
.labelDesc
{
	font-size:16px;
	color:#000000;
	font-weight:600;
}
    */
.note
{
    font-size:16px;
    color:#330099;
    font-weight:600;
}
.detailDesc
{
	color:#754400;
	font-weight:bold;
}
.ulForm
{
	list-style-type: none;
    padding: 0px 20px 8px 0px;
    float:left;
    margin:0px;

}
.ulForm li{
	
	text-indent:0px
}

tr:not(.cellData) ~ .cellData:nth-child(odd) {
    background-color: #E6FFE6;
}
tr:not(.cellData) ~ .cellData:nth-child(even) {
    background-color: #FCF4E9;
}
table
{    
    width:100%;    
}
tr.cellHeader
{
    background-color:#808080;
    color:#fff;
    text-align:center;
}

td
{    
    border:solid 1px #330099;
}