/*
CSS Stylesheet | Vereda | Shared | Footer
Author: coCoKNIght
Author Web: www.cocoknight.com
Company: Vereda
Company Web: vereda.saber.ula.ve
*/

img {border: 0} /*shouldn't be nessesary, gotta find the bug*/

/*Footer Layout*/
#vPreFooter {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background-position: 0 1px;
}

#vFooter {
	font-size: 14px;
	color: white;
	background: #282928;
}

#vFooterContent {
	color: #473e37; background:#c6c7bf; border:2px solid #fff;
        border-radius:12px; -moz-border-radius:12px; -webkit-border-radius:12px; -khtml-border-radius:12px;
}

#vFooterCredits, #vFooterLogin, #vFooterVereda, #vFooterContact {
	float: left;
	width: 190px;
	padding: 15px;
	margin: 15px;
        border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -khtml-border-radius:8px;
        background: #e9d4b4;
	height: 220px;
        border:2px solid #fff;
}

#vFooterContact{ width:240px; text-align:center; }
#vFooterCredits{ width:367px; margin-right:0px; }
#vFooterCredits table{ width:100%; }
#vFooterCredits table td{ vertical-align:middle; text-align:center; height:110px; }





html>body #vFooterCredits, html>body #vFooterLogin, html>body #vFooterContact {/*this must be hidden from ie6 because it doesn't natively support transparent PNGs which is enabled through the propietary 'filter' property in vFooterIE.css*/
	background: #e9d4b4;
}

#vFooterVereda {
	font-size: 13px;
	text-align: left;
	width: 280px;
	margin: 0px 9px;
	padding: 8px 0 0 0;
}

html>body #vFooterVereda {/*this must be hidden from ie6 because it doesn't natively support transparent PNGs which is enabled through the propietary 'filter' property in vFooterIE.css*/
	background: url(images/footermod1.png) no-repeat center top;
}

#vFooterManagerLogin {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 20px;
}

#vFooterManagerLogin {background: url(images/vFooterManagerBg50x18.jpg) no-repeat right bottom}

/*Footer Styling*/
#vFooter h4 {
	padding-bottom: 16px;
	line-height: 5px;
	font-weight: bold;
        font-size:120%;
        text-align:center;
}

#vFooter p {
	padding: 4px 0;
}

#vFooter a {
	padding: 0;
	color: #473e37;
	text-decoration: none;
}

#vFooter a:hover {
	color: #536759;
        font-weight:bold;
}

#vFooter span {
	display: none;
}

/*Footer Vereda*/
#vFooterVereda div {
	float: left;
	width: 138px;
}

#vFooterVereda h3 {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}

#vFooterVereda h4 {
	padding: 0 18px;
}

#vFooterVereda ul {
	padding: 0 2px;
}

#vFooterVereda li {
	list-style: none;
	line-height: 20px;
}

#vFooterVereda a {
	display: block;
	padding: 2px 10px;
}

/*the following PNG must be hidden from ie6 because it doesn't natively support transparent PNGs which is enabled through the propietary 'filter' property in vFooterIE.css*/
html>body #vFooterVereda a {
	background: url(images/vFooterVeredaLiAll.png) no-repeat right bottom;
}

html>body #vFooterVereda .vTextRight a {
	background: url(images/vFooterVeredaLiAll.png) no-repeat right top;
}

html>body #vFooterVereda a:hover {
	background: url(images/vFooterVeredaLiAll.png) no-repeat left bottom;
}

html>body #vFooterVereda .vTextRight a:hover {
	background: url(images/vFooterVeredaLiAll.png) no-repeat left top;
}

html>body #vFooterContact li {
	margin: 0 0 0 8px;
	padding: 0 0 8px 0;
	list-style: none;
        color:#473e37;
}

html>body #vFooterContact li a {
        color:#473e37;
}


/*Footer Manager Login*/
#vFooterManagerLogin a { display:none;
	position: relative;
	margin-bottom: 0px;
	margin-right: 30px;
}

/*Footer Login Form*/
#vFooterLogin label { 
	display: block;
	margin-top: 5px !important;
}

#vFooterLogin input {
	width: 144px;
}

#vFooterLogin label#recordarme {
	float: left;
	margin-right: 6px;
}

#vFooterLogin #checkbox_1 { 
	width: auto;
	float: left;
	margin-top: 5px;
}

#vFooterLogin h5 {
	display: none;
}

#forgotpsswd, #forgotpsswd a  {
	font-size: 80%; color:#473e37;
}

a#forgotpsswd:hover {font-size: 85% color:#473e37;}

#register, #register a {
	font-size: 90%; color:#473e37;
}
