/* Main CSS file for http://ficara.com
 * Created By: Andreas Viklund
 * Created On: 15-11-2006
 * Modified By: Fidel A. Captain
 * Modified On: 24-4-2007
 */


/** Genereal Text Formats */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; 
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 18px;
	text-align: justify;
	line-height: 15px;
}

table {
	margin-top: 0px;
	margin-bottom: 10px;
}

.none {
	margin-bottom: 0px;
}

.sml {
	margin-bottom: 5px;
}

a {
	color: #3695E2;
}

a:hover {
	text-decoration: none;
}

a.nobdr {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}


#header h1 {
	display: none;
}

#header p {
	display: none;
}

h2 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding-left: 16px;
	background: url(../images/arrowlg.gif) no-repeat left;
}

h3 {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

h4 {
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.smlarrow {
	padding-left: 11px;
	background: url(../images/arrowsml.gif) no-repeat left;
}


/***** Images *****/

img { 
	border: none; 
}

.imgl {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imgr {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


/***** Forms *****/

form {
	margin: 0px;
	padding: 0px;
}

.loginTxt {
	width: 90px;
}

.loginBtn {
	width: 45px;
	height: 22px;
	background: url(../images/btnface.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}


/***** Miscellaneous *****/

hr { 
	display: none; 
}

.hr1 {
	clear: both;
	height: 31px;
	background: url(../images/hr.gif) repeat-x left center;
}

.lstFicara {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 20px;
}

#googleads {
	height: 600px;
	padding-left: 15px;
}

#googleadssm {
	height: 280px;
	padding-left: 15px;
}


/* The following are used for all forms */

fieldset {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border: 1px solid #3695E2;
	border-top: 5px solid #3695E2;
	background: #F3F5F6;
	}

label {
	display: block;
	float: left;
	}

input:focus, textarea:focus, select:focus {
	background: #F3F5F6;
	}

p.head {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #666666;
	}

p.btnpadding {
	padding-top: 20px;
	}

/* The following are used for the QuickNote form */

fieldset#quicknote {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 280px;
	}

label.qn {
	width: 80px;
	}

input.qn {
	width: 185px;
	}
	
textarea.qn {
	width: 185px;
	height: 100px;
	}
	
input.qnbtn {
	width: 80px;
	font-size: 11px;
	}	
	
/* For the error message */
.errMsgQN {
	background: #f3f5f6;
	color: #FF0000;
	margin: 0px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #3695e2;
	width: 300px;
	display: block;
	}
	
/* General stuff */
.red {color: #FF0000; }
.center {text-align: center;}


