@charset "utf-8";
/* CSS Document */


h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    color: #b33c1d;
    font-weight: normal;
}
ul li,
p {
    line-height: 22px;
    text-align: left;
}
legend {
    font-size: 18px;
    color: #b33c1d
}
#personal {
    color: #b33c1d;
    font-size: 12px;
}
#Education {
    color: #b33c1d;
    font-size: 12px;
}
/*--------------------------------------*/

#Lnk a {
    color: #333;
    text-decoration: none;
}
#Lnk a:hover {
    color: #b33c1d;
    text-decoration: none;
}
#Inst ul li a,
#Apply ul li a {
    color: #333;
    text-decoration: none;
    text-align: left;
}
#Inst ul li a:hover,
#Apply ul li a:hover {
    color: #b33c1d;
    text-decoration: underline;
}
input,
.input {
    background-color: #FFF9F2;
    border: solid 1px #b33c1d;
}
.txt {
    color: #b33c1d;
    font-size: 13px;
    text-align: left;
}
.butclr {
    background-color: #8E7069;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    border-top: solid 1px #8E7069;
    border-left: solid 1px #8E7069;
    font-weight: bold;
    color: #000;
}
.visiTrue {
    display: block;
}
.visiFalse {
    display: none;
}
/**********************************************/

.container {
    width: 1000px;
    height: 100% !important;
    margin: 0 auto;
    padding: 0;
    background-image: url('images/bg.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
  
}
.clearFix 
{
    clear:both;
}
.lft-col {
    width: 65%;
    height: 70%;
    float: left;
    margin: 15% 0 0 0;
    padding: 0;
}

.lft-col img {
    width: 460px;
    height: 415px;
    float: left;
    padding: 0;
}
.tower-col {
    width: 30%;
    height: 500px;
    float: left;
    background-image: url('images/tower-stand.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: 10.6% 0 0 0;
}

.btn-col-div {
    width: 249px;
    height:100%;
    margin: 115px auto 0 auto;
    text-align:center;
}
 
.btn-col {
    width: 249px;
    height: 59px;
    background-image: url('images/btn_01.png');
    margin:20px auto 0 auto;
    text-align:center;
}
.btn-col a {
  color:#fff;
  text-align:center;
   text-decoration:none;
   font-family:Calibri;
   font-size:18px;
   line-height:37px;
}

.btn-col a:hover {
  color:#E8BFAF;
  
}
/************************************************/

.container-notifi {
    width: 1000px;
    height: 100% !important;
    margin: 0 auto;
    padding: 0;
   
}



.MPKVVtable
{
	width: 100%;
	border-collapse: collapse;
	font-family: verdana;
	font-size: 12px;
}
.MPKVVtable th
{
	padding: 3px;
	border: #c4dcec 1px solid;
	background: #000;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: left;
}
.MPKVVtable td
{
	padding: 5px;
	border: #c4dcec 1px solid;
	text-align: left;
	
}
/* provide some minimal visual accomodation for IE8 and below */
.MPKVVtable tr
{
	background: #f4f8fb;
}
/*  Define the background color for all the ODD background rows  */
.MPKVVtable tr:nth-child(odd)
{
	background: #e9f0f7;
}
/*  Define the background color for all the EVEN background rows  */
.MPKVVtable 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-radius: 5px;
}


.select
{
	
}

select:focus{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

select: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;
}
/******************************************/


.Gridtable
{
	width: 100%;
	border-collapse: collapse;
	font-family: verdana;
	font-size: 12px;
}
.Gridtable th
{
	padding: 3px;
	border: #c4dcec 1px solid;
	background: #32A1B1;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 0 0 0;
	font-weight: bold;
	text-align: left;
}
.Gridtable td
{
	padding: 5px;
	border: #c4dcec 1px solid;
	text-align: left;
	
}
.Gridtable td a:hover 
{
     text-decoration:underline;
    
}
/* provide some minimal visual accomodation for IE8 and below */
.Gridtable tr
{
		background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */
.Gridtable tr:nth-child(odd)
{
		background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */
.Gridtable tr:nth-child(even)
{
	background: #f7f7f7;
}
