/* Sample .CSS file for the flexi skin, it only shows the different areas 
   and a possible positioning within the page */
body {
	padding:0;
	margin:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FDFCF4;
	background-image: url(gfx/tile.gif);
	background-repeat: repeat;
}

a {
	color: #6f7249;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

a:hover {
	color: #8F842D;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}

hr{
	margin-left: 0px;
	border: 0;
	color: #5B5524;
	background-color: #5B5524;
	height: 2px;
	background-position: left;
	width: 80%;
	text-align: left;
	position: relative;
	left: 0px;
	top:-6px;
	
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#d2b30a;
	background-image: url(gfx/chekje.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -10px;
	padding-left: 30px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#d2b30a;
	background-image: url(gfx/chekje.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-left: -10px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#d2b30a;
	background-image: url(gfx/cross.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -5px;
	padding-left: 30px;
}

.indent{
	font-family: "Courier New", Courier, mono;
	
}

.outdent{
	font-family: "Courier New", Courier, mono;
	background-image: url(gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 60px;
	position: relative;
	left: -20px;
}

#bgTop{
	margin-top:40px;
	margin-left: 130px;
	margin-bottom:0px;
	width:776px;
	height:140px;
	background:url(gfx/bg_top.gif) no-repeat;
	z-index: 10;
}

#bgMid{
	margin-top:0px;
	margin-left: 130px;
	width:776px;
	min-height:400px;
	background:url(gfx/bg_mid.gif) repeat-y;
	z-index: 10;
}

#bgBottom{
	margin-left: 130px;
	width:776px;
	height:96px;
	background:url(gfx/bg_bottom.gif) no-repeat;
	z-index: 10;
}

#FlexiAll {
	width:746px;
	height:612px;
	margin: 0px;
	padding: 0px;

}

#FlexiTop {
	margin:0.5em;
	height:3em;
	/*border:1px solid #bbb;
	/*background:url(gfx/flexi/FlexiTop.gif) no-repeat;*/
}
#FlexiLeft {
	position:absolute;
	top: 50px;
	padding-top: 35px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width:260px;
	height:504px;
	background:url(gfx/nav.gif) no-repeat;
	z-index: 10;
}

#FlexiHeader { 
	margin-top:0px;
	margin-left:150px;
	height:1.5em;
}
#FlexiTopSpacer{
	height:35px;
/*	border:1px solid #bbb;*/
}

#FlexiTitle {
	padding-top:60px;
	margin:0.5em;
	margin-left:150px;
	height:2.5em;
}
#FlexiMain {
	width:530px;
	margin-left:150px;
	/*height:420px;
	overflow:auto;*/
	/*border:1px solid #bbb;*/
	/*background:url(gfx/flexi/FlexiMain.gif) no-repeat;*/
	padding:3px;
	
}
#FlexiFooter {
	padding:3px;
	margin-left:150px;
	height:2em;
	/*border:1px solid #bbb;
	/*background:url(gfx/flexi/FlexiFooter.gif) no-repeat;*/
}


#FlexiRight {
	position:absolute;
	top:130px;
	left:730px;
	width:10px;
	height:10px;
}



#FlexiBottom {
	position:absolute;
	top:430px;
	left:724px;
	width:10px;
	height:10px;
}


#FlexiLeftBottom{
	position:absolute;
	top:425px;
	left:110px;
	width:10px;
	height:10px;
	z-index: 20;
}

#stainA{
	position:absolute;
	top:125px;
	left:890px;
	width:10px;
	height:10px;
	z-index: 1;
}

#stainB{
	position:absolute;
	top:540px;
	left:-70px;
	width:10px;
	height:10px;
	z-index: 1;
}


