a, a:visited {
	color:#031c66;
}
a:hover {
	color:#031c66;
}

/* LAYOUT */
body {
	background-color:#e0e0e0;	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
}

.fButton, 
.fForm .buttons input,
.page-filters input {
	background-color:#616061;
	font-size: 14px;
	padding: 8px 14px;
	color:#ffffff !important;
	text-decoration: none;
	display: inline-block;
	border: 0px none;
}

#fWrapper {
	margin:20px auto;
	width:1024px;
	
	}

.fForm input,
.fForm select,
.fForm textarea {
	border-color: #a3a3a3;
}
.fForm input:focus,
.fForm select:focus,
.fForm textarea:focus {
    outline:none;
}

#fPage {
	border:1px solid #a3a3a3;background-color:#ffffff;}

#fHeader {
	background-color:#ffffff;
			display:none	border:0px none;
}
#fContent h1 {
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
    font-size:18px;
}

.fModuleTitle,
.fForm legend {
	background-color:#616061;	
}
.fModuleTitle h3,
.fForm legend {
	color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
}
.fForm legend {
	display:block;
	width:100%;
	padding:0px !important;
}

#fSidebarLeft {
	display:none;
}

#fSidebarRight {
display:none;
}

#fContent {
	background-color:#ffffff;}
#fContentContainer {
	width: 1024px;
	margin: 0 auto;
}

#fMatter {
	width: 100%;
}
#fMatter.sR {
		width:1004px;	
}
#fMatter.sL {
		width:1004px;	
}
#fMatter.sR.sL {
		width:1004px;
}


#fFooter {
	border:0px none;
}

/* FORM */
.fForm input, .fForm select, .fForm textarea {
font-size:;
}

.fListing {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #a3a3a3;
}
.fListing td,
.fListing th {
	padding: 0.5rem;
	border-bottom: 1px solid #a3a3a3;
	vertical-align: top;
	text-align: left;
}
.fListing th {
	color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
	background-color:#616061;
	text-transform: uppercase;
}


/* 25th Neuro Update Chennai 2027 Theme CSS */

:root{
 --nu-blue:#438ec8;
 --nu-blue-dark:#174d86;
 --nu-gold:#d5a62a;
 --nu-white:#ffffff;
 --nu-border:#c9dbea;
 --nu-red:#b21f2d;
}

body{
 font-family:"Segoe UI",Arial,sans-serif;
 background:#f7fbff;
 color:#333;
}

#fPage{
 max-width:1120px;
 margin:auto;
 background:#fff;
 border-radius:20px;
 overflow:hidden;
 box-shadow:0 12px 35px rgba(23,61,112,.15);
}

#fHeader{
 min-height:220px;
 padding:35px 40px 65px;
 background:linear-gradient(135deg,#174d86,#438ec8);
 border-bottom:8px solid #d5a62a;
 color:#fff;
 position:relative;
}

#fHeader:after{
 content:"25th Neuro Update Chennai 2027 | 7th January 2027 | Taj Fisherman's Cove Resort & Spa, Kovalam, Chennai";
 position:absolute;
 bottom:25px;
 left:40px;
 color:#fff;
 font-weight:700;
}

#fHeader h1{
 color:#fff;
 font-size:46px;
 font-weight:800;
}

#fPageTitle{
 background:#f7fbff;
 padding:25px 35px;
 border-bottom:1px solid #c9dbea;
}

#fPageTitle h1{
 color:#174d86;
 font-weight:800;
}

#fPageTitle h1:after{
 content:"";
 display:block;
 width:90px;
 height:5px;
 margin-top:10px;
 background:#d5a62a;
}

#fContentContainer{
 padding:30px;
}

.fModule,fieldset{
 background:#fff;
 border:1px solid #c9dbea;
 border-radius:16px;
 box-shadow:0 8px 22px rgba(0,0,0,.06);
 margin-bottom:25px;
}

.fModuleTitle,fieldset legend{
 background:linear-gradient(90deg,#174d86,#438ec8);
 color:#fff;
 border-bottom:4px solid #d5a62a;
}

.fModuleTitle h3,fieldset legend span{
 padding:15px 20px;
 color:#fff;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select,
textarea{
 width:100%;
 padding:11px;
 border:1px solid #c9dbea;
 border-radius:8px;
}

.registration_slab tr.heading td{
 background:linear-gradient(135deg,#174d86,#438ec8)!important;
 color:#fff!important;
 text-align:center;
 font-weight:800;
}

.registration_slab tr.heading td *,
.registration_slab .headingDate,
.registration_slab .headingDate *{
 color:#fff!important;
}

.registration_slab tr.heading td span,
.registration_slab tr.heading td small{
 color:#ffe9a8!important;
}

.registration_cost{
 color:#b21f2d!important;
 font-weight:800;
}

input.submit,
button,
input[type=submit],
input[type=button]{
 background:linear-gradient(135deg,#174d86,#438ec8);
 color:#fff!important;
 border:none;
 padding:12px 28px;
 border-radius:30px;
 font-weight:800;
}

input.submit:hover,
button:hover{
 background:#d5a62a;
}

.runner li a{
 background:#f4f9fd;
 border:1px solid #c9dbea;
 border-radius:10px;
}

.runner li.current a{
 background:#438ec8;
 color:#fff;
}

.runner li.completed a{
 background:#43805b;
 color:#fff;
}

table{
 width:100%;
 border-collapse:collapse;
}

td,th{
 padding:12px;
 border:1px solid #dce7ef;
}

th{
 background:#174d86;
 color:#fff;
}

#fFooter{
 background:#174d86;
 color:#fff;
 border-top:6px solid #d5a62a;
}

@media(max-width:700px){
 #fHeader{padding:25px 20px 75px;}
 #fHeader h1{font-size:30px;}
 #fContentContainer{padding:15px;}
}
