﻿.DVtable{
		 width:100%;
		border-collapse:collapse;
		 
		font-size:12px;
		
	}
	.DVtable th{ 
		padding:5px; border:#ddd 1px solid; background:#464e72; color:#FFFFFF; font-size:15px; margin:0 0 0 0; font-weight:normal;
		color:#fff;
	}
	.DVtable td{ 
		padding:5px; border:#ddd 1px solid; text-align:left;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.DVtable tr{
		background: #fafafa;
	}
	/*  Define the background color for all the ODD background rows  */
	.DVtable tr:nth-child(odd){ 
		background: #FBFBFB;
	}
	/*  Define the background color for all the EVEN background rows  */
	.DVtable tr:nth-child(even){
		background: #f7f7f7;
	}
	input[type="text"],input[type="password"], textarea, select{ padding:7px; border-radius:4px; background-color:#fff; border:solid 1px #CDE7EC; }
	input[type="text"]:focus,input[type="password"]:focus, textarea:focus, select:focus{ padding:7px; border-radius:4px; background-color:#fff; border:solid 1px #048df6; box-shadow:0 0 5px #048df6; }
	select{width:87% !important;}
	.div-outer
	{
		width:600px; margin:0 auto; box-shadow:0 0 15px #cdcdcd; border:solid 1px #cdcdcd;}
		.fcdvtable .btn
		{
			background-color:#048df6; border:none; color:#fff; font-size:14px; padding:8px 8px; border-radius:5px 5px;}
		.fcdvtable .btn:hover
		{
			background-color:#0165b2; border:none; color:#fff; font-size:14px;}
		.txt-center
		{
			text-align:center!important;
		}
		.reset
		{
			background-color:#478047; border:none; color:#fff; font-size:14px; padding:8px 8px; border-radius:5px 5px;}
		.reset:hover
		{
			background-color:#274f27; border:none; color:#fff; font-size:14px;}
			
			