/*--------------- common styles ---------------------*/
/* The color #336699 is the zulu-specific blue. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
	line-height: 1.2;
	font-size: 11px;
}
code {font-family: "Courier New", Courier, mono; color: #FF6900;}
pre  {font-family: "Courier New", Courier, mono;
      color: black; background-color: #eeeeee;
	   border: 1pt solid; border-color: #336699; width: 0;
	   padding-right: 7pt; padding-left: 7pt; padding-top: 7pt; padding-bottom: 7pt;
	   overflow: auto; width: auto;
	   /* white-space: pre; */
	   }
p    {font-size: 10pt;}
tr   {font-size: 10pt;}
h1, h2, h3, h4 {font-weight: bold; color: #369;}
h1   {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 18px;
}
h2   {
	margin-top: 7px;
	margin-bottom: 4px;
	font-size: 16px;
}
h3   {margin-top: 7px; margin-bottom: 4px; font-size: 12px;}
h4   {margin-top: 7px; margin-bottom: 4px; font-size: 11px;}
td   {}
li   {}
ul   {margin-top: 2px; margin-bottom: 2px;}
ol   {margin-top: 2px; margin-bottom: 2px;}
hr   {color: #369; height: 1px;}
b    {color: #369;}
strong {color: #369;}
img  {border: none; display: block;}
a          {color: #369;}
a:hover    {color: #000077;}
a:visited  {color: #996699;}

.hide		{display: none;}

#tenet	{
	width:300px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
}
/*--------------- Styles used in the template only ---------------------*/
#topDiv {
	margin: 0px auto;
	width:781px;
	background:url(zulu_root_marker/../../zulu_favorite_images/top.gif) no-repeat;
	height:42px;
	}
div.container {
	font:inherit;
	margin: 0px auto;
	width:781px;
	background: url(zulu_root_marker/../../zulu_favorite_images/bg.gif) repeat-y center;
	height:auto;
	text-align: center;
}
#bottomDiv {
	margin: 0px auto;
	width:781px;
	background:url(zulu_root_marker/../../zulu_favorite_images/bottom.gif) no-repeat;
	height:42px;
	}
div.footerinc {
	background: none;
	margin: 0px auto;
	width:781px;
	height:50px;
	vertical-align:middle;
	text-align: center;
	}

table.table_template tr td {
/*	white-space: no-wrap; */
	text-align:left;
	padding-left:15px;
}

table.footer a img {
/*	opacity:0.5;
*/	border:0;
}
/*table.footer a:hover img{opacity:1;}*/

td.td_header_footer {
	color: #2a4184;
	padding-top: 3px;
	padding-bottom: 3px; 	
	background: #fff url("zulu_root_marker/../../zulu_favorite_images/head_stripes.gif");
	}
td.td_header_footer a         {color: #2a4184; text-decoration: none;}
td.td_header_footer a:hover   {color: #2a4184; text-decoration: underline;}
td.td_header_footer a:visited {color: #2a4184; text-decoration: none;}
/*--------------- Styles used for the navigation-menu on the left side ---------------------*/
td.td_menu              {color: #FF6900; font-weight: bold;}
td.td_menu a            {color: #2a4184; font-weight: bold; text-decoration: none;}
td.td_menu a:visited    {color: #2a4184;}
td.td_menu a:hover      {color: #2a4184; text-decoration: underline;}
/*
td.td_menu span.fixed   {color: #FF6900; font-family: "Courier New", Courier, mono; font-weight: bold;}
*/
