/* ----
 * Joshua's Additions
 * ----
 */

div#whoami {
   float: left;
}

div.logout {
   float: right;
}

/*------------------------------------------------------------------------------
UNDOHTML - (CC) 2006 Tantek Celik.
------------------------------------------------------------------------------*/
:link,:visited { text-decoration:none }
dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,div, input { margin:0; padding:0 }
a img,:link img,:visited img,abbr { border:0 }
address,abbr { font-style:normal }
a { text-decoration: none;}
a:hover { text-decoration: none;}
a:visited { text-decoration: none;}
/*------------------------------------------------------------------------------
BASIC ELEMENTS
------------------------------------------------------------------------------*/
body { 
	color: #666;
	background: #FFF8E3;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { word-spacing: 0.25px; }

a { font-size: 11px; text-decoration: underline; padding: 1px; }
a:link { color: #005a9c; background: transparent; }
a:visited { color: #005a9c; }
a:hover { color: #eaa135; background: transparent; text-decoration: none; }
a:active { color: #eaa135; background: transparent; text-decoration: none; }

a.image:link, a.image:visited, a.image:hover { border: none; background: none; }
a.image img { border: none; padding: 0; margin: 0; }

hr { display: block; clear: both; visibility: hidden; }

/*------------------------------------------------------------------------------
STRUCTURAL DIVS
------------------------------------------------------------------------------*/	

ul {								
	margin: 0 0 10px 15px;  
	padding: 0px;					
}

ol {
	margin: 0 0 10px 25px;  
	padding: 0;					
}

p, h2, h6, li {
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6, li,p {
	margin-bottom: 6px;
	font-family: arial, sans-serif;
	font-weight: normal;
}

table {
	width: 100%;
	margin-bottom: 20px;
}
p, td, th {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333;
}

div#container hr {
	display: block; 
	clear: left; 
	margin: 0;
	visibility: hidden;
}


/*------------------------------------------------------------------------------
STRUCTURAL DIVS
------------------------------------------------------------------------------*/	

	div#container {
		position: relative;
		margin: 0 auto;
		width: 800px;
		height: 500px;
		text-align: left;
		background: #fff; /* url(../xm_client/images/bg_blue.jpg) top left;*/
	}
	
	html>body div#container {
		height: auto;
		min-height: 550px;
	}
	
	div#footer {
		position: relative;
		margin: 10px auto;
		width: 800px;
		font: 11px arial, sans-serif;
		color: #333;
		height: 20px;
		text-align: center;
	}


/*------------------------------------------------------------------------------
CONTENT DIVS -- HOME
------------------------------------------------------------------------------*/	

	div#content {
		float: left;
		display: inline;
		margin: 20px 0 0 100px;
		width: 600px;
	}
	
	div#scroll_table {
		float: left;
		display: inline;
		margin: 0;
		padding: 5px;
		height: 200px;
		width: 575px;
		border: 1px solid #999;
		overflow: scroll;
	}

/*------------------------------------------------------------------------------	
FORMS 
------------------------------------------------------------------------------*/		

div.form {
	float: left;
	width: 500px;
	margin: 10px 0 40px 0px;
}
div.frow {
	clear: both;
	padding-top: 8px;
}
div.frow span.label, div.frow span.blabel {
	font: 11px arial, sans-serif;
	color: #333;
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 2px;  /* changes baseline of label text */
}
div.frow span.blabel {
  font-weight: bold;
}
div.frow span.frm {
	font: 11px arial, sans-serif;
	color: #333;
	float: left;
	width: 290px;
	margin-top: 2px;
   margin-left: 10px;
} 
textarea, input, select { margin: 0; padding: 0; }
