a, a:visited {
	color:#;
}
a:hover {
	color:#;
}

/* LAYOUT */
body {
	background-color:#ffffff;	color:#;
	font-family:Helvetica, Arial, sans-serif;
    font-size:12px;
}

.fButton, 
.fForm .buttons input,
.page-filters input {
	background-color:#dedede;
	font-size: 12px;
	padding: 8px 14px;
	color:#e36a32 !important;
	text-decoration: none;
	display: inline-block;
	border: 0px none;
}

#fWrapper {
	margin:20px auto;
	width:780px;
	
	}

.fForm input,
.fForm select,
.fForm textarea {
	border-color: #ff0000;
}
.fForm input:focus,
.fForm select:focus,
.fForm textarea:focus {
    outline:none;
}

#fPage {
	border:0px solid #ff0000;background-color:#f5d5b5;}

#fHeader {
	background-color:#;
			display:none	border:0px none;
}
#fContent h1 {
	color:#666565;
	font-family:;
    font-size:16px;
}

.fModuleTitle,
.fForm legend {
	background-color:#dedede;	
}
.fModuleTitle h3,
.fForm legend {
	color:#e36a32;
	font-family:;
    font-size:14px;
}
.fForm legend {
	display:block;
	width:100%;
	padding:0px !important;
}

#fSidebarLeft {
	display:none;
}

#fSidebarRight {
display:none;
}

#fContent {
	background-color:#;}
#fContentContainer {
	width: 780px;
	margin: 0 auto;
}

#fMatter {
	width: 100%;
}
#fMatter.sR {
		width:760px;	
}
#fMatter.sL {
		width:760px;	
}
#fMatter.sR.sL {
		width:760px;
}


#fFooter {
	border:0px none;
}

/* FORM */
.fForm input, .fForm select, .fForm textarea {
font-size:1rem;
}

.fListing {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ff0000;
}
.fListing td,
.fListing th {
	padding: 0.5rem;
	border-bottom: 1px solid #ff0000;
	vertical-align: top;
	text-align: left;
}
.fListing th {
	color:#e36a32;
	font-family:;
    font-size:14px;
	background-color:#dedede;
	text-transform: uppercase;
}


body {
	background:url(http://mci-group.in/wp-content/themes/corabase-mci/images/bodyBg.jpg) top repeat-x;
}
.fForm label {
	width:250px;
	color:#9D4E00;
	text-transform:uppercase;
}
.fForm .hint,
.fForm .error {
	margin-left:255px;
}
.fModuleEventInfo .fModuleTitle {
	display:none;
}
.fModuleTitle,
.fForm legend {
	font-size:13px;
	font-weight:bold;
	color:#9D4E00;
	background:none;
	border-bottom:1px dotted #9D4E00;
	text-transform:uppercase;
}

#fHeader h1 {
	background-position:center center;
}
#fContent h1 {
	background:#ededed;
	color:#E4692E;
	padding:25px 10px 5px 10px;
	border-bottom:10px solid #fff;
	margin:0px -10px 0px;
	margin-bottom:20px;
	
}

.fForm p.buttons {
	text-align:left;
	border-top:1px dotted #9D4E00;
	padding-top:20px !important;
}
p.buttons input {
	float:left;
	text-transform:uppercase;
	border:1px solid #9D4E00;
	font-weight:bold;
	color:#fff;
	background:#9D4E00;
	padding:8px 12px;
}