/**********************************************************************
	Filename: global.css
	Project:  www.abintus.net
	
	Global style sheet
**********************************************************************/
/* Body Tag Definition */
body { margin-left:0; margin-top:0;	margin-right:0;	background-color:#666666; background-image : url(images/pageback.gif); background-repeat : repeat-xy; }

/* Assign font and color to the general styles */
font, th, td, p, span, div, textarea, a, ul, ol, li { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:12px;}
a { color:black; font-weight:bold; font-style:normal; text-decoration:underline; }
a:hover { color:#05a1e5; text-decoration: underline; }
hr { height:1px; color:#05a1e5; }

#page { width:770px; }
#banner { background-color:#05a1e5; height:16px; padding:2px; margin:0 0 4px 0; }
#navigation { background-color:#000000; height:50px; padding:0px; margin:0px; }
#navigation ul { margin:0px; padding:0px; line-height:50px; text-align:right; }
#navigation ul li { display:inline; padding:0 10px 0 0px; list-style-type:none; color:#ffffff; font-size:12px; }
#navigation ul li a { color:#ffffff; text-decoration:none; font-weight:bold; }
#navigation ul li a:hover { color:#05a1e5; text-decoration:none; }
#spanner { background-color:#ffffff;}
#flashBanner { margin-left:55px; margin-bottom:10px; }
#main {  background-image:url(images/contback.gif); background-color:#ffffff; text-align:left;}
#content { margin:0px 20px 10px 44px;  }
/* #content h1,h2,h3,h4 { color:#05a1e5; margin:0px; padding:2px 0 0 0; } */
#content h1,h2,h3,h4 { color:black; margin:0px; padding:2px 0 0 0; }
#content h1 { font-size:16px; font-weight:bold; text-transform:uppercase; }
#content h2 { font-size:14px; font-weight:bold; text-transform:uppercase; }
#content h3 { font-size:12px; font-weight:bold; font-style:italic; }
#content h4 { font-size:12px; font-weight:normal; font-style:italic; }
#footer { background-color:#05a1e5; height:16px; padding:2px; margin:0 0 4px 0; text-align:center; font-size:10px; color:#eeeeee; }
.crumb a { font-weight:bold; text-decoration:none; }
.detail { font-size:10px; font-weight:bold; }
.footnote { font-size:10px; }
.tblbox { border:1px solid #05a1e5; background-color:#eeeeff; /*#defcfe;*/}
.highlight { border:1px solid black; margin-left:20px; margin-bottom:20px;padding:10px; background-image:url(images/blockback.jpg);background-repeat:repeat-x; background-color:rgb(222,222,230);}
.highlighttitle { text-align:center; font-size:14px; font-weight:bold; color:black; text-transform:none; }

.tbl { border:1px solid #c0c0c0; }
.tblh { background-color:#dedee6;background-repeat:repeat-x;background-image:url(images/tblhdr.jpg); height:25px; font-weight:bold; }
.tbld { background-color:#ffffff; }
.tbld0 { background-color:#eeeeee; }
.tbld1 { background-color:#f8f8f8; }

