/* (c) 2003 by Gisler Informatik */
/* $Id: oscg.css,v 1.18 2004/05/27 20:00:53 rog Exp $ */

/*--- Layout ---*/

body { margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; }

table {
	border: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

table.nav1 {
	border-bottom : 2px solid Black;
	padding-bottom : 10px;
}

table.nav2 {
	border-bottom : 2px solid Black;
	padding-bottom : 9px;
}

td.logo {
	font-size: 1px;
	text-align: left;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

td.header-left	{
	background-color: #008000;
	border-top : 1px solid #004000;
	border-bottom : 1px solid #004000;
	font-family : Tahoma;
	font-size: 11px;
	color : White;
	text-align : left;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 8px;
}
td.header-right	{
	background-color: #008000;
	border-top : 1px solid #004000;
	border-bottom : 1px solid #004000;
	font-family : Tahoma;
	font-size: 11px;
	color : White;
	text-align : right;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 8px;
}

td.layout-left {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: top;
	width: 172px;
	max-width: 172px;
	min-width: 172px;
}

td.content {
	min-width: 300px;
	border-left: 1px dotted Gray;
	border-right: 1px dotted Gray;
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-stretch: expanded;
}

td.layout-right {
	vertical-align: top;
	text-align: left;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
}

/*--- Navigation ---*/

td.layout-nav {
	padding-top: 4px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F0F0F0;
	vertical-align: top;
	text-align: left;
	font-family : Verdana, Arial; 
	font-weight: normal; 
	font-size: 13px;
}

td.nav1 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border: solid 1px #F0F0F0;
}

td.nav1:hover {
	color: Black;
	background: #e8e8e8;
	border: solid 1px #a0a0a0;
}

td.nav1curr {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	background: #FFFFFF;
	border: solid 1px #E0E0E0;
	font-weight: bold;
}

td.nav2 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border: solid 1px #F0F0F0;
	text-align: right;
	font-weight: normal; 
	font-size: 12px;
}

td.nav2:hover {
	color: Black;
	background: #e8e8e8;
	border: solid 1px #a0a0a0;
}

td.nav2curr {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	background: #FFFFFF;
	border: solid 1px #E0E0E0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

/*--- News ---*/

table.news {
	border-spacing : 5px 10px;
}

td.news {
	padding: 1px 5px 1px 5px;
	width : 100%;
	background-color : #F0F0F0;
	font-family : Tahoma;
	border : 1px solid #E0E0E0;
}

div.date {
	font-style: italic;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size : 11px;
}

div.news {
	margin-top: 1px;
	margin-bottom: 1px;
	font-size : 12px;
}

div.datedetail {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 1px;
	font-size : 11px;
	border-bottom: 1px solid #E0E0E0;
}

div.newsdetail {
	padding-top: 1px;
	padding-bottom: 10px;
	font-size : 13px;
}


/*--- Diverses ---*/

td.footer {
	vertical-align: top;
	text-align: left;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	font-family : Arial;
	font-size : 11px;
}

/*--- Links ---*/

a:link    {color:#007000; background-color:transparent;}
a:visited {color:#007000; background-color:transparent;}
a:active  {color:#007000; background-color:transparent;  }
a:hover   {color:#00B000; background-color:transparent; }

a.navpath:link    {color:#ffffff; background-color:transparent; text-decoration: none;}
a.navpath:visited {color:#ffffff; background-color:transparent; text-decoration: none;}
a.navpath:active  {color:#ffffff; background-color:transparent; text-decoration: none;}
a.navpath:hover   {color:#ffffff; background-color:transparent; text-decoration: none;}

a.nav1:link    {color:#007000; background-color:transparent; text-decoration: none; }
a.nav1:visited {color:#006000; background-color:transparent; text-decoration: none; }
a.nav1:active  {color:#007000; background-color:transparent; text-decoration: none; }
a.nav1curr:link    {color:#007000; background-color:transparent; text-decoration: none; }
a.nav1curr:visited {color:#006000; background-color:transparent; text-decoration: none; }
a.nav1curr:active  {color:#007000; background-color:transparent; text-decoration: none; }

a.nav2:link    {color:#007000; background-color:transparent; text-decoration: none; }
a.nav2:visited {color:#006000; background-color:transparent; text-decoration: none; }
a.nav2:active  {color:#007000; background-color:transparent; text-decoration: none; }
a.nav2curr:link    {color:#007000; background-color:transparent; text-decoration: none; }
a.nav2curr:visited {color:#006000; background-color:transparent; text-decoration: none; }
a.nav2curr:active  {color:#007000; background-color:transparent; text-decoration: none; }

a.news         {font-family : Verdana, Arial; font-weight: bold; font-size: 13px; }
a.news:link    {color:#008000; background-color:transparent; text-decoration: none; }
a.news:visited {color:#007000; background-color:transparent; text-decoration: none; }
a.news:active  {color:#008000; background-color:transparent; text-decoration: none; }
a.news:hover   {color:#00B000;	background-color: transparent; text-decoration: underline;}

a.news_archive         {font-family : Verdana, Arial; font-weight: normal; font-size: 12px; }
a.news_archive:link    {color:#008000; background-color:transparent; text-decoration: none; }
a.news_archive:visited {color:#007000; background-color:transparent; text-decoration: none; }
a.news_archive:active  {color:#008000; background-color:transparent; text-decoration: none; }
a.news_archive:hover   {color:#00B000;	background-color: transparent; text-decoration: underline;}

/*--- Content-Styles ---*/

p { 
   margin-top: 1px; 
   margin-bottom: 8px; 
   margin-left: 0px; 
   margin-right: 0px; 
}

p.help { 
   margin-top: 20px; 
   margin-bottom: 20px; 
   margin-left: 30px; 
   margin-right: 30px; 
   font-family : Verdana, Arial; 
   font-size : 14px; 
}

h2 { 
   font-family : Verdana, Arial; 
   font-size : 18px; 
   font-weight : bold; 
   margin-top: 2px; 
   margin-bottom: 10px; 
}

h3 { 
   font-family : Verdana, Arial; 
   font-size : 14px; 
   font-weight : bold; 
   margin-top: 12px; 
   margin-bottom: 8px;
}

h4 { 
   font-family : Verdana, Arial; 
   font-size : 12px; 
   font-weight : bold; 
   margin-top: 8px; 
   margin-bottom: 4px;
}

div.code { 
   font-family : Courier, Courier New, serif;	
   font-size : 11px; 
   margin-top: 0px; 
   margin-bottom: 10px; 
   background-color: #fafafa; 
   padding: 4px; 
   border: 1px solid #a0a0ff; 
}

ul {
	list-style: disc outside;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}

li {
	padding-bottom: 1px;
	padding-top: 1px;
}

th {
	background-color: #F0F0F0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: Green;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008000;
}

td.tab {
	border-right-color: #D3D3D3;
	border-right-style: solid;
	border-right-width: 1px;
	border-spacing: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align : top;
}

td.tab:first-child {
	border-left-color: #D3D3D3;
	border-left-style: solid;
	border-left-width: 1px;
}

pre.source {
	background: #F0F0F0;
	border: 1px solid Silver;
	padding: 2px 2px 2px 5px;
	margin-left: 12px;
}

td.dir {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

