
/*
GLOBAL CSS FILE
DATE : 26 March 2007
AUTHOR : Leonardo
COMMENTS :  
*/


/* ------------------------------------- GLOBAL ------------------------------------ */



html, body
{
	margin : 0;
	padding : 0;
	height : 100%;
	border : none;
}

body
{
	text-align :	center;
	background-image : url(../images/bg_gral.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

.fullheight { height :	100%; }

form { margin : 0px; }

p
{
	margin : 2px;
	padding :	0px;
}

a, a:hover
{
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 14px;
	text-decoration : none;
	font-weight : normal;
}

a { color : #B61030; }

a:hover
{
	color : #B61030;
	text-decoration : underline;
}

/* ------------------------------------- HEADER ------------------------------------- */


.menulink, .menulink:hover, .menuselected
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	text-decoration : none;
	padding-left :	4px;
	padding-right :	4px;
	font-weight : normal;
}

.menulink { color : #FFFFFF; }

.menulink:hover { color : #B6E6F1; }

.menuselected { color : #B6E6F1; }

/* ------------------------------------- BODY ------------------------------------- */



.maintext, .text
{
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 14px;
	text-decoration : none;
	text-align : justify;
}

.maintext { color : #203F4F; }

.text { color : #5F5A4B; }

.titles, .titleslink, .titleslink:hover
{
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 18px;
	text-decoration : none;
	font-weight : normal;
}

.titles
{
	color : #B61030;
	padding-left :	4px;
	padding-right :	4px;
}

.titleslink { color : #B61030; }

.titleslink:hover { color : #7C95B7; }

/* ------------------------------------- FOOTER ------------------------------------ */


.submenulink, .submenulink:hover, .submenuline
{
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 12px;
	text-decoration : none;
	padding-left :	4px;
	padding-right :	4px;
	font-weight : bold;
	color : #5F5A4B;
}

.submenulink:hover { color : #FFFFFF; }

.submenuselected { color : #FFFFFF; }

.baracci, .baracci:hover, .copy
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
	color : #FFFFFF;
	padding-left : 12px;
	padding-right : 8px;
}

.baracci:hover { color : #B6E6F1; }

/* ---------------------------------- FORM ELEMENTS --------------------------------- */


.input
{
	font-family : "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #81A64F;
	padding-left : 4px;
	padding-right : 4px;
	border : 1px solid #81A64F;
	background-color : #F5FCDA;
}

.select
{
	font-family : "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #81A64F;
	border : 1px solid #81A64F;
	background-color : #F5FCDA;
}


/* ------------------------------------- MISC -------------------------------------- */
