/*
-----------------------------------------------
BCACA - www.bcaca.com
author:   Logistica Systems
version:  02.32.2005
----------------------------------------------- 
Colors: 

bg blue:#6292C3		dk blue (side & text) #002C58

----------------------------------------------- */


html,body{
	font: normal 13px Arial, Helvetica, sans-serif; 
	color: #002C58; 
	margin: 0; 
	padding: 0;
}

body {
	background: #6292C3 url(/images/bg_shade.gif) repeat-y 50% 0; 
	background-attachment: fixed; margin: 0; padding: 0;}

h1 {
	font: bold 13pt  Arial, Verdana, sans-serif; 
	color: #004285; 
	margin: 0; 
	padding: 0;
}
h2 {
	font: bold 11pt  Arial, Verdana, sans-serif; 
	color: BLACK; 
	margin: 0; 
	padding: 0;
}

p {
	color:#002C58;
	line-height: 140%;
	margin:0 0 .5em 0;
}

li {list-style-type: square; padding-bottom:.3em;}

td.contentcell	{background-color: #C3D0DD; padding: 0.5em 1em .5em 1em;}
td.leftcol		{background: #4E6A1A url(/images/bg_left.gif) repeat-y;}
td.navigation	{background: #004285 url(/images/bg_nav.gif) repeat-y; }
td.navigation	{background: #004285 url(/images/bg_nav.gif) repeat-y; }
td.caption		{font: italic 8pt  Arial, Verdana, sans-serif;}

/* Misc */
.pixelborderpadded	{border: 1px solid BLACK; Padding: 5px; background-color:WHITE}
.copyright { FONT-SIZE: 9px; COLOR: #002553; FONT-FAMILY: Verdana, Arial; margin-right:15px}
.small { font-size:10px; line-height:100%;}

.imagepadright {margin-right:1em}
.imagepadleft {margin-left:1em}

.outsideborder	{border: 1px solid #000000; }
.bottom_line {border-bottom: 1px solid #000000; }

/*Legal Classes*/

A.logistica			{FONT-SIZE: 9px; COLOR: #002553; FONT-FAMILY: Verdana, Arial, sans-serif; TEXT-DECORATION: none;}
A.logistica:link	{COLOR: #002553;}
A.logistica:visited {COLOR: #002553;}
A.logistica:hover	{COLOR: #666666; TEXT-DECORATION: underline;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
position: absolute;
z-index: 2;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: -100px; /*position where enlarged image should offset horizontally */

}

ul.list
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.list li {
	line-height: 120%; list-style-type: none;
	padding-left: 12px; 

 }

/* Links Members Page*/
a.linkm				{font: normal 14px  Arial, Verdana, sans-serif; text-decoration: none; }
a.linkm:link		{color: #003399; text-decoration: none}
a.linkm:visited		{color: #003399; text-decoration: none; }
a.linkm:hover		{color: #000000;  text-decoration: none}


a img			{border-width: 0; border-style: none; }

/* Generic Link */
a.link			{font-size: 10pt; text-decoration: underline;}
a.link:link		{color: #3399cc; text-decoration: underline;}
a.link:visited	{color: #3399cc; text-decoration: underline;}
a.link:hover	{color: #C46C36; text-decoration: underline;}