/*Style sheet for Fresh Air 1024x768 must be included with HTML.*/
/*Styles for body.*/
body
{
	margin:0px auto;
	padding:0;
	font:100% Verdana, Helvetica, Tahoma, Arial, sans-serif;
	background-color:#ffffff;
	color:#494949;
}

hr {
  height: 3px;
  border-top: 1px dashed #000055;
  border-bottom: 1px dashed #000055;
  border-left: none;
  border-right: none;
}


/*Styles for the headers at the top. */
#header
{
	margin: 0px auto;
	width:100%;
	background-color:#bbddff;
	line-height:1.4em;
	text-align: left;
	font-size: 0.75em;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px dotted #000044;
}

#InnerHeader
{
	margin: 0px auto;
	/* width:90%; */
	/* border:10px solid #CCD9B4; */
	text-align: center;
	background-color: #9AB46A;
}

/*Styles for the Title of the page with shadow effect. */
#Title
{
	margin:-72px 0 0 0;
	padding:10px 0 0 19px;
	background-color:Transparent;
}
#Title a
{
	color:#ffffff;
	text-decoration:none;
	background-color:inherit;
	font-size:4em;
	font-weight:normal;
	font-family:inherit;
}

#InnerHeader h2
{
	margin:0 auto;
	color:#ffffff;
	background-color: #9AB46A;
	font-size:1.6em;
	font-weight:normal;
}

#InnerHeader a
{
	color:#000044;
	text-decoration: none;
	font-size:1.6em;
	font-weight:normal;
}


/*Styles for the horizontal menu*/
#navcontainer1 
{
text-align: right;
margin: 5px;
}

#navlist1 li
{
display: inline;
list-style-type: none;
padding-left: 20px;
}

#navlist2
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist2 ul, #navlist2 li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist2 a:link, #navlist2 a:visited
{
float: left;
line-height: 16px;
font-weight: bold;
font-size: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #666;
}

#navlist2 a:link#current, #navlist2 a:visited#current, #navlist2 a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist2 a:hover { color: #000; }


/*Styles for the main contents in the page. */
.ContentArea
{
	margin: 0 0 0 22%;
	text-align: left;
	padding: 0px 10px 6px 10px;
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color: #494949;
	font-size: 1.0em;
}
.ContentArea h1, .ContentArea h2, .ContentArea h3
{
	margin:8px 0 8px 0;
	padding: 6px 10px 6px 10px;
	/*background-color:#fff13c;*/
	font-family: "Century Gothic", Arial, Helvetica, Tahoma, sans-serif;
	text-align: center;
	color:#000022;
	font-size: 1.6em;
}

.ContentArea h1
{
	background-color:#bfbfbf; /*#fff13c;*/
	text-align: center;
	font-size: 1.6em;
	border: 1px solid #000000;
/*	background-image: url('/templates/new-s11n/menu-gradient.png');
	background-repeat: repeat-x;
	background-position: top,left;
	height: 20px;*/
	color: #000000;

}

.ContentArea h2
{
	text-align: left;
	font-size: 1.4em;
}

.ContentArea h3
{
	text-align: left;
	font-size: 1.2em;
}


.ContentArea p
{
	margin: 5px;
	padding: 0 0 10px 5px;
	background-color:inherit;
}
.ContentArea a
{
	background-color:inherit;
	text-decoration: underline;
	color: #000044;
}

.ContentArea a:hover
{
	background-color:#000044;
	text-decoration: underline;
	color: #ffffff;
}


.LogoContainer
{
	background-color:#bbddff;
	color: #000022;
	width: 200px;
	text-align: center;
	font-size: 0.8em;
	padding: 0px;
	border: 1px dotted #000044;
	margin: 0 0 1em 0;
	line-height: 1.0em;
}

.NavigationContainer
{
	background-color:#bbddff;
	line-height:1.4em;
	text-align: left;
	font-size: 0.85em;
	padding: 0px;
	border: 1px dotted #000044;
	margin: 0 0 1em 0;
}


.NavigationContainer h3
{
	margin:0px 0px 4px 0px;
	height: 20px;
	padding: 2px 2px 2px 2px;
	/*background-color:#CCD9B4;*/
	font-family: "Century Gothic", Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#000000;
	/*border: 1px solid #000033;*/
	background-color: #bfbfbf;
	border-bottom: 1px dotted #000000;
	font-size: 1.2em;
/*    background-image: url('/templates/new-s11n/menu-gradient.png');
    background-repeat: repeat-x;
    background-position: top,left;*/

}
#header a, .NavigationContainer a
{
	text-decoration: none;
	color: #000044;
}
.NavigationContainer a:hover
{
	background-color:#000044;
	color: #F2F5EC;
}


/*Styles for the page footer. */
#Footer
{
	background-color:#d3edff;
	border:solid 1px #666;
	text-align: center;
	color: #000022;
	font-size: 0.8em;
}

#Footer a
{
	text-decoration: underline;
	color: #000022;
}

#FooterContent
{
	text-align: left;
	padding-left:10px;
}

#FooterSumanasa
{
	text-align: right;
	padding-right: 10px;
}


/*th.filelist	{
  color: #000022;
  background: #ffe000;
  border-top: 1px solid #000033;
  border-bottom: 1px solid #000033;
}

td.highlight1 {
  color: #000022;
  background: #ffffaa;
border-bottom: 1px solid #000055;
}
td.highlight0 {
  color: #000022;
  background: #fff35d;
border-bottom: 1px solid #000088;
}*/
th.filelist	{
  color: #000022;
  background: #bbddff;
  border-top: 1px solid #000033;
  border-bottom: 1px solid #000033;
}

td.highlight1 {
  color: #000022;
  background: #e0e0e0;
border-bottom: 1px solid #000055;
	text-align:left;
}
td.highlight0 {
  color: #000022;
  background: #cceeff;
border-bottom: 1px solid #000088;
text-align:left;
}


.news {
  color: #000022;
  background: #f0f0f0;
  border: 1px solid #222255;
  padding: 5px;
  font-size: 1.0em;
}

.bigquote {
  color: #2222ff;
  background: #ffff00;
  border: 1px solid #2222ff;
  padding: 5px;
}

.achtung {
  color: #ff0000;
  background: #ffff00;
  border: 1px solid #ff0000;
  padding: 5px;
}


.mild_warning {
  color: #000000;
  background: #ffffaa;
  border: 1px solid #ff0000;
  padding: 5px;
}


.code {
  font-family: monospace;
  color: #000000;
  background: #f0f0f0;
  border: 1px dotted #222222;
  overflow: auto;
  font-size: 0.9em;
  padding: 6px;
}
