/*
	Softtoys CSS, Version 1.02
	Copyright 2005-2009 Softtoys
	all rights reserved
	http://www.softtoys.com
*/

v\:* {
	behavior:url(#default#VML);
}

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #017AAB;

	background-image: url(../images/softtoys.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Defines the main page container */
#container {
	padding: 0;
	margin: 0;
	/* min-height: 800px; */
}

/* Banner near top of page that says the name of the whole site - also has crane background image. */
#softtoysBanner {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	/* padding-right: 170px;
	letter-spacing: 5px;
	text-align: right; */
	background-image: url(../images/softtoys.png); 
	/* background-image: url(../images/so_banner.png); */
	background-repeat: no-repeat;
	background-position: top left; 
	background-color: #017AAB;
	height: 60px;
	color: #FFFFFF;
	margin-top: 2px;
	/* background-attachment: fixed; */
}

/* The header of the page */
h1 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	margin-right: 0;
	font-size:  120%; /* x-large; */ /* 17px; */
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 0;
	font-weight: normal;
	border-top: 1px #33CCFF solid;
	border-bottom: 4px #33CCFF solid;
	color: #000000; 
	background-color: #33CCFF; /* #017AAB; */ 
	height: 31px;
}

#mainMenuArea {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	margin-right: 0;
	font-size: 80%; /* normal; */ /* .9em; */
	font-weight: bold;
	padding-top: 12px;
	border-bottom: 3px #ffffff solid;
	color: #ffffff;
	background-color: #017aab;
	height: 30px; 
}
#mainMenuArea a:link, #mainMenuArea a:visited {
	color: #f3f3f3;
	text-align: center;
	padding-right: 20px;
	border-bottom: 3px transparent solid;
}

#mainMenuArea a:hover, #mainMenuArea a.current {
	color: #33CCFF;
	border-bottom: 1px #33CCFF solid;
	background-color: #3399FF;
}

/* Styles for the main text area on the page */
#contentArea {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	margin-right: 340px; /*315px;*/
	padding-right: 15px;
	background-color: #f3f3f3;
	padding-top: 20px;
	padding-left: 10px;
	border-left: 2px #33CCFF solid;
	border-right: 2px #33CCFF solid;
	min-height: 500px;
}
/* general definitions */
p, ul, ol, table {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	font-size: 80%; /* small; */ /* .7em; */
	line-height: 1.9em;
}

ol, ul {
	margin-left: 20px;
}

ul.tiny {
	margin-left: 10px;
	font-size: 60%; 
	text-align: left;	
}

h2 {
	font-size: 110%; /* medium;*/ /* .9em; */
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-size: 110%; /* medium;*/ /* .9em; */
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	/*color: #33CCFF;*/
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	/* border-bottom: 2px #33CCFF solid; */
}

p.tiny {
	font-size: 60%; /* x-small; *//*.6em;*/
	font-weight: normal;
	text-align: justify;
	color: #B0C4DE;
	line-height: small;
	padding-bottom: 10px;
}
p.tiny_attention {
	font-size: 60%; /* x-small; */
	font-weight: normal;
	text-align: justify;
	color: #FF0099;
	line-height: small;
}
p.attention {
	font-weight: normal;
	text-align: justify;
	color: #FF0099;
}
p.small {
	font-size: 80%; /* small; */ 
	font-weight: normal;
	text-align: justify;
	color: #B0C4DE;
	line-height: small;
}

/* Definition of the navigation index on the left side of the page */
#leftIndex {
	position: absolute;
	top: 153px; 
	left: 0px;
	width: 160px;
	text-align: right;
	font-size: 85%; /* x-small; */
	font-weight: bold;
	padding-top: 20px; 
	border-top: 4px #33CCFF solid;
	background-color: #017AAB;
}

#leftIndex a:link, #leftIndex a:visited {
	display: block;
	color: #F3F3F3;
	text-align: right;
	font-size: 85%; /* x-small; */
	padding-right: 10px;
	/* padding-bottom: 8px;
	padding-top: 8px; */
	border-bottom: 1px transparent solid;
}

#leftIndex a:hover {
	color: #33CCFF;
	background-color: #3399FF;
	border-bottom: 1px #33CCFF solid;
}

#leftIndex p.current {
	color: #F3AAAA;
	font-size: small; 
	text-align: right;
	font-style: italic;
	padding-right: 9px;
	border-bottom: 1px transparent solid;
}

/* Definition for the column containing the pictures on the right side */
#pictureColumn {
	position: absolute;
	top: 153px;
	right: 0;
	width: 327px;
	margin-right: 10px;
	background-color: #017aab;
	border-top: 4px #33CCFF solid;
}

#pictureColumn p {
	font-style: italic;
	font-size: small;
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	/*line-height: 1.0em;*/
}

#pictureColumn p.instruction {
	font-size: x-small; 
	text-align: justify;
	font-weight: normal;
	font-style: italic;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#footerContainer {
	padding: 0;
	margin: 0;
	background-color: #33CCFF;
	border-top: 1px #33CCFF solid;
}

#footerLeft {
	position: absolute;
	left: 0px;
	width: 150px;
	text-align: left;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 75%; /* x-small; */
	margin-top: 0;
	padding-left: 10px;
}

#footerRight {
	position: absolute;
	right: 0px;
	width: 100%-160px;
	margin-left: 160px;
	margin-right: 340px;
	text-align: right;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 75%; /* x-small; */
	margin-top: 0;
	padding-right: 10px;
}

#footerRight a:link, #footerRight a:visited, #footerLeft a:link, #footerLeft a:visited {
	color: #000000;
}

#footerLeft a:hover, #footerRight a:hover {
	color: #FFFFFF;
	border-bottom: 1px #33CCFF solid;
}

table.ballon
{
	border:1px;
	border-color:#017aab;
	border-style:solid;
	border-collapse:collapse;
	padding:0px;
	line-height: 70%;
	background-color: silver;
}

tr.header
{
	color:silver;
	background-color:#017aab;
	font-size:x-small;
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:0px;
}

td.ballon
{
	border:1px;
	border-color:#017aab;
	border-style:solid;
	font-size:x-small;
	padding-left:4px;
	padding-right:4px;
}

.xsmall
{
	font-size:x-small;
}
