/* Global Styles */

body {
	margin:0px;
	}

body.frame{
	background-color:white;
	margin:0px;
	}

body.frame .smallbold{
	font-weight:normal;
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: maroon;
	margin:0px;
	}


td {
	font:11px arial;
	color:#333333;
	}

input{
	font-size: 10px;
	letter-spacing: 1px;
}

#sdid{
	letter-spacing: normal;
}

textarea{
	font:12px 'Doulos SIL';
	letter-spacing: 0.5px;
}

.h3{
	color: #336600;
	font-size: 14px;
	font-weight: bold;
}
a {
	color: Blue;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #990000;
	text-decoration:underline;
	font-weight: normal;
}

/* ID Styles */

#mercy h2{
	padding: 10px 25px 25px 25px;
	background-image: url(Untitled-1.gif);
	background-repeat: no-repeat;
	font-size: 135%;
	font-weight: normal;
}

#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}

#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#frame {
	background-color:white;
	width:95%;
	height:auto;

	}

#padding {
	padding:20px 5px 20px 5px;
	}

#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px 'Times New Roman';
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}

.bodyText {
	font:11px arial;
	line-height:20px;
	color: #003300;
	}

.pageName {
	font:20px Arial, Helvetica, sans-serif, georgia;
	color: #663300;
/*	letter-spacing:.1em;*/
	line-height:20px;
	padding:5px;
	}

.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}

.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}

.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}

.onerror{
	color: #8B0000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: "Times New Roman";
}

.normal{
     color: Black;
     font-size: 12px;
     font-weight: normal;
	}

.bold{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.italics{
	color: #336600;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}

.smallbold{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}


button{
	border: 1px solid gray;
	margin-bottom: 1px;
}

.en_button
{
	color: #663300;
	background: #ffffff;
	border: 1px solid gray;
	margin-bottom: 1px;
	font-family:"Courier New", Courier, monospace;
	font-size:9pt;
	font-weight: normal;
}

.en_button:hover{
	color: white;
	background-color: #663300;
	text-decoration: none;
}

.dis_button
{
	color: #000000;
	background: #DCDCDC;
	border: 1px solid gray;
	margin-bottom: 1px;
}

.complete_button
{
	color: #000000;
	height: 17px;
	background: #DCDCDC;
	border: 1px solid gray;
	margin-bottom: 1px;
}
.incomplete_button
{
	color: #000000;
	height: 17px;
	background: #FFFFFF;
	border: 1px solid gray;
	margin-bottom: 1px;
}

.style2 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.keys{
	color: #DCDCDC;
	height: 20px;
	width: 20px;
	background: #FFFFFF;
	margin-bottom: 1px;
	border: 1px;
}

.collapsed{
  position: absolute;
  left: -9999px;
}

.expanded{
	position: relative;
}

.output
{
	font-family:Arial;
   font-size: 10pt;
   color:black;
   padding-left: 3px;
   padding-top: 3px;
   border: 1px solid #000000;
   width: 100px;
   background: #fff;
}
.shadow
{
	width:102px;
   position:relative;
   top: 2px;
   left: 2px;
   background: #555;
}
.shadow div{
	position:relative;
   top: -2px;
   left: -2px;
}

#head1{
  background-color: #F0A000;
  border: 1px solid #FFF;
  padding:5px 1px 4px;
  font-size: 14pt;
  border-top: none;
  display: block;
  margin: 0px;
  line-height: 1.1;
  position: relative; /* Forces the bottom border of the h2 to display in IE */
}

#head2{
	background-color: #E0D6C2;
	border: 1px solid #CCCC66;
	font-size: 8pt;
	font-family:  'Copperplate Gothic', Bold;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 3px 3px;
	position: relative; /* Forces the bottom border of the h2 to display in IE */
	height: 16px;
	vertical-align: middle;
}

.float_right{
	float: right;
}

#head3{
  border: 1px solid #FFF;
  font-size: 9pt;
  border-top: none;
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative; /* Forces the bottom border of the h2 to display in IE */
}

#errorpage{
	border: 1px solid;
	padding: 50px;
	text-align: center;
	font: 12px italic verdana, sans-serif;
}