/*
{
	margin: 0;
	padding: 0;
	border: 0px none;
}
*/

.body
{
	font-family: Univers,Tahoma,'Lucida Sans Unicode',Verdana,Arial;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
    align-content: stretch;
	align-items: stretch;
	align-self: stretch;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #DCB066;
	background-image: url(../image/bg.jpg);
	background-origin: padding-box;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: auto;
	color: #42382A;
	
	display: block;
	flex: 0 1 auto;
	flex-basis: auto;
	flex-direction: row;
	flex-flow: row;
	flex-grow: 0;
	flex-shrink: 1;
	flex-wrap: nowrap;
	font-size: 12px;
	height: 580px;
	justify-content: flex-start;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	order: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	resize: none;
}

.divMain
{
	width: 98%; 
	background-color: #FBECE1; 
	padding-top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}


 
 .bulletList
 {
   list-style-image: url(../Image/bullet.png);
   vertical-align:bottom; 
   
 }

.TextBox1
{
	background-image: url(../Image/form_bg.jpg);
	background-repeat: repeat-x;
	border:1px solid #000;
    border-radius:4px;
    padding:1px;
    color:#603518;
	font-family: 'Lucida Sans Unicode',Tahoma,Verdana,Arial;
}

.TextBox1:focus 
{ 
    
    outline:none;
    border-color:#999;
    box-shadow:0 0 5px #666;
  
}

.css3button {
		
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #293751;
	height: 25px;
	padding: 0px 10px;
	border: 1px solid Orange;
	font-weight: bold;
	vertical-align: middle; 
	background-image: linear-gradient(#EBE2BA,#FFCC04);/* for IE */
	/* for webkit browsers */
	/* for firefox 3.6+ */
	/*Opera*/
}

.css3button:hover {

color:#293751;
border:1px solid #284576;
}

 
 select 
{
    border:1px solid #9F9263;
    background: #fff;
    margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 2px;
    font-size:12px;
    color:#603518;
 }
 
 .select:focus
 {
    outline:none;
    border-color:#F29900;
    box-shadow:0 0 5px #FDC600;
 }
 
 .Footer
{
	background-color: #C8A460; 
	color: #fff;
	font-size: 9pt;
	/*font-weight: bold;*/
	
	vertical-align:bottom;
}

.headerRow
 {
 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EBA66F'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBA66F)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #EBA66F); /* for firefox 3.6+ */
	background-image: linear-gradient(#FFFFFF,#EBA66F); /*Opera*/
	
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#000;
	
	height:25px;
	padding:1px 1px 1px 1px;
    font-weight:bold;
 }

 
 .rowhead 
 {
	background-color: #C7853D;
	color:#fff;
    font-weight:bold;
	
 }
 
 .row0 
 {
   background-color: #F0D7B9;
 

 }
 
 .row1 
 {
	background-color: #F2ECD0;
   
    
 }
 .rowtot 
 {
    color:#603518;
    font-weight:bold;
	background-color: #EDB17B;
 }

 .mainLink
{
	color: #0572BE;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
}

.mainLink:hover
{
	color: blue;
	cusrsor: hand;
	text-decoration: underline;
}

.box
{
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-box-shadow: 5px 5px 10px #000; /* Firefox */
	-webkit-box-shadow: 5px 5px 10px #000; /* Safari and Chrome */
	box-shadow: 5px 5px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

.anccol {

    color: blue !important;
    text-decoration: underline;
}


.rowpad {

 padding: 0px;
}

