
.collegename {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-align: center;
    color: #215B93;
    font-weight: bold;
    text-shadow: #D7C9BF 2px 2px 2px;
	padding-top:25px;
}
.collegename3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #383838;
}

/*........... Table Css .................*/
.hotel-table {
		table-layout:fixed;
		*table-layout:auto; /* IE7 fix */
		border:1px solid #CCC;
		border-top:none;
		font:12px Arial, Helvetica, sans-serif;
	}
.hotel-table tr{background: #EEE;}
.hotel-table th {
			text-align:left;
			background-color:#A0A0A0;
			padding:10px 0 0 15px;
			border-right:1px solid #CCC;
			font-size:13px;
			line-height:13px;
			color:#fff;
		}
.hotel-table th p{
	color:#fff;
	line-height:20px!important;
	font:bold 14px Arial, Helvetica, sans-serif;
	}
.hotel-table th.last,
.hotel-table td.last {
				border-right:0px;
			}
.htlink{ color:#333; width:250px; font:bold 12px Arial, Helvetica, sans-serif; float:left; text-decoration:none;}
.rating{ float:left; width:100px; height:13px; background:url(../images/rating.png) no-repeat; margin-top:5px;  font:13px Arial, Helvetica, sans-serif;}
.star5{ background-position:0 0 ;}
.star4{background-position:0 -12px;}
.star3{background-position:0 -25px;}
.ititr{
    background:#fff!important;
	}
.hotel-table td {
			color:#333;
			font-size:12px;
			line-height:12px;
			padding:10px 0 10px 15px;
			border-right:1px solid #CCC;
			vertical-align:top;
		}
.hotel-table td strong{line-height: 18px!important;}
.hotel-table td img{ width:100px; height:100px; border:1px solid #ccc; padding:3px;}
.hotel-table td.highlights {
				font-size:11px;
			}
			
			h3.heading {
    text-transform:uppercase;
    width: 100%;
    border-bottom: 2px solid #446788;
    text-align: left;
    padding: 10px 0 0;
    color: #005FAC;
    font: bold 15px 'ppathak', Arial, Helvetica, sans-serif;
    line-height: 35px;
}

.cl {
    
    background: #2086d5;
    color: #fff;
    padding: 10px 23px;
}
.pageContain {
    background: #fff;
    width: 100%;
    
    padding: 5px 0 10px;
}

.fmhedr{float:right; height:31px; padding-left:10px; text-align:right;  width:850px;}

ul.fmhedrul{margin:0; padding:0; width:100%; float:right; text-align:right;  }
ul.fmhedrul li{ padding:0 5px; margin:0; line-height:31px; float:right; list-style:none;}
ul.fmhedrul li a{ text-decoration: none;
line-height: 31px;
font: 700 12px Arial, Helvetica, sans-serif;
color: #000;
background: #ccc;
padding: 8px 10px;
border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior:url(../images/border-radius.htc);
	-webkit-transition: background 1.5s ease, color 1s ease;
  -moz-transition: background 1.5s ease, color 1s ease;
  -o-transition: background 1.5s ease, color 1s ease;
  -ms-transition: background 1.5s ease, color 1s ease;
  transition: background 1.5s ease, color 1s ease;}
ul.fmhedrul li a:hover{ background:#005FAC; color:#fff; cursor:pointer; }
ul.fmhedrul li a.cact {
font-weight: bold;
background:#f90;
}

/*........... Contact Css ..............*/
#login_form {
    clear: none;
    float: left;
    width:100%;
	padding:10px 0 20px 20px;
	background: none repeat scroll 0 0 #EEF0F2;
border-bottom: 5px solid #446788;
border-radius: 0 0 5px 5px;
}
.emailbtnbox{
float:left;
     width:100%;
     padding:0;
     clear:left;
}
.submitEmail{
	background:#1f1a17 url(../images/email_ico.png) left center no-repeat;
	}
.submitEmail:hover{
	background:#005FAC url(../images/email_ico.png) left center no-repeat;
	}

a.btn{ text-decoration:none;
padding:8px 20px;
	  float:left;
	  padding-left:50px!important;
  
 color:#fff;
 font:15px 'swis721_cn_btroman', Arial, Helvetica, sans-serif;
 border-left: 2px solid #005FAC;
 border-right: 2px solid #005FAC;
border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior:url(../images/border-radius.htc);
	
	-webkit-transition: background 1.5s ease, color 1s ease;
  -moz-transition: background 1.5s ease, color 1s ease;
  -o-transition: background 1.5s ease, color 1s ease;
  -ms-transition: background 1.5s ease, color 1s ease;
  transition: background 1.5s ease, color 1s ease;
}
a.btn:hover{ 
border-left: 2px solid #1f1a17;
 border-right: 2px solid #1f1a17;/*da251d;*/
 color:#fff;
		 cursor:pointer;}

.input-prepend {
padding:0 0 15px 0;
width: 290px;
color: #888;
text-align:left;
}
.add-on{
	display: inline-block;
width: auto;
float:left;
height: 32px;
min-width: 14px;
padding: 5px 10px;
font-size: 14px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #fff;
background-color: #1f1a17;
border: 1px solid #1f1a17;
	}
.icon-user{
	display: inline-block;
width: 14px;
height: 14px;
margin-top: 3px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
	}
.name{
	background-position: -168px 0;
	}
.eml{background-position: -72px 0;}
.phn{background-position: -144px 0;}
.sub{background-position: -121px 0;}
.cat{background-position: -264px 0;}
.enam{background-position: 0 -72px;}
.eweb{background-position: -120px -72px;}
.ecal{background-position: -192px -120px;}
.eima{background-position: -118px -50px;}
#login_form label {
    clear: both;
    display: block;
    padding: 0 0 5px;
    text-align: left;
	color: #555555;
    float: left;
    font:bold 12px Arial, Helvetica, sans-serif;
	width:290px;
}

.inputcls:focus {
    -moz-transition: border-color 0.3s ease 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: red !important;
	outline:none!important;
}
.inputdrop{
	width: 230px;
	color: #555555;
	border: 1px solid #1f1a17;
    font: 12px Arial, Helvetica, sans-serif;
	padding: 7px 10px;
	background-color: #fff;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
	}
.inputcls {
    width: 230px;
	color: #555555;
	border: 1px solid #1f1a17;
    font: 12px Arial, Helvetica, sans-serif;
	padding: 8px 10px;
	background-color: #fff;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}
.winputcls {
    width: 230px;
	color: #A5A5A5;
	border: 1px solid #1f1a17;
    font: 12px Arial, Helvetica, sans-serif;

	padding: 8px 10px;
	background-color: #fff;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}
.inputarea:focus {
    -moz-transition: border-color 0.3s ease 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: red !important;
	outline:none!important;
}

.inputarea {
	height:105px;
    width: 252px;
	color: #555555;
	border: 1px solid #1f1a17;
    font: 12px Arial, Helvetica, sans-serif;
	padding: 8px 10px;
	background-color: #fff;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}
.ErrorControl
    {
        background-color: #FBE3E4;
        width: 230px;
        color: #555555;
        border: 1px solid red;
        font: 12px Arial, Helvetica, sans-serif;
        padding: 8px 10px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border linear .2s,box-shadow linear .2s;
        -moz-transition: border linear .2s,box-shadow linear .2s;
        -o-transition: border linear .2s,box-shadow linear .2s;
        transition: border linear .2s,box-shadow linear .2s;
    }
.Addr{
	padding:8px 0;
	text-align:left;
	float:left;
width:470px;
color:#666;
font:13px Arial, Helvetica, sans-serif!important;	
}
a.locmap{
text-decoration:none;	
	}
a.locmap img{
	border:1px solid #ccc;
	}
.fields {
padding: 8px 0 8px 0;
text-align: left;
float: left;
width: 470px;
color: #555;
font: bold 13px Arial, Helvetica, sans-serif!important;
}	
/*.......... contact css end here ...........*/
