﻿.Heading
{
	font-weight: bold;
	padding: 5px;
	font-size: 17px;
	text-align: center;
	color: #197984;
	background-color: rgb(246, 246, 246);
	width:100%;
}
#OuterBox1
{
	width:1000px;
	margin:0 auto;
	background-color:#fafafa;
	border:solid 1px #fff;
	font-size:13px;
}
input[type=text], select
{
	background-color:#fff;
	border:solid 1px #eee;
	padding:5px 5px;
}
#OuterBox1 h1
{
	font-size:17px;
	font-weight:normal;
	color:#1f8392;
	margin:0 0;
	font-family:Verdana;
	line-height:25px;
}
#OuterBox1 table
{
	width:100%;
	margin-bottom:10px;
}
#OuterBox1 table, #OuterBox1  table td
{
	border:solid 1px #eee;
	border-collapse:collapse;
	padding:4px 4px;
}
#OuterBox1 h3
{
	font-size:15px;
	font-weight:normal;
	color:#197984;
	margin:0 0;
	font-family:Verdana;
	background-color:#f6f6f6;
	padding:5px 5px;
	width:auto;
}
.none table, .none table td
{
	border:transparent;
}






















.container
{
	width: 100%;
	width:1000px;
	margin:0 auto;
	background-color:#fafafa;
	border:solid 1px #fff;
	font-size:13px;

}

.mainhead { font-weight: bold;
	padding: 5px;
	font-size: 17px;
	text-align: center;
	color: #197984;
	background-color: rgb(246, 246, 246);
	width:100%;} 
.MPRDCtable
{
	width: 100%;
	border-collapse: collapse;
	font-family: verdana;
	font-size: 12px;
	border:1px;
	 bordercolor:#cdcdcd;
}
.MPRDCtable th
{
	padding: 3px;
	border: #fff 1px solid;
	background: #7da7d9;
	color: #FFFFFF;
	font-size: 17px;
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: left;
}
.MPRDCtable td
{
	padding: 5px;
	border: #c4dcec 1px solid;
	text-align: left;
	vertical-align:middle;
	font-size:13px;
	
}
/* provide some minimal visual accomodation for IE8 and below */
.MPRDCtable tr
{
	background: #f4f8fb;
}
/*  Define the background color for all the ODD background rows  */
.MPRDCtable tr:nth-child(odd)
{
	background: #e9f0f7;
}
/*  Define the background color for all the EVEN background rows  */
.MPRDCtable tr:nth-child(even)
{
	background: #f4f8fb;
}





input[type="text"], input[type="password"], textarea, select
{
	padding: 7px;
	border-radius: 4px;
	background-color: #fff;
	border: solid 1px #CDE7EC;
}
input:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
    
}

input:hover {
    border: 1px solid #82b8e8;
    border-radius: 5px;
}


.select
{
	width: 94% !important;
	margin:2px;
}
.select1
{
	width: 190px;
}

select:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

select:hover {
   border: 1px solid #82b8e8;
    border-radius: 5px;
}


select1:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

select1:hover {
    border: 1px solid #82b8e8;
    border-radius: 5px;
}

textarea:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

textarea:hover {
   border: 1px solid #82b8e8;
    border-radius: 5px;
}

.btn
{
	background-color: #3b7fd4;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.btn:hover, .btn:active
{
	background-color: #265a9b;
	border: none;
	padding: 8px 8px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 5px 5px;
}
.del
{ 
    
   
	background-color: #c5381d;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.del:hover
{
	background-color: #962913;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}

.srch
{
	background-color: #9646ce;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.srch:hover
{
	background-color: #7228a6;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.bck
{
	background-color: #666;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}
.bck:hover
{
	background-color: #333;
	border: none;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 5px;
}



.h2 { font-size:15px;
	font-weight:normal;
	color:#197984;
	margin:0 0;
	font-family:Verdana;
	background-color:#f6f6f6;
	padding:5px 5px;
	width:100%;
}


