body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

img {
	display:block;
	border: none;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.input {
	border:1px solid #999999;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form {
	margin-top:16px;
	margin-bottom:0px;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table table img {
	display:inline;
	margin-right:4px;
}

a, a:visited {
	color:#000000;
	text-decoration:none;
}

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

.button {
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.letter {
	border:1px solid #CCCCCC; 
	padding:10px;
	width:100%;
}

.listContainer {
	height:450px; 
	overflow-y:scroll;
	border:#CCCCCC solid 1px;
	border-right:none;
	margin-right:0px;
}

.listHeader {
	 width:100%;
	 background:#24618E;
	 border:1px solid #24618E;
}

.listHeader tr {
	background:#24618E; 
	color:#FFFFFF;
	font-weight:bold;
}

.listContainer table {
	font-family:"Courier New", Courier, monospace;
}

#header {
	background:#F4F4F4;
	padding:10px;
	font-size:24px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#tabs {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  font-weight:bold;
  margin-bottom:10px;
  }
#tabs ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url(../admin/images/tableftJ.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url(../admin/images/tabrightJ.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFF;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }
  
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
  
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#box
	{
	position: relative;
	/*left:50%;					/*	*/
	/*margin-left: -430px;		/*	*/
	/*margin-right: auto;		/* */
	/*margin-top: 3em;			/*	*/
	padding: 0;
	text-align: left;
	width:100%;				/* <-- use this to tie width to viewport size */
	/*width: 800px;				/* <-- use this for a set width */
	background-color: #FFFFFF;
	
	}
 	
#content
	{
	padding:30px;
	padding-top:8px;
	}

#content h1
	{
	font-weight: bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../admin/images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../admin/images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../admin/images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../admin/images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../admin/images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../admin/images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../admin/images/rb.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #FFFFFF;
	background-image:url(../admin/images/lb.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}