/* Malse.org */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Postworks inc. */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
   
a:link { 
	text-decoration: underline; 
	color: #302573;
	}
a:visited { 
	text-decoration: none; 
	color: #6559AB;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #006666;
	}
acronym {
	border-bottom: 0px dotted; 
	cursor:help;
	font-weight: bold;
	}
body {
	background: #FFF url(images/bkd.jpg) repeat-x top left;
	margin: 0 0 0 0;
	padding: 0 0 0;
	font-size: 101%;
	font-family: Verdana, Arial, Helvetica, San-serif;
	}

h1 span, h2 span{
	display: none;
   }
h1 {
	font-size: 1.5em;
	color: #302573;
	letter-spacing: -0.02em;
	text-align: left;
	margin: 0 0 2px 2px;
	padding: 0 0 4px 4px;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	font-size: 1.15em;
	color: #444;
	text-align: left;
	margin: 2px;
	padding: 4px;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	color: #302573;
	font-style: italic;
	padding: 0;
	text-align: center;
}
h4 {
	font-size: 0.7em;
	font-weight: bold;
	color: #302573;
	margin: 0px;
	text-align: left;
}
#container {
	position: absolute;
	width: 779px;
	top: 0px;
	left: 50%;
	text-align: left;
	margin-left: -380px;
	background-image:  url(images/back.jpg);
	background-repeat: no-repeat;
	height: 1000px;
	background-position: top;
	background-color: #FFF;
	}
	
#pageHeader {
   display: none;
	}
	
/* 2 columns end */	

#maincontent {
	position: absolute;
	top: 231px;
	left: 32%;
	margin-top: 0px;
	padding-top: 0px;
	width: 496px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #eee;
	border-left-color: #eee;
	border-left-style: solid;
	border-left-width: 1px;
	}
/* Flowchart Buttons */

	
#flowchart {
	max-width: 300px;
	margin: 10px;
	}
	
#flowchart a:link, #flowchart a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	background: url(images/flowchart_bg_list.gif) no-repeat;
	padding: 8px 0 0 10px;
	height: 24px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	font-weight: normal;
	font-size: 0.8em;
	}
	
#flowchart a:hover, #flowchart a:active {
	color: #444;
	text-decoration: none;
	background: url(images/flowchart_bg_list_2.gif) no-repeat;
	padding: 8px 0 0 10px;
	height: 24px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	font-weight: normal;
	}
#maincontent p, #maincontent li {
	font-size: 0.7em;
	color: #222;
	padding-right: 5px;
	padding-left: 5px;
	list-style-image: url(images/aqua-bullet.gif);
	list-style-position: inside;
	line-height: 1.5em;
}
/* 3 columns end */



#NavDiv {
	position: absolute;
	top: 245px;
	left: 1%;
	margin-left: 1px;
	 }
 #navlist {
	padding: 0;
	margin-left: 0;
	width: 19.5em;
	font-size: 12px;
	font-weight: bold;
}

#navlist li {
	list-style: none;
	margin: 0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #302573;
	font-size: .85em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

#navlist li a {
display: block;
padding: 1em 0.5em 1em 1.2em;
text-decoration: none;
}

#navlist li a:link { color: #302573; }
#navlist li a:visited {
	color: #6559AB;
	background-repeat: no-repeat;
	background-position: left center;
}

#navlist li a:hover
{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999;
	text-decoration: underline;
	background-image: url(images/arrow-purple.gif);
	background-repeat: no-repeat;
	background-position: left;
}
 /* Glossary */

#glossary-term {
	font-size: 0.75em;
	width: 19em;
	line-height: 1.5em;
}
.glossary, a.glossary, a:link.glossary, a:hover.glossary, a:visited.glossary {
	letter-spacing: 0.04em;
	background-color: #FFC;
	color: #302573;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}
  /* end Glossary */


.highlight {
	font-weight: bold;
	color: #302573;
}

.imageleft {
	clear: left;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #444;
}
.imageright {
	clear: right;
	float: right;
	z-index: 1;
	border: solid 1px #444;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#textbox1,  #textbox2, #textbox3 {
	background: #eee;
	margin: 10px;
	padding: 10px;
	clear: right;
	float: right;
	width: 180px;
	border: 1px solid #302573;
	text-align: center;
	font-size: 0.75em;
	color: #222;
}
#textbox1 img, #textbox2 img, #textbox3 img {
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
}
.yellow {
	background: #FFFF00;
}

.odd {
	background: #fff;
}
.even {
	background: #ddd;
}
#maincontent td {
	border-right-color: #999;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: top;
	padding: 3px;
}
#glossarytable table {
	background-color: #ddd;
	border-right: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
#glossarytable tr {
	background: #FFF;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
#glossarytable td {
	border: none;
	padding: 5px;
	border-right-style: solid;
	border-right-width: 4px;
	border-bottom-color: #ccc;
}
.sortby {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #066;
}
a:link .sortby {
	font-size: .9em;
	text-transform: uppercase;
	color: #066;
	background-color:#9FF;
}
#sortby td, #sortby2 td {
	background: #fff;
	vertical-align: bottom;
}
#sortby a, #sortby a:link, #sortby a:hover, #sortby a:visited, #sortby2 a, #sortby2 a:link, #sortby2 a:hover, #sortby2 a:visited {
	font-size: 110%;
	background-color: #B3E7E9;
	color: #302573;
	font-weight: bold;
}
table {
	border: 2px solid #ccc;
	font-size: 11px;
}
#typesize {
	margin: 0;
	width: 200px;
	font-size: 0.75em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.textsmall {
	font-size: 11px;
	text-decoration: none;
}
.textbig {
	font-size: 14px;
	text-decoration: none;
}

