/*
  *	CSS stylesheet for developer.freemed.org
  *	Much help from looking at examples from other sites....
  */

/* Declare certain tags for the entire document */

body {
	background-color: #f5f5ff;
	color: #00000;
	font-family: sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
}

/* Define areas on the document */

.header {
	position: fixed;
	_position: absolute; /* stupid IE fix */
	z-index: 20;
	width:99%;
	height:35px;
	top:18px;
	left:0px;
	text-indent:190px;
	text-align:left;
	vertical-align: bottom;
	padding:5px 0px 5px 5px;
	border-style:solid;
	border-color: #000000;
	border-width:1px 0px;
	background-color:#7799ff;
	color: #eeeeff;
	font-size: 22pt;
}


/* The menu system. Not heirarchical yet... */

.menu {
	float: left;
	width: 150px;
	margin-left: 5px;
}

.menubar {
	position:fixed;
	_position: absolute;
	top:95px;
	left:-1px;
	width:172px;
	padding:10px;
	background-color: #d5d5ff;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 150px;
}

.menuitem {
	border-bottom: 1px solid #bbbbff;
	padding: 2px 0px 2px 0px;
}

.menuitem a:hover, .menuitem_last a:hover {
	background-color: #aaaaff;
	font-decoration: bold;
}

.menuitem_last {
	border-bottom: 0px solid #bbbbff;
	padding: 2px 0px 2px 0px;
}

.main {
	position: absolute;
	z-index: 0;
	width:auto;
	top:105px;
	left:190px;
	margin-right:5px;
}

.topscrollstop {
	position: fixed;
	_position: absolute; /* hack for piece of junk IE broken box */
	z-index: 9; /* over the text, under everything else */
	top: 0px;
	left: 189px;
	margin-right: 5px;
	height: 90px;
	width: 98%;
	background-color: #f5f5ff;
}

/* Code for the logo, and where it appears ... */

.fsflogo {
	position: fixed;
	_position: absolute;
	z-index: 25;
	width: 75px;
	top: 5px;
	left: 15px;
}

/*
	Broken IE PNG handling hack
*/
img {behavior: url(/pngHack/pngHack.htc);}

